@charset "utf-8";


/* @@@ title */
@media (min-width: 1200px) {

  .sec-story-01-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .sec-story-01-in-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec-story-01-in-right {
    width: 50%;
  }
  .sec-story-01-title-01 {
    /*font-size: 70px;*/
    font-size: clamp(2.734rem, 3.65vw, 4.375rem);
    line-height: 1.186;
    letter-spacing: 0.18em;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .sec-story-01-in {
    position: relative;
  }
  .sec-story-01-in-left {
    position: absolute;
    left: 5%;
    bottom: 18.5%;
  }
  .sec-story-01-in-right {
    width: 100%;
    aspect-ratio: 750 / 800;
  }
  .sec-story-01-title-01 {
    /*font-size: 35px;*/
    font-size: clamp(1.866rem, -0.007rem + 9.36vw, 2.188rem);
    line-height: 1.2;
    letter-spacing: 0.18em;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    margin-bottom: 0.2em;
  }



}/* スマホ ここまで============================ */


/* @@@ sec-02 */
@media (min-width: 1200px) {

  .sec-story-02-in {
    background-color: var(--primary-color);
    padding: 72px 0;
  }

  .sec-story-02-box-01 {
    /*width: 910px;*/
    width: min(100% - 40px, 1247px);
    margin-inline: auto;
    display: grid;
    /*grid-template-columns: 260px 1fr;*/
    grid-template-columns: 38.493% 56.135%;
    grid-template-rows: 1fr 1fr;
    gap: 10px 60px;
  }
  .sec-story-02-box-01-01 {
    grid-row: span 2 / span 2;
  }
  .sec-story-02-box-01-01 img {
    width: 260px;
    margin-left: auto;
  }
  .sec-story-02-box-01-02 {
    display: flex;
    justify-content: left;
    align-items: end;
  }
  .sec-story-02-box-01-03 {
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .sec-story-02-title-01 {
    font-size: 40px;
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    color: #d0c582;
    letter-spacing: 0.18em;
  }
  .sec-story-02-p-01 {
    font-size: 18px;
    line-height: 2.056;
    color: white;
  }


}/* PC ここまで================================ */
@media screen and (max-width: 1199.9px) {

  .sec-story-02-in {
    background-color: var(--primary-color);
    padding: 25px 0 25px;
  }

  .sec-story-02-box-01 {
    width: 89.334%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 38.806% 1fr;
    gap: 5.3cqw 6.667cqw;
    container-type: inline-size;
  }
  .sec-story-02-box-01-01 {
  }
  .sec-story-02-box-01-02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .sec-story-02-box-01-03 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }

  .sec-story-02-title-sub-01 {
    font-size: 14px;
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #d0c582;
    margin-bottom: 11px;
  }
  .sec-story-02-title-01 {
    font-size: 25px;
    line-height: 1;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    color: #d0c582;
    letter-spacing: 0.18em;
  }
  .sec-story-02-p-01 {
    font-size: 13px;
    line-height: 1.692;
    color: white;
    margin: 0;
  }

}/* スマホ ここまで============================ */



/* @@@ sec-03 */
.sec-story-03 {
  padding: 73px 0 80px;
}
.toc__list-01 {
  max-inline-size: max-content;
  margin-inline: auto;
  padding-left: 1.5em;
}
.toc__list-01 li {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 15px;
}
.toc__list-01 li:last-child {
  margin-bottom: 0;
}
.toc__list-01 li a {
  text-decoration: underline;
}
@media screen and (max-width: 1199.9px) {

  .sec-story-03 {
    padding: 44px 0 47px;
  }

  .toc__list-01 li {
    font-size: 13px;
    margin-bottom: 6px;
  }

}


/* @@@ sec-04 */
.sec-story-04,
.sec-story-05,
.sec-story-06,
.sec-story-07 {
  width: min(100%, 1920px);
  margin-inline: auto;
  padding: 74px 0 154px;
}
.sec-story-04,
.sec-story-06 {
  background-color: #f4f8fa;
}
.sec-story-05,
.sec-story-07 {
  background-color: white;
}

@media (min-width: 1200px) {

  .story-contents__box-01 {
    width: min(100% - 40px, 1247px);
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .story-contents__box-01-a .story-contents__text {
    order: 2;
  }
  .story-contents__box-01-a .story-contents__img {
    order: 1;
  }
  .story-contents__box-01-b .story-contents__text {
    order: 1;
  }
  .story-contents__box-01-b .story-contents__img {
    order: 2;
  }
  .story-contents__text {
    width: 56.135%;
  }
  .story-contents__img {
    width: 38.493%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .story-contents__text h2 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 43px;
  }
  .story-contents__text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.074em;
    margin-bottom: 1lh;
    text-align: justify;
  }
  .story-contents__caption {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.5lh;
  }

}
@media screen and (max-width: 1199.9px) {

  .sec-story-04,
  .sec-story-05,
  .sec-story-06,
  .sec-story-07 {
    padding: 30px 0 80px;
  }

  .story-contents__box-01 {
    width: 89.334%;
    margin-inline: auto;
  }

  .story-contents__text h2 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 18px;
  }
  .story-contents__text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.074em;
    margin-bottom: 1lh;
    text-align: justify;
  }
  .story-contents__caption {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.5lh;
  }

}
