body {
  background: #FEEEED;
  color: rgb(112, 104, 104);
}

section.top {
  padding-top: 0 !important;
}

a {
  color: #fff;
  text-decoration: none;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 2000ms;
  transition: all 2000ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

h2 {
  position: relative;
  color: #ffffff45;
  font-family: HeadLineA;
  letter-spacing: 11.25px;
  font-size: 65px;
}

h2 span {
  position: absolute;
  font-size: 20px;
  font-family: Hiragino Sans;
  letter-spacing: 1px;
  color: #fff;
  bottom: 10px;
  margin-left: -100px;
}

h2.left {
  text-align: right;
}

h2.left span {
  margin-left: -240px;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    margin: 0 5%;
  }
}

.fade-img {
  position: relative;
  z-index: -1;
}

.fade-img img {
  position: absolute;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fade-img img {
    height: 70vh;
  }
}

#slide {
  height: 300px;
  margin: 0 auto;
  position: relative;
}


/*====================
top
===================*/

.top-wrapper {
  height: 100vh;
  z-index: 1;
}


.top-wrapper .btn {
  position: absolute;
  top: 66%;
  left: 25%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 1rem;
  padding: 20px 80px;
  color: #F69896;
  background: #fff;
  border: 2px solid #F69896;
  border-radius: 8px;
  transition: all .3s ease 0s;
}

@media screen and (max-width: 767px) {
  .top-wrapper .btn {
    top: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 473px) {
  .top-wrapper .btn {
    display: inline-block;
    padding: 15px 60px;
  }
}

.top-wrapper .btn:hover {
  background: #F69896;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top-wrapper {
    height: 70vh;
  }
}

.top-wrapper .top-logo {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-wrapper .top-logo {
    top: 33%;
    left: 50%;
  }
}

@media screen and (max-width: 473px) {
  .top-wrapper .top-logo {
    top: 28%;
  }
}
 
.top-wrapper .top-logo h1.top-logo-title {
  font-size: 4rem;
  font-family: cursive;
  color: #F69896;
}

@media screen and (max-width: 767px) {
  .top-wrapper .top-logo h1.top-logo-title {
    font-size: 42px;
  }
}

.top-wrapper .top-logo h1.top-logo-title img {
  width: 280px;
}

.top-wrapper .top-logo .top-logo-text {
  color: #F69896;
  font-family: cursive;
  font-size: 2.5rem;
  font-weight: 700;
}

.top-wrapper .top-text {
  position: absolute;
  bottom: 20%;
  right: 20%;
  color: #fff;
  font-family: Hiragino Mincho ProN;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-wrapper .top-text {
    bottom: 40%;
    font-size: 1.2rem;
  }
}

/*
.top-wrapper .top-text:after {
  border-top: 1px solid;
  content: "";
  width: 5em;
}
*/

/*
@media screen and (max-width: 750px) {
  .top-wrapper .top-text:after {
    width: 4rem;
  }
}
*/


/*=====================
header
======================*/
header .pc-header {
  background: #fff;
}

header .pc-header nav.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  padding: 10px 0;
}

header .pc-header nav.header .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .pc-header nav.header .header-list li {
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: all .3s ease 0s;
  color: rgb(112, 104, 104);
  font-weight: 700;
}

header .pc-header nav.header .header-list li:hover {
  background-color: #FEEEED;
}

header .sp-header {
  display: none;
}


/*======================
work
=====================*/

.work {
  padding-top: 100px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .work {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.work .work-wrapper {
  
}



.banner-title-work {
  color: rgb(112, 104, 104);
  font-family: 'Noto Serif JP',serif;
  font-style: italic;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .banner-title-work {
    font-size: 42px;
  }
}

.work .work-wrapper .work-contents .work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .work .work-wrapper .work-contents .work-content {
    display: block;
  }
}

.work .work-wrapper .work-contents .work-content p.img {
  width: 65%;
}



@media screen and (max-width: 767px) {
  .work .work-wrapper .work-contents .work-content p.img {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .work .work-wrapper .work-contents .work-content p.img::before {
    content: "";
    display: block;
    padding-top: 54.733%;
  }
  .work .work-wrapper .work-contents .work-content p.img img {
    -o-object-position: center;
    -o-object-fit: cover;
    height: 100%;
    left: 50%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .work .work-wrapper .work-contents .work-content p.img:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .work .work-wrapper .work-contents .work-content p.img {
    padding-left: 10px;
  }
}

.work .work-wrapper .work-contents .work-content .work-content-text {
  width: 35%;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .work .work-wrapper .work-contents .work-content .work-content-text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #fff; /* 色を白に */
  margin-left: 20px; /* マージンを追加 */
}
.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #fff;
  margin-right: 20px;
}


.work .work-wrapper .work-contents .work-content .work-content-text .work-name {
  font-size: 22px;
  color: #ddb47c;
}

.work .work-wrapper .work-contents .work-content .work-content-text .work-dis {
  font-size: 18px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .work .work-wrapper .work-contents .work-content .work-content-text .work-dis {
    display: none;
  }
}

.work .work-wrapper .work-contents .work-content .work-content-text .detail {
  right: 20px;
  bottom: 20px;
  position: absolute;
}

.work .work-wrapper .work-contents .work-content .work-content-text .detail:hover {
  opacity: 0.7;
}

.work .work-wrapper .work-contents .work-content .work-content-text .detail a {
  color: rgb(112, 104, 104);
}






.swiper-button-prev {

}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    position: absolute;
    left: calc(50% - 55px);
    top: calc(100% - 23px);
  }
}

