@charset "UTF-8";
.contents-report {
  padding-block: 20rem 5rem;
  background: url(../img/story-detail/bg_h.jpg) no-repeat center top/cover;
  color: #333;
}
@media (max-width: 767px) {
  .contents-report {
    padding-block: 9rem 5rem;
    background: url(../img/story-detail/bg_h_sp.jpg) no-repeat center 4%/cover;
  }
}
.contents-report .pink {
  color: #e48393;
}
.contents-report .green {
  color: #73af61 !important;
}
.contents-report .orange {
  color: #fc9f1c;
}
.contents-report .blue {
  color: #56a4d0;
}
.contents-report .purple {
  color: #5b64b4;
}

.report_fv-title {
  text-align: center;
}

.report_fv-title p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .report_fv-title p {
    font-size: 1.6rem;
  }
}

.report_inner {
  max-width: 103rem;
  margin: 0 auto;
  padding-inline: 1.5rem;
}
.report_inner.five-people {
  max-width: 117rem;
}
.report_inner.five-people .report_fv-people {
  max-width: 117rem;
}
.report_inner.five-people .report_fv-people img {
  width: 65%;
}

.report_fv-contents-img {
  margin-top: 6rem;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .report_fv-contents-img {
    margin-top: 4.5rem;
    width: 89.2753623188%;
  }
}

.report_fv-title-img {
  width: 9rem;
}

.report_fv-title-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .report_fv-title-contents {
    gap: 0.9rem;
  }
}

.report_fv-textWrap {
  margin-top: 3rem;
  background-color: #fff;
  padding-block: 4rem 6rem;
}
@media (max-width: 767px) {
  .report_fv-textWrap {
    margin-top: 4.6rem;
    padding-block: 5.4rem 4rem;
  }
}

.report_fv-textWrap-day {
  text-align: center;
  color: #0e7356;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .report_fv-textWrap-day {
    font-size: 1.2rem;
    position: relative;
    left: 1.5rem;
  }
}

.report_fv-title-contents::before {
  content: "";
  display: inline-block;
  width: 39px;
  aspect-ratio: 90/82;
  background-image: url(../img/story-detail/subtitle_deco01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 13.4rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .report_fv-title-contents::before {
    width: 39px;
    aspect-ratio: 90/82;
    top: calc(50% - 0.5rem);
    left: calc(50% - 11.4rem);
  }
}

.report_fv-title-contents::after {
  content: "";
  display: inline-block;
  width: 21px;
  aspect-ratio: 90/82;
  background-image: url(../img/story-detail/subtitle_deco02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% + 12.3rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .report_fv-title-contents::after {
    width: 21px;
    aspect-ratio: 90/82;
    top: calc(50% - 0.5rem);
    left: calc(50% + 12.3rem);
  }
}

.report_fv-textWrap-title {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.072em;
  line-height: 1.56;
  margin-top: 1.5rem;
  font-feature-settings: "palt";
}
.report_fv-textWrap-title .icon-taidan {
  position: relative;
}
.report_fv-textWrap-title .icon-taidan:before {
  content: "特別対談";
  position: absolute;
  top: 50%;
  left: -5.5em;
  transform: translateY(-50%);
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  letter-spacing: 0.072em;
  background: #f3d221;
  border-radius: 4px;
  color: #fff;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .report_fv-textWrap-title {
    font-size: 2.25rem;
    line-height: 1.65;
    margin-top: 2rem;
    text-align: left;
    width: fit-content;
    margin-inline: auto;
  }
  .report_fv-textWrap-title .icon-taidan {
    padding-top: 4rem;
    margin-top: 1rem;
    display: inline-block;
  }
  .report_fv-textWrap-title .icon-taidan:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    font-size: 1.7rem;
  }
}

.report_fv-textWrap-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  max-width: 845px;
  margin-inline: auto;
  letter-spacing: 0.072em;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .report_fv-textWrap-text {
    margin-top: 1.7rem;
    font-size: 1.7rem;
    padding-inline: 2rem;
    line-height: 1.74;
    letter-spacing: 0.04em;
  }
}

.report_fv-people {
  margin-top: 4.2rem;
  display: flex;
  max-width: 95rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .report_fv-people {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.3rem;
    margin: 2rem auto 0;
    padding-inline: 0;
    max-width: 48rem;
  }
}
.report_fv-people li {
  text-align: center;
}
.report_fv-people img {
  width: 63%;
}
@media (max-width: 767px) {
  .report_fv-people img {
    width: 87%;
  }
}
.report_fv-people.d-center {
  justify-content: center;
}
.report_fv-people.people-02 {
  max-width: 47.5rem;
}

