@charset "UTF-8";
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

/*-- 共通 --*/
.c-gray {
  color: #687573;
}

.mb-xxl {
  margin-bottom: 15%;
}
@media (max-width: 840px) {
  .mb-xxl {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .mb-xxl {
    margin-bottom: 80px;
  }
}

.c-white {
  color: #fff;
}

.bg-gray {
  background-color: #d2d6d5;
}

.danraku p {
  line-height: 2.1;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.c-sec-title-wrap span {
  background-color: #687573;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #fff;
  padding: 3px;
}
.c-sec-title-wrap h2 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .c-sec-title-wrap h2 {
    margin-bottom: 20px;
  }
}
.c-sec-title-wrap p.en {
  font-size: 13px;
  color: #687573;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
@media (max-width: 480px) {
  .c-sec-title-wrap p.en {
    font-size: 12px;
  }
}
.c-sec-title-wrap:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 70px;
  background: #687573;
}
@media (max-width: 480px) {
  .c-sec-title-wrap:after {
    margin-top: 35px;
    margin-bottom: 50px;
    width: 50px;
  }
}

.c-white .c-sec-title-wrap p.en {
  color: #fff;
}
.c-white .c-sec-title-wrap:after {
  background: #fff;
}

.en-txt {
  font-size: 13px;
  color: #687573;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-top: 40px;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .en-txt {
    font-size: 12px;
    margin-top: 30px;
  }
}

