@charset "UTF-8";

/*=============================================
 * HOME
*=============================================*/
#mv {
   background: url("../img/index/mv-bg.webp") no-repeat center/cover;
   width: 100%;
   height: 100vh;
   min-height: 500px;
   position: relative;
   color: #fff;
   opacity: 0;
   transition: opacity 0.3s;
}

#mv.is-active {
   opacity: 1;
}

#mv:before {
   content: '';
   width: 100%;
   height: 100%;
   background: url("../img/index/mv-deco.webp") no-repeat center/auto 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#mv .copyright {
   width: 24px;
   font-weight: 400;
   font-size: 11px;
   line-height: 24px;
   letter-spacing: 0.05em;
   position: absolute;
   top: 0;
   right: 40px;
   bottom: 0;
   text-align: center;
}

#mv .copyright span:before {
   content: '';
   background: url("../img/index/mv-c.webp") no-repeat center top/cover;
   width: 12px;
   height: 12px;
   display: inline-block;
   vertical-align: baseline;
   margin-bottom: 2px;
}

#mv h2 {
   font-size: 20px;
   letter-spacing: 0.05em;
   line-height: 30px;
   position: absolute;
   bottom: 30px;
   right: 40px;
   text-align: right;
}

#mv h2 span {
   display: inline-block;
   font-weight: 400;
   font-size: 76px;
   line-height: 90px;
   padding-bottom: 15px;
}

.btn-scroll {
   cursor: pointer;
   transition: all 0.3s;
   font-weight: 400;
   font-size: 12px;
   line-height: 14px;
   color: #fff;
   padding-bottom: 170px;
   position: absolute;
   bottom: 0px;
   left: 40px;
}

.btn-scroll .txt-vertical {
   width: 14px;
   height: 52px;
   cursor: inherit;
}

.btn-scroll .txt-latin {
   cursor: inherit;
}

.btn-scroll .border {
   width: 1px;
   height: 158px;
   position: absolute;
   bottom: 0;
   left: 40%;
}

.btn-scroll .border:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 0;
   animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.btn-scroll:hover {
   opacity: 0.7;
}

@keyframes sdl01 {
   0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
   }

   50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
   }

   50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
   }

   100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      min-height: inherit;
   }

   #mv .copyright {
      right: 10px;
   }

   #mv h2 {
      font-size: 16px;
      line-height: 24px;
      bottom: 20px;
      right: 20px;
   }

   #mv h2 span {
      font-size: 46px;
      line-height: 60px;
      padding-bottom: 5px;
   }

   .btn-scroll {
      left: 20px;
      padding-bottom: 110px;
   }

   .btn-scroll .border {
      height: 100px;
   }
}

/* -- --*/
#top__business {
   padding: 120px 40px 30px;
}

#top__business .slider {
   margin-right: -40px;
   padding-top: 20px;
}

#top__business .slider .slide {
   width: 350px;
   position: relative;
}

#top__business .slider .slide:after {
   content: '';
   width: 100%;
   height: 50%;
   background-image: linear-gradient(to bottom, transparent, #000);
   opacity: 0.6;
   position: absolute;
   bottom: 0;
   left: 0;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

#top__business .slider .slide .text {
   color: #fff;
   position: absolute;
   right: 30px;
   bottom: 30px;
   left: 30px;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   z-index: 1;
}

#top__business .slider .slide h3 {
   font-weight: 700;
}

#top__business .slider .slide .txt {
   min-height: 60px;
   padding-top: 10px;
}

#top__business .button {
   padding-top: 40px;
}

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

   #top__business .slider .slide {
      width: 280px;
   }

   #top__business .slider .slide .text {
      right: 20px;
      bottom: 20px;
      left: 20px;
   }
}

/* -- --*/
#top__works {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: center;
}

#top__works .col {
   max-width: 450px;
   padding: 50px 50px;
}

#top__works .list {
   padding-top: 30px;
}

#top__works .list .item {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 8px;
}

