@charset "UTF-8";


/* service_under_mv
***************************************************************/
.service_under_mv{
  padding-top: 70px;
  padding-bottom: 135px;
}
.service_under_ttl{
  font-size: 48px;
}

.main_contents {
  padding-top: 0;
  padding-bottom: 0;
}

.foot{
  margin-top: 0;
}
@media all and (min-width:681px){
  .service_under_img{
    width: 100%;
    height: 572px;
    background: url(../img/inshoku/mv.jpg) center / cover no-repeat;
    margin-top: 45px;
  }
}

@media (max-width: 680px) {
  .service_under_mv{
    padding-top: 100px;
    padding-bottom: 45px;
  }
  .service_under_ttl{
    font-size: 32px;
    line-height: 1.38;
  }
  .service_under_img{
    width: 100%;
    height: 0;
    padding-top: 122.2%;
    background: url(../img/inshoku/mv_sp.jpg) center / cover no-repeat;
    margin-top: 20px;
  }
}


/* contents_head
***************************************************************/
.contents_head{
  padding-bottom: 130px;
}
.contents_head .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents_head--ttl{
  font-size: 46px;
  line-height: 1.58;
}
/* .contents_head--ttl > span{
  display: block;
} */
/* .contents_head--txt{
  width: 500px;
  font-size: 18px;
  line-height: 2.33;
  margin-top: 50px;
} */


/* .architecture_sec--ttl span{
  font-size: 42px;
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.4em 0.3em;
}


.sircle_item.scrollin {
  position: absolute;
  background: #E6372D;
  opacity: .3;
  -webkit-animation: service_scale 1s cubic-bezier(1, 0, 0, 1) alternate forwards;
  animation: service_scale 1s cubic-bezier(1, 0, 0, 1) alternate forwards;
    transform-origin: center;
  border-radius: 100px;
} */

/* @-webkit-keyframes service_scale {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes service_scale {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(0, 0);
  }
  70% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
} */


/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .contents_head--img{
    width: 487px;
    /* position: absolute;
    bottom: 0;
    right: 0; */
  }
  /* .sircle_item.scrollin {
    top: 188px;
    left: 196px;
    width: 112px;
    height: 112px;
  } */

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .contents_head .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .contents_head{
    padding-bottom: 50px;
  }
  .contents_head--ttl{
    font-size: 30px;
    line-height: 1.4;
  }
  /* .contents_head--txt{
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-top: 25px;
  }
  .contents_head--txt br{
    display: none;
  } */
  .contents_head--img{
    width: clamp(340px, 79.5vw, 620px);
    max-width: 100%;
    margin: 35px auto 0;
  }

  /* .architecture_sec--ttl span{
    font-size: 24px;
    padding: 0.2em 0.5em 0.3em;
  }
  .sircle_item.scrollin {
      bottom: calc(12.6vw);
      left: calc(50% - 8.8vw);
      width: 17.6vw;
      height: 17.6vw;
  } */
}




