@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.about-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .about-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.about-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.about-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .about-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .about-page > .section-mv > .container > .page-title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .about-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.about-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .about-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.about-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .about-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.about-page > .section-contents {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 74px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents {
    margin-bottom: 0;
  }
}
.about-page > .section-contents > .container > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
}
@media screen and (max-width: 1024px) {
  .about-page > .section-contents > .container > .box-overview {
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents > .container > .box-overview {
    margin-bottom: 56px;
  }
}
.about-page > .section-contents > .container > .box-overview > .title {
  font-size: 30px;
  margin-right: 81px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-overview > .title {
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents > .container > .box-overview > .title {
    font-size: 20px;
  }
}
.about-page > .section-contents > .container > .box-overview > .text {
  max-width: 658px;
  width: 100%;
  font-size: 14px;
  line-height: 2.8;
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents > .container > .box-overview > .text {
    font-size: 12px;
    line-height: 2.3;
  }
}
.about-page > .section-contents > .container > .box-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-page > .section-contents > .container > .box-feature > .box-title {
  position: relative;
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents > .container > .box-feature > .box-title {
    width: 69px;
    height: 264px;
  }
}
.about-page > .section-contents > .container > .box-feature > .list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0px;
  }
}
.about-page > .section-contents > .container > .box-feature > .list-feature > .feature {
  position: relative;
  max-width: 304px;
  width: 100%;
  margin-right: 28px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature {
    max-width: 45%;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 640px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature {
    max-width: 43%;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature {
    max-width: 90%;
    margin-right: 0;
  }
}
.about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .image {
  margin-bottom: 58px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .image {
    margin-bottom: 18px;
  }
}
.about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .number {
  position: absolute;
  top: 160px;
  left: 0;
  color: #ffffff;
  font-size: 70px;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .number {
    top: 190px;
  }
}
@media screen and (max-width: 640px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .number {
    top: 110px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .number {
    top: 130px;
    font-size: 46px;
  }
}
.about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .title {
  position: relative;
  font-size: 20px;
  margin-bottom: 22px;
  margin-left: 32px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .title {
    margin-bottom: 13px;
  }
}
.about-page > .section-contents > .container > .box-feature > .list-feature > .feature > .text {
  font-size: 12px;
  line-height: 2.3;
  margin-left: 32px;
  max-width: 84%;
}
.about-page > .section-gallery {
  margin-bottom: 102px;
}
@media screen and (max-width: 480px) {
  .about-page > .section-gallery {
    margin-bottom: 62px;
  }
}
.about-page > .section-gallery > .container > .list-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page > .section-gallery > .container > .list-gallery > .gallery {
  width: 34%;
}
.about-page > .section-process {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .about-page > .section-process {
    margin-bottom: 0;
  }
}
.about-page > .section-process > .container > .box-title {
  left: 4%;
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .box-title {
    left: 3%;
  }
}
.about-page > .section-process > .container > .list-process {
  margin-left: 11%;
}
@media screen and (max-width: 1440px) {
  .about-page > .section-process > .container > .list-process {
    margin-left: 13%;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process {
    margin-left: 19%;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process {
    margin-left: 27%;
  }
}
.about-page > .section-process > .container > .list-process > .slide-arrow {
  position: absolute;
  left: -8%;
  width: 63px;
}
@media screen and (max-width: 1440px) {
  .about-page > .section-process > .container > .list-process > .slide-arrow {
    left: -11%;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slide-arrow {
    left: -20%;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slide-arrow {
    left: -30%;
    width: 33px;
  }
}
.about-page > .section-process > .container > .list-process > .slide-arrow.prev-arrow {
  bottom: 230px;
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slide-arrow.prev-arrow {
    bottom: 320px;
  }
}
.about-page > .section-process > .container > .list-process > .slide-arrow.next-arrow {
  bottom: 10px;
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slide-arrow.next-arrow {
    bottom: 199px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-num {
  position: absolute;
  left: -8%;
  bottom: 130px;
}
@media screen and (max-width: 1440px) {
  .about-page > .section-process > .container > .list-process > .slick-num {
    left: -11%;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-num {
    left: -20%;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-num {
    left: -32%;
    bottom: 265px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-num > .now-count {
  color: #000000;
  font-size: 30px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-num > .now-count {
    font-size: 18px;
    margin-right: 8px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-num > .all-count {
  color: #818181;
  font-size: 20px;
  margin-left: 12px;
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-num > .all-count {
    font-size: 12px;
    margin-left: 8px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process {
  position: relative;
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner {
  max-width: 384px;
  width: 100%;
  padding-right: 39px;
}
@media screen and (max-width: 1440px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner {
    max-width: 414px;
    padding-right: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner {
    max-width: 434px;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner {
    max-width: 674px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .image {
  margin-bottom: 42px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .image {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .image {
    margin-bottom: 12px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .number {
  position: absolute;
  top: 222px;
  left: 0;
  color: #ffffff;
  font-size: 70px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .number {
    top: 250px;
  }
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .number {
    top: 402px;
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .number {
    top: 202px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .number {
    top: 142px;
    font-size: 46px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .title {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 38px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .title {
    margin-left: 28px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .title {
    margin-left: 21px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .overview {
  color: #818181;
  font-size: 12px;
  margin-bottom: 36px;
  margin-left: 38px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .overview {
    margin-left: 28px;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .overview {
    margin-left: 21px;
    margin-bottom: 24px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .list-point {
  margin-left: 38px;
  max-width: 303px;
}
@media screen and (max-width: 820px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .list-point {
    margin-left: 28px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .list-point {
    margin-left: 21px;
  }
}
.about-page > .section-process > .container > .list-process > .slick-list > .slick-track > .process > .box-inner > .list-point > .point {
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
  padding-bottom: 13px;
  margin-bottom: 13px;
}