@font-face {
  font-family: "AveriaSerifLibre-Bold";
  src: url(../fonts/AveriaSerifLibre-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "AveriaSerifLibre-Italic";
  src: url(../fonts/AveriaSerifLibre-Italic.ttf) format("truetype");
}
@media print, (min-width: 896px) {
  .sp {
    display: none !important;
  }

  .wrapper {
    margin-top: 8rem;
  }

  .heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.05em;
  }
  .heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #64AFC3;
    font-size: 22px;
    line-height: 1.1em;
    letter-spacing: 0;
    font-family: "AveriaSerifLibre-Bold";
    border-bottom: solid 2px #64AFC3;
  }

  .section {
    position: relative;
    padding: 50px 70px;
    background-color: #E6F2F4;
  }
  .section__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
  }
  .section.features{
    padding:10px 0 40px; /* 子要素にpaddingがあるため、コンテナの余白を調整 */
  }

  .anchor-link {
    position: relative;
    margin: 60px auto 0 auto;
    display: block;
    height: 56px;
    width: 370px;
    line-height: 56px;
    background-color: #C10000;
    border-radius: 28px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #FFF800;
  }
  .anchor-link::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .anchor-link::after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 13px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/fc/icon-arrow3.png);
  }
  .anchor-link:hover::before {
    opacity: 40%;
  }

  .anchor-target {
    position: absolute;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
  }

  .link {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 54px;
    border-radius: 28px;
    border: solid 1px #64AFC3;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .link::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 17px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/fc/icon-arrow4.png);
  }
  .link:hover {
    border: solid 1px #7D5A46;
    color: #fff;
    background-color: #7D5A46;
  }
  .link:hover::after {
    background-image: url(../images/fc/icon-arrow6.png);
  }

  /* .hero {
    padding-top: 25px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/fc/hero_bg.png);
  }
  .hero__container {
    margin-left: auto;
    margin-right: 0;
    width: 91.6%;
  }
  .hero__heading {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  .hero__heading > span {
    display: inline-block;
    padding: 0 30px;
    margin-right: 10px;
    border-radius: 22px;
    height: 44px;
    font-size: 21px;
    line-height: 46px;
    color: #c60000;
    background-color: #fff;
  }
  .hero__paragraph {
    position: relative;
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    aspect-ratio: 1101/381;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/fc/hero_bg2.png);
  }
  .hero__paragraph > span {
    position: absolute;
    top: 47%;
    left: 50px;
    transform: translateY(-50%);
  } */

  .hero-new__head{
    background-color: #64AFC3;
    padding: 10px;
  }
  .hero-new__heading{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: 985px;
    margin-inline: auto;
  }
  .hero-new__heading span{
    display: inline-block;
    color: #BF0000;
    background-color: #fff;
    font-size: 21px;
    border-radius: 50px;
    padding: 12px 32px;
    letter-spacing: -0.01em;
  }
  .hero-new__paragraph{
    background-color: #94243A;
  }
  .hero-new__paragraph img{
    display: block;
    max-width: 730px;
    margin-inline: auto;
  }
  .about {
    margin-top: -80px;
    padding: 0 70px;
  }
  .about__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
  }
  .about__heading {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 80px;
    font-size: 20px;
    line-height: 1.1em;
    font-family: "AveriaSerifLibre-Bold";
    text-align: center;
    color: #fff;
  }
  .about__heading > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-bottom: solid 2px #fff;
  }
  .about__paragraph {
    padding: 35px 0 45px 0;
    font-size: 16px;
    line-height: 2.2em;
    text-align: center;
  }

  .features__list {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }
  .features__list li {
    flex-basis: 33.333%;
    padding: 9px 40px;
    display: flex;
    flex-direction: column;
  }
  .features__list li h4{
    order: 1;
    text-align: center;
  }
  .features__list li .features__img,
  .features__list li .features__paragraph,
  .features__list li .features__link{
    order: 2;
  }
  .features__list li:nth-of-type(3n-1),
  .features__list li:nth-of-type(3n){
    border-left: 1px solid #808080;
  }
  .features__img {
    display: block;
    width: 100%;
    margin-top: 17px;
  }
  .features__img1,
  .features__img2,
  .features__img3{
    display: inline-block;
    height: 38px;
    width:auto;
  }
  .features__paragraph {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .features__link {
    position: relative;
    margin-top: auto;/* 下に合わせる */
    display: grid;
    place-content: center;
    height: 56px;
    line-height: 1.5;
    padding: 8px 40px;
    letter-spacing: -0.05em;
    border-radius: 28px;
    border: solid 1px #000;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .features__link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block:auto;
    right: 32px;
    display: block;
    content: "";
    height: 13px;
    width: 13px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    rotate: 45deg;
    transform: skew(-10deg, -10deg);
  }
  .features__link--green {
    border-color: #004D25;
  }
  .features__link--green::after {
    border-color: #004D25;
  }
  .features__link--green:hover {
    color: #fff;
    background-color: #004D25;
  }
  .features__link--green:hover::after {
    border-color: #fff;
  }
  .features__link--yellow {
    border-color: #F8B500;
  }
  .features__link--yellow::after {
    border-color: #F8B500;
  }
  .features__link--yellow:hover {
    color: #fff;
    background-color: #F8B500;
  }
  .features__link--yellow:hover::after {
    border-color: #fff;
  }
  .features__link--red {
    border-color: #94243A;
  }
  .features__link--red::after {
    border-color: #94243A;
  }
  .features__link--red:hover {
    color: #fff;
    background-color: #94243A;
  }
  .features__link--red:hover::after {
    border-color: #fff;
  }

  .reason {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
  }
  .reason__list > li {
    padding-bottom: 40px;
    margin-top: 40px;
    display: flex;
    border-bottom: solid 1px #808080;
  }
  .reason__list > li > *:first-child {
    flex-basis: 36.5%;
    padding-right: 40px;
  }
  .reason__list > li > *:last-child {
    flex-basis: 63.5%;
  }
  .reason__list-item--right {
    flex-direction: row-reverse;
  }
  .reason__list-item--right > *:first-child {
    padding-right: 0 !important;
    padding-left: 40px;
  }
  .reason__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .reason__list2 > dt {
    font-size: 27px;
    line-height: 1.5em;
    font-weight: bold;
    color: #7D5A46;
  }
  .reason__list2 > dt > span {
    display: inline-block;
    margin-right: 30px;
    font-size: 61px;
    letter-spacing: -0.05em;
    font-family: "AveriaSerifLibre-Italic";
    font-weight: normal;
  }
  .reason__list2 > dd {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .performance {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .performance__container {
    position: relative;
    margin-top: 30px;
    padding: 60px 70px;
    border-radius: 10px;
    background-color: #fff;
  }
  .performance__container::before {
    z-index: 1;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 138px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 138px 104px;
    background-image: url(../images/fc/performance_bg.png);
  }
  .performance__container2 {
    margin-top: 30px;
    padding: 50px 70px;
    border-radius: 10px;
    background-color: #fff;
  }
  .performance__paragraph {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .performance__paragraph > span {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    color: #c60000;
    font-size: 70px;
    border-bottom: solid 3px #c60000;
  }
  .performance__paragraph > span > span:nth-child(1) {
    font-size: 125px;
  }
  .performance__paragraph > span > span:nth-child(2) {
    position: absolute;
    right: -10px;
    bottom: -50px;
    font-size: 30px;
    color: #000;
  }
  .performance__img-box{
    position: relative;
  }
  .performance__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img3 {
    display: block;
    width: 212px;
    height: auto;
  }
  .performance__img4 {
    display: block;
    width: 301px;
    height: auto;
  }
  .performance__img5 {
    transform: translate(-7px, -5px);
    display: block;
    width: 209px;
    height: auto;
  }
  .performance__img6 {
    display: block;
    width: 262px;
    height: auto;
  }
  .performance__img7 {
    transform: translate(5px, -10px);
    display: block;
    width: 214px;
    height: auto;
  }
  .performance__img8 {
    transform: translate(-5px, -10px);
    display: block;
    width: 215px;
    height: auto;
  }
  .performance__img9 {
    transform: translate(2px, 5px);
    display: block;
    width: 252px;
    height: auto;
  }
  .performance__img10{
    translate: -3px 0;
    width: 257px;
    height: auto;
  }
  .performance__list {
    margin-top: 28px;
  }
  .performance__list > dt {
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .performance__list > dt::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .performance__list > dt > span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
  }
  .performance__list > dd {
    margin-top: 20px;
  }
  .performance__list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 23px 74px;
    padding: 0 10%;
    margin-top: 31px;
  }
  .performance__heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.05em;
  }
  .performance__heading > span {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 40px;
    color: #c60000;
    font-weight: bold;
    font-size: 24px;
  }
  .performance__heading > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
    display: block;
    content: "";
    width: 2px;
    height: 35px;
    background-color: #c60000;
  }
  .performance__heading > span::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
    display: block;
    content: "";
    width: 2px;
    height: 35px;
    background-color: #c60000;
  }
  .performance__box {
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  .performance__box > *:first-child {
    padding-left: 35px;
    flex-basis: 59%;
  }
  .performance__box > *:last-child {
    flex-basis: 41%;
  }
  .performance__img2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__paragraph2 {
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
  }
  .performance__section {
    margin-top: 30px;
    padding-top: 50px;
    border-top: solid 1px #000;
  }
  .performance__list3 > li {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
  }
  .performance__box2 {
    position: relative;
    margin-top: 35px;
    padding-top: 37px;
  }
  .performance__brand{
    position: absolute;
    top: 0;
    left: 0;
    width: 307px;
    background-color: #fff;
    display: grid;
    gap: 14px;
  }
  .performance__brand-logo {
    padding-block: 15px;
    text-align: center;
  }
  .performance__brand-logo img{
    display: inline-block;
  }
  .performance__text {
    padding: 15px 0;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background-color: #D0DDD6;
    border-top: 1px solid #000;
    border-bottom: solid 1px #000;
  }
  .performance__text span {
    font-size: 60px;
  }
  .performance__text--red {
    color: #94243A;
    border-color: #94243A;
    background-color: #F4E9EB;
  }
  .performance__text--green {
    color: #004D25;
    border-color: #004D25;
    background-color: #D0DDD6;
  }
  .performance__text--yellow {
    color: #361A18;
    border-color: #F8B500;
    background-color: #F8E9C1;
  }
  .performance__text2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
  }
  .performance__text2 > span {
    font-size: 40px;
  }
  .performance__text2--hokkaido {
    top: 14.8%;
    left: 56%;
    color: #79559C;
  }
  .performance__text2--hokuriku {
    top: 44.2%;
    left: 42.5%;
    color: #15907A;
  }
  .performance__text2--tohoku {
    top: 45.5%;
    left: 76.5%;
    color: #225C99;
  }
  .performance__text2--kanto {
    top: 65%;
    left: 72%;
    color: #4A9FC3;
  }
  .performance__text2--chugoku {
    top: 59%;
    left: 20%;
    color: #D65D8B;
  }
  .performance__text2--kansai {
    top: 78.5%;
    left: 47%;
    color: #A1AB42;
  }
  .performance__text2--shikoku {
    top: 82.5%;
    left: 31.5%;
    color: #E98C27;
  }
  .performance__text2--kyusyu {
    top: 78%;
    left: 8.5%;
    color: #D13F4A;
  }
  .performance__text3 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
  }

  .interview {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #fff;
  }
  .interview__list {
    margin-top: 60px;
  }
  .interview__list > li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #808080;
  }
  .interview__list > li:first-child {
    padding-top: 0;
    border-top: none;
  }
  .interview__box {
    display: flex;
    align-items: end;
  }
  .interview__box--right {
    flex-direction: row-reverse;
  }
  .interview__box--right > *:first-child {
    padding-left: 50px;
    padding-right: 0 !important;
  }
  .interview__box > *:first-child {
    width: 50%;
    padding-right: 50px;
  }
  .interview__box > *:last-child {
    width: 50%;
  }
  .interview__img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 6px #7D5A46;
  }
  .interview__heading {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: bold;
    color: #7D5A46;
  }
  .interview__paragraph {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
  }
  .interview__list2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .interview__list2 > li {
    margin-top: 15px;
    flex-basis: 50%;
  }
  .interview__list2 > li:nth-child(2n) {
    padding-left: 10px;
  }
  .interview__list2 > li:nth-child(2n-1) {
    padding-right: 10px;
  }

  .process {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .process__container {
    position: relative;
    margin-top: 30px;
    padding: 30px 70px 70px 70px;
    border-radius: 10px;
    background-color: #fff;
  }
  .process__list {
    margin-top: 30px;
  }
  .process__list > dt {
    position: relative;
    border-radius: 10px;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    color: #fff;
    background-color: #64AFC3;
  }
  .process__list > dt::before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .process__list > dt::after {
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.2s 0s ease;
  }
  .process__list > dt > span {
    margin-right: 10px;
    font-family: "AveriaSerifLibre-Bold";
    font-size: 24px;
  }
  .process__list > dt.open::after {
    height: 0;
    opacity: 0;
  }
  .process__list > dd {
    height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.8em;
    transition: all 0.3s 0s ease;
  }
  .process__list > dd > * {
    padding-top: 10px;
  }

  .conditions {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #fff;
  }
  .conditions__list {
    margin-top: 30px;
  }
  .conditions__list > dt {
    position: relative;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    background-color: #000;
    color: #fff;
  }
  .conditions__list > dt.Accordion_button__red{
    background-color: #94243A;
  }
  .conditions__list > dt.Accordion_button__green{
    background-color: #004D25;
  }
  .conditions__list > dt.Accordion_button__yellow{
    background-color: #F8B500;
  }
  .conditions__list > dt::before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #FFF;
  }
  .conditions__list > dt::after {
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #FFF;
    transition: all 0.3s 0s ease;
  }
  /* open */
  .conditions__list > dt > span {
    margin-right: 10px;
  }
  .conditions__list > dt.open::after {
    height: 0;
    opacity: 0;
  }
  .conditions__list > dd {
    height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5em;
    transition: all 0.3s 0s ease;
  }
  .conditions__list2 {
    border-bottom: solid 1px #000;
    padding: 30px 40px;
  }
  .conditions__list2 > dt {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .conditions__list2 > dt::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #000;
  }
  .conditions__list3 > li {
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
  }
  .conditions__list3 > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
  }
  .conditions__list4 > dt {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    color: #64AFC3;
  }
  .conditions__list4 > dd {
    font-size: 16px;
    line-height: 1.5em;
  }

  .thanks {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .thanks__container {
    margin-top: 30px;
    border-radius: 10px;
    border: solid 2px #fff;
    background-color: #fff;
  }
  .thanks__inner {
    padding: 50px 40px 40px 40px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/fc/thanks_bg.png);
  }
  .thanks__heading {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__heading > span {
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #7D5A46;
  }
  .thanks__paragraph {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__rule {
    margin-top: 30px;
    width: 50px;
    border-top: 1px #000 solid;
  }
  .thanks__paragraph2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.1em;
    text-align: center;
  }
  .thanks__heading2 {
    padding: 10px 5px;
    font-size: 33px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #FFF100;
    background-color: #C10000;
  }
  .thanks__paragraph3 {
    padding: 15px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    background-color: #7D5A46;
  }
  .thanks__box {
    padding: 20px 60px 40px 70px;
  }
  .thanks__list > dt {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    color: #64AFC3;
  }
  .thanks__list > dd {
    font-size: 16px;
    line-height: 1.5em;
  }
  .thanks__list2 > li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
  }
  .thanks__list2 > li::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
  }
  .thanks__list3 {
    display: flex;
    align-items: flex-start;
  }
  .thanks__list3 > dt {
    position: relative;
    padding-left: 20px;
    flex-basis: 118px;
  }
  .thanks__list3 > dt::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
  }
  .thanks__list3 > dt::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: ":";
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
  }
  .thanks__list4 {
    margin-top: 10px;
  }
  .thanks__list4 > li {
    position: relative;
    margin-top: 5px;
    display: block;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .thanks__list4 > li::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
  }
  .thanks__list4 > li > span {
    position: relative;
    display: inline-block;
  }
  .thanks__list4 > li > span::before {
    position: absolute;
    bottom: 0;
    left: -25px;
    display: block;
    content: "";
    width: calc(100% + 25px);
    height: 2px;
    background-color: #000;
  }
  .thanks__list5{
    display: grid;
    gap: 6px;
    font-size: 17px;
    margin-top: 4px;
  }
  .thanks__list5 > li {
    position: relative;
    display: block;
    padding-left: 25px;
    line-height: 1.5;
  }
  .thanks__list5 > li::before {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
  }
  .thanks__container2 {
    display: flex;
    justify-content: space-between;
  }
  .thanks__container2 > * {
    flex-basis: calc(50% - 10px);
    margin-top: 20px;
    padding: 40px;
    border-radius: 10px;
    border: solid 2px #fff;
    background-color: #fff;
  }
  .thanks__paragraph4 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__paragraph5 {
    margin-top: 30px;
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__paragraph5 > span {
    display: block;
    font-size: 17px;
    font-weight: normal;
  }
  .thanks__link {
    position: relative;
    margin: 20px auto 0 auto;
    display: block;
    height: 56px;
    width: 370px;
    line-height: 56px;
    background-color: #C10000;
    border-radius: 28px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #FFF800;
  }
  .thanks__link::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .thanks__link::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 17px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/fc/icon-arrow5.png);
  }
  .thanks__link:hover::before {
    opacity: 40%;
  }

  .modal {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
  }
  .modal.open {
    display: block !important;
  }
  .modal.opened .modal__container {
    opacity: 1;
    transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal__button {
    position: absolute;
    right: -50px;
    top: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #666;
  }
  .modal__button:before {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%) rotate(-60deg);
    display: block;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #F8B500;
  }
  .modal__button:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%) rotate(60deg);
    display: block;
    content: "";
    width: 1px;
    height: 25px;
    background-color: #F8B500;
  }
  .modal__button2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal__container {
    opacity: 0;
  }
  .modal__container2 {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100vw;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .modal__container2.open {
    display: block !important;
  }

  .modal-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    max-width: 1200px;
    aspect-ratio: 1200/675;
  }
  .modal-movie__iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 896px) and (max-width: 1200px) {
  .performance__container{
    padding-inline: 40px;
  }
  .performance__box2{
    padding-top: 14svw;
  }
  .performance__brand {
    width: 27.5vw;
  }
  .performance__brand-logo {
    padding-block: 1.25vw;
  }
  .performance__text{
    padding: 1.25vw 0;
    font-size: 3vw;
  }
  .performance__text span {
    font-size: 5vw;
  }
  .performance__text2 {
    font-size: 2.0833333333vw;
  }
  .performance__text2 > span {
    font-size: 3.3333333333vw;
  }
  .performance__text2--hokkaido {
    top: 25%;
    left: 55.5%;
  }
  .performance__text2--hokuriku {
    top: 53%;
    left: 41%;
  }
  .performance__text2--tohoku {
    top: 51%;
    left: 76%;
  }
  .performance__text2--kanto {
    top: 68.5%;
    left: 71.5%;
  }
  .performance__text2--chugoku {
    top: 649%;
    left: 18.5%;
  }
  .performance__text2--kansai {
    top: 81%;
    left: 48%;
  }
  .performance__text2--shikoku {
    top: 84%;
    left: 33%;
  }
  .performance__text2--kyusyu {
    top: 75%;
    left: 5%;
  }
}
@media only screen and (max-width: 895.98px) {
  .pc {
    display: none !important;
  }

  .wrapper {
    margin-top: 15.8666666667vw;
  }

  .heading {
    margin-left: -8.6666666667vw;
    margin-right: -8.6666666667vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5em;
  }
  .heading > span {
    display: inline-block;
    margin-bottom: 2vw;
    color: #64AFC3;
    font-size: 2.9333333333vw;
    line-height: 1.1em;
    letter-spacing: 0;
    font-family: "AveriaSerifLibre-Bold";
    border-bottom: solid 0.2666666667vw #64AFC3;
  }
  .heading--interview > span {
    letter-spacing: -0.01em;
  }

  .section {
    position: relative;
    padding: 2.6666666667vw 8.6666666667vw 8.6666666667vw 8.6666666667vw;
    background-color: #E6F2F4;
  }
  .section__inner {
    margin: 0 auto;
    width: 100%;
  }

  .anchor-link {
    position: relative;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    display: block;
    height: 13.3333333333vw;
    width: 100%;
    line-height: 13.3333333333vw;
    background-color: #C10000;
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    text-align: center;
    color: #FFF800;
  }
  .anchor-link::after {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 2.2666666667vw;
    width: 3.4666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/fc/icon-arrow3.png);
  }

  .anchor-target {
    position: absolute;
    top: -15.8666666667vw;
    left: 0;
    width: 0;
    height: 0;
  }

  .link {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 13.3333333333vw;
    line-height: 12.8vw;
    border-radius: 6.6666666667vw;
    border: solid 0.2666666667vw #64AFC3;
    text-align: center;
    font-weight: bold;
    font-size: 3.7333333333vw;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .link::after {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 3.4666666667vw;
    width: 2.2666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/fc/icon-arrow4.png);
  }

  .hero-new__head{
    background-color: #64AFC3;
    padding: 3vw 5vw 2vw;
  }
  .hero-new__heading{
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-inline: auto;
  }
  .hero-new__heading span{
    display: inline-block;
    white-space: nowrap;
    color: #BF0000;
    background-color: #fff;
    font-size: .85em;
    border-radius: 50px;
    padding: 1.8vw 4vw;
    letter-spacing: -0.01em;
  }
  .hero-new__paragraph{
    background-color: #94243A;
  }
  .hero-new__paragraph img{
    display: block;
    width: 85%;
    margin-inline: auto;
  }
  
  .section.features{
    padding: 8.6vw;
  }
  .about {
    margin-top: -9.3333333333vw;
    padding: 0 8.6666666667vw;
  }
  .about__container {
    margin: 0 auto;
    width: 100%;
  }
  .about__heading {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 9.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.1em;
    font-family: "AveriaSerifLibre-Bold";
    text-align: center;
    color: #fff;
  }
  .about__heading > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-bottom: solid 0.2666666667vw #fff;
  }
  .about__paragraph {
    padding: 4vw 0 6vw 0;
    font-size: 3.7333333333vw;
    line-height: 1.75em;
    text-align: left;
  }

  .features__list {
    display: grid;
    gap: 7.3333333333vw;
  }
  .features__img {
    display: block;
    width: 100%;
    aspect-ratio: 100 / 57.5;
    object-fit: cover;
  }
  .features__img1 {
    width: 74%;
    margin-top: 4.3333333333vw;
    display: block;
  }
  .features__img2 {
    width: 60%;
    margin-top: 5.3333333333vw;
    display: block;
  }
  .features__img3 {
    width: 80%;
    margin-top: 5.3333333333vw;
    display: block;
  }
  .features__paragraph {
    margin-top: 3vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .features__link {
    position: relative;
    margin-top: 2.6666666667vw;
    display: grid;
    place-items: center;
    height: 13.3333333333vw;
    letter-spacing: -0.1em;
    border-radius: 6.6666666667vw;
    border: solid 0.2666666667vw #000;
    text-align: center;
    font-weight: bold;
    font-size: 3.7333333333vw;
    background-color: #fff;
    transition: all 0.2s 0s ease;
    padding: 2vw 9vw;
  }
  .features__link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block:auto;
    right: 5vw;
    display: block;
    content: "";
    height: 11px;
    width: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    rotate: 45deg;
    transform: skew(-10deg, -10deg);
  }
  .features__link--green {
    border-color: #004D25;
  }
  .features__link--green::after {
    border-color: #004D25;
  }
  .features__link--green:hover {
    color: #fff;
    background-color: #004D25;
  }
  .features__link--green:hover::after {
    border-color: #fff;
  }
  .features__link--yellow {
    border-color: #F8B500;
  }
  .features__link--yellow::after {
    border-color: #F8B500;
  }
  .features__link--yellow:hover {
    color: #fff;
    background-color: #F8B500;
  }
  .features__link--yellow:hover::after {
    border-color: #fff;
  }
  .features__link--red {
    border-color: #94243A;
  }
  .features__link--red::after {
    border-color: #94243A;
  }
  .features__link--red:hover {
    color: #fff;
    background-color: #94243A;
  }
  .features__link--red:hover::after {
    border-color: #fff;
  }

  .reason {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    background-color: #fff;
  }
  .reason__list {
    margin-top: 2.6666666667vw;
  }
  .reason__list > li {
    margin-top: 5.3333333333vw;
  }
  .reason__list > li:first-child {
    margin-top: 0;
  }
  .reason__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .reason__list2 {
    margin-top: 5.3333333333vw;
  }
  .reason__list2 > dt {
    position: relative;
    padding-left: 13.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.4em;
    font-weight: bold;
    color: #7D5A46;
  }
  .reason__list2 > dt > span {
    position: absolute;
    top: 0;
    left: -2.6666666667vw;
    display: block;
    width: 13.3333333333vw;
    line-height: 13.3333333333vw;
    font-size: 13.3333333333vw;
    text-align: center;
    font-family: "AveriaSerifLibre-Italic";
    font-weight: normal;
  }
  .reason__list2 > dd {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
  }

  .performance {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
  .performance__container {
    position: relative;
    margin-top: 2.6666666667vw;
    padding: 6.6666666667vw 4.5vw;
    border-radius: 1.3333333333vw;
    background-color: #fff;
  }
  .performance__container::before {
    z-index: 1;
    position: absolute;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 18.4vw;
    height: 8vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 18.4vw 13.8666666667vw;
    background-image: url(../images/fc/performance_bg.png);
  }
  .performance__container2 {
    margin-top: 3.3333333333vw;
    padding: 8vw 4vw 5.3333333333vw 4vw;
    border-radius: 1.3333333333vw;
    background-color: #fff;
  }
  .performance__paragraph {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }
  .performance__paragraph > span {
    position: relative;
    margin-top: 2.6666666667vw;
    display: inline-block;
    color: #c60000;
    font-size: 8.2666666667vw;
    line-height: 1.6em;
    border-bottom: solid 0.5333333333vw #c60000;
  }
  .performance__paragraph > span > span:nth-child(1) {
    font-size: 14.1333333333vw;
  }
  .performance__paragraph > span > span:nth-child(2) {
    position: absolute;
    right: -1.3333333333vw;
    bottom: -12vw;
    font-size: 4vw;
    color: #000;
  }
  .performance__img-box{
    position: relative;
    padding-top: 10vw;
  }
  .performance__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img3 {
    display: block;
    width: 70%;
    height: auto;
  }
  .performance__img4 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img5 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img6 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img7 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img8 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__img9 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__list {
    margin-top: 8vw;
  }
  .performance__list > dt {
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .performance__list > dt::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 0.1333333333vw;
    background-color: #000;
  }
  .performance__list > dt > span {
    position: relative;
    display: inline-block;
    padding: 0 1.3333333333vw;
    font-weight: bold;
    font-size: 3.2vw;
    background-color: #fff;
  }
  .performance__list > dd {
    margin-top: 2.6666666667vw;
  }
  .performance__list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
    align-items: center;
  }
  .performance__list2 > li > img {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__heading {
    margin-left: -4vw;
    margin-right: -4vw;
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: -0.05em;
  }
  .performance__heading > span {
    position: relative;
    display: inline-block;
    margin-bottom: 0.6666666667vw;
    padding: 0 6.6666666667vw;
    color: #c60000;
    font-weight: bold;
    font-size: 3.7333333333vw;
  }
  .performance__heading > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
    display: block;
    content: "";
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    background-color: #c60000;
  }
  .performance__heading > span::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
    display: block;
    content: "";
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    background-color: #c60000;
  }
  .performance__box {
    margin-top: 2.6666666667vw;
  }
  .performance__img2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .performance__paragraph2 {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
    text-align: left;
  }
  .performance__section {
    margin-top: 4vw;
    padding-top: 4vw;
    border-top: solid 0.1333333333vw #000;
  }
  .performance__list3 > li {
    margin-top: 2.6666666667vw;
  }
  .performance__box2 {
    position: relative;
    margin-top: 0;
    aspect-ratio: 610/945;
  }
  .performance__brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
    flex-flow: row wrap-reverse;
  }
  .performance__brand li:nth-child(1){
    order: 99;
  }
  .performance__brand li{
    flex-basis: calc(50% - 4vw / 2);
  }
  .performance__brand-logo {
    padding-block: 2vw;
    text-align: center;
  }
  .performance__brand-logo img{
    display: inline-block;
  }
  .performance__text {
    background-color: #D0DDD6;
    padding: 2vw 0;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #94243A;
    border-bottom: solid 1px #94243A;
  }
  .performance__text span {
    font-size: 8vw;
  }
  .performance__text--red {
    color: #94243A;
    background-color: #F4E9EB;
  }
  .performance__text--green {
    color: #004D25;
    border-color: #004D25;
    background-color: #D0DDD6;
  }
  .performance__text--yellow {
    color: #361A18;
    border-color: #F8B500;
    background-color: #F8E9C1;
  }
  .performance__area {
    position: absolute;
    top: 6.7vw;
    left: 0;
    display: grid;
    gap: 2px;
  }
  .performance__text2{
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.7em;
  }
  .performance__text2 > span {
    font-size: 5.4666666667vw;
  }
  .performance__text2--hokkaido {
    top: 12.5333333333vw;
    left: 68vw;
    color: #79559C;
  }
  .performance__text2--hokuriku {
    top: 50.2666666667vw;
    left: 50.6666666667vw;
    color: #15907A;
  }
  .performance__text2--tohoku {
    top: 51.7333333333vw;
    left: 93.6vw;
    color: #225C99;
  }
  .performance__text2--kanto {
    top: 76.6666666667vw;
    left: 87.7333333333vw;
    color: #4A9FC3;
  }
  .performance__text2--chugoku {
    top: 68.9333333333vw;
    left: 22.6666666667vw;
    color: #D65D8B;
  }
  .performance__text2--kansai {
    top: 95.2vw;
    left: 52.2666666667vw;
    color: #A1AB42;
  }
  .performance__text2--shikoku {
    top: 98.9333333333vw;
    left: 36.6666666667vw;
    color: #E98C27;
  }
  .performance__text2--kyusyu {
    top: 92.6666666667vw;
    left: 8.2666666667vw;
    color: #D13F4A;
  }
  .performance__text3 {
    position: absolute;
    right: -1vw;
    bottom: 10vw;
    font-size: 2.6666666667vw;
  }
  .performance__list4 {
    margin: 0 2.6666666667vw;
  }

  .interview {
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
    background-color: #fff;
  }
  .interview__list {
    margin-top: 2.6666666667vw;
  }
  .interview__list > li {
    margin-top: 9.3333333333vw;
  }
  .interview__list > li:first-child {
    margin-top: 0;
  }
  .interview__img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 0.8vw #7D5A46;
  }
  .interview__heading {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.5em;
    font-weight: bold;
    color: #7D5A46;
  }
  .interview__paragraph {
    margin-top: 0.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
  }
  .interview__list2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .interview__list2 > li {
    margin-top: 4vw;
    flex-basis: 50%;
  }
  .interview__list2 > li:nth-child(2n) {
    padding-left: 1.3333333333vw;
  }
  .interview__list2 > li:nth-child(2n-1) {
    padding-right: 1.3333333333vw;
  }

  .process {
    padding: 8vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .process__container {
    position: relative;
    margin-top: 2.6666666667vw;
    padding: 0.6666666667vw 3.3333333333vw 4.6666666667vw 3.3333333333vw;
    border-radius: 1.3333333333vw;
    background-color: #fff;
  }
  .process__list {
    margin-top: 2.6666666667vw;
  }
  .process__list > dt {
    position: relative;
    border-radius: 1.3333333333vw;
    height: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    line-height: 10.6666666667vw;
    font-size: 4.5333333333vw;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    color: #fff;
    background-color: #64AFC3;
  }
  .process__list > dt::before {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 4vw;
    height: 0.4vw;
    background-color: #fff;
  }
  .process__list > dt::after {
    position: absolute;
    top: 50%;
    right: 5.7333333333vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 0.4vw;
    height: 4vw;
    background-color: #fff;
    opacity: 1;
    transition: all 0.2s 0s ease;
  }
  .process__list > dt > span {
    margin-right: 2vw;
    font-family: "AveriaSerifLibre-Bold";
    font-size: 5.3333333333vw;
  }
  .process__list > dt.open::after {
    height: 0;
    opacity: 0;
  }
  .process__list > dd {
    height: 0;
    overflow: hidden;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
    transition: all 0.3s 0s ease;
  }
  .process__list > dd > * {
    padding-top: 1.3333333333vw;
  }
  .process__list2 {
    margin: 0 2.6666666667vw;
  }

  .conditions {
    padding: 5.3333333333vw;
    background-color: #fff;
  }
  .conditions__list {
    margin-top: 2.6666666667vw;
  }
  .conditions__list > dt {
    position: relative;
    height: 10.6666666667vw;
    padding: 0 4vw;
    line-height: 10.6666666667vw;
    font-size: 4.5333333333vw;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    background-color: #000;
    color: #fff;
  }
  .conditions__list > dt.Accordion_button__red{
    background-color: #94243A;
  }
  .conditions__list > dt.Accordion_button__green{
    background-color: #004D25;
  }
  .conditions__list > dt.Accordion_button__yellow{
    background-color: #F8B500;
  }
  .conditions__list > dt::before {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 4vw;
    height: 0.4vw;
    background-color: #fff;
  }
  .conditions__list > dt::after {
    position: absolute;
    top: 50%;
    right: 5.7333333333vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 0.4vw;
    height: 4vw;
    background-color: #fff;
    transition: all 0.3s 0s ease;
  }
  .conditions__list > dt > span {
    margin-right: 1.3333333333vw;
  }
  /* open */
  .conditions__list > dt.open::after {
    height: 0;
    opacity: 0;
  }
  .conditions__list > dd {
    height: 0;
    overflow: hidden;
    font-size: 2.4vw;
    line-height: 1.5em;
    transition: all 0.3s 0s ease;
  }
  .conditions__list2 {
    border-bottom: solid 0.1333333333vw #000;
    padding: 4vw 4vw;
  }
  .conditions__list2 > dt {
    position: relative;
    margin-bottom: 1.3333333333vw;
    padding-left: 4vw;
    font-size: 4.5333333333vw;
    font-weight: bold;
  }
  .conditions__list2 > dt::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-color: #000;
  }
  .conditions__list2 > dd {
    font-size: 3.7333333333vw;
    line-height: 1.6em;
  }
  .conditions__list3 > li {
    position: relative;
    padding-left: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
  }
  .conditions__list3 > li::before {
    position: absolute;
    top: 1.2vw;
    left: 0;
    display: block;
    content: "";
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    background-color: #000;
  }
  .conditions__list4 > dt {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    font-weight: bold;
    color: #64AFC3;
  }
  .conditions__list4 > dd {
    font-size: 3.7333333333vw;
    line-height: 1.5em;
  }
  .conditions__list5 {
    margin: 0 2.6666666667vw;
  }

  .thanks {
    padding: 5.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  }
  .thanks__container {
    margin-top: 4vw;
    border-radius: 1.3333333333vw;
    border: solid 0.2666666667vw #fff;
    background-color: #fff;
  }
  .thanks__inner {
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-image: url(../images/fc/sp/thanks_bg.png);
  }
  .thanks__heading {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__heading > span {
    font-size: 3.2vw;
    line-height: 1em;
    font-weight: bold;
    color: #7D5A46;
  }
  .thanks__paragraph {
    font-size: 3.7333333333vw;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__rule {
    margin-top: 5.3333333333vw;
    width: 6.6666666667vw;
    border-top: 1px #000 solid;
  }
  .thanks__paragraph2 {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.8em;
    text-align: center;
  }
  .thanks__heading2 {
    padding: 3.3333333333vw 1.3333333333vw;
    font-size: 5.0666666667vw;
    line-height: 1.5em;
    white-space: nowrap;
    font-weight: bolder;
    text-align: center;
    color: #FFF300;
    background-color: #C10000;
  }
  .thanks__paragraph3 {
    padding: 3.3333333333vw 4.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8em;
    color: #fff;
    background-color: #7D5A46;
  }
  .thanks__box {
    padding: 2.6666666667vw 2.6666666667vw 8vw 5.3333333333vw;
  }
  .thanks__list > dt {
    margin-top: 1.3333333333vw;
    font-weight: bold;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    color: #64AFC3;
  }
  .thanks__list > dd {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    border-bottom: solid 1px #808080;
  }
  .thanks__list > dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .thanks__list2 > li {
    position: relative;
    padding-left: 4vw;
  }
  .thanks__list2 > li::before {
    position: absolute;
    top: 1.3333333333vw;
    left: 0;
    display: block;
    content: "";
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    background-color: #000;
  }
  .thanks__list3 > dt {
    position: relative;
    padding-left: 4vw;
  }
  .thanks__list3 > dt::before {
    position: absolute;
    top: 1.2vw;
    left: 0;
    display: block;
    content: "";
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    background-color: #000;
  }
  .thanks__list3 > dd {
    font-size: 3.7333333333vw;
    line-height: 1.5em;
  }
  .thanks__list4 {
    margin-top: 1.3333333333vw;
  }
  .thanks__list4 > li {
    position: relative;
    margin-top: 0.2666666667vw;
    display: block;
    padding-left: 4vw;
    font-size: 4.8vw;
    line-height: 1.5em;
    font-weight: bold;
  }
  .thanks__list4 > li::before {
    position: absolute;
    top: 2vw;
    left: 0;
    display: block;
    content: "";
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 50%;
    background-color: #000;
  }
  .thanks__list4 > li > span {
    position: relative;
    display: inline-block;
  }
  .thanks__list4 > li > span::before {
    position: absolute;
    bottom: 0;
    left: -3.3333333333vw;
    display: block;
    content: "";
    width: calc(100% + 3.3333333333vw);
    height: 0.2666666667vw;
    background-color: #000;
  }
  .thanks__list5{
    display: grid;
    gap: 1vw;
    font-size: 3.7333333333vw;
    margin-top: 1vw;
  }
  .thanks__list5 > li {
    position: relative;
    display: block;
    padding-left: 6vw;
    line-height: 1.5;
  }
  .thanks__list5 > li::before {
    position: absolute;
    top: 1.3vw;
    left: 1.3vw;
    display: block;
    content: "";
    width: 3.5vw;
    height: 3.5vw;
    border: 1px solid #000;
  }
  .thanks__container2 {
    margin-top: 4vw;
  }
  .thanks__container2 > * {
    margin-top: 4vw;
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    border: solid 0.2666666667vw #fff;
    background-color: #fff;
  }
  .thanks__paragraph4 {
    font-size: 5.0666666667vw;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__paragraph5 {
    margin-top: 1.3333333333vw;
    font-size: 7.7333333333vw;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
  }
  .thanks__paragraph5 > span {
    display: block;
    font-size: 3.2vw;
    font-weight: normal;
  }
  .thanks__link {
    position: relative;
    margin: 2.6666666667vw auto 0 auto;
    display: block;
    height: 13.3333333333vw;
    width: 90%;
    line-height: 13.3333333333vw;
    background-color: #C10000;
    border-radius: 6.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    text-align: center;
    color: #FFF800;
  }
  .thanks__link::after {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 3.4666666667vw;
    width: 2.2666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/fc/icon-arrow5.png);
  }
  .thanks__link2 {
    display: inline-block;
    border-bottom: solid 2px #000;
  }

  .modal {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
  }
  .modal.open {
    display: block !important;
  }
  .modal.opened .modal__container {
    opacity: 1;
    transition: opacity 1000ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .modal__button {
    position: absolute;
    right: 0;
    top: -6.6666666667vw;
    display: block;
    overflow: hidden;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    text-indent: -1333.2vw;
    transition: all 500ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #666;
  }
  .modal__button:before {
    position: absolute;
    top: 50%;
    right: 3.3333333333vw;
    transform: translate(-50%, -50%) rotate(-60deg);
    display: block;
    content: "";
    width: 0.1333333333vw;
    height: 3.3333333333vw;
    background-color: #F8B500;
  }
  .modal__button:after {
    position: absolute;
    top: 50%;
    right: 3.3333333333vw;
    transform: translate(-50%, -50%) rotate(60deg);
    display: block;
    content: "";
    width: 0.1333333333vw;
    height: 3.3333333333vw;
    background-color: #F8B500;
  }
  .modal__button2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal__container {
    opacity: 0;
  }
  .modal__container2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .modal__container2.open {
    display: block !important;
  }

  .modal-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1280/720;
  }
  .modal-movie__iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 895.98px) and (orientation: landscape) {
  .modal-movie {
    width: 60%;
  }
}
.about .about__heading {
  opacity: 0;
}
.about .about__paragraph {
  opacity: 0;
}
.about.show .about__heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.about.show .about__paragraph {
  opacity: 1;
  transition: all 500ms 300ms ease-in;
}

.features .heading {
  opacity: 0;
}
.features .features__list {
  opacity: 0;
}
.features .features__list > li:nth-child(1) {
  opacity: 0;
}
.features .features__list > li:nth-child(2) {
  opacity: 0;
}
.features.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.features.show .features__list {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
.features.show .features__list > li:nth-child(1) {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
.features.show .features__list > li:nth-child(2) {
  opacity: 1;
  transition: all 500ms 800ms ease-in;
}

.reason .heading {
  opacity: 0;
}
.reason .reason__list > li {
  opacity: 0;
}
.reason.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.reason.show .reason__list > li:nth-child(1) {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
.reason.show .reason__list > li:nth-child(2) {
  opacity: 1;
  transition: all 500ms 800ms ease-in;
}
.reason.show .reason__list > li:nth-child(3) {
  opacity: 1;
  transition: all 500ms 1100ms ease-in;
}
.reason.show .reason__list > li:nth-child(4) {
  opacity: 1;
  transition: all 500ms 1400ms ease-in;
}

.performance .heading {
  opacity: 0;
}
.performance .performance__container {
  opacity: 0;
}
.performance.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.performance.show .performance__container {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}

.performance__container2 {
  opacity: 0;
}
.performance__container2 > section {
  opacity: 0;
}
.performance__container2.show {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.performance__container2.show > section:nth-child(1) {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.performance__container2.show > section:nth-child(2) {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}

.interview .heading {
  opacity: 0;
}
.interview .interview__list > li {
  opacity: 0;
}
.interview.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.interview.show .interview__list > li:nth-child(1) {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
.interview.show .interview__list > li:nth-child(2) {
  opacity: 1;
  transition: all 500ms 800ms ease-in;
}
.interview.show .interview__list > li:nth-child(3) {
  opacity: 1;
  transition: all 500ms 1100ms ease-in;
}

.process .heading {
  opacity: 0;
}
.process .process__container {
  opacity: 0;
}
.process.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.process.show .process__container {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}

.conditions .heading {
  opacity: 0;
}
.conditions .conditions__list {
  opacity: 0;
}
.conditions.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.conditions.show .conditions__list {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}

.thanks .heading {
  opacity: 0;
}
.thanks .thanks__container {
  opacity: 0;
}
.thanks .thanks__container2 {
  opacity: 0;
}
.thanks.show .heading {
  opacity: 1;
  transition: all 500ms 0ms ease-in;
}
.thanks.show .thanks__container {
  opacity: 1;
  transition: all 500ms 500ms ease-in;
}
.thanks.show .thanks__container2 {
  opacity: 1;
  transition: all 500ms 800ms ease-in;
}