#top__works .list .item+.item {
   padding-top: 32px;
}

#top__works .list .ttl {
   font-weight: 700;
}

#top__works .list .cat {
   display: inline-block;
   background-color: #575757;
   color: #fff;
   font-weight: 700;
   font-size: 11px;
   padding: 0 13px;
   border-radius: 50px;
}

#top__works .list .txt {
   width: 100%;
}

#top__works .list .txt span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

#top__works .button {
   padding-top: 60px;
}

@media screen and (max-width: 767px) {
   #top__works {
      grid-template-columns: 1fr;
      padding-bottom: 50px;
   }

   #top__works .col {
      padding: 40px 20px 0;
   }

   #top__works .button {
      padding-top: 30px;
   }
}

/* -- --*/
#top__about {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: center;
   padding: 15px 0 90px;
}

#top__about .col {
   max-width: 450px;
   padding: 50px 50px;
}

#top__about .txt {
   padding-top: 20px;
}

#top__about .button {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #top__about {
      grid-template-columns: 1fr;
      padding-bottom: 50px;
   }

   #top__about .col {
      padding: 40px 20px 0;
   }

   #top__about .button {
      padding-top: 30px;
   }
}

/* -- --*/
#store {
   display: flex;
   align-items: center;
   justify-content: center;
   background: url("../img/index/store-bg.webp") no-repeat center/cover;
   width: 100%;
   height: 620px;
   color: #fff;
   text-align: center;
}

#store h2 {
   font-size: 14px;
   line-height: 20px;
}

#store h2 .sub {
   display: block;
   font-weight: 400;
   font-size: 41px;
   line-height: 49px;
   padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
   #store {
      height: 200px;
   }
}

/*=============================================
 * 会社案内
*=============================================*/
#about__kv {
   position: relative;
}

#about__kv .photo {
   width: 50%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#about__kv .photo .img {
   width: 100%;
   height: 100%;
   position: relative;
}

#about__kv .photo .img:after {
   content: '';
   width: 100%;
   height: 100%;
   background: #006231;
   position: absolute;
   top: 0;
   left: 0;
   mix-blend-mode: multiply;
}

#about__kv .photo .deco {
   width: auto;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
}

#about__kv .photo .deco img {
   max-width: inherit;
   max-height: 100%;
}

#about__kv .wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-top: 160px;
   padding-bottom: 106px;
}

#about__kv h1 {
   font-weight: 700;
   font-size: 15px;
   line-height: 21px;
   color: #fff;
}

#about__kv h1 .sub {
   display: block;
   font-weight: 700;
   font-size: 37px;
   line-height: 45px;
   padding-bottom: 5px;
}

#about__kv h2 {
   font-weight: 700;
   font-size: 31px;
   line-height: 45px;
}

#about__kv h2 span {
   display: inline-block;
   background-color: #575757;
   color: #fff;
   padding: 0 10px;
}

#about__kv h2 span:not(:last-child) {
   margin-bottom: 10px;
}

#about__kv .txt {
   line-height: 24px;
   padding-top: 55px;
}

#about__kv .txt p+p {
   padding-top: 30px;
}

@media screen and (max-width: 1023px) {
   #about__kv .photo {
      width: 34%;
   }
}

@media screen and (max-width: 767px) {
   #about__kv .photo {
      width: 100%;
      height: 230px;
   }

   #about__kv .wrap {
      flex-direction: column;
      padding-top: 100px;
      padding-bottom: 50px;
   }

   #about__kv h1 {
      text-align: center;
      padding-bottom: 60px;
   }

   #about__kv .text {
      padding-top: 50px;
   }

   #about__kv h2 {
      font-size: 20px;
   }

   #about__kv .txt {
      padding-top: 20px;
   }

   #about__kv .txt p+p {
      padding-top: 20px;
   }
}

/* -- --*/
#about__profile {
   padding: 90px 0 170px;
}

#about__profile .txt-info,
#about__profile .txt {
   max-width: 585px;
   margin: 0 auto;
}

