:root {
  --c-ThkRed: hsl(356 88.6% 44.7%);
  --c-ThkRed80: hsl(356 71.7% 55.7%);
  --c-ThkRed60: hsl(357 71.6% 66.9%);
  --c-ThkRed40: hsl(356 71.7% 77.8%);
  --c-ThkRed20: hsl(357 71.4% 89%);
  --c-ThkGraphRed: hsl(356 88.6% 44.7%);
  --c-ThkGraphRed70: hsl(357 71.6% 61.4%);
  --c-ThkGraphRed40: hsl(356 71.7% 77.8%);
  --c-ThkGraphRed15: hsl(358 71.4% 91.8%);
  --c-ThkGraphGray45: hsl(0 0% 54.9%);
  --c-ThkGraphGray25: hsl(0 0% 74.9%);
  --c-grayBg: hsl(0 0% 90.2%);
  --c-gray11: hsl(0 0% 6.7%);
  --c-grayDC: hsl(0 0% 86.3%);
  --c-grayC2: hsl(0 0% 76.1%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

:root {
  --bar11: 70%;
  --bar12: 30%;
  --bar21: 60%;
  --bar22: 40%;
  --strokeDashArray: calc(107.5 * 2 * 3.141592);
  --pieCircleDelay: 0.5s;
  --pieRatio_11: calc(61);
  --pieRatio_12: calc(39 + var(--pieRatio_11) - 0.01);
  --pieRatio_21: calc(30);
  --pieRatio_22: calc(26 + var(--pieRatio_21));
  --pieRatio_23: calc(19 + var(--pieRatio_22));
  --pieRatio_24: calc(18 + var(--pieRatio_23));
  --pieRatio_25: calc(7 + var(--pieRatio_24) - 0.01);
  --pieRatio_31: calc(12);
  --pieRatio_32: calc(15 + var(--pieRatio_31));
  --pieRatio_33: calc(25 + var(--pieRatio_32));
  --pieRatio_34: calc(3 + var(--pieRatio_33));
  --pieRatio_35: calc(4 + var(--pieRatio_34));
  --pieRatio_36: calc(41 + var(--pieRatio_35) - 0.01);
  --pieRatio_41: calc(1.7);
  --pieRatio_42: calc(23 + var(--pieRatio_41));
  --pieRatio_43: calc(22.9 + var(--pieRatio_42));
  --pieRatio_44: calc(20.5 + var(--pieRatio_43));
  --pieRatio_45: calc(23.4 + var(--pieRatio_44));
  --pieRatio_46: calc(8.5 + var(--pieRatio_45) - 0.01);
  --pieRatio_51: calc(60.6);
  --pieRatio_52: calc(39.4 + var(--pieRatio_51) - 0.01);
  --anchorDelay: 0.05s;
}

section {
  margin-top: 50px;
  padding-top: 100px;
  margin-inline: auto;
  width: 1000px;
}
@media screen and (max-width: 1239px) {
  section {
    margin-top: 35px;
    padding-top: 70px;
    width: 900px;
  }
}
@media screen and (max-width: 1039px) {
  section {
    width: 740px;
  }
}
@media screen and (max-width: 839px) {
  section {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section {
    margin-top: 20px;
    padding-top: 40px;
  }
}
section .q {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 839px) {
  section .q {
    flex-direction: column;
    align-items: flex-start;
  }
}
section .q .title {
  display: flex;
  align-items: center;
}
section .q .title .text {
  margin-right: -0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
section .q .title .text span {
  font-weight: 500;
}
section .q .title .text {
  color: var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section .q .title .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 839px) {
  section .q .title .text {
    font-size: 16px;
  }
}
section .q .title .num {
  margin-right: -0.15em;
  font-size: 340px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
section .q .title .num span {
  font-weight: 500;
}
section .q .title .num {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--c-ThkRed);
  text-stroke: 1.5px var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section .q .title .num {
    font-size: 210px;
    -webkit-text-stroke: 1.25px var(--c-ThkRed);
    text-stroke: 1.25px var(--c-ThkRed);
  }
}
@media screen and (max-width: 839px) {
  section .q .title .num {
    font-size: 80px;
    -webkit-text-stroke: 1px var(--c-ThkRed);
    text-stroke: 1px var(--c-ThkRed);
  }
}
section .q .content {
  white-space: nowrap;
  display: inline-block;
  padding: 20px 50px 20px 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .q .content {
    padding: 17px 40px 17px 25px;
  }
}
@media screen and (max-width: 839px) {
  section .q .content {
    white-space: normal;
    padding: 17px 40px 17px 6vw;
  }
}
@media screen and (max-width: 639px) {
  section .q .content {
    padding: 15px 30px 15px 6vw;
  }
}
section .q .content::before {
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
  position: absolute;
  inset: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
@media screen and (max-width: 1239px) {
  section .q .content::before {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 17px) 100%, 0% 100%);
  }
}
@media screen and (max-width: 639px) {
  section .q .content::before {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  }
}
section .q .content h2 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 32px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .q .content h2 span {
  font-weight: 600;
}
section .q .content h2 {
  color: var(--c-white);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .q .content h2 {
    font-size: 27px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section .q .content h2 {
    font-size: 22px;
    line-height: 1.55em;
  }
}
section .q .content h2 span.en {
  font-weight: 500;
}
section .q .content h2 span.en span {
  font-weight: 500;
}
section .q .content::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: var(--c-ThkRed);
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 1239px) {
  section .q .content::after {
    height: 80px;
  }
}
@media screen and (max-width: 839px) {
  section .q .content::after {
    height: 40px;
  }
}
section .q.fadeElem .title .text {
  opacity: 0;
  translate: -15px 0;
}
section .q.fadeElem .title .num {
  opacity: 0;
  translate: 0 50px;
}
section .q.fadeElem .content::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .q.fadeElem .content h2 {
  opacity: 0;
  translate: 0 20px;
}
section .q.fadeElem .content::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
section .q.fadeIn .title .text {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.3s;
  opacity: 1;
  translate: 0 0;
}
section .q.fadeIn .title .num {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section .q.fadeIn .content::before {
  transition: clip-path 0.8s var(--easeOutQuart);
  transition-delay: 0.6s;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
section .q.fadeIn .content h2 {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.8s;
  opacity: 1;
  translate: 0 0;
}
section .q.fadeIn .content::after {
  transition: clip-path 0.5s var(--easeOutQuart);
  transition-delay: 1s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .a .box {
  align-self: start;
  display: inline-block;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .a .box {
    padding: 35px;
  }
}
@media screen and (max-width: 639px) {
  section .a .box {
    padding: 20px;
  }
}
section .a .box::before {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
section .a .box h4 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 22px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section .a .box h4 span {
  font-weight: 600;
}
section .a .box h4 {
  color: var(--c-ThkRed);
  position: relative;
}
@media screen and (max-width: 1239px) {
  section .a .box h4 {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 839px) {
  section .a .box h4 {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  section .a .box h4 {
    font-size: 18px;
    line-height: 1.55em;
  }
}
section .a .box h4 span.en {
  font-weight: 500;
}
section .a .box h4 span.en span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  section .a .box h4 br {
    display: none;
  }
}
section .a .box.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section .a .box.fadeElem h4 {
  opacity: 0;
  translate: 0 20px;
}
section .a .box.fadeIn::before {
  transition: clip-path 0.8s var(--easeOutQuart);
  transition-delay: 0.6s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .a .box.fadeIn h4 {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.9s;
  opacity: 1;
  translate: 0 0;
}
section .a .body {
  width: 400px;
}
@media screen and (max-width: 1239px) {
  section .a .body {
    width: 365px;
  }
}
@media screen and (max-width: 1039px) {
  section .a .body {
    width: 320px;
  }
}
@media screen and (max-width: 839px) {
  section .a .body {
    width: 100%;
  }
}
section .a .body p {
  transition-delay: 1s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section .a .body p span {
  font-weight: 400;
}
section .a .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section .a .body p {
    line-height: 2.05em;
  }
}
@media screen and (max-width: 839px) {
  section .a .body p {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 639px) {
  section .a .body p {
    line-height: 2em;
  }
}
section .a .body .comment {
  transition-delay: 1s;
  padding-top: 30px;
}
@media screen and (max-width: 839px) {
  section .a .body .comment {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 639px) {
  section .a .body .comment {
    padding-top: 25px;
  }
}
section .a .body .comment p {
  font-size: 13px;
  line-height: 1.65em;
}
@media screen and (max-width: 1239px) {
  section .a .body .comment p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section .a .body .comment p {
    font-size: 12px;
    line-height: 1.55em;
  }
}

section.question_1 .q .title .text {
  margin-top: -30px;
}
@media screen and (max-width: 1239px) {
  section.question_1 .q .title .text {
    margin-top: -20px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1039px) {
  section.question_1 .q .title .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .q .title .text {
    margin-top: 5px;
  }
}
section.question_1 .q .title .num {
  margin-left: -15px;
}
@media screen and (max-width: 1239px) {
  section.question_1 .q .title .num {
    margin-left: -5px;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .q .title .num {
    margin-left: 10px;
  }
}
section.question_1 .q .content {
  margin-left: -48px;
}
@media screen and (max-width: 1239px) {
  section.question_1 .q .content {
    margin-left: -30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_1 .q .content::after {
  left: 86%;
}
@media screen and (max-width: 1039px) {
  section.question_1 .q .content::after {
    left: 62%;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .q .content::after {
    left: 30vw;
  }
}
section.question_1 .a {
  margin-top: -35px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: 80px;
}
@media screen and (max-width: 1239px) {
  section.question_1 .a {
    column-gap: 60px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .a {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    margin-top: 40px;
  }
}
section.question_1 .a .photo {
  grid-row: 1/3;
  justify-self: end;
  margin-top: 60px;
  width: calc(100% + 220px);
  aspect-ratio: 3/2;
  position: relative;
}
@media screen and (max-width: 1339px) {
  section.question_1 .a .photo {
    width: calc(100% + 70px);
  }
}
@media screen and (max-width: 1239px) {
  section.question_1 .a .photo {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .a .photo {
    grid-row: 2;
    justify-self: center;
    margin-top: 40px;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_1 .a .photo {
    width: 100%;
  }
}
section.question_1 .a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.question_1 .a .box {
  justify-self: end;
  align-self: start;
}
@media screen and (max-width: 839px) {
  section.question_1 .a .box {
    grid-row: 1;
    width: 100%;
  }
}
section.question_1 .a .body {
  grid-column: 2;
  padding-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 1239px) {
  section.question_1 .a .body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  section.question_1 .a .body {
    grid-column: auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 839px) {
  section.question_2 .q .title .text {
    margin-top: 5px;
  }
}
section.question_2 .q .title .num {
  margin-left: -45px;
}
@media screen and (max-width: 1239px) {
  section.question_2 .q .title .num {
    margin-left: -35px;
  }
}
@media screen and (max-width: 839px) {
  section.question_2 .q .title .num {
    margin-left: 10px;
  }
}
section.question_2 .q .content {
  margin-left: -45px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_2 .q .content {
    margin-left: -25px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 839px) {
  section.question_2 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_2 .q .content::after {
  height: 140px;
  left: 26%;
}
@media screen and (max-width: 1239px) {
  section.question_2 .q .content::after {
    height: 100px;
    left: 30%;
  }
}
@media screen and (max-width: 1039px) {
  section.question_2 .q .content::after {
    left: 25%;
  }
}
@media screen and (max-width: 839px) {
  section.question_2 .q .content::after {
    height: 40px;
    left: 30vw;
  }
}
section.question_2 .a {
  display: flex;
  column-gap: 80px;
  margin-top: 25px;
}
@media screen and (max-width: 1239px) {
  section.question_2 .a {
    column-gap: 60px;
  }
}
@media screen and (max-width: 839px) {
  section.question_2 .a {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  section.question_2 .a .box {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  section.question_2 .a .body {
    padding-top: 40px;
  }
}

section.question_3 .q .title .text {
  margin-top: 10px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .q .title .text {
    margin-top: 0;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .q .title .text {
    margin-top: 5px;
  }
}
section.question_3 .q .title .num {
  margin-left: -37px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .q .title .num {
    margin-left: -20px;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .q .title .num {
    margin-left: 10px;
  }
}
section.question_3 .q .content {
  margin-left: -40px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .q .content {
    margin-left: -25px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_3 .q .content::after {
  left: 67%;
}
@media screen and (max-width: 1239px) {
  section.question_3 .q .content::after {
    left: 75%;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .q .content::after {
    left: 30vw;
  }
}
section.question_3 .a {
  margin-top: -15px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 80px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .a {
    column-gap: 60px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .a {
    flex-direction: column;
    margin-top: 40px;
  }
}
section.question_3 .a .box {
  align-self: start;
}
@media screen and (max-width: 839px) {
  section.question_3 .a .box {
    width: 100%;
  }
}
section.question_3 .a .body {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .a .body {
    padding-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .a .body {
    padding-top: 40px;
  }
}
section.question_3 .product {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .product {
    margin-top: 75px;
  }
}
@media screen and (max-width: 639px) {
  section.question_3 .product {
    margin-top: 50px;
  }
}
section.question_3 .product .product_ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  section.question_3 .product .product_ul {
    column-gap: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .product .product_ul {
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.question_3 .product .product_ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 4vw;
  }
}
section.question_3 .product .product_ul li .photo {
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 1239px) {
  section.question_3 .product .product_ul li .photo {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 839px) {
  section.question_3 .product .product_ul li .photo {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 639px) {
  section.question_3 .product .product_ul li .photo {
    width: 100%;
    height: 42vw;
  }
}
section.question_3 .product .product_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.question_3 .product .product_ul li .text {
  padding-top: 20px;
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 15px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section.question_3 .product .product_ul li .text span {
  font-weight: 400;
}
section.question_3 .product .product_ul li .text {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_3 .product .product_ul li .text {
    font-size: 14.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_3 .product .product_ul li .text {
    font-size: 14px;
    line-height: 1.55em;
  }
}
section.question_3 .product .product_ul li:nth-of-type(1) .photo {
  transition-delay: 0s;
}
@media screen and (max-width: 839px) {
  section.question_3 .product .product_ul li:nth-of-type(1) .photo {
    transition-delay: 0;
  }
}
section.question_3 .product .product_ul li:nth-of-type(1) .text {
  transition-delay: 0s;
}
@media screen and (max-width: 839px) {
  section.question_3 .product .product_ul li:nth-of-type(1) .text {
    transition-delay: 0;
  }
}
section.question_3 .product .product_ul li:nth-of-type(2) .photo {
  transition-delay: 0.2s;
}
section.question_3 .product .product_ul li:nth-of-type(2) .text {
  transition-delay: 0.2s;
}
section.question_3 .product .product_ul li:nth-of-type(3) .photo {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  section.question_3 .product .product_ul li:nth-of-type(3) .photo {
    transition-delay: 0;
  }
}
section.question_3 .product .product_ul li:nth-of-type(3) .text {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  section.question_3 .product .product_ul li:nth-of-type(3) .text {
    transition-delay: 0;
  }
}
section.question_3 .product .product_ul li:nth-of-type(4) .photo {
  transition-delay: 0.6s;
}
section.question_3 .product .product_ul li:nth-of-type(4) .text {
  transition-delay: 0.6s;
}

section.question_4 .q .title .text {
  margin-top: -100px;
}
@media screen and (max-width: 1239px) {
  section.question_4 .q .title .text {
    margin-top: -60px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .q .title .text {
    margin-top: 5px;
  }
}
section.question_4 .q .title .num {
  margin-left: -40px;
}
@media screen and (max-width: 1239px) {
  section.question_4 .q .title .num {
    margin-left: -20px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .q .title .num {
    margin-left: 10px;
  }
}
section.question_4 .q .content {
  margin-left: -55px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_4 .q .content {
    margin-left: -35px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_4 .q .content::after {
  height: 140px;
  left: 17%;
}
@media screen and (max-width: 1239px) {
  section.question_4 .q .content::after {
    height: 110px;
  }
}
@media screen and (max-width: 1039px) {
  section.question_4 .q .content::after {
    left: 25%;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .q .content::after {
    height: 40px;
    left: 30vw;
  }
}
section.question_4 .a {
  margin-top: 25px;
  display: flex;
  column-gap: 80px;
}
@media screen and (max-width: 1239px) {
  section.question_4 .a {
    column-gap: 60px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .a {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .a .box {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  section.question_4 .a .body {
    width: 300px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .a .body {
    padding-top: 40px;
    width: 100%;
  }
}
section.question_4 .product {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.question_4 .product {
    margin-top: 75px;
  }
}
@media screen and (max-width: 639px) {
  section.question_4 .product {
    margin-top: 50px;
  }
}
section.question_4 .product .product_ul {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1239px) {
  section.question_4 .product .product_ul {
    column-gap: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul {
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.question_4 .product .product_ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4vw;
  }
}
section.question_4 .product .product_ul li .photo {
  width: 280px;
  height: 280px;
  background-color: var(--c-dummy);
}
@media screen and (max-width: 1239px) {
  section.question_4 .product .product_ul li .photo {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul li .photo {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 639px) {
  section.question_4 .product .product_ul li .photo {
    width: 100%;
    height: 42vw;
  }
}
section.question_4 .product .product_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.question_4 .product .product_ul li .text {
  padding-top: 20px;
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 15px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section.question_4 .product .product_ul li .text span {
  font-weight: 400;
}
section.question_4 .product .product_ul li .text {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_4 .product .product_ul li .text {
    font-size: 14.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_4 .product .product_ul li .text {
    font-size: 14px;
    line-height: 1.55em;
  }
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul li:nth-of-type(1) {
    grid-column: 1/3;
  }
}
section.question_4 .product .product_ul li:nth-of-type(1) .photo {
  transition-delay: 0s;
}
section.question_4 .product .product_ul li:nth-of-type(1) .text {
  transition-delay: 0s;
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul li:nth-of-type(2) {
    grid-column: 3/5;
  }
}
section.question_4 .product .product_ul li:nth-of-type(2) .photo {
  transition-delay: 0.2s;
}
section.question_4 .product .product_ul li:nth-of-type(2) .text {
  transition-delay: 0.2s;
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul li:nth-of-type(3) {
    grid-column: 2/4;
  }
}
section.question_4 .product .product_ul li:nth-of-type(3) .photo {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul li:nth-of-type(3) .photo {
    transition-delay: 0;
  }
}
section.question_4 .product .product_ul li:nth-of-type(3) .text {
  transition-delay: 0.4s;
}
@media screen and (max-width: 839px) {
  section.question_4 .product .product_ul li:nth-of-type(3) .text {
    transition-delay: 0;
  }
}

@media screen and (max-width: 1239px) {
  section.question_5 .q .title {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1039px) {
  section.question_5 .q .title {
    margin-left: 0;
  }
}
section.question_5 .q .title .text {
  margin-top: -60px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .q .title .text {
    margin-top: -30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .q .title .text {
    margin-top: 5px;
  }
}
section.question_5 .q .title .num {
  margin-left: -5px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .q .title .num {
    margin-left: 3px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .q .title .num {
    margin-left: 10px;
  }
}
section.question_5 .q .content {
  margin-left: -45px;
  margin-top: -20px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .q .content {
    margin-left: -25px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_5 .q .content::after {
  left: 75%;
}
@media screen and (max-width: 1239px) {
  section.question_5 .q .content::after {
    left: 73%;
  }
}
@media screen and (max-width: 1039px) {
  section.question_5 .q .content::after {
    left: 70%;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .q .content::after {
    left: 30vw;
  }
}
section.question_5 .a {
  margin-top: -45px;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 80px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .a {
    column-gap: 60px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .a {
    flex-direction: column;
    margin-top: 40px;
  }
}
section.question_5 .a .box {
  align-self: start;
}
@media screen and (max-width: 839px) {
  section.question_5 .a .box {
    width: 100%;
  }
}
section.question_5 .a .body {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .a .body {
    padding-top: 40px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .a .body {
    padding-top: 40px;
  }
}
section.question_5 .business_field {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field {
    margin-top: 75px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field {
    margin-top: 50px;
  }
}
section.question_5 .business_field .title {
  padding: 10px 15px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .title {
    justify-self: center;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
section.question_5 .business_field .title::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_5 .business_field .title .text {
  margin-right: -0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_5 .business_field .title .text span {
  font-weight: 600;
}
section.question_5 .business_field .title .text {
  color: var(--c-ThkRed);
  translate: 0 0.03em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .title .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .title .text {
    font-size: 16px;
  }
}
section.question_5 .business_field .content {
  margin: 0 -50px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .content {
    margin: 0 calc(-1 * (88vw - 900px) / 2);
  }
}
@media screen and (max-width: 1039px) {
  section.question_5 .business_field .content {
    margin: 0 calc(-1 * (88vw - 740px) / 2);
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content {
    margin: 0;
    margin-top: 30px;
  }
}
section.question_5 .business_field .content .lm_box .lm_content {
  padding: 60px 50px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .content .lm_box .lm_content {
    padding: 50px 6vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content {
    padding: 70px 4vw;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul {
    row-gap: 40px;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title {
    padding: 14px 0;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title {
    padding: 14px 0;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title::before {
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 span {
  font-weight: 600;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 {
  color: var(--c-white);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 {
    font-size: 18px;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 span.en {
  font-weight: 500;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_title h4 span.en span {
  font-weight: 500;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 30px 25px;
  position: relative;
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content {
    padding: 25px 4vw;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul {
    column-gap: 3vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul {
    row-gap: 20px;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  width: 150px;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li {
    width: 135px;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li {
    width: 100%;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .photo {
  width: 100%;
  aspect-ratio: 150/110;
  overflow: hidden;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .photo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .photo.photo_frame {
  position: relative;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .photo.photo_frame::after {
  content: "";
  display: inline-block;
  border: 0.5px solid var(--c-grayC2);
  position: absolute;
  inset: 0;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head {
  padding-top: 15px;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 16px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 span {
  font-weight: 600;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 {
    font-size: 15px;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 span.en {
  font-weight: 500;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .detail_ul li .head h5 span.en span {
  font-weight: 500;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li .field_content .view_more {
  justify-self: center;
  padding-top: 25px;
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul {
  grid-template-columns: auto auto auto;
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(1) {
    grid-column: 1;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(1) {
    grid-column: auto;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(2) {
    grid-column: 2;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(2) {
    grid-column: auto;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(3) {
    grid-column: 3;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(3) {
    grid-column: auto;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(1) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(2) {
    grid-column: 3/5;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(1) .field_content .detail_ul li:nth-of-type(3) {
    grid-column: 2/4;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(2) .field_content .detail_ul, section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(3) .field_content .detail_ul {
  grid-template-columns: auto;
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(2) .field_content .detail_ul, section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(3) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(2) .field_content .detail_ul, section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(3) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(2) .field_content .detail_ul li:nth-of-type(1), section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(3) .field_content .detail_ul li:nth-of-type(1) {
    grid-column: 2;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(2) .field_content .detail_ul li:nth-of-type(1), section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(3) .field_content .detail_ul li:nth-of-type(1) {
    grid-column: 2/4;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(4) .field_content .detail_ul {
  grid-template-columns: auto auto auto;
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(4) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(4) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 839px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(5) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(5) .field_content .detail_ul {
    grid-template-columns: 1fr 1fr;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(5) .field_content .detail_ul li:nth-of-type(1) {
  grid-column: 2/4;
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(5) .field_content .detail_ul li:nth-of-type(1) {
    grid-column: auto;
  }
}
section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(5) .field_content .detail_ul li:nth-of-type(2) {
  grid-column: 4/6;
}
@media screen and (max-width: 639px) {
  section.question_5 .business_field .content .lm_box .lm_content .field_ul > li:nth-of-type(5) .field_content .detail_ul li:nth-of-type(2) {
    grid-column: auto;
  }
}
section.question_5 .business_field .content.fadeElem .lm_box .lm_content .field_ul > li {
  opacity: 0;
  translate: 0 20px;
}
section.question_5 .business_field .content.fadeIn .lm_box .lm_content .field_ul > li {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.question_5 .business_field .content.fadeIn .lm_box .lm_content .field_ul > li:nth-of-type(1) {
  transition-delay: 0.3s;
}
section.question_5 .business_field .content.fadeIn .lm_box .lm_content .field_ul > li:nth-of-type(2) {
  transition-delay: 0.5s;
}
section.question_5 .business_field .content.fadeIn .lm_box .lm_content .field_ul > li:nth-of-type(3) {
  transition-delay: 0.7s;
}
section.question_5 .business_field .content.fadeIn .lm_box .lm_content .field_ul > li:nth-of-type(4) {
  transition-delay: 0.9s;
}
section.question_5 .business_field .content.fadeIn .lm_box .lm_content .field_ul > li:nth-of-type(5) {
  transition-delay: 1.1s;
}

section.question_6 .q .title .text {
  margin-top: 20px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .q .title .text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .q .title .text {
    margin-top: 5px;
  }
}
section.question_6 .q .title .num {
  margin-left: 0px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .q .title .num {
    margin-left: 5px;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .q .title .num {
    margin-left: 10px;
  }
}
section.question_6 .q .content {
  margin-left: -45px;
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .q .content {
    margin-left: -28px;
    margin-top: 43px;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_6 .q .content::after {
  height: 140px;
  left: 17%;
}
@media screen and (max-width: 1239px) {
  section.question_6 .q .content::after {
    height: 110px;
    left: 20%;
  }
}
@media screen and (max-width: 1039px) {
  section.question_6 .q .content::after {
    left: 17%;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .q .content::after {
    height: 40px;
    left: 30vw;
  }
}
section.question_6 .a {
  margin-top: 30px;
  display: flex;
  column-gap: 80px;
  margin-left: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .a {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1039px) {
  section.question_6 .a {
    margin-left: 0px;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .a {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .a .box {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .a .body {
    padding-top: 40px;
  }
}
section.question_6 .culture {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture {
    margin-top: 75px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture {
    margin-top: 50px;
  }
}
section.question_6 .culture .lm_box {
  width: 800px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box {
    width: 660px;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .culture .lm_box {
    width: 88vw;
  }
}
section.question_6 .culture .lm_box .lm_content {
  padding: 100px 80px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content {
    padding: 85px 50px;
  }
}
@media screen and (max-width: 839px) {
  section.question_6 .culture .lm_box .lm_content {
    padding: 85px 4vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content {
    padding: 70px 4vw;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 100px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul {
    row-gap: 75px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul {
    row-gap: 50px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li {
  display: grid;
  grid-template-columns: 1fr;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li .title {
    column-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li .title {
    column-gap: 16px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title::before, section.question_6 .culture .lm_box .lm_content .culture_ul li .title::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_black.svg");
  background-repeat: no-repeat;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title::before {
  background-position: right center;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title::after {
  background-position: left center;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title .text {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title .text span {
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title .text {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li .title .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li .title .text {
    font-size: 18px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title.fadeElem .text {
  opacity: 0;
  translate: 0 20px;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title.fadeIn::before, section.question_6 .culture .lm_box .lm_content .culture_ul li .title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  transition-delay: 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .title.fadeIn .text {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.3s;
  opacity: 1;
  translate: 0 0;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li .content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li .content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li .content {
    margin-top: 30px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .content .text {
  transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 28px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .content .text span {
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .content .text {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .content .text {
    font-size: 24px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .content .text {
    font-size: 20px;
    line-height: 1.55em;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .logo {
  transition-delay: 0.3s;
  justify-self: center;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .logo {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .logo {
    margin-top: 30px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .logo img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .logo img {
    height: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(1) .logo img {
    height: 16px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .sub {
  transition-delay: 0.3s;
  margin-right: -0.6em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.6em;
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .sub span {
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .sub {
  text-align: center;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .head {
  padding-top: 10px;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .head h4 {
  transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 24px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .head h4 span {
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .head h4 {
    font-size: 22px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(2) .content .head h4 {
    font-size: 20px;
    line-height: 1.55em;
    letter-spacing: 0.05em;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .head h4 {
  transition-delay: 0.3s;
  margin-right: -0.1em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .head h4 span {
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .head h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .head h4 {
    font-size: 20px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body {
  padding-top: 30px;
}
@media screen and (max-width: 839px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 439px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body {
    padding-top: 20px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body p {
  transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body p span {
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .body p {
    font-size: 15px;
    line-height: 2em;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment {
  padding-top: 20px;
  margin-inline: auto;
  width: 400px;
}
@media screen and (max-width: 839px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment {
    width: 340px;
  }
}
@media screen and (max-width: 439px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment {
    width: auto;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment p {
  transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.65em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment p span {
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment p {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(3) .content .comment p {
    line-height: 1.55em;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul {
    row-gap: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul {
    row-gap: 30px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head {
  transition-delay: 0.3s;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  width: 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head {
    padding: 12px 0;
    width: 95px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head {
    padding: 11px 0;
    width: 90px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head h4 {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head h4 span {
  font-weight: 600;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .head h4 {
    font-size: 18px;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .body p {
  transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .body p span {
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .body p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .body p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .body p {
    font-size: 15px;
    line-height: 2em;
  }
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .comment {
  padding-top: 10px;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .comment p {
  transition-delay: 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.65em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .comment p span {
  font-weight: 400;
}
section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .comment p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .comment p {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_6 .culture .lm_box .lm_content .culture_ul li:nth-of-type(4) .content .value_ul li .comment p {
    line-height: 1.55em;
  }
}

section.question_7 .q .title .text {
  margin-top: 10px;
}
@media screen and (max-width: 1239px) {
  section.question_7 .q .title .text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 839px) {
  section.question_7 .q .title .text {
    margin-top: 5px;
  }
}
section.question_7 .q .title .num {
  margin-left: -60px;
}
@media screen and (max-width: 1239px) {
  section.question_7 .q .title .num {
    margin-left: -30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_7 .q .title .num {
    margin-left: 10px;
  }
}
section.question_7 .q .content {
  margin-left: -68px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_7 .q .content {
    margin-left: -40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_7 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_7 .q .content::after {
  left: 75%;
}
@media screen and (max-width: 1239px) {
  section.question_7 .q .content::after {
    left: 80%;
  }
}
@media screen and (max-width: 1039px) {
  section.question_7 .q .content::after {
    left: 60%;
  }
}
@media screen and (max-width: 839px) {
  section.question_7 .q .content::after {
    left: 30vw;
  }
}
section.question_7 .a {
  margin-top: -15px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1239px) {
  section.question_7 .a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 839px) {
  section.question_7 .a {
    margin-top: 40px;
  }
}
section.question_7 .a .box {
  justify-self: end;
}
@media screen and (max-width: 839px) {
  section.question_7 .a .box {
    width: 100%;
  }
}
section.question_7 .history {
  margin-top: 100px;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    margin-inline: auto;
    width: 600px;
  }
}
@media screen and (max-width: 839px) {
  section.question_7 .history {
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history {
    margin-top: 40px;
    width: 65vw;
  }
}
@media screen and (max-width: 439px) {
  section.question_7 .history {
    width: 70vw;
  }
}
section.question_7 .history .title {
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 40px);
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .title {
    align-self: center;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
section.question_7 .history .title::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_7 .history .title .text {
  margin-right: -0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_7 .history .title .text span {
  font-weight: 600;
}
section.question_7 .history .title .text {
  color: var(--c-ThkRed);
  translate: 0 0.03em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .title .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .title .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content {
    margin-top: 30px;
  }
}
section.question_7 .history .content .slide {
  position: relative;
}
section.question_7 .history .content .slide .swiper {
  position: relative;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .photo {
  width: 100%;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 15px;
  padding-top: 30px;
  position: relative;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year::before, section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year::after {
  align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year .text {
  margin-right: -0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year .text span {
  font-weight: 600;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year .text {
  translate: 0 0.05em;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year .text span.en {
  font-weight: 500;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .year .text span.en span {
  font-weight: 500;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head {
  padding-top: 20px;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 24px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 span {
  font-weight: 600;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 {
    font-size: 20px;
  }
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 span.en {
  font-weight: 500;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .head h4 span.en span {
  font-weight: 500;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body {
  padding-top: 20px;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body p span {
  font-weight: 400;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body p {
    line-height: 2em;
  }
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body .comment {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body .comment {
    padding-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body .comment {
    padding-top: 25px;
  }
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body .comment p {
  font-size: 13px;
  line-height: 1.65em;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body .comment p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide .body .comment p {
    font-size: 12px;
    line-height: 1.55em;
  }
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_1.fadeElem {
  opacity: 0;
  translate: 0 20px;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_2.fadeElem {
  opacity: 0;
  translate: 0 20px;
}
@media screen and (max-width: 839px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_2.fadeElem {
    opacity: 1;
    translate: 0 0;
  }
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_3.fadeElem {
  opacity: 0;
  translate: 0 20px;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_3.fadeElem {
    opacity: 1;
    translate: 0 0;
  }
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_1.fadeIn {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_2.fadeIn {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.2s;
  opacity: 1;
  translate: 0 0;
}
section.question_7 .history .content .slide .swiper .swiper-wrapper .swiper-slide_3.fadeIn {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.4s;
  opacity: 1;
  translate: 0 0;
}
section.question_7 .history .content .slide .swiper-button {
  transition: opacity 0.5s;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 839px) {
  section.question_7 .history .content .slide .swiper-button {
    top: 30vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper-button {
    top: 32.5vw;
  }
}
@media screen and (max-width: 439px) {
  section.question_7 .history .content .slide .swiper-button {
    top: 35vw;
  }
}
section.question_7 .history .content .slide .swiper-button .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper-button .container {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper-button .container {
    width: 30px;
    height: 30px;
  }
}
section.question_7 .history .content .slide .swiper-button .container::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: inherit;
  background-color: var(--c-ThkRed);
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_7 .history .content .slide .swiper-button .container svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
  position: relative;
}
@media screen and (min-width: 1239px) {
  section.question_7 .history .content .slide .swiper-button:hover .container::before {
    background-color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  section.question_7 .history .content .slide .swiper-button:hover .container svg {
    stroke: var(--c-ThkRed);
  }
}
section.question_7 .history .content .slide .swiper-button-prev_history {
  right: calc(100% + 40px);
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper-button-prev_history {
    right: calc(100% + 30px);
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper-button-prev_history {
    right: calc(100% + 20px);
  }
}
@media screen and (max-width: 439px) {
  section.question_7 .history .content .slide .swiper-button-prev_history {
    right: calc(100% + 3vw);
  }
}
section.question_7 .history .content .slide .swiper-button-prev_history .container svg {
  translate: -1px 0;
}
section.question_7 .history .content .slide .swiper-button-next_history {
  left: calc(100% + 40px);
}
@media screen and (max-width: 1239px) {
  section.question_7 .history .content .slide .swiper-button-next_history {
    left: calc(100% + 30px);
  }
}
@media screen and (max-width: 639px) {
  section.question_7 .history .content .slide .swiper-button-next_history {
    left: calc(100% + 20px);
  }
}
@media screen and (max-width: 439px) {
  section.question_7 .history .content .slide .swiper-button-next_history {
    left: calc(100% + 3vw);
  }
}
section.question_7 .history .content .slide .swiper-button-next_history .container svg {
  translate: 1px 0;
}
section.question_7 .history .content .slide .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
section.question_7 .history .content .slide .swiper-button.fadeElem .container {
  opacity: 0;
  translate: 0 20px;
}
section.question_7 .history .content .slide .swiper-button.fadeIn .container {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}

@media screen and (max-width: 1239px) {
  section.question_8 .q .title .text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .q .title .text {
    margin-top: 5px;
  }
}
section.question_8 .q .title .num {
  margin-left: -10px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .q .title .num {
    margin-left: 0px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .q .title .num {
    margin-left: 10px;
  }
}
section.question_8 .q .content {
  margin-left: -85px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .q .content {
    margin-left: -50px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .q .content {
    margin-left: -6vw;
    margin-right: -4vw;
    margin-top: 10px;
  }
}
section.question_8 .q .content::after {
  height: 140px;
  left: 21%;
}
@media screen and (max-width: 1239px) {
  section.question_8 .q .content::after {
    left: 20%;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .q .content::after {
    height: 40px;
    left: 30vw;
  }
}
section.question_8 .a {
  margin-top: 25px;
  margin-left: 100px;
  display: flex;
}
@media screen and (max-width: 1239px) {
  section.question_8 .a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .a {
    flex-direction: column;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .a .box {
    width: 100%;
  }
}
section.question_8 .feature {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature {
    margin-top: 60px;
  }
}
section.question_8 .feature .feature_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  row-gap: 120px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul {
    column-gap: 50px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul {
    row-gap: 40px;
  }
}
section.question_8 .feature .feature_ul li .li_title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li .li_title {
    column-gap: 18px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li .li_title {
    column-gap: 16px;
  }
}
section.question_8 .feature .feature_ul li .li_title::before, section.question_8 .feature .feature_ul li .li_title::after {
  align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
section.question_8 .feature .feature_ul li .li_title h4 {
  margin-right: -0.1em;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_8 .feature .feature_ul li .li_title h4 span {
  font-weight: 600;
}
section.question_8 .feature .feature_ul li .li_title h4 {
  translate: 0 0.05em;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li .li_title h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li .li_title h4 {
    font-size: 22px;
  }
}
section.question_8 .feature .feature_ul li .li_title h4 span.en {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li .li_title h4 span.en span {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li .li_title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section.question_8 .feature .feature_ul li .li_title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.question_8 .feature .feature_ul li .li_title.fadeElem h4 {
  opacity: 0;
  translate: 0 20px;
}
section.question_8 .feature .feature_ul li .li_title.fadeIn::before, section.question_8 .feature .feature_ul li .li_title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.question_8 .feature .feature_ul li .li_title.fadeIn h4 {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.question_8 .feature .feature_ul li.li_pie .li_content {
  margin-top: 40px;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie {
  margin-inline: auto;
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie {
    width: 270px;
    height: 270px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie {
    width: 52vw;
    height: 52vw;
  }
}
@media screen and (max-width: 439px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie {
    width: 64vw;
    height: 64vw;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: var(--c-white);
  position: absolute;
  inset: 25%;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle {
  fill: none;
  stroke-width: 135px;
  stroke-dasharray: var(--strokeDashArray);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_11, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_21, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_31, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_41, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_51 {
  stroke: var(--c-ThkGraphRed);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_22, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_32, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_42 {
  stroke: var(--c-ThkGraphRed70);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_10 {
  stroke: blue;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_12, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_23, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_33, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_43, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_52 {
  stroke: var(--c-ThkGraphRed40);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_34, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_44 {
  stroke: var(--c-ThkGraphRed15);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_24, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_35, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_45 {
  stroke: var(--c-ThkGraphGray45);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_25, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_36, section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie svg.svg_circle circle.c_46 {
  stroke: var(--c-ThkGraphGray25);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeElem::before {
  opacity: 0;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeElem svg.svg_circle circle {
  opacity: 0;
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * 0 / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn::before {
  transition: opacity var(--fadeInOpacityDuration) 1s;
  opacity: 1;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle {
  transition: opacity 0s, stroke-dashoffset 1s var(--easeOutQuart);
  opacity: 1;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_11 {
  transition-delay: calc(var(--pieCircleDelay) + 0.2s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_11) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_12 {
  transition-delay: calc(var(--pieCircleDelay) + 0s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_12) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_21 {
  transition-delay: calc(var(--pieCircleDelay) + 0.8s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_21) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_22 {
  transition-delay: calc(var(--pieCircleDelay) + 0.6s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_22) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_23 {
  transition-delay: calc(var(--pieCircleDelay) + 0.4s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_23) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_24 {
  transition-delay: calc(var(--pieCircleDelay) + 0.2s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_24) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_25 {
  transition-delay: calc(var(--pieCircleDelay) + 0s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_25) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_31 {
  transition-delay: calc(var(--pieCircleDelay) + 1s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_31) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_32 {
  transition-delay: calc(var(--pieCircleDelay) + 0.8s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_32) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_33 {
  transition-delay: calc(var(--pieCircleDelay) + 0.6s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_33) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_34 {
  transition-delay: calc(var(--pieCircleDelay) + 0.4s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_34) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_35 {
  transition-delay: calc(var(--pieCircleDelay) + 0.2s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_35) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_36 {
  transition-delay: calc(var(--pieCircleDelay) + 0s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_36) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_41 {
  transition-delay: calc(var(--pieCircleDelay) + 1s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_41) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_42 {
  transition-delay: calc(var(--pieCircleDelay) + 0.8s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_42) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_43 {
  transition-delay: calc(var(--pieCircleDelay) + 0.6s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_43) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_44 {
  transition-delay: calc(var(--pieCircleDelay) + 0.4s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_44) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_45 {
  transition-delay: calc(var(--pieCircleDelay) + 0.2s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_45) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_46 {
  transition-delay: calc(var(--pieCircleDelay) + 0s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_46) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_51 {
  transition-delay: calc(var(--pieCircleDelay) + 0.2s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_51) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .graph_pie.fadeIn svg.svg_circle circle.c_52 {
  transition-delay: calc(var(--pieCircleDelay) + 0s);
  stroke-dashoffset: calc(var(--strokeDashArray) - var(--strokeDashArray) * var(--pieRatio_52) / 100);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail {
  margin-top: 40px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail {
    margin-top: 35px;
    padding: 25px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail {
    justify-self: center;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail {
    margin-top: 30px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 439px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail {
    width: 100%;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail::before {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  justify-content: start;
  align-content: start;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li {
    column-gap: 9px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li {
    column-gap: 8px;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .icon {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .icon {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .icon {
    width: 16px;
    height: 16px;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .text {
  padding-top: 1.5px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .text span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .text {
    padding-top: 1.5px;
    font-size: 15.5px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li .text {
    padding-top: 1.5px;
    font-size: 15px;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li.c_1 .icon {
  background-color: var(--c-ThkGraphRed);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li.c_2 .icon {
  background-color: var(--c-ThkGraphRed70);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li.c_3 .icon {
  background-color: var(--c-ThkGraphRed40);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li.c_4 .icon {
  background-color: var(--c-ThkGraphRed15);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li.c_5 .icon {
  background-color: var(--c-ThkGraphGray45);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul li.c_6 .icon {
  background-color: var(--c-ThkGraphGray25);
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul.detail_ul_1 {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul.detail_ul_2 {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul.detail_ul_3 {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: start;
}
@media screen and (max-width: 1039px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .detail_ul.detail_ul_3 {
    grid-template-columns: auto auto;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .comment {
  padding-top: 30px;
  position: relative;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .comment p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail .comment p span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .comment p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_pie .li_content .detail .comment p {
    font-size: 12px;
    line-height: 1.55em;
  }
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}
section.question_8 .feature .feature_ul li.li_pie .li_content .detail.fadeIn::before {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 1039px) {
  section.question_8 .feature .feature_ul li.li_pie_4 .detail {
    margin-right: -10px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_pie_4 .detail {
    margin-right: 0;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 {
  grid-column: 1/3;
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_1 {
    grid-column: 1;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content {
    row-gap: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content {
    row-gap: 40px;
    margin-top: 40px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box {
    padding-top: 0;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box::before {
  content: "";
  display: inline-block;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-black), var(--c-black) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box::before {
    display: none;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title {
  margin-inline: auto;
  padding: 12px 0;
  width: 280px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title {
    width: 260px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title {
    width: 240px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text span {
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text {
  color: var(--c-ThkRed);
  text-align: center;
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text {
    font-size: 18px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text span.en {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .title .text span.en span {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content {
    margin-top: 35px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content {
    margin-top: 30px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value {
  width: 250px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value {
    width: 225px;
  }
}
@media screen and (max-width: 1039px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value {
    width: 185px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value {
    width: 38vw;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value {
    width: 44vw;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .category {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .category span {
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .category {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .category {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .category {
    font-size: 18px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 5px;
  justify-content: center;
  margin-top: 20px;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .num_wrap {
  display: flex;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .num_wrap .num {
  font-size: 84px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .num_wrap .num span {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .num_wrap .num {
  color: var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .num_wrap .num {
    font-size: 71px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .num_wrap .num {
    font-size: 58px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .unit {
  align-self: center;
  margin-right: -0.05em;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .unit span {
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .unit {
  translate: 0 0.4em;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .unit {
    font-size: 27px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value .number .unit {
    font-size: 22px;
  }
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value:nth-of-type(2) .category {
  transition-delay: 0.2s;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value:nth-of-type(2) .number {
  transition-delay: 0.2s;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value:nth-of-type(3) .category {
  transition-delay: 0.4s;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value:nth-of-type(3) .number {
  transition-delay: 0.4s;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value:nth-of-type(4) .category {
  transition-delay: 0.6s;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box .content .value:nth-of-type(4) .number {
  transition-delay: 0.6s;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box:nth-of-type(1) {
  padding-top: 0;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box:nth-of-type(1)::before {
  display: none;
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.question_8 .feature .feature_ul li.li_num_1 .li_content .box.fadeIn::before {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content {
  display: grid;
  grid-template-columns: auto;
  row-gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content {
    row-gap: 35px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content {
    row-gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 439px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box {
    display: grid;
    grid-template-columns: 1fr;
  }
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title {
  padding: 12px 0;
  width: 100px;
  position: relative;
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title {
    justify-self: center;
  }
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 span {
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 {
  color: var(--c-ThkRed);
  text-align: center;
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 {
    font-size: 18px;
  }
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 span.en {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .title h5 span.en span {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 5px;
  margin-top: 30px;
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body {
    justify-self: center;
    margin-left: 20px;
  }
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .num {
  font-size: 84px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .num span {
  font-weight: 500;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .num {
  color: var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .num {
    font-size: 71px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .num {
    font-size: 58px;
  }
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .unit {
  align-self: center;
  margin-right: -0.05em;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .unit span {
  font-weight: 600;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .unit {
  translate: 0 0.4em;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .unit {
    font-size: 27px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box .body .unit {
    font-size: 22px;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box:nth-of-type(1) {
    justify-self: end;
    width: 270px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box:nth-of-type(1) {
    justify-self: center;
    width: auto;
  }
}
@media screen and (max-width: 839px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box:nth-of-type(2) {
    justify-self: start;
    width: 270px;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .box:nth-of-type(2) {
    justify-self: center;
    width: auto;
  }
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .comment p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section.question_8 .feature .feature_ul li.li_num_2 .li_content .comment p span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .comment p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .comment p {
    font-size: 12px;
    line-height: 1.55em;
  }
}
@media screen and (max-width: 439px) {
  section.question_8 .feature .feature_ul li.li_num_2 .li_content .comment p {
    text-align: center;
  }
}

.other_contents {
  display: none;
}
@media screen and (max-width: 1039px) {
  .other_contents {
    display: block;
    margin-top: 120px;
    margin-inline: auto;
    width: 52vw;
  }
}
@media screen and (max-width: 839px) {
  .other_contents {
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .other_contents {
    margin-top: 80px;
    width: 88vw;
  }
}
.other_contents .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.other_contents .title h4 span {
  font-weight: 500;
}
.other_contents .title h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
@media screen and (max-width: 639px) {
  .other_contents .title h4 {
    font-size: 18px;
  }
}
.other_contents .line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--c-black);
}
.other_contents .contents_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 30px;
}
.other_contents .contents_ul li {
  justify-self: center;
}
.other_contents .contents_ul li a {
  display: inline-block;
  margin-right: -0.1em;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.other_contents .contents_ul li a span {
  font-weight: 400;
}
.other_contents .contents_ul li a {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .other_contents .contents_ul li a {
    font-size: 14px;
  }
}
.other_contents .contents_ul li.gray {
  pointer-events: none;
}
.other_contents .contents_ul li.gray a {
  color: var(--c-ThkGraphGray45);
}

.other_contents.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.other_contents.fadeIn .line {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.anchor_fixed .container .content .anchor_fixed_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  pointer-events: none;
}
.anchor_fixed .container .content .anchor_fixed_ul li {
  transition: translate 0.5s var(--easeInOutQuart);
  translate: -100% 0;
}
.anchor_fixed .container .content .anchor_fixed_ul li a {
  transition: padding 0.3s var(--easeOutQuart);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  padding: 10px 20px 10px 30px;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .arrow {
  align-self: center;
  line-height: 0;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span {
  font-weight: 600;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text {
  color: var(--c-white);
  translate: 0 0.03em;
  position: relative;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span.en {
  font-weight: 500;
}
.anchor_fixed .container .content .anchor_fixed_ul li a .text span.en span {
  font-weight: 500;
}

.anchor_fixed_bg .container .content .anchor_fixed_ul li a::before {
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.anchor_fixed_bg .container .content .anchor_fixed_ul li a .arrow {
  opacity: 0;
}
.anchor_fixed_bg .container .content .anchor_fixed_ul li a .text {
  opacity: 0;
}

@media screen and (min-width: 1239px) {
  .anchor_fixed_main .container .content .anchor_fixed_ul li a:hover {
    padding-left: 35px;
  }
}

.anchor_fixed.on .container .content .anchor_fixed_ul {
  pointer-events: auto;
}
.anchor_fixed.on .container .content .anchor_fixed_ul li {
  transition: translate 0.4s var(--easeInOutQuart);
  translate: 0 0;
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(1) {
  transition-delay: calc(var(--anchorDelay) * 1);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(2) {
  transition-delay: calc(var(--anchorDelay) * 2);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(3) {
  transition-delay: calc(var(--anchorDelay) * 3);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(4) {
  transition-delay: calc(var(--anchorDelay) * 4);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(5) {
  transition-delay: calc(var(--anchorDelay) * 5);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(6) {
  transition-delay: calc(var(--anchorDelay) * 6);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(7) {
  transition-delay: calc(var(--anchorDelay) * 7);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(8) {
  transition-delay: calc(var(--anchorDelay) * 8);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(9) {
  transition-delay: calc(var(--anchorDelay) * 9);
}
.anchor_fixed.on .container .content .anchor_fixed_ul li:nth-of-type(10) {
  transition-delay: calc(var(--anchorDelay) * 10);
}

.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li {
  padding-bottom: 20px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a {
  transition: opacity 0.5s, translate 0s var(--easeOutQuart) 0.5s;
  opacity: 0;
  translate: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  position: relative;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .arrow {
  font-size: 15px;
  line-height: 1.55em;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .arrow svg {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text {
  font-size: 15px;
  line-height: 1.55em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span {
  font-weight: 600;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text {
  color: var(--c-white);
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span.en {
  font-weight: 500;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li a .text span.en span {
  font-weight: 500;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li::after {
  transition: opacity 0.5s, clip-path 0s 0.5s;
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--c-white), var(--c-white) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}
.anchor_fixed_mb .content .content_wrap .content_container .anchor_fixed_ul li:nth-last-of-type(1)::after {
  display: none;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li a {
  transition: opacity 0.6s 0.2s, translate 0.8s var(--easeOutQuart) 0.2s;
  opacity: 1;
  translate: 0 0;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li::after {
  transition: opacity 0s, clip-path 0.6s var(--easeOutQuart) 0.2s;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(1)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(1) a {
  transition-delay: 0.2s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(2)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(2) a {
  transition-delay: 0.3s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(3)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(3) a {
  transition-delay: 0.4s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(4)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(4) a {
  transition-delay: 0.5s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(5)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(5) a {
  transition-delay: 0.6s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(6)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(6) a {
  transition-delay: 0.7s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(7)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(7) a {
  transition-delay: 0.8s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(8)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(8) a {
  transition-delay: 0.9s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(9)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(9) a {
  transition-delay: 1s;
}
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(10)::after,
.anchor_fixed_mb .content.on .content_wrap .content_container .anchor_fixed_ul li:nth-of-type(10) a {
  transition-delay: 1.1s;
}

.modal {
  transition: left 0s 0.5s, right 0s 0.5s;
  overflow: hidden;
  position: fixed;
  left: -100vw;
  right: 200vw;
  top: 0;
  bottom: 0;
  z-index: 601;
}
.modal .modal_bg {
  transition: opacity 0.25s 0.25s;
  opacity: 0;
  background-color: var(--c-Black);
  position: absolute;
  inset: 0;
}
.modal .modal_wrap {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  pointer-events: none;
  position: relative;
}
.modal .modal_wrap .modal_container {
  transition: opacity 0.25s, translate 0s 0.25s;
  opacity: 0;
  translate: 0 20px;
  justify-self: center;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  padding: 100px 0;
  width: 100%;
  position: relative;
}
.modal .modal_wrap .modal_container .business_field {
  justify-self: center;
  pointer-events: auto;
  position: relative;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li {
  display: none;
  width: 88vw;
  max-width: 620px;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 {
  margin-right: -0.05em;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 span {
  font-weight: 600;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 {
  color: var(--c-white);
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  .modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 {
    font-size: 20px;
  }
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 span.en {
  font-weight: 500;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .head h5 span.en span {
  font-weight: 500;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .body {
  padding-top: 30px;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .body p span {
  font-weight: 400;
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li .body p {
  color: var(--c-white);
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  .modal .modal_wrap .modal_container .business_field .business_field_ul li .body p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  .modal .modal_wrap .modal_container .business_field .business_field_ul li .body p {
    font-size: 15px;
    line-height: 2em;
  }
}
.modal .modal_wrap .modal_container .business_field .business_field_ul li.active {
  display: block;
}
.modal .close {
  position: absolute;
  bottom: calc(100% + 40px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -9px -8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal .close svg {
  transition: stroke 0.3s;
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1px;
}
@media screen and (min-width: 1239px) {
  .modal .close:hover svg {
    stroke: var(--c-ThkRed);
  }
}

.modal.on {
  transition: left 0s, right 0s;
  left: 0;
  right: 0;
}
.modal.on .modal_bg {
  transition: opacity 0.25s;
  opacity: 0.9;
}
.modal.on .modal_wrap .modal_container {
  transition: opacity 0.4s 0.25s, translate 0.5s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0 0;
}