.swiper-button-next {

}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    position: absolute;
    right: calc(50% - 55px);
    top: calc(100% - 23px);
  }
}


.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -70px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}


/*=======================
about
=======================*/

.about {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 50px;
  }
}

.about .about-text {
  padding-right: 100px;
  padding-left: 100px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about .about-text {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.banner-title-about {
  color: rgb(112, 104, 104);
  font-family: 'Noto Serif JP',serif;
  font-style: italic;
  padding-left: 150px;
}

@media screen and (max-width: 767px) {
  .banner-title-about {
    font-size: 42px;
    padding-left: 40px;
  }
}

.about .about-text .about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .about-text .about-top .about_img {
  width: 88%;
}

@media screen and (max-width: 767px) {
  .about .about-text .about-top .about_img {
    width: 90%;
  }
}

.about .about-text .about-top .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .about .about-text .about-top .name {
    padding-right: 5%;
  }
}

.about .about-text .about-top .name span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.about .about-text .about-top .name .name-l {
  font-size: 45px;
  line-height: 200%;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .about .about-text .about-top .name .name-l {
    font-size: 32px;
    line-height: 130%;
  }
}

.about .about-text .about-top .name .name-s {
  letter-spacing: 4px;
  font-weight: normal;
}

.about .about-text .about-text-wrap {
  margin: 30px 40px 120px 0;
  
}

.about .about-text .about-text-wrap h4 {
  font-weight: normal;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .about .about-text .about-text-wrap h4 {
    font-size: 20px;
  }
  .about .about-text .about-text-wrap {
    margin-bottom: 60px;
  }
}

.about .about-text .about-text-wrap .career {
  margin-top: 25px;
}

.about .about-text .about-text-wrap .career h5 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}

.about .about-text .about-text-wrap .career p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about .about-text .about-text-wrap .career p {
    font-size: 14px;
  }
}

.my-image {
  
}

@media screen and (max-width: 767px) {
  .my-image {
    text-align: center;
  }
}

.my-image img {
  border-radius: 13%;
}

 @media screen and (max-width: 767px) {
  .my-image img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}


/*============================
service
============================*/

.service .service-wrapper .service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.service {
  padding-top: 100px;
  padding-bottom: 90px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.banner-title-service {
  color: rgb(112, 104, 104);
  font-family: 'Noto Serif JP',serif;
  font-style: italic;
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .banner-title-service {
    font-size: 42px;
  }
}

.service-wrapper {
  margin-top: 50px;
}

.service-wrapper .btn {
  margin-top: 50px;
  padding: 20px 80px;
  border-radius: 8px;
  border: 2px solid #F69896;
  color: #F69896;
  background: #fff;
  transition: all .3s ease 0s;
}

.service-wrapper .btn:hover {
  color: #fff;
  background: #F69896;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-items {
    display: block;
  }
}

.service .service-wrapper .service-items .service-item {
  text-align: center;
  margin: 14px;
  padding: 35px;
  width: calc(33.333% - 28px / 3);
  background: #FEEEED;
  opacity: 0.8;
  border-radius: 15%;
}

@media screen and (max-width: 767px) {
  .service .service-wrapper .service-items .service-item {
    width: 100%;
    margin: 5% auto;
  }
}

.service .service-wrapper .service-items .service-item .service-item-logo {
  font-size: 42px;
}

.service .service-wrapper .service-items .service-item .service-item-ttl {
  font-size: 20px;
  margin: 20px 0;
}

.service .service-wrapper .service-items .service-item .service-item-text {
  font-size: 14px;
}


/*========================
skill
========================*/

.skills {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 767px) {
  .skills {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.banner-title-skill {
  text-align: right;
  margin-right: 150px;
  font-style: italic;
  color: rgb(112, 104, 104);
  font-family: 'Noto Serif JP',serif;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .banner-title-skill {
    font-size: 42px;
  }
}

.skills h4 {
  font-size: 1.5rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .skills {
    font-size: 1.2rem;
  }
}

.skills .skills-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.skills .skills-wrap .skill-item {
  width: calc(25% - 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.skills .skills-wrap .skill-item .skill-name {
  margin: 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .skills .skills-wrap .skill-item .skill-name {
    font-size: 0.5rem;
  }
}



.fa-2x::before {
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .fa-2x::before {
    font-size: 1em;
  }
}

/*=======================
contact
========================*/


.contact {
  padding-top: 100px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}

.contact .inner {
  
}



.banner-title-contact {
  color: rgb(112, 104, 104);
  font-family: 'Noto Serif JP',serif;
  font-style: italic;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .banner-title-contact {
    font-size: 42px;
    margin-left: 40px;
  }
}

.tel {
  font-size: 2.5rem;
}

.contact .inner .contact-text {
  text-align: center;
  margin-top: 50px;

}

.contact .inner .contact-text p {
  font-size: 14px;
}

footer {
  text-align: center;
  background: #ffffff45;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
  }
}

footer .sns-container .sns-container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .sns-container .sns-container-list .menu-item {
  margin: 8px;
  font-size: 17px;
}

footer .sns-container .sns-container-list a:hover {
  opacity: 0.5;
}

footer .copy-right {
  font-size: 14px;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  font-family: Hiragino Mincho ProN;
  font-size: 15px;
  padding: 20px 80px;
  color: #F69896;
  background: #fff;
  border: 2px solid #F69896;
  border-radius: 8px;
  transition: all .3s ease 0s;
}

@media screen and (max-width: 473px) {
  .btn {
    padding: 15px 40px;
  }
}

.btn:hover {
  background: #F69896;
  color: #fff;
  opacity: 1;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
