﻿/* パンくず 追加スタイル PC */
 @media only screen and (min-width: 768px){
   .breadcrumb__list{
     padding-bottom: 1.6rem;
   }
 }
 @font-face {
  font-family: 'HKGrotesk';
  src: url("../font/HKGrotesk-Regular.woff2") format("woff2"), url("../font/HKGrotesk-Regular.woff") format("woff");
}
@font-face {
  font-family: 'HKGroteskSemiBold';
  src: url("../font/HKGrotesk-SemiBold.woff2") format("woff2"), url("../font/HKGrotesk-SemiBold.woff") format("woff");
}
@font-face {
  font-family: 'HKGroteskBold';
  src: url("../font/HKGrotesk-Bold.woff2") format("woff2"), url("../font/HKGrotesk-Bold.woff") format("woff");
}
html {
  font-size: 62.5%;
}
.main-area {
  transform: none;
  filter: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;  font-style: normal;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  font-size: calc(30 * (100vw / 750));
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
body {
  width: 100%;
}
.main-area img,
.main-area video,
.main-area svg {
  width: 100%;
  height: auto;
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area a,
.main-area picture {
  display: block;
}

/* ============================= ▼ タブレット ▼ == */
@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10 * (100vw/1366));
  }
}
/* ============================= ▲ タブレット ▲ == */
/* ============================= ▼ sec-top ▼ == */
.sec-top_fv {
  width: calc(750 * (100vw / 750));
}
.sec-top_ttl {
  margin-top: calc(46 * (100vw / 750));
  position: relative;
}
.sec-top_ttl::after {
  position: absolute;
  content: "";
  top: calc(230 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(690 * (100vw / 750));
  height: calc(17 * (100vw / 750));
  background-image: url(../img/svg/arrow_sp.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sub-ttl {
  line-height: 1;
  text-align: left;
  letter-spacing: 0.075em;
}
.mn-ttl {
  font-size: calc(48 * (100vw / 750));
  line-height: 1.5;
  font-weight: 500;
  display: block;
  padding-top: calc(6 * (100vw / 750));
  letter-spacing: 0.075em;
}
.sec-top_lead {
  padding-top: calc(70 * (100vw / 750));
  width: calc(690 * (100vw / 750));
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.12em;
}
/* ============================= ▲ sec-top ▲ == */
/* ============================= ▼ sec_0 ▼ == */
.number {
  font-family: 'HKGroteskSemiBold', sans-serif;
}
.sec_0 {
  padding-top: calc(76 * (100vw / 750));
}
.sec_0-ttl {
  font-size: calc(44 * (100vw / 750));
  line-height: 1.5909090909;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec_0-ttl-border {
  border-bottom: solid #000 calc(4 * (100vw / 750));
  padding-bottom: calc(6 * (100vw / 750));
}
.unit_0 {
  position: relative;
  width: calc(480 * (100vw / 750));
}
.number_0 {
  position: absolute;
  font-size: calc(77 * (100vw / 750));
  letter-spacing: 0.05em;
  top: 0;
  left: calc(360 * (100vw / 750));
  z-index: 1;
  line-height: 1;
}
.unit-img_0 {
  width: calc(480 * (100vw / 750));
  padding-top: calc(42 * (100vw / 750));
}
.credit-wrapper_0,
.credit-wrapper_1,
.credit-wrapper_2,
.credit-wrapper_3 {
  font-size: calc(20 * (100vw / 750));
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
.credit {
  letter-spacing: 0.1em;
}
.credit a {
  display: initial;
}
.border {
  text-decoration: underline;
}
.credit-wrapper_0 {
  padding-top: calc(8 * (100vw / 750));
}
.unit_01 {
  margin: calc(46 * (100vw / 750)) auto 0 0;
}
.unit_02 {
  margin: calc(26 * (100vw / 750)) 0 0 auto;
}
.unit_03 {
  margin: calc(23 * (100vw / 750)) auto 0 0;
}
.credit-wrapper_01 {
  width: calc(417 * (100vw / 750));
}
.credit-wrapper_02 {
  width: calc(420 * (100vw / 750));
} 
.credit-wrapper_03 {
  padding-top: calc(15 * (100vw / 750));
  width: calc(422 * (100vw / 750));
} 
.desc {
  font-size: calc(30 * (100vw / 750));
  line-height: 1.8;
  text-align: left;
  width: calc(690 * (100vw / 750));
  margin: 0 auto;
  color: #000;
}
.sec-desc_0 {
  padding: calc(28 * (100vw / 750)) calc(28 * (100vw / 750)) calc(28 * (100vw / 750)) calc(40 * (100vw / 750));
  background-color: #FFFDDD;
  margin-top: calc(60 * (100vw / 750));
}
.sec_1,
.sec_2 {
  margin-top: calc(115 * (100vw / 750));
}
.sec_3 {
  margin-top: calc(112 * (100vw / 750));
}
.sec-number {
  font-size: calc(100 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.sec-number::after {
  position: absolute;
  content: "";
  top: calc(125 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  width: calc(60 * (100vw / 750));
  height: calc(6 * (100vw / 750));
  background-color: #000;
}
.item-ttl {
  font-size: calc(24 * (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 1;
  font-family: 'HKGroteskBold', sans-serif;
  padding-top: calc(65 * (100vw / 750));
}
.sec-ttl {
  padding-top: calc(24 * (100vw / 750));
  font-size: calc(40 * (100vw / 750));
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: calc(50 * (100vw / 750));
}
.sec-ttl_3 {
  padding-bottom: calc(30 * (100vw / 750));
}
.unit_102,
.unit_202,
.unit_302 {
  margin-top: calc(66 * (100vw / 750));
}
.unit-img_1,
.unit-img_2,
.unit-img_3 {
  width: calc(690 * (100vw / 750));
  margin: 0 auto;
}
.credit-wrapper_1 {
  padding-top: calc(10 * (100vw / 750));
  width: calc(690 * (100vw / 750));
}
.credit-wrapper_2 {
  padding-top: calc(10 * (100vw / 750));
  width: calc(690 * (100vw / 750));
}
.credit-wrapper_3 {
  padding-top: calc(10 * (100vw / 750));
  width: calc(690 * (100vw / 750));
}
.sec-desc_1,
.sec-desc_2,
.sec-desc_3 {
  border: solid #333 calc(4 * (100vw / 750));
  margin-top: calc(46 * (100vw / 750));
}
.sec-desc_1 {
  padding: calc(28 * (100vw / 750)) calc(26 * (100vw / 750)) calc(24 * (100vw / 750)) calc(44 * (100vw / 750));
}
.sec-desc_2 {
  padding: calc(28 * (100vw / 750)) calc(26 * (100vw / 750)) calc(24 * (100vw / 750)) calc(37 * (100vw / 750));
}
.sec-desc_3 {
  padding: calc(26 * (100vw / 750)) calc(20 * (100vw / 750)) calc(24 * (100vw / 750)) calc(47 * (100vw / 750));
}
.comment-wrapper {
  position: relative;
  padding: calc(73 * (100vw / 750)) calc(30 * (100vw / 750)) calc(45 * (100vw / 750)) calc(40 * (100vw / 750));
  background-color: #FFFDDD;
  margin-top: calc(144 * (100vw / 750));
}
.comment-ttl {
  position: absolute;
  top: calc(-34 * (100vw / 750));
  font-size: calc(70 * (100vw / 750));
  line-height: 1;
  font-family: 'HKGroteskSemiBold', sans-serif;
  left: calc(58 * (100vw / 750));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-area {
  margin-bottom: calc(240 * (100vw / 750));
}
/* ============================= ▲ sec-credit ▲ == */
/* ============================= ▼ PC ▼ == */
@media screen and (min-width: 768px) {
  /* ============================= ▲ PC ▲ == */
  /* ============================= ▼ 全体 ▼ == */
  .main-area {
    font-size: 1.4rem;
    width: 136.6rem;
    margin: 0 auto;
  }
  .main-area .sp-only {
    display: none;
  }
  .main-area .pc-only {
    display: block;
  }
  .flex-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  /* ============================= ▲ 全体 ▲ == */
  /* ============================= ▼ sec-top ▼ == */
  .sec-top_fv {
    width: 136.6rem;
    margin: 0 auto;
  }
  .sec-top_ttl {
    width: 77rem;
    margin: 3rem auto 0;
    line-height: 1;
  }
  .sec-top_ttl::after {
    width: 76.8rem;
    height: 1.58rem;
    background-image: url(../img/svg/arrow_pc.svg);
    top: 9rem;
  }
  .sub-ttl {
    font-size: 2rem;
    display: block;
  }
  .mn-ttl {
    font-size: 3.8rem;
    line-height: 1;
    padding-top: 0;
    white-space: nowrap;
  }
  .sec-top_lead {
    padding-top: 5.6rem;
    width: 97rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  /* ============================= ▲ sec-top ▲ == */
  /* ============================= ▼ sec_0 ▼ == */
  .sec_0 {
    padding-top: 7.5rem;
  }
  .sec_0-ttl {
    font-size: 3.6rem;
    line-height: 1;
  }
  .sec_0-ttl-border {
    border-bottom: solid #000 2px;
    padding-bottom: 1rem;
  }
  .box_0{
    width: 108.3rem;
  }
  .box_1,
  .box_2,
  .box_3 {
    width: 95rem;
  }
  .box_0 {
    margin-top: 4.2rem;
  }
  .unit_0 {
    width: 34rem;
  }
  .number_0 {
    font-size: 6rem;
    left: 26rem;
  }
  .unit-img_0 {
    width: 34rem;
    padding-top: 3rem;
  }
  .credit-wrapper_0,
  .credit-wrapper_1,
  .credit-wrapper_2,
  .credit-wrapper_3 {
    font-size: 1rem;
    line-height: 2.4;
  }
  .credit-wrapper_0 {
    padding-top: 1.3rem;
  }
  .unit_01,
  .unit_02,
  .unit_03 {
    margin: 0;
  }
  .credit-wrapper_01,
  .credit-wrapper_02,
  .credit-wrapper_03,
  .credit-wrapper_1,
  .credit-wrapper_2,
  .credit-wrapper_3 {
    width: 100%;
  } 
  .desc {
    font-size: 1.4rem;
    line-height: 2;
    width: 92rem;
  }
  .sec-desc_0 {
    padding: 2.8rem 4rem 2.2rem 4.3rem;
    background-color: #FFFDDD;
    margin-top: 3.4rem;
  }
  .sec_1,
  .sec_2 {
    margin-top: 9.4rem;
  }
  .sec_3 {
    margin-top: 9.3rem;
  }
  .sec-number {
    font-size: 8rem;
  }
  .sec-number::after {
    top: 9.2rem;
    width: 4rem;
    height: 0.4rem;
  }
  .item-ttl {
    font-size: 1.4rem;
    padding-top: 3.8rem;
  }
  .sec-ttl {
    padding-top: 2.3rem;
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 4rem;
  }
  .sec-ttl_3 {
    padding-bottom: 4rem;
  }
  .unit_1,
  .unit_2,
  .unit_3 {
    width: 46rem;
  }
  .unit_102,
  .unit_202,
  .unit_302 {
    margin: 0;
  }
  .unit-img_1,
  .unit-img_2,
  .unit-img_3 {
    width: 46rem;
    margin: 0;
  }
  .credit-wrapper_1,
  .credit-wrapper_2,
  .credit-wrapper_3 {
    padding-top: 1.2rem;
  }
  .sec-desc_1,
  .sec-desc_2,
  .sec-desc_3 {
    border: solid #333 2px;
    width: 95rem;
  }
  .sec-desc_1 {
    padding: 1.8rem 3rem 2rem 2.8rem;
    margin-top: 3.3rem;
  }
  .sec-desc_2 {
    padding: 2rem 2rem 2.2rem 2.8rem;
    margin-top: 3.5rem;
  }
  .sec-desc_3 {
    padding: 2rem 2.6rem 2.2rem 2.8rem;
    margin-top: 3.6rem;
  }
  .comment-wrapper {
    padding: 4rem 4rem 4.4rem 4.4rem;
    margin-top: 8.7rem;
    width: 95rem;
  }
  .comment-ttl {
    top: -2.1rem;
    font-size: 4rem;
    left: 31rem;
  }
  .main-area {
    margin-bottom: 13.7rem;
  }

}