#about__profile .txt {
   font-size: 14px;
   line-height: 26px;
   padding-top: 65px;
}

#about__profile .txt p+p {
   padding-top: 30px;
}

#about__profile .txt-info {
   font-size: 14px;
   line-height: 24px;
   padding-top: 115px;
}

#about__profile .txt-info dl {
   display: grid;
   grid-template-columns: 130px 1fr;
   position: relative;
}

#about__profile .txt-info dl+dl {
   margin-top: 30px;
   padding-top: 30px;
}

#about__profile .txt-info dl+dl:before {
   content: '';
   width: 100%;
   height: 1px;
   background-image: linear-gradient(to right, #575757 20px, rgba(87, 87, 87, 0.2) 20px);
   position: absolute;
   top: 0;
   left: 0;
}

#about__profile .txt-info dl dt {
   font-weight: 500;
}

@media screen and (max-width: 767px) {
   #about__profile {
      padding: 0 0 50px;
   }

   #about__profile .txt {
      padding-top: 30px;
   }

   #about__profile .txt p+p {
      padding-top: 20px;
   }

   #about__profile .txt-info {
      padding-top: 50px;
   }

   #about__profile .txt-info dl {
      grid-template-columns: 90px 1fr;
   }

   #about__profile .txt-info dl+dl {
      margin-top: 20px;
      padding-top: 20px;
   }
}

/*=============================================
 * 事業内容
*=============================================*/
#business {
   padding: 100px 0 200px;
}

.business-item {
   padding-bottom: 90px;
   position: relative;
}

.business-item:before {
   content: '';
   width: 100%;
   background-color: #fff;
   position: absolute;
   top: 368px;
   bottom: 0;
   left: 0;
}

.business-item:not(:last-child) {
   margin-bottom: 230px;
}

.business-item h2 {
   padding-top: 35px;
}

.business-item .box-1 {
   display: flex;
   justify-content: space-between;
   gap: 25px;
   padding-top: 20px;
   padding-bottom: 55px;
}

.business-item .box-1 .txt {
   width: 405px;
}

.business-item .box-1 .col {
   width: 370px;
}

.business-item .box-1 .col h3 {
   font-size: 16px;
}

.business-item .box-1 .col h3:not(:first-child) {
   padding-top: 25px;
}

.business-item .box-1 .col p {
   padding-top: 10px;
}

.business-item hr {
   border-bottom: 1px solid #575757;
}

.business-item .box-2 {
   padding-top: 35px;
}

.business-item .box-2 .list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 25px;
   padding-top: 35px;
}

.business-item .box-2 .list .item {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 8px;
}

.business-item .box-2 .list .ttl {
   font-weight: 700;
}

.business-item .box-2 .list .cat {
   display: inline-block;
   background-color: #575757;
   color: #fff;
   font-weight: 700;
   font-size: 11px;
   padding: 0 13px;
   border-radius: 50px;
}

.business-item .box-2 .list .txt {
   width: 100%;
}

.business-item .box-2 .list .txt span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

.business-item .button {
   padding-top: 55px;
}

@media screen and (max-width: 1023px) {
   .business-item:before {
      top: 200px;
   }
}

@media screen and (max-width: 767px) {
   #business {
      padding: 50px 0;
   }

   .business-item {
      padding-bottom: 50px;
   }

   .business-item:not(:last-child) {
      margin-bottom: 50px;
   }

   .business-item:before {
      top: 100px;
   }

   .business-item h2 {
      font-size: 24px;
      line-height: 35px;
      padding-top: 30px;
   }

   .business-item .box-1 {
      flex-direction: column;
      padding-bottom: 40px;
   }

   .business-item .box-1 .txt,
   .business-item .box-1 .col {
      width: 100%;
   }

   .business-item .box-2 .list {
      grid-template-columns: 1fr;
   }

   .business-item .button {
      padding-top: 40px;
   }
}