.report_people-company {
  font-weight: 500;
  font-size: clamp(10px, 0.8vw, 12px);
  text-align: center;
  margin-top: 1rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .report_people-company {
    font-size: 1.1rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.report_people-company.two-line {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .report_people-company.two-line {
    margin-top: 0.5rem;
  }
}

.report_people-name {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .report_people-name {
    font-size: 1.7rem;
    margin-top: 0;
    letter-spacing: 0.072em;
  }
}
.report_people-name span {
  font-size: 1.8rem;
}

.report_about {
  max-width: 106rem;
  margin-inline: auto;
  padding: 12rem 3rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .report_about {
    padding: 4rem 2rem 0;
  }
}
.report_about > *:first-child {
  margin-top: 0;
}

.report_c-title {
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 700;
  color: #06875e;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  margin-top: 15.7rem;
  padding-bottom: 6.4rem;
  margin-bottom: 9rem;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .report_c-title {
    font-size: 2.1rem;
    line-height: 1.7;
    padding-bottom: 4.6rem;
    margin-bottom: 5.6rem;
    margin-top: 8.7rem;
    margin-inline: calc(50% - 50vw);
  }
}
.report_c-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  aspect-ratio: 140/17;
  background: url(../img/story-detail/heading_deco.png) no-repeat center/contain;
}
.report_c-title.vol2::before {
  background: url(../img/story-detail/heading_deco-2.png) no-repeat center/contain;
  width: 18rem;
  aspect-ratio: 180/17;
}

.report_about-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  font-feature-settings: "palt";
}
.report_about-text:nth-of-type(n + 2) {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .report_about-text:nth-of-type(n + 2) {
    margin-top: 2.7rem;
  }
}
.report_about-text.mt-high {
  margin-top: 8.4rem;
}
@media (max-width: 767px) {
  .report_about-text.mt-high {
    margin-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .report_about-text {
    font-size: 1.4rem;
    line-height: 2.45;
    letter-spacing: 0.04em;
  }
}

.report_about-icon {
  display: inline-block;
  position: absolute;
  width: 4rem;
  height: 4rem;
}

.report_about-name {
  padding-left: 4.5rem;
}

.report_about-graph {
  text-align: center;
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .report_about-graph {
    margin: 2.4rem auto 0;
    max-width: 48rem;
  }
}
.report_about-graph::before {
  content: "";
  display: inline-block;
  width: 60px;
  aspect-ratio: 120/221;
  background-image: url(../img/story-detail/kids_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: calc(50% + 9.4rem);
  left: calc(50% + 32rem);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .report_about-graph::before {
    width: 3.2rem;
    right: -1.6rem;
    top: auto;
    bottom: 11%;
    left: unset;
    transform: unset;
  }
}

.report_about-img {
  margin-top: 5.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .report_about-img {
    margin: 2.8rem auto 0;
    left: 0;
  }
}

.report_about-caption {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .report_about-caption {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}

.report_introduction {
  position: relative;
  margin: 14rem auto 8.4rem;
  background: url(../img/story-detail/bg_story.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .report_introduction {
    margin: 4rem auto 4.8rem;
    background: url(../img/story-detail/bg_story_sp.jpg) no-repeat center top/cover;
  }
}
.report_introduction::before {
  position: absolute;
  content: "";
  top: -1.4rem;
  left: 0;
  width: 100%;
  height: 1.5rem;
  aspect-ratio: 1738/15;
  background: url(../img/story-detail/bg_story_top.jpg) repeat-x center bottom/contain;
}
@media (max-width: 767px) {
  .report_introduction::before {
    background: url(../img/story-detail/bg_story_top_sp.jpg) repeat-x center top/contain;
    aspect-ratio: 361/15;
  }
}
.report_introduction::after {
  position: absolute;
  content: "";
  bottom: -1.3rem;
  left: 0;
  width: 100%;
  height: 1.4rem;
  aspect-ratio: 1710/14;
  background: url(../img/story-detail/bg_story_bottom.jpg) repeat-x center top/contain;
}
@media (max-width: 767px) {
  .report_introduction::after {
    background: url(../img/story-detail/bg_story_bottom_sp.jpg) repeat-x center top/contain;
    aspect-ratio: 361/14;
  }
}

.report_introduction-inner {
  max-width: 94.8rem;
  padding: 9.5rem 1.4rem 10rem;
  margin-inline: auto;
}
.report_introduction-inner .text-caption {
  text-align: right;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .report_introduction-inner {
    max-width: 60rem;
    padding: 6.2rem 3rem;
  }
}

.report_introduction-list {
  display: flex;
  flex-flow: column;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .report_introduction-list {
    gap: 2.6rem;
  }
}

.report_introduction-item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .report_introduction-item {
    display: grid;
    grid-template-columns: 31.746031746% 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0;
  }
}

.report_introduction-img {
  width: 22.9rem;
}
@media (max-width: 767px) {
  .report_introduction-img {
    width: 100%;
  }
}

.report_introduction-detail {
  color: #fff;
  flex: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .report_introduction-detail {
    display: contents;
  }
}
.report_introduction-detail .name {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .report_introduction-detail .name {
    font-size: 1.6rem;
    margin-left: 1.7rem;
  }
}
.report_introduction-detail .name span {
  font-size: clamp(13px, 1.2vw, 15px);
}
@media (max-width: 767px) {
  .report_introduction-detail .name span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .report_introduction-detail .name .ruby {
    display: block;
    font-size: 1.4rem;
  }
}
.report_introduction-detail .post {
  margin-top: 1.4rem;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .report_introduction-detail .post {
    grid-column: span 2/span 2;
    grid-row-start: 2;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.report_introduction-detail .note {
  margin-top: 1.9rem;
  font-size: clamp(13px, 1.2vw, 14px);
  font-weight: 400;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .report_introduction-detail .note {
    margin-top: 0.3rem;
    grid-column: span 2/span 2;
    grid-row-start: 3;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.story_report-bottom {
  max-width: 104rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .story_report-bottom {
    padding-inline: 1rem;
  }
}

.story_report-bottom-title {
  width: 10rem;
  margin-inline: auto;
}

.story_report-bottom-lead {
  margin: 2rem auto 0;
}
.story_report-bottom-lead p {
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .story_report-bottom-lead p {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .story_report-bottom-lead p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.story_report-bottom-lead .icon-taidan {
  position: relative;
}
.story_report-bottom-lead .icon-taidan:before {
  content: "特別対談";
  position: absolute;
  top: 50%;
  left: -5.5em;
  transform: translateY(-50%);
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  letter-spacing: 0.072em;
  background: #f3d221;
  border-radius: 4px;
  color: #fff;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .story_report-bottom-lead .icon-taidan {
    padding-top: 4rem;
    margin-top: 1rem;
    display: inline-block;
  }
  .story_report-bottom-lead .icon-taidan:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    font-size: 1.7rem;
  }
}

.report_button-next {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .report_button-next {
    margin-top: 2.2rem;
  }
}

.report_button-next-link {
  position: relative;
  border: 1px solid #646bae;
  border-radius: 2.6rem;
  color: #646bae;
  width: 22.4rem;
  height: 5.25rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 4.2rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .report_button-next-link:hover {
    background: #646bae;
    color: #fff;
  }
}
.report_button-next-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 20/17;
  background-image: url(../img/story/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  right: 1.5rem;
}

.story_report-bottom-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-top: 4rem;
  line-height: 1.4;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .story_report-bottom-text {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-top: 2rem;
  }
}

.report_button-prev {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 4.5rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .report_button-prev {
    margin-top: 2.4rem;
  }
}
.report_button-prev::before {
  content: "";
  display: inline-block;
  width: 98%;
  aspect-ratio: 1916/10;
  background-image: url(../img/story-detail/orange_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
@media (max-width: 767px) {
  .report_button-prev::before {
    width: 87%;
    height: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .report_button-prev.line-none {
    margin-bottom: 3rem;
  }
}
.report_button-prev.line-none::before {
  display: none;
}

.story_button-prev {
  display: flex;
  justify-content: center;
  margin-top: 9rem;
}

.report_button-prev-link {
  background-image: url(../img/story/button_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 28rem;
  height: 6.3rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .report_button-prev-link:hover {
    opacity: 0.8;
  }
}
.report_button-prev-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 20/17;
  background-image: url(../img/story-detail/preview_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3.1rem;
}/*# sourceMappingURL=story-detail.css.map */