:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-yellow: hsl(55 100% 50.2%);
  --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(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --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);
}

section {
  margin-top: 20px;
  padding-top: 80px;
  margin-inline: auto;
  width: 1160px;
}
@media screen and (max-width: 1239px) {
  section {
    padding-top: 60px;
    width: 92vw;
  }
}
@media screen and (max-width: 639px) {
  section {
    padding-top: 40px;
  }
}
section .section_title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
section .section_title .shape {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  section .section_title .shape svg.svg_pc {
    width: 541.125px;
    height: 52px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .shape svg.svg_pc {
    display: none;
  }
}
section .section_title .shape svg.svg_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  section .section_title .shape svg.svg_mb {
    display: block;
    max-width: 100%;
  }
}
section .section_title .text {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  margin-left: 100px;
}
@media screen and (max-width: 1239px) {
  section .section_title .text {
    margin-left: 70px;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .text {
    margin-left: 30px;
  }
}
section .section_title .text h2 {
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section .section_title .text h2 span {
  font-weight: 600;
}
section .section_title .text h2 {
  color: var(--c-white);
  translate: 0 -0.07em;
}
@media screen and (max-width: 1239px) {
  section .section_title .text h2 {
    font-size: 26px;
    translate: 0 -0.06em;
  }
}
@media screen and (max-width: 639px) {
  section .section_title .text h2 {
    font-size: 20px;
    translate: 0 -0.05em;
  }
}
section .section_title.fadeElem .shape svg {
  opacity: 0;
  translate: -50% 0;
}
section .section_title.fadeElem .text {
  opacity: 0;
  translate: 20px;
}
section .section_title.fadeIn .shape svg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section .section_title.fadeIn .text {
  transition: opacity 1s 0.25s, translate 1s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0;
}
section .section_content {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section .section_content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content {
    margin-top: 30px;
  }
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-yellow: hsl(55 100% 50.2%);
  --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(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --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);
}

.content_box {
  margin-top: 100px;
  margin-inline: auto;
  width: 960px;
}
@media screen and (max-width: 1239px) {
  .content_box {
    margin-top: 75px;
    width: 92vw;
  }
}
@media screen and (max-width: 639px) {
  .content_box {
    margin-top: 50px;
  }
}
.content_box .box_title {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .content_box .box_title {
    grid-template-columns: 1fr;
  }
}
.content_box .box_title .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}
.content_box .box_title .text span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .content_box .box_title .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title .text {
    font-size: 20px;
    font-weight: 600;
  }
  .content_box .box_title .text span {
    font-weight: 600;
  }
  .content_box .box_title .text {
    text-align: center;
  }
}
.content_box .box_title .comment {
  align-self: end;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}
.content_box .box_title .comment span {
  font-weight: 500;
}
@media screen and (max-width: 1039px) {
  .content_box .box_title .comment {
    grid-row: 3;
    padding-top: 18px;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title .comment {
    padding-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title .comment.comment_no {
    padding-top: 0;
  }
}
.content_box .box_title::after {
  grid-column: 1/3;
  content: "";
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: var(--c-grayB8);
}
@media screen and (max-width: 1239px) {
  .content_box .box_title::after {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1039px) {
  .content_box .box_title::after {
    grid-column: auto;
    grid-row: 2;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_title::after {
    margin-top: 14px;
  }
}
.content_box .box_title.fadeElem .text,
.content_box .box_title.fadeElem .comment {
  opacity: 0;
  translate: 0 20px;
}
.content_box .box_title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.content_box .box_title.fadeIn .text,
.content_box .box_title.fadeIn .comment {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0;
}
.content_box .box_title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart) 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.content_box .box_lead {
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  .content_box .box_lead {
    margin-inline: auto;
    width: 84vw;
  }
}
.content_box .box_lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
}
.content_box .box_lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1039px) {
  .content_box .box_lead p {
    text-align: center;
  }
}
.content_box .box_content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .content_box .box_content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .content_box .box_content {
    margin-top: 30px;
  }
}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-yellow: hsl(55 100% 50.2%);
  --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(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --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);
}