/*=============================================
 * お問い合わせ
*=============================================*/
.mailform {
   font-size: 14px;
   line-height: 20px;
   padding: 80px 0 145px;
}

.mailform h2 {
   font-weight: 400;
   line-height: 40px;
   padding-bottom: 60px;
}

.mailform .form-wrap {
   max-width: 600px;
   margin: 0 auto;
}

.mailform .form-row {
   display: grid;
   grid-template-columns: 190px 1fr;
   align-items: flex-start;
   gap: 20px;
   padding-bottom: 5px;
}

.mailform .form-row .caption {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
   padding: 13px 0;
}

.mailform .form-row .caption span {
   width: 28px;
   background-color: #575757;
   color: #fff;
   font-size: 11px;
   line-height: 14px;
   text-align: center;
}

.mailform .form-btn {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 10px;
   padding-top: 30px;
}

.mailform .form-btn input {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

.mailform .form-btn p {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #575757;
   color: #fff;
   width: 390px;
   height: 71px;
   position: relative;
   border-radius: 5px;
   transition: all 0.3s;
}

.mailform .form-btn p:hover {
   background-color: #BCBCBC;
   color: #fff;
}

.mailform .form-btn .btn-back {
   background-color: #ccc;
   color: #575757;
}

.mailform .form-btn .btn-back:hover {
   background-color: #575757;
   color: #fff;
}

.mailform .form-btn .wpcf7-spinner {
   display: none;
}

.mailform.confirm .form-row {
   padding-bottom: 20px;
}

.mailform.confirm .form-row .caption {
   padding: 0;
}

.mailform.thanks {
   text-align: center;
}

.mailform.thanks .txt p+p {
   padding-top: 30px;
}

.mailform.thanks .button {
   text-align: center;
   padding-top: 40px;
}

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

   .mailform h2 {
      padding-bottom: 30px;
   }

   .mailform .form-row {
      grid-template-columns: 1fr;
      gap: 5px;
      padding-bottom: 20px;
   }

   .mailform .form-row .caption {
      justify-content: flex-start;
      padding: 0;
   }

   .mailform .form-btn {
      padding-top: 20px;
   }

   .mailform .form-btn p {
      width: 100%;
   }

   .mailform.thanks .txt {
      text-align: justify;
   }
}

/*=============================================
 * Post type
*=============================================*/
.pt-archive {
   padding: 100px 0 150px;
}

.pt-archive .box {
   display: grid;
   grid-template-columns: 45% 52%;
   gap: 30px 3%;
}

.pt-archive .box+.box {
   padding-top: 100px;
}

.pt-archive .box .col-l {
   height: 186px;
   position: relative;
}

.pt-archive .box .col-l figure {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.pt-archive .box .col-l figure:after {
   content: '';
   width: 170px;
   height: 100%;
   background: #006231;
   position: absolute;
   top: 0;
   left: 0;
   mix-blend-mode: multiply;
}

.pt-archive .box .col-l h3 {
   display: flex;
   align-items: center;
   height: 100%;
   font-weight: 700;
   color: #fff;
   padding: 0 20px;
   position: relative;
   z-index: 1;
}

.pt-archive .box .col-r .item+.item {
   border-top: 1px dotted #B5B5B5;
   margin-top: 25px;
   padding-top: 30px;
}

.pt-archive .box .col-r dl {
   display: grid;
   grid-template-columns: 135px 1fr;
   align-items: center;
   gap: 24px;
}

.pt-archive .box .col-r dl dt {
   text-align: center;
   font-weight: 700;
   padding: 15px 0 13px;
}

@media screen and (max-width: 767px) {
   .pt-archive {
      padding: 50px 0;
   }

   .pt-archive .box {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .pt-archive .box+.box {
      padding-top: 50px;
   }

   .pt-archive .box .col-r .item+.item {
      margin-top: 20px;
      padding-top: 20px;
   }

   .pt-archive .box .col-r dl {
      grid-template-columns: 80px 1fr;
      gap: 12px;
   }
}