/*-------------
 Intro
--------------*/
@media screen and (min-width: 841px) {
  .c-sp-intro .sp-fv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    height: 100dvh;
  }
  .c-sp-intro .sp-fv-wrap .img-wrap {
    width: 50%;
    height: 100%;
  }
  .c-sp-intro .sp-fv-wrap .txt-wrap {
    width: 50%;
    padding-left: 7%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 840px) {
  .c-sp-intro .sp-fv-wrap .img-wrap {
    width: 75%;
    height: 70vh;
    margin-left: auto;
    margin-right: 0;
  }
  .c-sp-intro .sp-fv-wrap .txt-wrap {
    width: 100%;
    margin-top: -130px;
    padding-left: 7%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .c-sp-intro .sp-fv-wrap .img-wrap {
    width: 80%;
    height: 400px;
  }
  .c-sp-intro .sp-fv-wrap .txt-wrap {
    margin-top: -100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.c-sp-intro .sp-intro1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro1-wrap {
    display: block;
  }
}
.c-sp-intro .sp-intro1-wrap .img-wrap {
  width: 57%;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro1-wrap .img-wrap {
    width: 75%;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro1-wrap .img-wrap {
    width: 85%;
  }
}
.c-sp-intro .sp-intro1-wrap .txt-wrap {
  width: 43%;
  padding-left: 8%;
  padding-right: 6%;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro1-wrap .txt-wrap {
    width: 100%;
    padding-left: 40%;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro1-wrap .txt-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-sp-intro .sp-intro2-wrap .img-wrap {
  width: 36%;
  float: right;
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro2-wrap .img-wrap {
    width: 65%;
    float: initial;
    margin: 0 0 80px auto;
  }
}
.c-sp-intro .sp-intro2-wrap .txt-wrap {
  width: 50%;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 3%;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro2-wrap .txt-wrap {
    padding-left: 6%;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro2-wrap .txt-wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.c-sp-intro .sp-intro2-wrap .img-wrap2 {
  margin-left: 6.5%;
  margin-top: 13%;
  width: 44%;
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro2-wrap .img-wrap2 {
    width: 60%;
    margin-top: 50px;
  }
}

.c-sp-intro .sp-intro3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro3-wrap {
    display: block;
  }
}
.c-sp-intro .sp-intro3-wrap .img-wrap {
  width: 32.5%;
  margin-right: 6.5%;
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro3-wrap .img-wrap {
    width: 45%;
    margin: 0 6.5% 0 auto;
  }
}
.c-sp-intro .sp-intro3-wrap .txt-wrap {
  width: 58%;
  padding-left: 10%;
  padding-right: 5%;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro3-wrap .txt-wrap {
    padding-left: 6%;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro3-wrap .txt-wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 60px;
  }
}

.c-sp-intro .sp-intro4-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro4-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro4-wrap {
    display: block;
  }
}
.c-sp-intro .sp-intro4-wrap .img-wrap {
  width: 45.8%;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro4-wrap .img-wrap {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro4-wrap .img-wrap {
    width: 75%;
    margin-bottom: 80px;
  }
}
.c-sp-intro .sp-intro4-wrap .txt-wrap {
  width: 54.2%;
  padding-left: 8%;
  padding-right: 6%;
}
@media (max-width: 840px) {
  .c-sp-intro .sp-intro4-wrap .txt-wrap {
    width: 60%;
    padding-left: 6%;
  }
}
@media (max-width: 480px) {
  .c-sp-intro .sp-intro4-wrap .txt-wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*-------------
 sticky-container
--------------*/
.sticky-container {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sticky-container .c-inner {
  height: 100%;
  padding-bottom: 50vh;
  position: relative;
  z-index: 2;
  color: #fff;
}
.sticky-container .c-inner .in-column {
  padding-left: 45%;
  margin-top: -20vh;
  margin-bottom: 30%;
}
@media (max-width: 840px) {
  .sticky-container .c-inner .in-column {
    padding-left: 10%;
    margin-bottom: 350px;
  }
}
@media (max-width: 480px) {
  .sticky-container .c-inner .in-column {
    padding-left: 0;
    margin-bottom: 200px;
  }
}

.sticky-container .sticky-bg-img {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-container .sticky-slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sticky-container .sticky-slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.sticky-container .sticky-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.sticky-container .sticky-slide .swiper-slide-active img,
.sticky-container .sticky-slide .swiper-slide-duplicate-active img,
.sticky-container .sticky-slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sticky-container .quality-list li:not(:last-of-type) {
  margin-bottom: 60px;
}
.sticky-container .quality-list li h4 {
  margin-bottom: 10px;
}

.sticky-container .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3%;
  text-align: center;
}
.sticky-container .flow-list li {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3.5%;
}
@media (max-width: 480px) {
  .sticky-container .flow-list li {
    width: 30.333%;
    margin-bottom: 20px;
  }
}
.sticky-container .flow-list .flow-img {
  margin-bottom: 15px;
}

/*-------------
 commit
--------------*/
.c-sp-commit .commit-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .c-sp-commit .commit-sticky {
    display: block;
  }
}
.c-sp-commit .commit-sticky .img-wrap {
  width: 46%;
  position: sticky;
  top: 130px;
  height: calc(100dvh - 220px);
}
@media (max-width: 840px) {
  .c-sp-commit .commit-sticky .img-wrap {
    position: relative;
    width: 85%;
    height: 800px;
    margin: 0 auto 100px;
    top: 0;
  }
}
@media (max-width: 480px) {
  .c-sp-commit .commit-sticky .img-wrap {
    width: 100%;
    height: 75vh;
    margin-bottom: 70px;
  }
}
.c-sp-commit .commit-sticky .txt-wrap {
  padding-top: 100px;
  width: 42%;
}
@media (max-width: 1200px) {
  .c-sp-commit .commit-sticky .txt-wrap {
    width: 47%;
  }
}
@media (max-width: 840px) {
  .c-sp-commit .commit-sticky .txt-wrap {
    padding-top: 0;
    width: 100%;
  }
}

.c-sp-commit .item-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-sp-commit .item-slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.c-sp-commit .item-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sp-commit .swiper-pagination {
  bottom: 5px !important;
}

.c-sp-commit .swiper-pagination-bullet {
  background-color: #333;
}

.c-sp-commit .commit-list > li:not(:last-of-type) {
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.c-sp-commit .commit-list h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.c-sp-commit .commit-list h4 small {
  font-size: 80%;
  padding-left: 5px;
}
.c-sp-commit .commit-list h4 .number {
  font-size: 18px;
  color: #687573;
  letter-spacing: 0;
  position: relative;
  margin-top: 1px;
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list h4 .number {
    font-size: 16px;
  }
}
.c-sp-commit .commit-list h4 .number:after {
  position: absolute;
  top: 49%;
  left: 28px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #687573;
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list h4 .number:after {
    width: 10px;
    left: 25px;
  }
}
.c-sp-commit .commit-list h4 .f-jp {
  padding-left: 35px;
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list h4 .f-jp {
    padding-left: 28px;
  }
}

.c-sp-commit .commit-list .commit-row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}
.c-sp-commit .commit-list .commit-row-list li {
  width: 180px;
}
@media (max-width: 840px) {
  .c-sp-commit .commit-list .commit-row-list li {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list .commit-row-list li {
    width: calc(100% - 10px);
  }
}
.c-sp-commit .commit-list .commit-row-list li:first-child {
  margin-right: 10px;
}
@media (max-width: 840px) {
  .c-sp-commit .commit-list .commit-row-list li:first-child {
    margin-right: 3%;
  }
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list .commit-row-list li:first-child {
    margin-right: 10px;
  }
}

.c-sp-commit .commit-list .commit-col-list {
  margin-top: 20px;
}
.c-sp-commit .commit-list .commit-col-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-sp-commit .commit-list .commit-col-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-sp-commit .commit-list .commit-col-list li .col-img-wrap {
  width: 130px;
}
@media (max-width: 840px) {
  .c-sp-commit .commit-list .commit-col-list li .col-img-wrap {
    width: 35%;
  }
}
.c-sp-commit .commit-list .commit-col-list li .col-txt-wrap {
  width: calc(100% - 150px);
}
@media (max-width: 840px) {
  .c-sp-commit .commit-list .commit-col-list li .col-txt-wrap {
    width: 60%;
  }
}
.c-sp-commit .commit-list .commit-col-list li h5 {
  font-weight: 400;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .c-sp-commit .commit-list .commit-col-list li h5 {
    margin-bottom: 4px;
  }
}

/*-------------
 details
--------------*/
.cat-special-contents .c-sp-2col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat-special-contents .c-sp-2col-wrap:not(:last-of-type) {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .cat-special-contents .c-sp-2col-wrap:not(:last-of-type) {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.cat-special-contents .c-sp-2col-wrap .lt-wrap {
  width: 29%;
}
@media (max-width: 840px) {
  .cat-special-contents .c-sp-2col-wrap .lt-wrap {
    width: 100%;
  }
}
.cat-special-contents .c-sp-2col-wrap .rt-wrap {
  width: 68%;
}
@media (max-width: 840px) {
  .cat-special-contents .c-sp-2col-wrap .rt-wrap {
    width: 100%;
  }
}

.cat-special-contents .c-sp-details-tbl {
  width: 100%;
}
.cat-special-contents .c-sp-details-tbl th,
.cat-special-contents .c-sp-details-tbl td {
  border-bottom: 1px dotted #959e9d;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.7;
}
.cat-special-contents .c-sp-details-tbl th small,
.cat-special-contents .c-sp-details-tbl td small {
  font-size: 80%;
  padding-left: 3px;
}
.cat-special-contents .c-sp-details-tbl th {
  width: 200px;
}
@media (max-width: 480px) {
  .cat-special-contents .c-sp-details-tbl th {
    width: 100px;
  }
}

/*------ caution -------*/
.cat-special-contents .caution-list {
  margin-left: 1rem;
  margin-top: 25px;
}
.cat-special-contents .caution-list li {
  list-style-type: disc;
}
.cat-special-contents .caution-list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.cat-special-contents .sp-caution-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.9%;
  text-align: center;
  margin-top: 40px;
}
.cat-special-contents .sp-caution-case li {
  width: 18.1%;
  margin-left: 1.9%;
}
@media (max-width: 480px) {
  .cat-special-contents .sp-caution-case li {
    width: 31.433%;
    margin-bottom: 10px;
  }
}
.cat-special-contents .sp-caution-case .img {
  margin-bottom: 8px;
}