.btn_apply a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 640px;
  height: 96px;
  border-radius: 48px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .btn_apply a {
    width: 480px;
    height: 78px;
    border-radius: 39px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a {
    width: 320px;
    max-width: 100%;
    height: 60px;
    border-radius: 30px;
  }
}
.btn_apply a .bg {
  border-radius: 48px;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .bg {
    border-radius: 39px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .bg {
    border-radius: 30px;
  }
}
.btn_apply a .bg::before {
  content: "";
  display: inline-block;
  border-radius: 48px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .bg::before {
    border-radius: 39px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .bg::before {
    border-radius: 30px;
  }
}
.btn_apply a .bg::after {
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 46px;
  background-color: var(--c-white);
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .bg::after {
    border-radius: 37px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .bg::after {
    border-radius: 28px;
  }
}
.btn_apply a .text {
  transition: background 0.3s;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
}
.btn_apply a .text span {
  font-weight: 700;
}
.btn_apply a .text {
  translate: 0 -0.05em;
  position: relative;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .text {
    font-size: 16px;
  }
}
.btn_apply a .text span.arrow {
  margin-left: 1em;
}
@media screen and (max-width: 1239px) {
  .btn_apply a .text span.arrow {
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply a .text span.arrow {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1239px) {
  .btn_apply a:hover .bg::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1239px) {
  .btn_apply a:hover .text {
    background: var(--c-white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.btn_apply a.gray {
  pointer-events: none;
  opacity: 0.4;
}
.btn_apply .comment {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.btn_apply .comment span {
  font-weight: 500;
}
.btn_apply .comment {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .btn_apply .comment {
    margin-top: 17px;
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  .btn_apply .comment {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
  }
  .btn_apply .comment span {
    font-weight: 400;
  }
}:root{--c-ktRed: hsla(358, 79%, 43%, 1);--c-kt26-purple: hsla(294, 43%, 40%, 1);--c-kt26-red: hsla(359, 79%, 56%, 1);--c-kt26-yellow: hsla(44, 95%, 53%, 1);--c-gray63: hsla(0, 0%, 39%, 1);--c-grayB8: hsla(0, 0%, 72%, 1);--c-grayF2: hsla(0, 0%, 95%, 1);--c-kt26-pink: hsla(344, 78%, 58%, 1);--c-yellow: hsl(55 100% 50.2%);--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(220 0% 90%);--c-bg: hsl(220 10% 90%);--c-text: hsl(220 10% 10%);--c-textHover: hsl(220 10% 50%);--c-blueGray3080: hsl(220, 30%, 80%);--c-blueGray3085: hsl(220, 30%, 85%);--c-blueGray3095: hsl(220, 30%, 95%);--fadeInLength: 30px;--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)}.sub_box[data-astro-cid-6xrkagzg]{margin-inline:auto;width:960px}@media screen and (max-width: 1239px){.sub_box[data-astro-cid-6xrkagzg]{width:84vw}}.sub_box[data-astro-cid-6xrkagzg] .sub_title[data-astro-cid-6xrkagzg] .text[data-astro-cid-6xrkagzg]{font-size:20px;line-height:1em;letter-spacing:0em;font-weight:700}.sub_box[data-astro-cid-6xrkagzg] .sub_title[data-astro-cid-6xrkagzg] .text[data-astro-cid-6xrkagzg] span[data-astro-cid-6xrkagzg]{font-weight:700}@media screen and (max-width: 1239px){.sub_box[data-astro-cid-6xrkagzg] .sub_title[data-astro-cid-6xrkagzg] .text[data-astro-cid-6xrkagzg]{font-size:18px}}@media screen and (max-width: 839px){.sub_box[data-astro-cid-6xrkagzg] .sub_title[data-astro-cid-6xrkagzg] .text[data-astro-cid-6xrkagzg]{text-align:center}}@media screen and (max-width: 639px){.sub_box[data-astro-cid-6xrkagzg] .sub_title[data-astro-cid-6xrkagzg] .text[data-astro-cid-6xrkagzg]{font-size:16px}}:root{--c-ktRed: hsla(358, 79%, 43%, 1);--c-kt26-purple: hsla(294, 43%, 40%, 1);--c-kt26-red: hsla(359, 79%, 56%, 1);--c-kt26-yellow: hsla(44, 95%, 53%, 1);--c-gray63: hsla(0, 0%, 39%, 1);--c-grayB8: hsla(0, 0%, 72%, 1);--c-grayF2: hsla(0, 0%, 95%, 1);--c-kt26-pink: hsla(344, 78%, 58%, 1);--c-yellow: hsl(55 100% 50.2%);--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(220 0% 90%);--c-bg: hsl(220 10% 90%);--c-text: hsl(220 10% 10%);--c-textHover: hsl(220 10% 50%);--c-blueGray3080: hsl(220, 30%, 80%);--c-blueGray3085: hsl(220, 30%, 85%);--c-blueGray3095: hsl(220, 30%, 95%);--fadeInLength: 30px;--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)}.arrow[data-astro-cid-6q437jgy]{position:absolute;left:calc(100% - 7px);top:50%;translate:0 -50%}@media screen and (max-width: 1039px){.arrow[data-astro-cid-6q437jgy]{left:50%;top:calc(100% + 15.5px);translate:-50% 0}}.arrow[data-astro-cid-6q437jgy] svg[data-astro-cid-6q437jgy]{fill:none;stroke:var(--c-Black);stroke-width:2px}@media screen and (max-width: 1039px){.arrow[data-astro-cid-6q437jgy] svg[data-astro-cid-6q437jgy].svg_pc{display:none}}.arrow[data-astro-cid-6q437jgy] svg[data-astro-cid-6q437jgy].svg_mb{display:none}@media screen and (max-width: 1039px){.arrow[data-astro-cid-6q437jgy] svg[data-astro-cid-6q437jgy].svg_mb{display:block}}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-yellow: hsl(55 100% 50.2%);
  --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(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --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);
}

.field {
  display: grid;
  grid-template-columns: 1fr;
}
.field .title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 839px) {
  .field .title {
    justify-self: center;
  }
}
@media screen and (max-width: 639px) {
  .field .title {
    width: 303px;
    max-width: 84vw;
  }
}
.field .title .shape {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1239px) {
  .field .title .shape svg.svg_pc {
    width: 375.8333333333px;
    height: 40px;
  }
}
@media screen and (max-width: 639px) {
  .field .title .shape svg.svg_pc {
    display: none;
  }
}
.field .title .shape svg.svg_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  .field .title .shape svg.svg_mb {
    display: block;
  }
}
@media screen and (max-width: 339px) {
  .field .title .shape svg.svg_mb {
    width: 200px;
  }
}
.field .title .text {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  margin-left: 40px;
}
@media screen and (max-width: 1239px) {
  .field .title .text {
    margin-left: 35px;
  }
}
@media screen and (max-width: 639px) {
  .field .title .text {
    margin-left: 30px;
  }
}
.field .title .text h3 {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.5em;
  font-weight: 600;
}
.field .title .text h3 span {
  font-weight: 600;
}
.field .title .text h3 {
  color: var(--c-white);
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  .field .title .text h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .field .title .text h3 {
    font-size: 14px;
  }
}
.field .title.fadeElem .shape svg {
  opacity: 0;
  translate: -50% 0;
}
.field .title.fadeElem .text {
  opacity: 0;
  translate: 20px;
}
.field .title.fadeIn .shape svg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.field .title.fadeIn .text {
  transition: opacity 1s 0.25s, translate 1s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0;
}:root{--c-ktRed: hsla(358, 79%, 43%, 1);--c-kt26-purple: hsla(294, 43%, 40%, 1);--c-kt26-red: hsla(359, 79%, 56%, 1);--c-kt26-yellow: hsla(44, 95%, 53%, 1);--c-gray63: hsla(0, 0%, 39%, 1);--c-grayB8: hsla(0, 0%, 72%, 1);--c-grayF2: hsla(0, 0%, 95%, 1);--c-kt26-pink: hsla(344, 78%, 58%, 1);--c-yellow: hsl(55 100% 50.2%);--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(220 0% 90%);--c-bg: hsl(220 10% 90%);--c-text: hsl(220 10% 10%);--c-textHover: hsl(220 10% 50%);--c-blueGray3080: hsl(220, 30%, 80%);--c-blueGray3085: hsl(220, 30%, 85%);--c-blueGray3095: hsl(220, 30%, 95%);--fadeInLength: 30px;--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)}.item[data-astro-cid-wsejel5y]{display:grid;grid-template-columns:1fr auto}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y]{grid-template-columns:1fr}}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y]{display:grid;grid-template-columns:auto 1fr;column-gap:5px;margin-top:14px}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y]{margin-top:0}}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .maru[data-astro-cid-wsejel5y]{margin-block:calc((1em - 1lh) / 2);font-size:20px;line-height:1em;letter-spacing:0em;font-weight:700}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .maru[data-astro-cid-wsejel5y] span[data-astro-cid-wsejel5y]{font-weight:700}@media screen and (max-width: 1239px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .maru[data-astro-cid-wsejel5y]{font-size:18px}}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .maru[data-astro-cid-wsejel5y]{font-size:16px}}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .text[data-astro-cid-wsejel5y]{margin-block:calc((1em - 1lh) / 2);font-size:20px;line-height:1.2em;letter-spacing:0em;font-weight:700}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .text[data-astro-cid-wsejel5y] span[data-astro-cid-wsejel5y]{font-weight:700}@media screen and (max-width: 1239px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .text[data-astro-cid-wsejel5y]{font-size:18px}}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .text[data-astro-cid-wsejel5y]{font-size:16px}}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .size[data-astro-cid-wsejel5y]{margin-top:7px;font-size:14px;line-height:1em;letter-spacing:0em;font-weight:500}.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .size[data-astro-cid-wsejel5y] span[data-astro-cid-wsejel5y]{font-weight:500}@media screen and (max-width: 1239px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .size[data-astro-cid-wsejel5y]{margin-top:6px;font-size:13px}}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y] .title[data-astro-cid-wsejel5y] .content[data-astro-cid-wsejel5y] .size[data-astro-cid-wsejel5y]{margin-top:5px;font-size:12px}}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y]{justify-self:center;margin-top:13px}}.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y]{display:flex;justify-content:center;align-items:center;width:80px;height:48px;border-radius:24px;position:relative}.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y] .bg[data-astro-cid-wsejel5y]::before{content:"";display:inline-block;border-radius:24px;background:linear-gradient(90deg,var(--c-kt26-purple) 0%,var(--c-kt26-red) 50%,var(--c-kt26-yellow) 100%);position:absolute;inset:0}.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y] .bg[data-astro-cid-wsejel5y]::after{transition:opacity 0.3s;content:"";display:inline-block;border-radius:22px;background-color:var(--c-white);position:absolute;left:2px;right:2px;top:2px;bottom:2px}.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y] .icon[data-astro-cid-wsejel5y]{position:relative}.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y] .icon[data-astro-cid-wsejel5y] svg[data-astro-cid-wsejel5y]{transition:fill 0.3s;fill:var(--c-Black)}@media screen and (min-width: 1239px){.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y]:hover .bg[data-astro-cid-wsejel5y]::after{opacity:0}}@media screen and (min-width: 1239px){.item[data-astro-cid-wsejel5y] .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y]:hover .icon[data-astro-cid-wsejel5y] svg[data-astro-cid-wsejel5y]{fill:var(--c-white)}}.item[data-astro-cid-wsejel5y] .comment[data-astro-cid-wsejel5y]{height:1em;font-size:14px;line-height:1em;letter-spacing:0em;font-weight:500}.item[data-astro-cid-wsejel5y] .comment[data-astro-cid-wsejel5y] span[data-astro-cid-wsejel5y]{font-weight:500}.item[data-astro-cid-wsejel5y] .comment[data-astro-cid-wsejel5y]{text-align:center;white-space:nowrap;position:absolute;left:calc(100% + 10px);top:24px;translate:0 -50%}@media screen and (max-width: 1239px){.item[data-astro-cid-wsejel5y] .comment[data-astro-cid-wsejel5y]{font-size:13px}}@media screen and (max-width: 839px){.item[data-astro-cid-wsejel5y] .comment[data-astro-cid-wsejel5y]{left:auto;right:40px;top:calc(100% + 10px);translate:50% 0}}@media screen and (max-width: 639px){.item[data-astro-cid-wsejel5y] .comment[data-astro-cid-wsejel5y]{margin-top:10px;font-size:12px;position:relative;right:auto;top:auto;translate:0}}.item[data-astro-cid-wsejel5y].gray .title[data-astro-cid-wsejel5y]{opacity:0.4}.item[data-astro-cid-wsejel5y].gray .btn[data-astro-cid-wsejel5y]{opacity:0.4}.item[data-astro-cid-wsejel5y].gray .btn[data-astro-cid-wsejel5y] a[data-astro-cid-wsejel5y]{pointer-events:none}:root {
  --c-ktRed: hsla(358, 79%, 43%, 1);
  --c-kt26-purple: hsla(294, 43%, 40%, 1);
  --c-kt26-red: hsla(359, 79%, 56%, 1);
  --c-kt26-yellow: hsla(44, 95%, 53%, 1);
  --c-gray63: hsla(0, 0%, 39%, 1);
  --c-grayB8: hsla(0, 0%, 72%, 1);
  --c-grayF2: hsla(0, 0%, 95%, 1);
  --c-kt26-pink: hsla(344, 78%, 58%, 1);
  --c-yellow: hsl(55 100% 50.2%);
  --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(220 0% 90%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --c-blueGray3080: hsl(220, 30%, 80%);
  --c-blueGray3085: hsl(220, 30%, 85%);
  --c-blueGray3095: hsl(220, 30%, 95%);
  --fadeInLength: 30px;
  --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 {
  --ratio_1: 22;
  --ratio_2: 15.5;
  --ratio_3: 14.3;
  --ratio_4: 9;
  --ratio_5: 8.9;
  --ratio_6: 6;
  --ratio_7: 5.4;
  --ratio_8: 5.4;
  --ratio_9: 5.4;
  --ratio_10: 4.2;
  --ratio_11: 3.6;
}

.fv {
  margin-top: 64px;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .fv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  .fv {
    margin-top: 56px;
  }
}
.fv .main_visual {
  width: 100vw;
  height: 31.25vw;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .fv .main_visual {
    max-height: 500px;
  }
}
@media screen and (max-width: 839px) {
  .fv .main_visual {
    height: auto;
    max-height: none;
  }
}
.fv .main_visual .container {
  background-image: url("../../_assets/img/top/fv_side.jpg");
  background-size: contain;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 839px) {
  .fv .main_visual .container {
    display: block;
    background-image: unset;
    position: relative;
    inset: 0 0 0 -1px;
  }
}
.fv .main_visual .container img.img_pc {
  height: 100%;
  object-fit: contain;
  position: relative;
  left: 40%;
  translate: -50%;
}
@media screen and (max-width: 1339px) {
  .fv .main_visual .container img.img_pc {
    translate: -55%;
  }
}
@media screen and (max-width: 1239px) {
  .fv .main_visual .container img.img_pc {
    left: 0;
    translate: 0;
  }
}
@media screen and (max-width: 839px) {
  .fv .main_visual .container img.img_pc {
    display: none;
  }
}
.fv .main_visual .container img.img_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  .fv .main_visual .container img.img_mb {
    display: block;
    width: calc(100% + 1px);
    height: auto;
  }
}
.fv .main_visual.fadeElem .container {
  opacity: 0;
  scale: 1.1;
}
.fv .main_visual.fadeIn .container {
  transition: opacity 1s, scale 1s var(--easeOutQuart);
  opacity: 1;
  scale: 1;
}
.fv .banner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.fv .banner .banner_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .fv .banner .banner_ul {
    right: 3vw;
  }
}
@media screen and (max-width: 1239px) {
  .fv .banner .banner_ul {
    justify-content: flex-start;
    right: 0;
    top: 30px;
  }
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul {
    row-gap: 40px;
    top: 88vw;
  }
}
.fv .banner .banner_ul li {
  transition: opacity 0.5s;
  position: relative;
  z-index: 11;
}
.fv .banner .banner_ul li .container a {
  transition: opacity 0.3s;
  display: inline-block;
  position: relative;
}
.fv .banner .banner_ul li .container a .photo img {
  width: 336px;
}
@media screen and (max-width: 1039px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 32vw;
  }
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 250px;
  }
}
@media screen and (max-width: 439px) {
  .fv .banner .banner_ul li .container a .photo img {
    width: 200px;
  }
}
.fv .banner .banner_ul li .container a .comment {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px 10px;
  position: relative;
}
.fv .banner .banner_ul li .container a .comment::before {
  content: "";
  display: inline-block;
  background-color: var(--c-yellow);
  position: absolute;
  inset: 0;
}
.fv .banner .banner_ul li .container a .comment .text {
  justify-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 8.5px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 600;
}
.fv .banner .banner_ul li .container a .comment .text span {
  font-weight: 600;
}
.fv .banner .banner_ul li .container a .comment .text {
  translate: 0 -0.1em;
  position: relative;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container a .comment .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 439px) {
  .fv .banner .banner_ul li .container a .comment .text {
    font-size: 8.5px;
  }
}
.fv .banner .banner_ul li .container a .comment .text.t_grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.2em;
}
@media screen and (min-width: 1239px) {
  .fv .banner .banner_ul li .container a:hover {
    opacity: 0.8;
  }
}
.fv .banner .banner_ul li .container .comingsoon {
  padding: 10px 18px;
  background-color: var(--c-ktRed);
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  white-space: nowrap;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .comingsoon {
    padding: 5px 10px;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    translate: 0;
  }
}
.fv .banner .banner_ul li .container .comingsoon .text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 500;
}
.fv .banner .banner_ul li .container .comingsoon .text span {
  font-weight: 500;
}
.fv .banner .banner_ul li .container .comingsoon .text {
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .comingsoon .text {
    font-size: 10px;
  }
}
.fv .banner .banner_ul li .container .comingsoon .text_date {
  font-size: 15px;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .comingsoon .text_date {
    display: none;
  }
}
.fv .banner .banner_ul li .container .close {
  display: none;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li .container .close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: calc(100% - 0px);
    cursor: pointer;
  }
}
.fv .banner .banner_ul li .container .close .shape {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--c-black);
}
.fv .banner .banner_ul li .container .close .shape svg {
  fill: none;
  stroke: var(--c-black);
  stroke-width: 1px;
}
.fv .banner .banner_ul li.gray .container a {
  pointer-events: none;
}
.fv .banner .banner_ul li.gray .container a .photo {
  position: relative;
}
.fv .banner .banner_ul li.gray .container a .photo::before {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
.fv .banner .banner_ul li.gray .container a .photo img {
  opacity: 0.4;
}
.fv .banner .banner_ul li.fadeFvElem .container {
  opacity: 0;
  translate: 80px;
}
.fv .banner .banner_ul li.fadeIn .container {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0;
}
.fv .banner .banner_ul li:nth-of-type(1) .container {
  transition-delay: 0.3s;
}
.fv .banner .banner_ul li:nth-of-type(2) .container {
  transition-delay: 0.6s;
}
@media screen and (max-width: 839px) {
  .fv .banner .banner_ul li:nth-of-type(2) .close {
    background-color: var(--c-white);
  }
}
.fv .banner .banner_ul li.hide {
  opacity: 0;
  pointer-events: none;
}

.news {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 30px;
  margin-inline: auto;
  width: 1160px;
}
@media screen and (max-width: 1239px) {
  .news {
    grid-template-columns: 1fr;
    row-gap: 20px;
    width: 92vw;
  }
}
.news .title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 1239px) {
  .news .title {
    width: 140px;
  }
}
.news .title .shape {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}
.news .title .text {
  justify-self: center;
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  padding-right: 10px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.25em;
  font-weight: 500;
}
.news .title .text span {
  font-weight: 500;
}
.news .title .text {
  color: var(--c-white);
  position: relative;
  top: -1px;
}
.news .title.fadeElem .shape svg {
  opacity: 0;
  translate: -50% 0;
}
.news .title.fadeElem .text {
  opacity: 0;
  translate: 15px;
}
.news .title.fadeIn .shape svg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.news .title.fadeIn .text {
  transition: opacity 1s 0.25s, translate 1s var(--easeOutQuart) 0.25s;
  opacity: 1;
  translate: 0;
}
.news .content {
  position: relative;
}
@media screen and (max-width: 839px) {
  .news .content {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.news .content .news_content {
  padding-bottom: 20px;
}
@media screen and (max-width: 1239px) {
  .news .content .news_content {
    padding-bottom: 10px;
  }
}
.news .content .news_content .news_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.news .content .news_content .news_ul li {
  display: grid;
  grid-template-columns: 80px 1fr;
  position: relative;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li {
    grid-template-columns: 1fr;
  }
}
.news .content .news_content .news_ul li::before {
  grid-column: 1/3;
  content: "";
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: var(--c-grayB8);
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li::before {
    grid-column: auto;
  }
}
.news .content .news_content .news_ul li .date {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 500;
}
.news .content .news_content .news_ul li .date span {
  font-weight: 500;
}
.news .content .news_content .news_ul li .date {
  color: var(--c-gray63);
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .date {
    line-height: 1em;
  }
}
.news .content .news_content .news_ul li .detail {
  padding-right: 100px;
}
@media screen and (max-width: 1239px) {
  .news .content .news_content .news_ul li .detail {
    padding-right: 0;
  }
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail {
    padding-left: 20px;
  }
}
.news .content .news_content .news_ul li .detail h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.news .content .news_content .news_ul li .detail h4 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .news .content .news_content .news_ul li .detail h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail h4 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 639px) {
  .news .content .news_content .news_ul li .detail h4 {
    font-size: 14px;
  }
}
.news .content .news_content .news_ul li .detail p {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 20px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.news .content .news_content .news_ul li .detail p span {
  font-weight: 400;
}
@media screen and (max-width: 1239px) {
  .news .content .news_content .news_ul li .detail p {
    font-size: 12.5px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 639px) {
  .news .content .news_content .news_ul li .detail p {
    font-size: 12px;
  }
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail p span.b {
    display: inline;
  }
}
.news .content .news_content .news_ul li .detail p a {
  transition: opacity 0.3s;
  color: var(--c-ktRed);
  text-decoration: underline;
}
@media screen and (min-width: 1239px) {
  .news .content .news_content .news_ul li .detail p a:hover {
    opacity: 0.7;
  }
}
.news .content .news_content .news_ul li .detail .photo_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul li .detail .photo_wrap {
    margin-top: 15px;
  }
}
.news .content .news_content .news_ul li .detail .photo_wrap .photo {
  width: 240px;
  height: 144px;
}
.news .content .news_content .news_ul li .detail .photo_wrap .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .content .news_content .news_ul li.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.news .content .news_content .news_ul li.fadeIn::before {
  transition: clip-path 1s var(--easeOutQuart) 0.25s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.news .content .news_content .news_ul.top li:nth-of-type(1) {
  padding-top: 8px;
}
@media screen and (max-width: 839px) {
  .news .content .news_content .news_ul.top li:nth-of-type(1) {
    padding-top: 0;
  }
}
.news .content .news_content .news_ul.top li:nth-of-type(1)::before {
  display: none;
}
.news .content .news_content .move_wrap {
  transition: height 0.5s var(--easeInOutQuart);
  margin-top: 20px;
  height: 0;
  overflow: hidden;
}
.news .content .news_content .move_wrap .news_ul.bottom {
  padding-bottom: 30px;
}
@media screen and (max-width: 1239px) {
  .news .content .news_content .move_wrap .news_ul.bottom {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .news .content .news_content .move_wrap .news_ul.bottom {
    padding-bottom: 20px;
  }
}
.news .content .btn {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  padding: 0 20px;
  width: 160px;
  height: 32px;
  border-radius: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 1239px) {
  .news .content .btn {
    justify-self: end;
    position: relative;
    right: auto;
  }
}
.news .content .btn::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: 16px;
  border: 1px solid var(--c-ktRed);
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
.news .content .btn .text_box {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.news .content .btn .text_box .text {
  transition: color 0.3s, opacity 0.5s;
  grid-column: 1;
  grid-row: 1;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.news .content .btn .text_box .text span {
  font-weight: 500;
}
.news .content .btn .text_box .text {
  color: var(--c-ktRed);
  text-align: center;
  translate: 0 -0.5px;
}
.news .content .btn .text_box .text_close {
  opacity: 1;
}
.news .content .btn .text_box .text_open {
  opacity: 0;
}
.news .content .btn .arrow {
  transition: rotate 0.5s var(--easeInOutQuart);
  align-self: center;
  position: relative;
}
.news .content .btn .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1px;
  stroke: var(--c-ktRed);
}
@media screen and (min-width: 1239px) {
  .news .content .btn:hover::before {
    background-color: var(--c-ktRed);
  }
}
@media screen and (min-width: 1239px) {
  .news .content .btn:hover .text_box .text {
    color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .news .content .btn:hover .arrow svg {
    stroke: var(--c-white);
  }
}
.news .content .btn.open .text_box .text_close {
  opacity: 0;
}
.news .content .btn.open .text_box .text_open {
  opacity: 1;
}
.news .content .btn.open .arrow {
  rotate: 180deg;
}

.next {
  margin-top: calc((1em - 1lh) / 2);
  padding-top: 70px;
  font-size: 40px;
  line-height: 1.2em;
}
@media screen and (max-width: 1239px) {
  .next {
    padding-top: 65px;
    font-size: 30px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 639px) {
  .next {
    padding-top: 60px;
    font-size: 20px;
    line-height: 1.4em;
  }
}
.next p {
  padding-left: 0.05em;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.next p span {
  font-weight: 700;
}
.next p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .next p {
    font-size: 30px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 639px) {
  .next p {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.next p span.border {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .next p span.border {
    padding-bottom: 7.5px;
  }
}
@media screen and (max-width: 639px) {
  .next p span.border {
    padding-bottom: 5px;
  }
}
.next p span.border::before {
  content: "";
  display: inline-block;
  margin-right: 0.05em;
  height: 4px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1239px) {
  .next p span.border::before {
    height: 3px;
  }
}
@media screen and (max-width: 639px) {
  .next p span.border::before {
    height: 2px;
  }
}
.next p span.gradation {
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next p.fadeElem span.border::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.next p.fadeIn span.border::before {
  transition: clip-path 1s var(--easeOutQuart) 0.25s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.main_content #theme .concept .sub_box .container {
  position: relative;
}
.main_content #theme .concept .sub_box .container .bg {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% calc(-50% - 110px);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .bg {
    translate: -50% calc(-50% - 80px);
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .concept .sub_box .container .bg {
    translate: -50% calc(-50% - 100px);
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .bg {
    top: 0%;
    translate: -50% calc(0% - 100px);
  }
}
@media screen and (max-width: 439px) {
  .main_content #theme .concept .sub_box .container .bg {
    translate: -50% calc(0% - 70px);
  }
}
.main_content #theme .concept .sub_box .container .bg img {
  width: 971px;
  opacity: 0.8;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .bg img {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .bg img {
    width: 92vw;
  }
}
.main_content #theme .concept .sub_box .container .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .head {
    row-gap: 10px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .head {
    row-gap: 5px;
    margin-top: 30px;
  }
}
.main_content #theme .concept .sub_box .container .head img.img_1 {
  width: 745.74px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .head img.img_1 {
    width: 499.87px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .head img.img_1 {
    width: 254px;
  }
}
.main_content #theme .concept .sub_box .container .head img.img_2 {
  width: 563.38px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .head img.img_2 {
    width: 377.64px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .head img.img_2 {
    width: 191.89px;
  }
}
.main_content #theme .concept .sub_box .container .sub {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .sub {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .sub {
    margin-left: -4vw;
    padding-top: 30px;
    width: 92vw;
  }
}
.main_content #theme .concept .sub_box .container .sub h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .concept .sub_box .container .sub h4 span {
  font-weight: 700;
}
.main_content #theme .concept .sub_box .container .sub h4 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .sub h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .sub h4 {
    font-size: 20px;
    line-height: 1.3em;
  }
}
.main_content #theme .concept .sub_box .container .lead {
  padding-top: 30px;
  position: relative;
}
.main_content #theme .concept .sub_box .container .lead p {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.main_content #theme .concept .sub_box .container .lead p span {
  font-weight: 500;
}
.main_content #theme .concept .sub_box .container .lead p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .concept .sub_box .container .lead p {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .concept .sub_box .container .lead p {
    font-size: 14px;
  }
}
.main_content #theme .concept .sub_box .container.fadeElem .bg {
  opacity: 0;
  scale: 0.1;
}
.main_content #theme .concept .sub_box .container.fadeElem .head img {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .concept .sub_box .container.fadeElem .sub {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .concept .sub_box .container.fadeElem .lead {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .concept .sub_box .container.fadeIn .bg {
  transition: opacity 1s 0.3s, scale 1s var(--easeOutQuart) 0.2s;
  opacity: 1;
  scale: 1;
}
.main_content #theme .concept .sub_box .container.fadeIn .head img {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .concept .sub_box .container.fadeIn .head img.img_1 {
  transition-delay: 0.6s;
}
.main_content #theme .concept .sub_box .container.fadeIn .head img.img_2 {
  transition-delay: 0.8s;
}
.main_content #theme .concept .sub_box .container.fadeIn .sub {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  transition-delay: 1s;
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .concept .sub_box .container.fadeIn .lead {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  transition-delay: 1.2s;
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .content_box_about .sub_box_message .message {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .message {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .message {
    margin-top: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_message .message h2 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 56px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_message .message h2 span {
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_message .message h2 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .message h2 {
    font-size: 43px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .message h2 {
    font-size: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .photo {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .photo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .photo {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .photo img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .photo img.img_pc {
    display: none;
  }
}
.main_content #theme .content_box_about .sub_box_message .photo img.img_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .photo img.img_mb {
    display: block;
  }
}
.main_content #theme .content_box_about .sub_box_message .lead {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .lead {
    padding-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .lead {
    padding-top: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_about .sub_box_message .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .lead p {
    font-size: 15px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .lead p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .lead p {
    font-size: 14px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .lead p span.b {
    display: inline;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .lead p br.br_1 {
    display: none;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .bg {
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_about .sub_box_message .merit .bg::before {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_about .sub_box_message .merit .bg::after {
  content: "";
  display: inline-block;
  border-radius: 6px;
  background-color: var(--c-white);
  position: absolute;
  inset: 2px;
}
.main_content #theme .content_box_about .sub_box_message .merit .head {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head {
    padding: 20px 10px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .head h3 {
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_message .merit .head h3 span {
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_message .merit .head h3 {
  text-align: center;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .head h3 {
    font-size: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content {
  position: relative;
}
.main_content #theme .content_box_about .sub_box_message .merit .content::before {
  content: "";
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content::before {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content::before {
    margin-bottom: 25px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .body {
  padding: 0 130px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body {
    padding: 0 100px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body {
    padding: 0 6vw;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_about .sub_box_message .merit .content .body p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body p {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body p {
    font-size: 14px;
    text-align: justify;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .body p span.b {
    display: inline;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.6em;
  padding: 30px 130px 50px;
  font-size: 20px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point {
    padding: 27px 100px 40px;
    font-size: 17.5px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point {
    row-gap: 1em;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point {
    padding: 25px 6vw 30px;
    font-size: 15px;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p {
    font-size: 15px;
    font-weight: 600;
  }
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p span {
    font-weight: 600;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p .gt {
  color: var(--c-kt26-pink);
}
.main_content #theme .content_box_about .sub_box_message .merit .content .point p .gc {
  line-height: 1.4em;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_about .sub_box_message .merit .content .point p br {
    display: none;
  }
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeElem .bg {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeElem .content::before {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeIn .bg {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .content_box_about .sub_box_message .merit.fadeIn .content::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.main_content #theme .content_box_about .sub_box_theme {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme {
    margin-top: 40px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .catch {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .catch {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .catch {
    margin-top: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .catch h3 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 44px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_theme .catch h3 span {
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_theme .catch h3 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .catch h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .catch h3 {
    font-size: 24px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .lead {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .lead {
    padding-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .lead {
    padding-top: 20px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_theme .lead p span {
  font-weight: 700;
}
.main_content #theme .content_box_about .sub_box_theme .lead p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .lead p {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .lead p {
    font-size: 15px;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content {
  margin-top: 60px;
  width: 960px;
  height: 932px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content {
    margin-top: 45px;
    width: 84vw;
    height: 81.55vw;
    translate: -2vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content {
    margin-top: 30px;
    margin-left: -4vw;
    width: 92vw;
    height: 89.3166666667vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .bg {
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_about .sub_box_theme .content .bg img {
  width: 100%;
  height: 100%;
}
.main_content #theme .content_box_about .sub_box_theme .content .title {
  position: absolute;
  left: 57.5%;
  top: 46%;
  translate: -50% -50%;
}
.main_content #theme .content_box_about .sub_box_theme .content .title img {
  width: 379px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .title img {
    width: 33.1625vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .title img {
    width: 36.3208333333vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text {
  position: absolute;
  translate: -50% -50%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text .num img {
  width: 56px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .num img {
    width: 4.9vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .num img {
    width: 5.3666666667vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text .text {
  margin-top: 18px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .text {
    margin-top: 1.575vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text .text {
    margin-top: 1.725vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo {
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% -50%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo .photo img {
  width: 210px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_photo .photo img {
    width: 18.375vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_photo .photo img {
    width: 20.125vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 {
  left: 52.5%;
  top: 21.5%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 .text img {
  width: 356px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 .text img {
    width: 31.15vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_1 .text img {
    width: 34.1166666667vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_1 {
  left: 65.5%;
  top: 13.5%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 {
  left: 21%;
  top: 82%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 .text img {
  width: 357px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 .text img {
    width: 31.2375vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_2 .text img {
    width: 34.2125vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_2 {
  left: 21%;
  top: 65%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 {
  left: 90%;
  top: 66%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 .text img {
  width: 337px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 .text img {
    width: 29.4875vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_3 .text img {
    width: 32.2958333333vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_3 {
  left: 90.5%;
  top: 47.5%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 {
  left: 78%;
  top: 86%;
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 .text img {
  width: 340px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 .text img {
    width: 29.75vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_about .sub_box_theme .content .focus_text_4 .text img {
    width: 32.5833333333vw;
  }
}
.main_content #theme .content_box_about .sub_box_theme .content .focus_photo_4 {
  left: 47%;
  top: 79%;
}
.main_content #theme .content_box_field .field .lead,
.main_content #theme .content_box_other_field .field .lead {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  margin-top: 40px;
  padding: 0 40px;
}
.main_content #theme .content_box_field .field .lead p,
.main_content #theme .content_box_other_field .field .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_field .field .lead p span,
.main_content #theme .content_box_other_field .field .lead p span {
  font-weight: 500;
}
.main_content #theme .content_box_field .field .lead .comment,
.main_content #theme .content_box_other_field .field .lead .comment {
  justify-self: end;
  align-self: end;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_field .field .lead .comment span,
.main_content #theme .content_box_other_field .field .lead .comment span {
  font-weight: 500;
}
.main_content #theme .content_box_field .content,
.main_content #theme .content_box_other_field .content {
  padding: 0 40px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .content,
  .main_content #theme .content_box_other_field .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_field .content,
  .main_content #theme .content_box_other_field .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .content,
  .main_content #theme .content_box_other_field .content {
    padding: 0;
  }
}
.main_content #theme .content_box_field .field.field_general .title .text h3,
.main_content #theme .content_box_other_field .field.field_general .title .text h3 {
  letter-spacing: 1em;
}
.main_content #theme .content_box_field .field.field_general .content .other_field_ul li .body p span.kakko,
.main_content #theme .content_box_other_field .field.field_general .content .other_field_ul li .body p span.kakko {
  display: inline-block;
  margin-top: 0.6em;
  margin-left: -0.6em;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .field.field_general .content .other_field_ul li .body p span.kakko,
  .main_content #theme .content_box_other_field .field.field_general .content .other_field_ul li .body p span.kakko {
    margin-left: 0;
  }
}
.main_content #theme .content_box_field .field.field_general .content .other_field_ul li .body p span.kakko_1,
.main_content #theme .content_box_other_field .field.field_general .content .other_field_ul li .body p span.kakko_1 {
  margin-top: 0;
}
.main_content #theme .content_box_field .field.field_theme,
.main_content #theme .content_box_other_field .field.field_theme {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field.field_theme,
  .main_content #theme .content_box_other_field .field.field_theme {
    margin-top: 55px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field.field_theme,
  .main_content #theme .content_box_other_field .field.field_theme {
    margin-top: 50px;
  }
}
.main_content #theme .content_box_field .field_ul,
.main_content #theme .content_box_other_field .field_ul {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul,
  .main_content #theme .content_box_other_field .field_ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul,
  .main_content #theme .content_box_other_field .field_ul {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_field .field_ul li .head,
.main_content #theme .content_box_other_field .field_ul li .head {
  width: 184px;
  height: 48px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .head,
  .main_content #theme .content_box_other_field .field_ul li .head {
    width: 162px;
    height: 44px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul li .head,
  .main_content #theme .content_box_other_field .field_ul li .head {
    width: 140px;
    height: 40px;
  }
}
.main_content #theme .content_box_field .field_ul li .head .bg,
.main_content #theme .content_box_other_field .field_ul li .head .bg {
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_field .field_ul li .head .bg::before,
.main_content #theme .content_box_other_field .field_ul li .head .bg::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_field .field_ul li .head .bg::after,
.main_content #theme .content_box_other_field .field_ul li .head .bg::after {
  transition: opacity 0.3s;
  content: "";
  display: inline-block;
  border-radius: 3px;
  background-color: var(--c-white);
  position: absolute;
  inset: 1px;
}
.main_content #theme .content_box_field .field_ul li .head h4,
.main_content #theme .content_box_other_field .field_ul li .head h4 {
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0em;
  font-weight: 600;
}
.main_content #theme .content_box_field .field_ul li .head h4 span,
.main_content #theme .content_box_other_field .field_ul li .head h4 span {
  font-weight: 600;
}
.main_content #theme .content_box_field .field_ul li .head h4,
.main_content #theme .content_box_other_field .field_ul li .head h4 {
  text-align: center;
  translate: 0 -0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .head h4,
  .main_content #theme .content_box_other_field .field_ul li .head h4 {
    font-size: 16px;
    line-height: 44px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul li .head h4,
  .main_content #theme .content_box_other_field .field_ul li .head h4 {
    font-size: 14px;
    line-height: 40px;
  }
}
.main_content #theme .content_box_field .field_ul li .body,
.main_content #theme .content_box_other_field .field_ul li .body {
  padding: 10px 0;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .body,
  .main_content #theme .content_box_other_field .field_ul li .body {
    padding: 7px 0;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .field_ul li .body,
  .main_content #theme .content_box_other_field .field_ul li .body {
    padding: 0;
  }
}
.main_content #theme .content_box_field .field_ul li .body p,
.main_content #theme .content_box_other_field .field_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_field .field_ul li .body p span,
.main_content #theme .content_box_other_field .field_ul li .body p span {
  font-weight: 500;
}
.main_content #theme .content_box_field .field_ul li .body p,
.main_content #theme .content_box_other_field .field_ul li .body p {
  font-feature-settings: normal;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .field_ul li .body p,
  .main_content #theme .content_box_other_field .field_ul li .body p {
    font-size: 13px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .field_ul li .body p,
  .main_content #theme .content_box_other_field .field_ul li .body p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .field_ul li .body p,
  .main_content #theme .content_box_other_field .field_ul li .body p {
    font-size: 12px;
  }
}
.main_content #theme .content_box_field .main_field_ul,
.main_content #theme .content_box_other_field .main_field_ul {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 30px;
  justify-content: start;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    column-gap: 25px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 339px) {
  .main_content #theme .content_box_field .main_field_ul,
  .main_content #theme .content_box_other_field .main_field_ul {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .main_field_ul li:nth-of-type(3),
  .main_content #theme .content_box_other_field .main_field_ul li:nth-of-type(3) {
    justify-self: center;
    grid-column: 1/3;
  }
}
.main_content #theme .content_box_field .other_field_ul,
.main_content #theme .content_box_other_field .other_field_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_field .other_field_ul,
  .main_content #theme .content_box_other_field .other_field_ul {
    row-gap: 30px;
  }
}
.main_content #theme .content_box_field .other_field_ul li,
.main_content #theme .content_box_other_field .other_field_ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 35px;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_field .other_field_ul li,
  .main_content #theme .content_box_other_field .other_field_ul li {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
}
.main_content #theme .content_box_field .other_field_ul li .head,
.main_content #theme .content_box_other_field .other_field_ul li .head {
  justify-self: center;
}
.main_content #theme .content_box_field .other_field_ul li .body,
.main_content #theme .content_box_other_field .other_field_ul li .body {
  align-self: center;
}
.main_content #theme .content_box_data .data_box > .title {
  padding: 16px 15px;
  width: 425px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box > .title {
    padding: 14.5px 12px;
    width: 360px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box > .title {
    margin-inline: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box > .title {
    padding: 13px 10px;
    width: 300px;
    max-width: 100%;
  }
}
.main_content #theme .content_box_data .data_box > .title::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background-color: var(--c-gray63);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_data .data_box > .title .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box > .title .text span {
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box > .title .text {
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box > .title .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box > .title .text {
    font-size: 14px;
  }
}
.main_content #theme .content_box_data .data_box .lead {
  padding-top: 25px;
}
.main_content #theme .content_box_data .data_box .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_data .data_box .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box .lead p {
    text-align: center;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box .chart_ul {
    margin-top: 40px;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title {
  margin-inline: auto;
  padding: 13px 10px;
  width: 220px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .title {
    width: 180px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .title {
    width: 140px;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul li .title::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title h4 span {
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box .chart_ul li .title h4 {
  text-align: center;
  position: relative;
}
.main_content #theme .content_box_data .data_box .chart_ul li .content {
  justify-self: center;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box .chart_ul li .content {
    margin-top: 30px;
  }
}
.main_content #theme .content_box_data .data_box .chart_ul li .content .chart img {
  max-width: 100%;
}
.main_content #theme .content_box_data .data_box .chart_ul li .content .chart svg {
  max-width: 100%;
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box .chart_ul li:nth-of-type(3) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box .chart_ul li:nth-of-type(3) {
    grid-column: auto;
  }
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: 52px;
  margin-inline: auto;
  width: 224px;
  height: 56px;
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon {
    margin-top: 0;
  }
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon img {
  grid-column: 1;
  grid-row: 1;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon .text {
  grid-column: 1;
  grid-row: 1;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0em;
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon .text span {
  font-weight: 600;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .balloon .text {
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
}
.main_content #theme .content_box_data .data_box.data_box_property .chart_ul li:nth-of-type(3) .content .chart {
  padding-top: 20px;
}
.main_content #theme .content_box_data .data_box.data_box_survey {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey {
    margin-top: 75px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey {
    margin-top: 50px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph {
    margin-top: 40px;
    margin-inline: auto;
    width: 84vw;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
    row-gap: 15px;
    margin-inline: auto;
    width: 840px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul {
    row-gap: 10px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li {
  display: grid;
  grid-template-columns: 240px 1fr;
  column-gap: 20px;
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title {
  align-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title span {
  font-weight: 500;
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title {
  text-align: right;
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .title {
    text-align: left;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content {
    column-gap: 12px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content {
    column-gap: 9px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .bar {
  align-self: center;
  height: 12px;
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .bar {
    height: 11px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .bar {
    height: 10px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value {
  align-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li .content .value {
    font-size: 14px;
    translate: 0 0.05em;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
  width: calc(631px * var(--ratio_1) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(1) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_1) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
  width: calc(631px * var(--ratio_2) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(2) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_2) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
  width: calc(631px * var(--ratio_3) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(3) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_3) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
  width: calc(631px * var(--ratio_4) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(4) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_4) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
  width: calc(631px * var(--ratio_5) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(5) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_5) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
  width: calc(631px * var(--ratio_6) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(6) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_6) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
  width: calc(631px * var(--ratio_7) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(7) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_7) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
  width: calc(631px * var(--ratio_8) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(8) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_8) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
  width: calc(631px * var(--ratio_9) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(9) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_9) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
  width: calc(631px * var(--ratio_10) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(10) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_10) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
  width: calc(631px * var(--ratio_11) / var(--ratio_1));
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((60vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((50vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .graph .graph_ul li:nth-of-type(11) .content .bar {
    width: calc((84vw - 9px - 48px) * var(--ratio_11) / var(--ratio_1));
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .lead.lead_2 {
  padding-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .lead.lead_2 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .lead.lead_2 {
    padding-top: 40px;
  }
}
.main_content #theme .content_box_data .data_box.data_box_survey .chart_ul li:nth-of-type(3) .content .chart {
  padding-top: 47px;
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_data .data_box.data_box_survey .chart_ul li:nth-of-type(3) .content .chart {
    padding-top: 0;
  }
}
.main_content #theme .content_box_promotion .content {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_promotion .content {
    margin-top: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_promotion .content {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_promotion .content {
    margin-top: 30px;
    width: 84vw;
  }
}
.main_content #theme .content_box_promotion .content::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #theme .content_box_promotion .content .promotion_ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 50px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    column-gap: 40px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 40px;
    margin-inline: auto;
    width: 500px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #theme .content_box_promotion .content .promotion_ul {
    padding: 30px 0;
    width: auto;
  }
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_monodukuri img {
  width: 150px;
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_automotive img {
  width: 150px;
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_xtech img {
  width: 250px;
}
.main_content #theme .content_box_promotion .content .promotion_ul li.li_keisokugijutsu img {
  width: 141px;
}
.main_content #theme .content_box_promotion .content.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}
.main_content #theme .content_box_promotion .content.fadeIn::before {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
@media screen and (max-width: 639px) {
  .main_content #outline {
    margin-top: 0;
  }
}
.main_content #outline .content_box_outline {
  margin-top: 0;
}
.main_content #outline .content_box_outline .outline_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  margin-inline: auto;
  width: 920px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul {
    width: 84vw;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul {
    row-gap: 25px;
  }
}
.main_content #outline .content_box_outline .outline_ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 35px;
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.main_content #outline .content_box_outline .outline_ul li .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  min-height: 48px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .title {
    width: 140px;
    min-height: 44px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li .title {
    justify-self: center;
    height: 40px;
    min-height: unset;
  }
}
.main_content #outline .content_box_outline .outline_ul li .title::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #outline .content_box_outline .outline_ul li .title h5 {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.main_content #outline .content_box_outline .outline_ul li .title h5 span {
  font-weight: 600;
}
.main_content #outline .content_box_outline .outline_ul li .title h5 {
  color: var(--c-ktRed);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .title h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #outline .content_box_outline .outline_ul li .title h5 {
    font-size: 14px;
  }
}
.main_content #outline .content_box_outline .outline_ul li .content {
  padding: calc((48px - 1em) / 2);
  font-size: 16px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .content {
    padding: calc((44px - 1em) / 2);
    font-size: 14px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li .content {
    padding: 0;
  }
}
.main_content #outline .content_box_outline .outline_ul li .content p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.main_content #outline .content_box_outline .outline_ul li .content p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li .content p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .main_content #outline .content_box_outline .outline_ul li .content p {
    font-size: 12px;
  }
}
.main_content #outline .content_box_outline .outline_ul li .content p a {
  transition: color 0.3s;
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li .content p a:hover {
    color: var(--c-ktRed);
  }
}
.main_content #outline .content_box_outline .outline_ul li.place .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content {
    flex-direction: column;
    justify-content: normal;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn {
    margin-top: 15px;
  }
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a {
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid var(--c-ktRed);
  background-color: var(--c-white);
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .text {
  transition: color 0.3s;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .text span {
  font-weight: 500;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .text {
  color: var(--c-ktRed);
  translate: 0 -1px;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .arrow {
  transition: translate 0.5s var(--easeOutQuart);
  margin-left: 15px;
  line-height: 0;
}
.main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1px;
  stroke: var(--c-ktRed);
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover {
    background-color: var(--c-ktRed);
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover .text {
    color: var(--c-white);
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover .arrow {
    translate: 5px;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.place .content .map .btn a:hover .arrow svg {
    stroke: var(--c-white);
  }
}
.main_content #outline .content_box_outline .outline_ul li.organize .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content {
    flex-direction: column;
  }
}
.main_content #outline .content_box_outline .outline_ul li.organize .content .logo {
  margin-left: 25px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo {
    margin-left: 0;
    margin-top: 15px;
  }
}
.main_content #outline .content_box_outline .outline_ul li.organize .content .logo a {
  transition: opacity 0.3s;
}
.main_content #outline .content_box_outline .outline_ul li.organize .content .logo a img {
  width: 157px;
}
@media screen and (max-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo a img {
    width: 146px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo a img {
    width: 136px;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #outline .content_box_outline .outline_ul li.organize .content .logo a:hover {
    opacity: 0.7;
  }
}
.main_content #outline .content_box_outline .outline_ul li.url .title h5 {
  letter-spacing: 0.35em;
}
.main_content #previous .content_box_previous {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous {
    margin-top: 30px;
  }
}
.main_content #previous .content_box_previous .previous_ul {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 60px;
  row-gap: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul {
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-inline: auto;
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul {
    row-gap: 30px;
  }
}
.main_content #previous .content_box_previous .previous_ul li {
  justify-self: start;
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li {
    justify-self: center;
  }
}
.main_content #previous .content_box_previous .previous_ul li .title {
  padding-top: 10px;
}
.main_content #previous .content_box_previous .previous_ul li .title .text {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 400;
}
.main_content #previous .content_box_previous .previous_ul li .title .text span {
  font-weight: 400;
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li .title .text {
    text-align: center;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.report,
  .main_content #previous .content_box_previous .previous_ul li.web_site {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.main_content #previous .content_box_previous .previous_ul li.report a,
.main_content #previous .content_box_previous .previous_ul li.web_site a {
  justify-self: center;
}
.main_content #previous .content_box_previous .previous_ul li.report a .photo,
.main_content #previous .content_box_previous .previous_ul li.web_site a .photo {
  width: 100%;
  overflow: hidden;
}
.main_content #previous .content_box_previous .previous_ul li.report a .photo img,
.main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
  transition: scale 0.3s var(--easeOutQuart);
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.report a:hover .photo img,
  .main_content #previous .content_box_previous .previous_ul li.web_site a:hover .photo img {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.report a:hover .title .text,
  .main_content #previous .content_box_previous .previous_ul li.web_site a:hover .title .text {
    color: var(--c-ktRed);
  }
}
.main_content #previous .content_box_previous .previous_ul li.report a .photo img {
  height: 300px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.report a .photo img {
    height: 280px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.report a .photo img {
    height: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.report a .photo img {
    height: 68vw;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
  width: 533.3333333333px;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
    height: 280px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
    width: 76vw;
    height: 42.75vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie {
    width: 84vw;
    height: 47.25vw;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .item {
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb::before {
  transition: scale 0.3s var(--easeOutQuart);
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/top/previous_movie_thumb.jpg");
  background-size: cover;
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.9;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.8;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.7;
  }
}
@media screen and (max-width: 439px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play {
    scale: 0.6;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play::before {
  content: "";
  display: inline-block;
  background-color: var(--c-gray63);
  border-radius: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb .play::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 26px;
  height: 32px;
  background-image: url("../../_assets/img/top/previous_movie_play.svg");
  background-size: cover;
  position: relative;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie .thumb::after {
  content: "";
  display: inline-block;
  border: 1px solid var(--c-grayF2);
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie.start .thumb {
  display: none;
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie:hover .thumb::before {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie:hover .thumb .play {
    opacity: 0.7;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayB8);
  position: absolute;
  inset: -1px;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb::before {
  transition: scale 0.3s var(--easeOutQuart);
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/top/previous_movie_thumb.jpg");
  background-size: cover;
  position: absolute;
  inset: 0;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb .play {
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb .play::before {
  content: "";
  display: inline-block;
  background-color: var(--c-gray63);
  border-radius: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb .play::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 26px;
  height: 32px;
  background-image: url("../../_assets/img/top/previous_movie_play.svg");
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb:hover::before {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb:hover .play {
    opacity: 0.7;
  }
}
.main_content #previous .content_box_previous .previous_ul li.digest_movie .movie_test .thumb.hide {
  display: none;
}
.main_content #previous .content_box_previous .previous_ul li.web_site {
  grid-column: 1/3;
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site {
    grid-column: auto;
  }
}
.main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
  height: 300px;
}
@media screen and (max-width: 1239px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
    height: 280px;
  }
}
@media screen and (max-width: 839px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
    width: 76vw;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  .main_content #previous .content_box_previous .previous_ul li.web_site a .photo img {
    width: 84vw;
  }
}
.main_content #previous .content_box_previous .previous_ul li.web_site a.gray {
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  .main_content #guide .btn_apply {
    margin-top: 40px;
  }
}
.main_content #guide .content_box_schedule {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule {
    margin-top: 40px;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 18px;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul {
    grid-template-columns: 1fr;
    row-gap: 50px;
    margin-inline: auto;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul {
    width: 84vw;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title {
  padding: 20px 10px 35px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .title {
    padding: 17px 10px 28px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .title {
    padding: 14px 10px 20px;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title::before {
  content: "";
  display: inline-block;
  border-radius: 8px 8px 0 0;
  background-color: var(--c-grayB8);
  position: absolute;
  inset: 0;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title h4 span {
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .title h4 {
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0 35px;
  height: 100%;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box::before {
  content: "";
  display: inline-block;
  border-radius: 0 0 8px 8px;
  background-color: var(--c-grayF2);
  position: absolute;
  inset: 0;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box p span {
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box p {
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .sub {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 0.3em;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .sub span {
  font-weight: 700;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .sub {
  text-align: center;
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .logo {
  position: relative;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 25px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 600;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date span {
  font-weight: 600;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date br {
    display: none;
  }
}
@media screen and (max-width: 439px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content .box .date br {
    display: block;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li .content.content_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li .content.content_2 .box .arrow {
    display: none;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li > .arrow {
  display: none;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li > .arrow {
    display: block;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(1) {
  grid-column: 1;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) {
  grid-column: 2/4;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) {
    grid-column: auto;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) .content .box:nth-of-type(2)::before {
  border: 1px solid var(--c-ktRed);
  background-color: transparent;
  top: -1px;
  z-index: -1;
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) .content .box:nth-of-type(2) p {
  color: var(--c-ktRed);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(2) .content .box:nth-of-type(2) .date {
  color: var(--c-ktRed);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(3) {
  grid-column: 4/6;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(3) {
    grid-column: auto;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) {
  grid-column: 6;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) {
    grid-column: auto;
  }
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .title::before {
  background: linear-gradient(90deg, var(--c-kt26-purple) 0%, var(--c-kt26-red) 50%, var(--c-kt26-yellow) 100%);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .title h4 {
  color: var(--c-white);
}
.main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .content .box .date {
  padding-top: 15px;
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .content .box .date {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .schedule_ul li:nth-of-type(4) .content .box .date {
    padding-top: 20px;
  }
}
.main_content #guide .content_box_schedule .box_content .comment {
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 50px;
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 1239px) {
  .main_content #guide .content_box_schedule .box_content .comment {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1039px) {
  .main_content #guide .content_box_schedule .box_content .comment {
    margin-inline: auto;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .comment {
    padding-top: 30px;
    width: 84vw;
    line-height: 1.5em;
  }
}
.main_content #guide .content_box_schedule .box_content .comment p {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.2em;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #guide .content_box_schedule .box_content .comment p span {
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .main_content #guide .content_box_schedule .box_content .comment p {
    line-height: 1.5em;
  }
}
.main_content #sangaku .lead {
  margin-left: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #sangaku .lead {
    margin: 0 4vw;
  }
}
.main_content #sangaku .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0em;
  font-weight: 500;
}
.main_content #sangaku .lead p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .main_content #sangaku .lead p {
    font-size: 13px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 639px) {
  .main_content #sangaku .lead p {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.main_content #sangaku .sangaku_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 45px;
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  .main_content #sangaku .sangaku_ul {
    row-gap: 40px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #sangaku .sangaku_ul {
    row-gap: 35px;
    margin-top: 40px;
  }
}
.main_content #sangaku .sangaku_ul li {
  justify-self: center;
  width: 640px;
}
@media screen and (max-width: 1239px) {
  .main_content #sangaku .sangaku_ul li {
    width: 570px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #sangaku .sangaku_ul li {
    width: 320px;
  }
}
.main_content #sangaku .sangaku_ul li .item .title .content .text span.b {
  font-weight: 700;
}
.main_content #sangaku .sangaku_ul li .item .title .content .text span.b span {
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .main_content #sangaku .sangaku_ul li .item .title .content .text span.b_pc {
    display: none;
  }
}
.main_content #sangaku .sangaku_ul li .item .title .content .text span.b_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  .main_content #sangaku .sangaku_ul li .item .title .content .text span.b_mb {
    display: inline;
  }
}
.main_content #download .download_ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 45px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .main_content #download .download_ul {
    row-gap: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul {
    row-gap: 35px;
    margin-top: 40px;
  }
}
.main_content #download .download_ul li {
  justify-self: center;
  width: 640px;
}
@media screen and (max-width: 1239px) {
  .main_content #download .download_ul li {
    width: 570px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li {
    width: 320px;
  }
}
.main_content #download .download_ul li .item .title .content .text span.b {
  font-weight: 700;
}
.main_content #download .download_ul li .item .title .content .text span.b span {
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .item .title .content .text span.b_pc {
    display: none;
  }
}
.main_content #download .download_ul li .item .title .content .text span.b_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  .main_content #download .download_ul li .item .title .content .text span.b_mb {
    display: inline;
  }
}
.main_content #download .btn_apply {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .main_content #download .btn_apply {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  .main_content #download .btn_apply {
    margin-top: 40px;
  }
}
.main_content .dummy_box {
  margin-top: 60px;
  height: 300px;
  background-color: var(--c-dummy);
}
.main_content .dummy_box_L {
  margin-top: 60px;
  height: 980px;
  background-color: var(--c-dummy);
}

.site_comingsoon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
.site_comingsoon .main {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.site_comingsoon .main span {
  font-weight: 500;
}
.site_comingsoon .sub {
  transition-delay: 0.25s;
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.05em;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.site_comingsoon .sub span {
  font-weight: 500;
}