/* ============================================================
   フォント
   ============================================================ */
@font-face {
  font-family: "Noto Sans";
  src: url("/company/efforts/next21/assets/fonts/noto-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/company/efforts/next21/assets/fonts/roboto-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto italic";
  src: url("/company/efforts/next21/assets/fonts/roboto-italic-subset.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


/* ============================================================
   ベース
   ============================================================ */
img {
  height: auto !important;
}


/* ============================================================
   コンセプト
   ============================================================ */
.concept .wrap-subttl {
  margin: 2.5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}


.point_images{
  display: grid;
  gap: 4.5rem;
}

.point_images .col2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .2rem;
}

.point_images .sec-txt{
  margin-top: .8rem;
}
.point_images .sec-txt.bold{
  font-weight: 600;
}
.point_images_item:last-of-type{
  position: relative;
}

.point_images_item:last-of-type::before{
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%,0);
  width: 2.5rem;
  height: 1.6rem;
  background: #F2A81C;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: '';
}


/* ============================================================
   フィーチャー共通
   ============================================================ */
.feature-item > * + picture {
  display: block;
  margin-top: 20px;
}
.feature-fig {
  margin-top: 10px;
}
.feature-fig picture {
  display: block;
  height: 0;
  margin: 0;
}
.feature-fig .fig-btn {
  margin-top: 0;
}


/* ============================================================
   ポイント
   ============================================================ */
.point .point-feature {
  display: flex;
  flex-direction: column;
}
.point-feature .sec-subttl {
  margin: 2.5rem auto 2rem;
}
.point .feature-item .js-scrollable {
  background: #FFF;
  padding: .8rem 1.6rem;
  box-sizing: border-box;
  border-radius: 2rem;
  overflow-x: scroll;
}
.point .feature-item .js-scrollable picture {
  display: block;
  min-width: 46rem;
}


/* ============================================================
   プランリスト
   ============================================================ */
.plan-list .span-3 {
  grid-column: span 3;
}


/* ============================================================
   feature_1
   ============================================================ */
.feature_1 {
  display: grid;
  gap: 3.5rem;
  margin-top: 3rem;
}
.feature_1_item {
  position: relative;
}
.feature_1_item + .feature_1_item {
  margin-top: 3rem;
}
.feature_1_num {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-25%, -50%);
  display: grid;
  place-content: center;
  width: 3.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F2A81C;
  color: #FFF;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
.feature_1_num + .sec-txt {
  margin-top: 1rem;
}


/* ============================================================
   feature_2
   ============================================================ */
.feature_2 {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}
.feature_2_ttl {
  margin-bottom: .8rem;
  padding-left: 1.6rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #F2A81C;
  line-height: 1.5;
  letter-spacing: 0;
}
.feature_2_ttl::before {
  position: absolute;
  top: .75em;
  left: 0;
  transform: translate(0, -50%);
  width: .8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F2A81C;
  content: '';
}
.feature_2_ttl .ast {
  margin-left: .2rem;
  color: #000000;
  font-weight: 400;
  font-size: .75em;
}
.feature_2 picture {
  margin-bottom: .8rem;
}
.feature_2_note {
  margin-top: .2rem;
  font-size: 1rem;
  line-height: 1.5;
}
.feature_2 .orn {
  margin-bottom: .4rem;
  color: #F2A81C;
  font-weight: bold;
  font-size: 1.4rem;
}


/* ============================================================
   feature_3
   ============================================================ */
.feature_3 {
  display: grid;
  gap: 1.5rem;
}
.feature_3 .sec-txt {
  margin-top: .8rem;
}


/* ============================================================
   feature_4
   ============================================================ */
.feature_4 {
  margin-top: 2rem;
}


/* ============================================================
   feature_5
   ============================================================ */
.feature_5 {
  margin-top: 2rem;
}
.feature_5_wrap {
  display: grid;
  gap: 1.5rem;
}
.feature_5 picture + .sec-txt {
  margin-top: .8rem;
}
.feature_5 .fig-btn {
  margin-top: 1rem;
}


/* ============================================================
   feature_6
   ============================================================ */
.feature_6 .js-scrollable {
  margin-top: 3rem;
}


/* ============================================================
   feature_7
   ============================================================ */
.feature_7 {
  margin-top: 2rem;
}
.feature_7_wrap {
  display: grid;
  gap: 2.5rem;
}
.feature_7_ttl {
  margin-bottom: 1rem;
  border-bottom: #F2A81C 1px solid;
  padding-bottom: .4rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.feature_7_wrap .sec-txt + picture {
  margin-top: 1.5rem;
}
.feature_7_wrap + .feature_7_ttl {
  margin-top: 3rem;
}

.feature_7_list{
  position: relative;
  background: #FFF;
  padding: 1.5rem;
  margin-top: 3rem;

}
.feature_7_list::before{
  position: absolute;
  top: 1px;
  left: 3.3rem;
  transform: translate(0,-100%);
  width: 1.6rem;
  aspect-ratio: 1;
  background: #FFF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: '';
}
.feature_7_list li{
  padding-left: 1.5rem;
  position: relative;
  font-weight: 600;
}
.feature_7_list li::before{
  position: absolute;
  top: .915em;
  left: 0;
  transform: translate(0,-50%);
  background: #F2A81C;
  width: .8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  content: '';
}
.boldcenter{
  margin-top: 1rem;
  font-weight: 700;
  text-align: center;
}

/* ============================================================
   ユーティリティ
   ============================================================ */
.indent {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}


/* ============================================================
   ポップアップ
   ============================================================ */
.popup .cont-wrap .cont-item img {
  height: 100% !important;
}


/* ============================================================
   PC（769px以上）
   ============================================================ */
@media screen and (min-width: 769px) {

  /* コンセプト */
  .concept .wrap-subttl {
    margin: 3rem 0 2.5rem;
    font-size: 2rem;
    text-align: center;
  }

  /* フィーチャー共通 */
  .feature_sp {
    display: none;
  }
  .feature-fig {
    margin-top: -2rem;
  }

  .point_images{
    grid-template-columns:425fr 480fr;
    gap: 9.4rem;
    align-items: center;
    margin-top: 2rem;
  }
  .point_images_item:last-of-type::before{
    top: 45%;
    left: -5.7rem;
    transform: translate(0,-50%);
    width: 2rem;
    height: 3rem;
    clip-path: polygon(0 100%, 0 0, 100% 50%);
  }

  /* feature_1 */
  .feature_1 {
    grid-template-columns: 552fr 285fr;
    gap: 4rem;
    align-items: center;
  }
  .feature_1_num {
    width: 4rem;
    font-size: 2rem;
    top: -1rem;
    left: -1rem;
    transform: translate(0, 0);
  }
  .feature_1_body {
    padding-top: 1rem;
  }
  .feature_1_num + .sec-txt {
    line-height: 1.7;
  }

  /* feature_2 */
  .feature_2 {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 5rem;
  }
  .feature_2_item:last-of-type {
    padding-top: 2.9rem;
  }
  .feature_2 picture {
    margin-top: 1.3rem;
  }
  .feature_2_note {
    font-size: 1.2rem;
    margin-top: .4rem;
  }
  .feature_2_ttl {
    font-size: 1.6rem;
  }

  /* feature_3 */
  .feature_3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .feature_3 .sec-txt {
    margin-top: 1rem;
    text-align: center;
  }

  /* feature_5 */
  .feature_5_wrap {
    grid-template-columns: 28fr 56fr;
    gap: 4rem;
  }
  .feature_5 picture + .sec-txt {
    text-align: center;
  }

  /* feature_6 */
  .feature_6 .js-scrollable {
    margin-top: 1rem;
  }

  /* feature_7 */
  .feature_7_wrap {
    grid-template-columns: 568fr 233fr;
    gap: 8rem;
  }
  .feature_7_ttl {
    font-size: 1.5rem;
  }
  .feature_7_wrap + .feature_7_ttl {
    margin-top: 2rem;
  }

  /* ポイント */
  .point .feature-item .js-scrollable {
    padding: 0;
  }

  .feature_7_list{
    padding: 2.5rem;
  }
  .feature_7_list::before{
    width: 3rem;
    height: 2rem;
  }
  .feature_7_list li{
    max-width: 420px;
    margin: 0 auto;
    padding-left: 1.7rem;
  }
  .feature_7_list li::before{
    width: 1rem;
  }
}