

/*　home PC
------------------------------------------------------------------------------------------------*/

.fv{
  background-color: #ffffff;
  color: #1d1e22;
  padding: 28rem 0 28rem;
  position: relative;
}
.fv .content{
  filter: drop-shadow(0 0 0.4em rgba(0, 0, 0, 0.1));
}
.fv h1{
  font-size: 5.6rem;
  letter-spacing: 0.14em;
  line-height: 1.3;
}
.fv .en{
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}
.fv .swiper-fv{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.fv .swiper-fv,
.fv .swiper-fv .swiper-wrapper,
.fv .swiper-fv .swiper-slide,
.fv .swiper-fv .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .fv-txt{
  width: 100%;
  height: 51.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: -18rem;
  left: 0;
  mix-blend-mode: difference;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
.fv .fv-txt img{
  max-width: 108%;
  max-height: 100%;
}


.home-about{
  padding: 12rem 0 12rem;
}
.home-about .bg-txt{
  top: 12rem;
}
.home-about .bg-txt span{
  transform: translateX(0.15em);
}
.home-about .content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-about .left{
  width: calc(100% - 55rem);
  position: sticky;
  top: 14rem;
}
.home-about .right{
  width: 55rem;
}
.home-about .h-1{
  margin-bottom: 0;
}
.home-about ul li{
  display: block;
}
.home-about ul li + li,
.about .common-sec ul li + li{
  margin-top: 10rem;
}
.home-about ul li h3,
.about .common-sec ul li h3{
  font-size: 3.2rem;
  line-height: 1.6;
  padding-bottom: 0.6em;
  margin: 1.1em 0 0.8em;
  position: relative;
}
.home-about ul li h3::before,
.about .common-sec ul li h3::before{
  content: "";
  display: block;
  width: 5rem;
  height: 0.4rem;
  background: #CAAB68;
  position: absolute;
  left: 0;
  bottom: 0;
}


.home-menu{
  padding: 12rem 0 7rem;
}
.home-menu .bg-txt span{
  transform: translateX(0.2em);
}
@media (min-width: 769px){
.swiper-menu .swiper-wrapper{
  transform: unset !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8%;
}
}
.swiper-menu .swiper-slide a{
  display: block;
  color: #fff;
}
.swiper-menu .swiper-slide .zoom{
  aspect-ratio: 1.6 / 1;
  margin-bottom: 1.6rem;
}
.swiper-menu .swiper-slide .en{
  display: block;
  font-size: 1.4rem;
}
.swiper-menu .swiper-slide h3{
  font-size: 2rem;
  margin-bottom: 0.5em;
}


.home-pickup{
  padding: 6rem 0 7rem;
  position: relative;
}
.home-pickup .bg-txt{
  font-size: 27.1rem;
  top: 2rem;
}
.home-pickup .bg-txt span{
  transform: translateX(1em);
}
.home-pickup .h-1{
  margin-bottom: 0.1em;
}
@media (min-width: 769px){
.swiper-pickup .swiper-wrapper{
  transform: unset !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8%;
}
}
.swiper-pickup{
  margin-top: 6rem;
}
.swiper-pickup .swiper-slide a,
ul.column-li li a{
  display: block;
}
.swiper-pickup .swiper-slide .zoom,
ul.column-li li .zoom{
  aspect-ratio: 100 / 67;
  margin-bottom: 2rem;
}
.swiper-pickup .swiper-slide .cat-wrap,
ul.column-li li .cat-wrap{
  margin-bottom: 1.2rem;
}
.swiper-pickup .swiper-slide .ttl,
ul.column-li li .ttl{
  font-weight: 500;
}
.home-pickup a.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 5rem;
  border-radius: 2.5rem;
  background: #1E3032;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 5rem;
  top: 9rem;
}


.sec-company{
  font-size: 1.6rem;
  padding: 11rem 0 12rem;
}
.sec-company .wrap{
  display: grid;
  grid-template-columns: 1fr 63rem;
  gap: 7.5rem;
}
.sec-company .wrap .txt img.logo{
  width: 20.5rem;
}
.sec-company .wrap .txt h3{
  font-size: 2rem;
  color: #1E3032;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  margin-top: 4rem;
}
.sec-company .wrap .txt p{
  line-height: 1.6;
}
.sec-company .wrap .txt a{
  color: #1E3032;
  text-decoration: underline;
}




/*　about PC
------------------------------------------------------------------------------------------------*/

.about .common-sec ul li{
  display: grid;
  grid-template-columns: 1fr 56rem;
  gap: 7.5%;
  justify-content: space-between;
  align-items: top;
}
.about .common-sec ul li h3{
  margin-top: 0;
}


.about .sec-company{
  position: relative;
}
.about .sec-company .company-txt{
  width: 100%;
  height: 45.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 47rem;
  left: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.about .sec-company .company-txt img{
  max-width: 108%;
  max-height: 100%;
}
.about .sec-company .wrap-2{
  margin-top: 33rem;
  display: grid;
  grid-template-columns: 25.4rem auto;
  gap: 6rem;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.about .sec-company .wrap-2 h3{
  font-size: 2.4rem;
  margin: 0 0 0.5em;
}
.about .sec-company .wrap-2 h4,
.about .sec-company .wrap-2 p{
  font-weight: 500;
  line-height: 1.9;
}




/*　service PC
------------------------------------------------------------------------------------------------*/

.service .common-sec .content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service .common-sec .left{
  width: calc(100% - 75rem);
  position: sticky;
  top: 14rem;
}
.service .common-sec .right{
  width: 55rem;
  margin-right: 10rem;
}
.service .common-sec ul.anchor-nav li{
  display: block;
  font-size:2rem;
}
.service .common-sec ul.anchor-nav li a:hover,
.service .common-sec ul.anchor-nav li.active a{
  opacity: 1;
  color: #CAAB68;
}
.service .common-sec .service-wrap{
  position: relative;
}
.service .common-sec .service-wrap + .service-wrap{
  margin-top: 14rem;
}
.service .common-sec .service-wrap img.num{
  width: 21.7rem;
  height: 16.2rem;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  right: -10rem;
  top: 14rem;
}
.service .common-sec .service-wrap h3{
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
.service .common-sec .service-wrap img.img{
  margin-bottom: 3rem;
}
.service .common-sec .service-wrap a.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 5rem;
  border-radius: 2.5rem;
  background: #1E3032;
  color: #fff;
  font-weight: 700;
  margin: 3rem 0 0 auto;
}




/*　column PC
------------------------------------------------------------------------------------------------*/

.cat-ttl{
  margin-bottom: 0.8em;
}

ul.column-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5.8%;
  row-gap: 7rem;
  margin-top: 7rem;
}
ul.column-li li{
  display: block;
}
ul.column-li li .date{
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}


.post-wrap{
  display: flex;
  justify-content: space-between;
}
.post-wrap .main{
  max-width: 73rem;
}
.post-wrap .side{
  max-width: 35rem;
  margin-left: 5rem;
}


.post-wrap .main h1{
  font-size: 2.8rem;
  margin-bottom: 0.6em;
}
.post-wrap .main .cat-date-sns{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 3rem;
}
.post-wrap .main .cat-date-sns .cat-wrap{
  margin-right: 1.2rem;
}
.post-wrap .main .cat-date-sns .date{
  font-size: 1.4rem;
}
.post-wrap .main .cat-date-sns ul.sns{
  margin-left: auto;
  justify-content: flex-end;
}
.post-wrap .main img.thumb{
  margin: 0 auto 5.5rem;
}
.post-wrap .main .share{
  display: flex;
  align-items: center;
  margin-top: 5.5rem;
}
.post-wrap .main .share .txt{
  font-size: 1.4rem;
  color: #85888f;
  margin-right: 3rem;
}

.post-txt .talk{
  margin: 5.5rem auto;
}
.post-txt .talk > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post-txt .talk > div + div{
  margin-top: 3rem;
}
.post-txt .talk > div:nth-child(2n){
  flex-direction: row-reverse;
}
.post-txt .talk img.ico{
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  margin: 0;
}
.post-txt .talk .txt{
  max-width: calc(100% - 9rem);
  background: #f1f1f1;
  border-radius: 1.5rem;
  padding: 2rem;
}

.post-txt img{
  margin: 5.5rem 0;
}
.post-txt h2{
  font-size: 2.2rem;
  font-weight: 500;
  margin: 5.5rem 0 1em;
}

.post-txt ul li,
.post-txt ol li{
  margin-left: 1.4em;
  padding-left: 0.1em;
}


.post-wrap .side h2{
  font-size: 2.4rem;
  color: #CAAB68;
  margin-bottom: 1em;
}
.post-wrap .side h2:not(:first-child){
  margin-top: 5.5rem;
}
ul.side-column-li li,
ul.side-column-li li a{
  display: block;
}
ul.side-column-li li + li{
  margin-top: 3rem;
}
ul.side-column-li li .zoom{
  aspect-ratio: 100 / 67;
  margin-bottom: 1.6rem;
  position: relative;
}
ul.side-column-li li .zoom .cat-wrap{
  position: absolute;
  left: 1.2rem;
  bottom: 1rem;
}
ul.side-column-li li .zoom .cat-wrap .cat{
  background: #CAAB68;
  color: #fff;
}
ul.side-column-li li .ttl{
  font-weight: 500;
}




/*　fee PC
------------------------------------------------------------------------------------------------*/

.fee .common-sec h2{
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.fee .common-sec h2:not(:first-child){
  margin-top: 4rem;
}
ul.price-li li{
  display: grid;
  grid-template-columns: 32rem 1fr 18rem;
  align-items: center;
  background: #fff;
  padding: 2rem 3rem;
}
ul.price-li li + li{
  margin-top: 1rem;
}
ul.price-li li .price{
  font-size: 2rem;
  text-align: right;
}
ul.price-li li .price small{
  font-size: 1.4rem;
}




/*　company PC
------------------------------------------------------------------------------------------------*/

.company .common-sec{
  padding-bottom: 0;
}
.company .common-sec p{
  font-size: 1.6rem;
  font-weight: 700;
}
.company .common-sec iframe{
  display: block;
  width: 100%;
  height: 43rem;
  margin-top: 2rem;
}




/*　contact PC
------------------------------------------------------------------------------------------------*/

.contact .common-sec{
  font-size: 1.6rem;
}
.contact .common-sec p.p-1{
  margin-bottom: 6rem;
}

.contact label.label{
  display: block;
  margin: 3rem 0 0.5em;
}
.contact label.label:first-child{
  margin-top: 0;
}
.contact input[type=text],
.contact textarea{
  display: block;
  width: 100%;
  border-radius: 0.8rem;
  padding: 1.1em;
  background: #f1f1f1;
  border: none;
  font-size: 1.6rem;
}
.contact textarea{
  height: 24rem;
}
.contact input[type=submit]{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  background: #1d1e22;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 3rem auto 0;
  transition: opacity 0.3s;
}
input[type=submit]:hover{
  opacity: 0.7;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){


/*　home SP
------------------------------------------------------------------------------------------------*/

.fv{
  display: flex;
  align-items: center;
  min-height: 72vh;
  padding: 0;
}
.fv h1{
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.fv .en{
  font-size: 1.1rem;
}
.fv .fv-txt{
  height: 15.5rem;
  bottom: -6rem;
}
.fv .fv-txt img{
  max-width: 122%;
  transform: translateX(-4%);
}


.home-about{
  padding: 4rem 0 5rem;
  position: relative;
}
.home-about .bg-txt{
  top: 7rem;
}
.home-about .bg-txt span{
  transform: translateX(0.8em);
}
.home-about .content{
  display: block;
}
.home-about .left,
.home-about .right{
  width: 100%;
  position: unset;
}
.home-about .h-1{
  margin-bottom: 3.5rem;
}
.home-about ul li + li,
.about .common-sec ul li + li{
  margin-top: 5rem;
}
.home-about ul li h3,
.about .common-sec ul li h3{
  font-size: 2rem;
  padding-bottom: 1em;
  margin: 1.2em 0 1.1em;
}
.home-about ul li h3::before,
.about .common-sec ul li h3::before{
  width: 4rem;
}


.home-menu{
  padding: 5rem 0;
  overflow: hidden;
}
.home-menu .bg-txt{
  top: 2.5rem;
}
.home-menu .bg-txt span{
  transform: translateX(0.3em);
}
.swiper-menu{
  overflow: unset;
}
.swiper-menu .swiper-slide{
  width: 28rem;
}
.swiper-menu .swiper-slide .en{
  font-size: 1.2rem;
}
.swiper-menu .swiper-slide h3{
  font-size: 2rem;
}


.home-pickup{
  padding: 5rem 0;
  overflow: hidden;
}
.home-pickup .bg-txt{
  font-size: 11.6rem;
  top: 4rem;
}
.home-pickup .bg-txt span{
  transform: translateX(1.75em);
}
.swiper-pickup{
  margin-top: 4rem;
  overflow: unset;
}
.swiper-pickup .swiper-slide .zoom,
ul.column-li li .zoom{
  aspect-ratio: 100 / 67;
}
.swiper-pickup .swiper-slide .ttl,
ul.column-li li .ttl{
  font-size: 1.6rem;
}
.swiper-scrollbar{
  position: unset !important;
  margin: 3rem auto 0;
}
.swiper-scrollbar{
  position: unset !important;
  margin: 3rem auto 0;
}
.swiper-scrollbar-drag {
  background: #CAAB68;
}
.home-pickup a.btn{
  width: 100%;
  position: unset;
  margin: 4rem auto 0;
}


.sec-company{
  font-size: 1.4rem;
  padding: 6rem 0 7rem;
}
.sec-company .content{
  padding: 0;
}
.sec-company .wrap{
  grid-template-columns: 1fr;
  gap: 5rem;
}
.sec-company .wrap .txt{
  padding: 0 2.3rem;
}
.sec-company .wrap .txt img.logo{
  width: 14.5rem;
}
.sec-company .wrap .txt h3{
  font-size: 1.6rem;
}
.sec-company .wrap .txt p{
  line-height: 1.7;
}




/*　about SP
------------------------------------------------------------------------------------------------*/

.about .common-sec ul li{
  grid-template-columns: 1fr;
  gap: 0;
}


.about .sec-company .wrap-2{
  width: 25.4rem;
  margin: 7rem auto 0;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  font-size: 1.4rem;
}
.about .sec-company .wrap-2 h4,
.about .sec-company .wrap-2 p{
  line-height: 1.7;
}




/*　service SP
------------------------------------------------------------------------------------------------*/

.service .common-sec .content{
  display: block;
}
.service .common-sec .right{
  width: 100%;
  margin-right: 0;
}
.service .common-sec .service-wrap + .service-wrap{
  margin-top: 7rem;
}
.service .common-sec .service-wrap img.num{
  width: 9.4rem;
  height: 7rem;
  object-position: right center;
  right: 1.5rem;
  top: 8rem;
}
.service .common-sec .service-wrap h3{
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.service .common-sec .service-wrap img.img{
  margin-bottom: 2.5rem;
}
.service .common-sec .service-wrap a.btn{
  width: 20rem;
  margin: 3rem auto 0;
}




/*　column SP
------------------------------------------------------------------------------------------------*/

.cat-ttl{
  font-size: 1.8rem;
}

ul.column-li{
  grid-template-columns: 1fr;
  row-gap: 4rem;
  margin-top: 5rem;
}


.post-wrap{
  display: block;
}
.post-wrap .main,
.post-wrap .side{
  max-width: unset;
}
.post-wrap .side{
  margin: 7rem 0 0;
}


.post-wrap .main h1{
  font-size: 2rem;
}
.post-wrap .main .cat-date-sns{
  margin-bottom: 2rem;
}
.post-wrap .main .cat-date-sns ul.sns{
  width: 100%;
}
.post-wrap .main img.thumb{
  margin: 0 auto 3rem;
}
.post-wrap .main .share{
  margin-top: 4.5rem;
}

.post-txt{
  font-size: 1.5rem;
}
.post-txt .talk{
  margin: 3rem auto;
}
.post-txt .talk > div + div{
  margin-top: 2rem;
}
.post-txt .talk img.ico{
  width: 4.8rem;
  height: 4.8rem;
}
.post-txt .talk .txt{
  max-width: calc(100% - 5.8rem);
  padding: 1.5rem;
}

.post-txt img{
  margin:　3rem 0;
}
.post-txt h2{
  font-size: 1.8rem;
  margin: 3rem 0 1em;
}


.post-wrap .side h2{
  font-size: 2rem;
}
ul.side-column-li li + li{
  margin-top: 5rem;
}
ul.side-column-li li .ttl{
  font-size: 1.6rem;
}




/*　fee SP
------------------------------------------------------------------------------------------------*/

.fee .common-sec h2{
  font-size: 1.8rem;
}
.fee .common-sec h2:not(:first-child){
  margin-top: 3.5rem;
}
.fee .common-sec h3{
  font-size: 1.6rem;
}
ul.price-li li{
  grid-template-columns: 1fr;
  padding: 1.5rem;
}
ul.price-li li .detail{
  font-size: 1.4rem;
  margin: 0.2em 0 0.1em;
}
ul.price-li li .price{
  font-size: 1.8rem;
  text-align: left;
}
ul.price-li li .price small{
  font-size: 1rem;
}




/*　company SP
------------------------------------------------------------------------------------------------*/

.company .common-sec p{
  font-size: 1.4rem;
}
.company .common-sec iframe{
  height: 30rem;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

.contact .common-sec{
  font-size: 1.4rem;
  padding-bottom: 8rem;
}
.contact .common-sec p.p-1{
  margin-bottom: 3rem;
}

.contact input[type=text],
.contact textarea{
  padding: 0.9em;
}
.contact input[type=submit]{
  width: 100%;
  font-size: 1.4rem;
}




}/*　スマホここまで */