/* promise_wrap
***************************************************************/
.promise_wrap{
  background-color: #F2F2F2;
}
.promise_wrap .architecture_sec--ttl{
  font-size: 48px;
}
.promise_wrap .architecture_sec--ttl span{
  /* background-color: #fff; */
  color: #000;
}
.promise_wrap .architecture_sec--ttl span.barl{
  font-size: 61px;
}
.promise_wrap .barAnime::after {
  background: #000;
}
.promise_list{
  color: #000;
  margin-top: 100px;
}
.promise_list li + li{
  border-top: 3px solid #000;
  padding-top: 85px;
  margin-top: 40px;
}
.promise_list--ttl{
  width: 443px;
  font-size: 38px;
  z-index: 1;
}
.promise_list--ttl .number{
  font-size: 42px;
  letter-spacing: 0;
  position: relative;
  padding-right: 37px;
  top: -55px;
  margin-right: -32px;
  z-index: -1;
}
.promise_list--ttl .number::after{
  content: '';
  width: 77px;
  height: 1px;
  background-color: #000;
  transform: rotate(310deg);
  position: absolute;
  bottom: 8px;
  right: 0;
}
.promise_list--ttl .barAnime::after,
.promise_list--ttl .barAnime::before{
  height: calc(100% + 34px);
  top: -32px;
}
.promise_list--txt{
  font-size: 18px;
  line-height: 1.55;
  /* padding-top: 4px; */
  width: 701px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .promise_list li{
    display: flex;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .promise_wrap .architecture_sec--ttl {
    font-size: 29px;
    span.barl{
      font-size:41px;
    }
  }
  
  .promise_list{
    margin-top: 30px;
  }
  .promise_list li + li {
    padding-top: 36px;
    margin-top: 22px;
  }
  .promise_list li:last-child {
    border-bottom: 3px solid #000;
    padding-bottom: 25px;
  }
  .promise_list--ttl{
    width: 100%;
    font-size: 22px;
  }
  .promise_list--ttl .number {
    font-size: 28px;
    padding-right: 25px;
    top: -13px;
    margin-right: -15px;
    z-index: 1;
  }
  .promise_list--ttl .number::after{
    width: 52px;
    bottom: 5px;
  }
  .promise_list--ttl .barAnime::after,
  .promise_list--ttl .barAnime::before{
    height: calc(100% + 20px);
    top: -18px;
  }
  .promise_list--txt{
    font-size: 16px;
    padding-top: 0;
    margin-top: 16px;
    width: auto;
  }

}


/* bolo_wrap
***************************************************************/

.bolo_wrap .inner{
  display: flex;
  justify-content: space-between;
    .left_wrap{
      width: 524px;
      flex-shrink: 0;
        .left_wrap--img + .left_wrap--img{
          margin-top: 10px;
        }
    }
    .right_wrap{
      margin-top: -10px;
      width:521px;
      flex-shrink: 0;
      .right_box01{
        display: flex;
        align-items: center;
        .right_box01--img{
          width: 198px;
          display: block;
          margin-right: 30px;
        }
        .right_wrap--ttl{
          font-size: 30px;
          line-height: 1.93;
            .tume{
              position: relative;
              margin-left: -0.5em;
            }
            
          }
      }

      .right_wrap--txt{
        font-size: 15px;
        line-height: 2.4;
        margin-top: 25px;
        letter-spacing: -0.05em;
      }

      .right_box02{
        margin-top: 45px;
        font-size: 14px;
        line-height: 1.6;
        display: flex;
        justify-content: space-between;
          .right_box02--txt01 {
            border: 3px solid #707070;
            padding: 16px 54px 18px;
            letter-spacing: -0.05em;
            line-height: 1.78;
              span{
                font-weight: 700;
                font-size: 16px;
              }
          }
          .right_box02--txt02{
            border: 3px solid #707070;
            padding: 18px 43px;
            letter-spacing: -0.05em;
            line-height: 1.428;
          }
      }
      .link_btn{
        margin-top: 50px;
        font-size: 19px;
        font-weight: 700;
        width: 160px;
        display: flex;
        justify-content: center;
          img{
            width: 25px;
            height: 25px;
            margin-right: 10px;
            z-index: 1;
          }
      }
      .link_btn::before {
        z-index: -1;
      }
      .link_btn::after {
        content: none;
      }
    }
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .bolo_wrap .inner {
      & .right_wrap {
          margin-top: 0;
          width: 100%;
          flex-shrink: 0;
            & .right_box01 {
                .right_box01--img {
                    width: 130px;
                    display: block;
                    margin-right: 5px;
                }
                .right_wrap--ttl {
                  font-size: 23px;
                  line-height: 1.56;
                }
            }
            .right_box02 {
              margin-top: 25px;
              line-height: 1.6;
              flex-direction: column;
              max-width: 320px;
              margin-left: auto;
              margin-right: auto;
                .right_box02--txt01 {
                    padding: 16px 40px 12px;
                    line-height: 1.75;
                    text-align: center;
                }
                .right_box02--txt02 {
                  padding: 15px 43px 16px;
                  margin-top: 15px;
                  display: flex;
                  justify-content: center;
                  align-items: flex-end;
                }
            }
            .right_wrap--txt {
              font-size: 15px;
              line-height: 1.86;
            }
            .link_btn {
              margin-top: 30px;
              font-size: 16px;
              width: 160px;
              display: flex;
              justify-content: center;
              margin-left: auto;
              margin-right: auto;
            }
      }
      & .left_wrap {
        width: 100%;
        margin-top: 22px;
        .left_wrap--img + .left_wrap--img {
            margin-top: 7px;
        }
      }
  }


}






/* point_wrap（空間・食・人）
***************************************************************/
.point_wrap{
  background-color: #F2F2F2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.point_box{
  background: #fff;
  padding: 70px 65px;
  border: 4px solid #000;
}
.point_box + .point_box{
  margin-top: 60px;
}
.point_box--body{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.point_box--ttl{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.point_box--ttl .point_icon{
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 25px;
  padding: 0.32em 0.65em 0.37em;
}
.point_box--ttl .point_box--ttl_text{
  font-size: 35px;
  line-height: 1.514;
  display: block;
  margin-top: 16px;
  white-space: nowrap;
}
.point_box--txt_wrap{
  width: 427px;
  flex-shrink: 0;
}
.point_box--txt{
  font-size: 15px;
  line-height: 2.4;
  width: 100%;
}
.point_box--imgs{
  width: 100%;
  position: relative;
  max-width: 480px;
  margin-left: auto;
}
.point_box--imgs_col{
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 480px;
  margin-left: auto;
}
.point_box--imgs_col .point_img_wrap{
  width: 100%;
}
.point_box--imgs_col .point_img_wrap img{
  width: 100%;
  height: auto;
}
.point_box--imgs_grid{
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px; */
  /* max-width: 480px;
  margin-left: auto;
  width: auto; */
}
/* .point_box02 .point_box--imgs_grid{
  grid-template-columns: 1fr 1.25fr;
  grid-auto-rows: auto;
  align-items: stretch;
} */
/* .point_box02 .point_box--imgs_grid .point_img_wrap:nth-child(1){
  grid-row: 1;
  grid-column: 1;
}
.point_box02 .point_box--imgs_grid .point_img_wrap:nth-child(2){
  grid-row: 1 / span 2;
  grid-column: 2;
}
.point_box02 .point_box--imgs_grid .point_img_wrap:nth-child(3){
  grid-row: 2;
  grid-column: 1;
} */
.point_box--imgs:not(.point_box--imgs_col):not(.point_box--imgs_grid) .point_img_wrap{
  max-width: 480px;
  margin-left: auto;
}
.point_box--imgs:not(.point_box--imgs_col):not(.point_box--imgs_grid) .point_img_wrap img{
  /* width: 100%;
  height: auto;
  display: block;
  object-fit: cover; */
}
.point_box--ingredients{
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 4px solid #707070;
}
.point_box--subttl {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}
.ingredients_list{
  display: flex;
  flex-wrap: wrap;
  gap: 35px 75px;
  max-width:930px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
    dl {
      display: flex;
      align-items: center;
      position: relative;
        dt{
          width: 118px;
          flex-shrink: 0;
          font-size: 24px;
          font-weight: 700;
          line-height: 1.25;
        }
        dd {
          width: 283px;
          font-size: 15px;
          line-height: 1.93;
          margin: 0;
          padding-left: 27px;
            .small{
              font-size: 13px;
            }
      }
    }
    dl::before{
      content: '';
      width: 2px;
      height: 100%;
      background-color: #707070;
      position: absolute;
      left: 118px;
      top: 0;
    }
    dl:nth-child(2n){
      margin-left: auto;
    }
    dl:nth-child(2n) dd{
      width: 336px;
    }
}

@media (min-width:681px){
  
  .point_box02 .point_img_wrap:nth-child(1){
    width: 208px;
    height: auto;
  }
  .point_box02 .point_img_wrap:nth-child(2){
    width: 208px;
    height: auto;
    margin-top: 6px;
  }
  .point_box02 .point_img_wrap:nth-child(3){
    width: 266px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  
}

@media (max-width:680px){
  .point_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .point_box{
    padding: 30px 27px 27px;
  }
  .point_box--ttl{
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
     .point_box--ttl_text {
      font-size: 24px;
      margin-top: 10px;
     }
     .point_icon{
       font-size: 17px;
       padding: 0.2em 0.5em;
     }
  }

  .point_box--txt_wrap {
    width: 100%;
  }
  
  .point_box--txt {
    margin-top: 10px;
    line-height: 1.86;
  }
  .point_box--imgs_col{
    max-width: 100%;
    margin-left: 0;
    gap: 5px;
  }
  .point_box--imgs_grid{
    max-width: 100%;
    margin-left: 0;
  }
  .point_box--imgs:not(.point_box--imgs_col):not(.point_box--imgs_grid) .point_img_wrap{
    max-width: 100%;
    margin-left: 0;
  }
  .point_box--ingredients{
    margin-top: 35px;
    padding-top: 30px;
  }
  .point_box--subttl{
    font-size: 24px;
  }

  .ingredients_list {
    gap: 25px;
      & dl {
          dt {
              width: 78px;
              flex-shrink: 0;
              font-size: 19px;
              line-height: 1.47;
          }
          dd {
            width: auto;
            font-size: 15px;
            line-height: 1.86;
            padding-left: 25px;
          }
      }
      dl:nth-child(2n) dd {
        width: auto;
      }

      dl::before {
        left: 78px;
      }
  }
  .point_box02{
      
    .point_box--imgs_grid{
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }
    .point_img_wrap:nth-child(1){
      width: calc(50% - 2.5px);
      height: auto;
    }
    .point_img_wrap:nth-child(2){
      width: calc(50% - 2.5px);
      height: auto;
    }
    .point_img_wrap:nth-child(3) {
      width: 100%;
      height: auto;
      position: relative;
      top: 0;
      right: 0;
      order: -1;
    }
  }
}
