/* 変数登録 */
:root {
    --EBGaramond :"EB Garamond", serif;
    --NotoSansJP :"Noto Sans JP", sans-serif;
    --NotoSerifJP :"Noto Serif JP", serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

@media screen and (min-width: 769px) {
    html {
        scroll-padding-top: 120px;
    }
}


body {
    font-family: var(--NotoSansJP);
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    background-color: #F3F3F3;
    -webkit-text-size-adjust: 100%;
    overflow-x: clip;


}

/* 共通クラス */
.pc-only {
    display: none;
}

.u-tab-none {
    display: none;
}

.js-fadeIn {
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translateY(20px);
}

@media (min-width: 769px) {
    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }
}

@media (min-width: 1024px) {
    .u-tab-none {
        display: block;
    }

    .u-tab-show {
        display: none;
    }
}


/* main */
.main {
    padding-top: 56px;
}

@media screen and (min-width: 769px) {
    .main {
        padding-top: 90px;
    }
}

/* ヘッダー */
.header {
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 56px;
    transition: background 0.3s ease 0s;
    background: #fff;
}

.header.scrolled {
    background:rgba(255, 255, 255, 0.90);
}

.header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__title {
    width: 106px;
}

.header__right {
    display: flex;
}

/* ヘッダーメニュー */
.header__drawerIcon {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1000;
}


.header__drawerIconBar {
    height: 1px;
    background-color: #A72037;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 10px;
}

.header__drawerIconBar:nth-child(1) {
    top: 12px;
    width: 24px;
}

.header__drawerIconBar:nth-child(2) {
    top: 22px;
    width: 24px;
}

.header__drawerIconBar:nth-child(3) {
    top: 32px;
    width: 14px;
}

.header__drawerIcon.open .header__drawerIconBar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
}

.header__drawerIcon.open .header__drawerIconBar:nth-child(2) {
    display: none;
}

.header__drawerIcon.open .header__drawerIconBar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    width: 24px;
}

.header__drawerContent {
    background: #FFFFFFFA;
    box-shadow: 0px 0px 12px 0px #0000001F;
    height: fit-content;
    width: calc(100% - 40px);
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: fixed;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 1000;
    border-radius: 8px;
}

.header__drawerContent.open {
    opacity: 1;
    visibility: visible;
}

.header__drawerNavInner {
    padding: 16px 20px;
}

.header__drawerNavLink {
    display: block;
    padding: 8px 0 8px 18px;
    font-size: 14px;
    line-height: calc(18.2 / 14);
    position: relative;
    z-index: 1;
}

.header__drawerNavLink:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(/assets/lp/bijimane-0001/header-nav-arrow.svg) no-repeat center center /contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (min-width: 769px) {
    .header {
        height: 90px;
        padding: 0 32px;


    }
    .header__inner {
    }

    .header__title {
        width: 171px;
    }

    .header__logo {
        width: 208px;
        padding-right: 32px;
        position: relative;
        z-index: 1;
    }

    .header__logo:before {
        content: "";
        display: block;
        width: 1px;
        height: 50px;
        background: #EBEBEB;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }

    .header__logo-link {
        transition: all 0.3s ease 0s;
    }

    .header__logo-link:hover {
        opacity: 0.7;
    }

    .header__drawerContent {
        width: 335px;
        top: 70px;
        right: 32px;
        left: auto;
        transform: translateX(0);
    }

    .header__drawerNavInner {
        padding: 24px 20px 20px;
    }

}

/* メインビジュアル */
/* sp */

.mv__copy {
    padding: 25px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mv__copyImage {
    padding-left: 24px;
    width: calc(278 / 375 * 100vw);
    max-width: 500px;
}

.mv__copyDecoArea {
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: 0;
    display: flex;
  align-items: center;
  overflow: hidden;
}

.mv__copyDeco {
    display: flex;
    animation: loop-slide 69.6s infinite linear both; 
    white-space: nowrap;
    font-size: 77.69px;
    line-height: 1.3;
    color: #FFFFFF80;
    font-family: var(--EBGaramond);
    
}

.mv__copyDeco span {
    width: 870px;
}

@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

.mv__column {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 4px;
}

.mv__columnImage {
    flex: 1;
}

.mv__columnImage img {
    aspect-ratio: 186 / 132;
    object-fit: cover;
}

.mv__titleContainer {
    margin-top: 16px;
    padding-left: 20px;
}

.mv__titleSub {
    font-size: 17px;
    letter-spacing: 0.03em;
    display: block;
}

.mv__titleSub--gradient {
    margin-right: -4px;
}

.mv__titleSub--gradient rb {
    background: linear-gradient(90.95deg, #A72037 0.81%, #E98092 35.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
}

.mv__titleSub--gradient rt {
    font-size: 10px;
    letter-spacing: -1.3em;
}

.mv__titleMain {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #4F4F4F;
    display: block;
}

.mv__titleMain sup {
    vertical-align: text-top;
}

.mv__data {
    margin-top: 24px;
    padding: 0 20px;
}

.mv__dataContainer {
    max-width: 500px;
    margin: 0 auto;
}

.mv__caption {
    margin: 18px auto 0;
    max-width: 500px;
}

.mv__captionItem {
    font-size: 12px;
    color: #989898;
}

@media screen and (min-width: 769px) {
    .mv {
        padding: clamp(40px, calc(64 / 1440 * 100vw), 64px) 0 clamp(30px, calc(50 / 1440 * 100vw), 80px);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .mv__copyDecoArea {
        bottom: auto;
        top: 80px;
    }


    .mv__copyDeco {
    animation: loop-slide 143.2s infinite linear both; 
        font-size: 160px;
    }

    .mv__copyDeco span {
        width: 1790px;

    }

    .mv__inner {
        padding: 0 30px calc(64 / 1440 * 100%);
        max-width: 1060px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .mv__content {
         width: calc(493 / 1000 *100%);
    }
    
    .mv__copy {
        padding: 0;
       
    }
    
    .mv__copyImage {
        width: 100%;
        padding-left: 0;
    }
    
    .mv__titleContainer {
        margin-top: 22px;
        padding-left: 0;
    }
    
    .mv__titleSub {
        font-size: clamp(17px, calc(20 / 1440 * 100vw), 20px);
    }

    .mv__titleSub--gradient {
        margin-right: -6px;
    }
    
    .mv__titleSub--gradient rb {
        font-size: clamp(20px, calc(24 / 1440 * 100vw), 24px);
    }

    .mv__titleSub--gradient rt {
        letter-spacing: -1.5em;
    }
    
    .mv__titleMain {
        font-size: clamp(24px, calc(32 / 1440 * 100vw), 32px);
        line-height: 1.25;
        margin-top: 2px;
    
    }

    .mv__data {
        width: calc(404 / 1000 *100%);
        padding: 0;
        margin-top: 0;
    }
    
    
    .mv__caption {
        margin-top: 10px;
        padding: 0;
    }
    
    .mv__imageWrapper {
        display: flex;
    }
    
    .mv__image {
        flex: 1;
    }
}

/* about */
.about {
    overflow: hidden;
}

.about__introWrapper {    
    filter: drop-shadow(0px 19px 25px rgba(0, 0, 0, 0.15));
    position: relative;
}

.about__intro {
    padding: 162px 0 56px;
    position: relative;
    background: linear-gradient(180deg, #F3F3F3 39.45%, #FFFFFF 77.61%);
    clip-path: polygon(100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px), 0 0);
}


.about__titleHeader {
    padding: 0 20px;
}

.about__title {
    position: relative;
    z-index: 1;
}

.about__titleEn {
    font-size: 150px;
    line-height: 1;
    color: #fff;
    opacity: 0.88;
    font-family: var(--EBGaramond);
    position: absolute;
    top: -92px;
    left: -18px;
    z-index: -1;
}

.about__titleSub {
    color: #A72037;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--NotoSerifJP);
    display: block;
}

.about__titleMain {
    margin-top: 8px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.about__titleMain sup {
    font-size: 24px;
    vertical-align: super;
}

.about__lead {
    margin-top: 24px;
    font-family: var(--NotoSerifJP);
}

.about__problem {
    margin-top: 22px;

}

.about__problemItems {
    max-width: fit-content;
    margin: 0 auto;
}

.about__problemItem {
    max-width: 500px;
    filter: drop-shadow(0px 6.89px 41.32px #00000026);
}

.about__problemItem:first-of-type {
    margin-left: 20px;
}

.about__problemItem:nth-of-type(2) {
    margin: -3px 20px 0 0;
}

.about__problemText {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 24px;
}

.about__problemText span {
    font-weight: 600;
    font-family: var(--NotoSerifJP);
    font-size: 18px;
    line-height: 1.3;
    padding: 0 8px;
}

.about__problemText:before , .about__problemText:after { 
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(50% - 100px);
    height: 1px;
    background: #A72037;
    z-index: -1;
}

.about__problemText:before {
    left: 20px;
}

.about__problemText:after {
    right: 20px;
}

.about__answer {
    margin-top: -38px;
}

.about__answerTextWrapper {
    padding: 0 20px;
}

.about__answerText {
    max-width: 355px;
    margin: 16px auto 0;
    border-left: 2px solid;
    border-right: 2px solid;
    border-image: linear-gradient(93.4deg, #A72037 34.92%, #E98092 71.5%) 1;
    font-weight: 600;
    font-family: var(--NotoSerifJP);
    text-align: center;
}

.about__answerTextHighlight {
    display: block;
    margin: 8px 0;
    background: linear-gradient(90.95deg, #A72037 34.81%, #E98092 70.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.45;
    font-family: var(--NotoSansJP);
}

.about__footer {
    margin-top: 40px;
    margin-left: 20px;
    padding-bottom: 40px;
}

.about__footer img {
    box-shadow: 0px 5px 30px 0px #00000026;

}

@media (min-width: 769px) {
    .about__introWrapper {
        filter: unset;
    }

    .about__intro {
        clip-path: unset;
        background: linear-gradient(180deg, #F3F3F3 39.45%, #FFFFFF 77.61%);
    }

.about__introInner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}

    .about__titleHeader {
        padding: 0;
        text-align: center;
    }

    .about__titleEn {
        font-size: 140px;
        top: -105px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about__titleMain {
        font-size: 40px;
    }

    .about__problem {
        margin-top: 27px;
    }

    .about__problemItems {
        display: flex;
        align-items: flex-end;
        gap: 23px;
    }

    .about__problemItem {
        max-width: unset;
        flex: 1;
    }

    .about__problemItem:first-of-type {
        margin-left: 0;
    }

    .about__problemItem:nth-of-type(2) {
        margin: 0;
    }

    .about__problemText {
        margin: 44px auto 0;
        width: fit-content;
        }

    .about__problemText span {
        font-size: 20px;
    }

    .about__problemText:before , .about__problemText:after { 
        width: 83px;
    }

    .about__problemText:before {
        left: 100%;
    }
    
    .about__problemText:after {
        right: 100%;
    }


    .about__intro:before {
        content: "";
        position: absolute;
        bottom: clamp(-80px, calc(-80 / 1440 * 100vw), -50px);
        left: 50%;
        transform: translateX(-50%);
        width: clamp(240px, calc(360 / 1440 * 100vw), 360px);
        background: url(/assets/lp/bijimane-0001/about-polygon.png) no-repeat center center /contain;
        aspect-ratio: 820 / 259;
    }

    .about__answer {
        margin-top: -20px;
    }

    .about__answerTextWrapper {
        margin-top: calc(44 / 1440 * 100%);
        padding: 0 30px;
    }

    .about__answerText {
        max-width: 849px;
        margin-top: 0;
        padding: 0 30px;
        font-size: 20px;
    }

    .about__answerTextHighlight {
        font-size: 40px;
    }

    .about__footer {
        margin-top: 55px;
        margin-left: 220px;
        padding-bottom: 73px;
    }

    .about__footer img {
        aspect-ratio: 1220 / 268;
        object-fit: cover;
    }
 }

/* recommend */
.recommend {
    padding-top: 24px;
}

.recommend__title {
    padding-left: 20px;
}

.recommend__titleSub {
    background: linear-gradient(90.95deg, #A72037 0.81%, #E98092 35.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--EBGaramond);
    font-size: 20px;
    line-height: 1.3;
}

.recommend__titleMain {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.recommend__image {
    margin: 18px auto 0;
    max-width: fit-content;
}

.recommend__imageItem {
    max-width: 500px;
    filter: drop-shadow(0px 6.87px 41.24px #A7203726);

}

.recommend__imageItem:first-of-type {
    margin-right: 20px;
}


.recommend__imageItem:not(:first-of-type) {
    margin: 16px 0 0 20px;
}

@media (min-width: 769px) {
    .recommend {
        padding: 0 0 40px;
    }

    .recommend__inner {
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .recommend__title {
        padding-left: 0;
    }

    .recommend__titleMain {
        font-size: 32px;
    }
    
    .recommend__image {
        margin-top: 48px;
        display: flex;
        align-items: flex-end;
        gap: 24px;
    }

    .recommend__imageItem {
        max-width: unset;
        flex: 1;
    }
    
    .recommend__imageItem:first-of-type {
        margin-right: 0;
    }
    
    
    .recommend__imageItem:not(:first-of-type) {
        margin: 0;
    }
}

/* popular */
.popular {
    padding-top: 96px;
}

.popular__title {
    text-align: center;
    position: relative;
    z-index: 1;
}

.popular__titleSub {
    font-family: var(--EBGaramond);
    font-size: 96px;
    line-height: 1;
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: -1;
}

.popular__titleMain {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.popular__container {
    margin: 16px auto 0;
    padding: 0 20px;
    max-width: 540px;
}

.popular__text {
    font-family: var(--NotoSerifJP);
    font-weight: 600;
}

.popular__textHighlight {
    font-weight: 700;
    color: #A72037;
}

.popular__image {
    margin-top: 16px;
    box-shadow: 0px 5px 30px 0px #A7203726;
}

@media (min-width: 769px) {
    .popular {
        padding-top: 100px;
    }

    .popular__inner {
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .popular__titleSub {
        font-size: 100px;
        top: -71px;
    }

    .popular__titleMain {
        font-size: 32px;
    }

    .popular__container {
        margin-top: 16px;
        padding: 0;
        max-width: unset;
    }

    .popular__text {
        text-align: center;
    }

    .popular__image {
        margin-top: 32px;
        box-shadow: none;
        filter: drop-shadow(0px 7.33px 43.97px #A7203726);
    }
}


/* voice */
.voice {
    padding-top: 80px;
}

.voice__title {
    text-align: center;
    position: relative;
    z-index: 1;
}

.voice__titleSub {
    font-family: var(--EBGaramond);
    font-size: 96px;
    line-height: 1;
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: -1;
}

.voice__titleMain {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.voice__sliderArea {
    position: relative;
    z-index: 1;
}

.voice__slider {
    padding: 16px 0 64px;
}

.voice__item {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px #A7203726;
    padding: 16px 20px;
    height: auto;
    position: relative;
    width: 285px;
}

.voice__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
}

.voice__itemHeader {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E5E5;
}

.voice__Itemicon {
    width: 42px;
}

.voice__itemTitle {
    font-weight: 700;
    line-height: 1.3;
    color: #A72037;
}

.voice__itemText {
    margin-top: 12px;
    font-family: var(--NotoSerifJP);
    font-weight: 600;
}

.voice__itemTextHighlight {
    font-weight: 600;
    color: #A72037;
}

.voice-swiper__prev, .voice-swiper__next {
    content: "";
position: absolute;
top: calc(50% - 44px);
transform: translateY(-50%);
z-index: 1;
box-shadow: 0px 4px 10px 0px #0000001A;
aspect-ratio: 1 / 1;
width: 48px;
border-radius: 50%;
cursor: pointer;

}

.voice-swiper__prev {
    left: calc(50% - 155px);
    transform: translateX(-50%);

}

.voice-swiper__next {
    right: calc(50% - 155px);
    transform: translateX(50%);

}



@media screen and (min-width: 769px) {
    .voice {
        padding-top: 108px;
    }


.voice__inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}

.voice__titleSub {
    font-size: 100px;
    top: -65px;
}

.voice__titleMain {
    font-size: 32px;
}

.voice__slider {
    padding: 32px 0 80px;
}

.voice__item {
    width: 321px;
    padding: 18px 23px 25px;
}

.voice__item:before {
    width: 78px;
}

.voice__itemHeader {
    gap: 9px;
    padding-bottom: 14px;
}

.voice__Itemicon {
    width: 48px;
}

.voice__itemTitle {
    font-size: 18px;
}

.voice__itemText {
    margin-top: 14px;
    font-size: 18px;
}

.voice-swiper__prev {
    left: 0;
}

.voice-swiper__next {
    right: 0;
}

}

/* why */
.why__titleHeader {
    padding: 127px 20px 0;
    background-color: #DCDCDC;
}

.why__title {
    position: relative;
    z-index: 1;
}

.why__titleSub {
    font-family: var(--EBGaramond);
    font-size: 150px;
    line-height: 1;
    position: absolute;
    top: -100px;
    left: 72px;
    color: #fff;
    opacity: 0.4;
    z-index: -1;
}

.why__titleMain {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.why__titleHighlight {
    font-weight: 700;
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.why__lead {
    margin-top: 24px;
    font-family: var(--NotoSerifJP);
    font-weight: 600;
}

.why__leadHighlight {
    font-weight: 600;
    color: #A72037;
}

.why__problemInner {
    padding-top: 40px;
    background-color: #DCDCDC;
}

.why__problemLead {
    text-align: center;
    position: relative;
    z-index: 1;
}

.why__problemLead span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    font-family: var(--NotoSerifJP);
}


.why__problemLead:before , .why__problemLead:after { 
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(50% - 162px);
    height: 1px;
    background: #B0B0B0;
    z-index: -1;
}

.why__problemLead:before {
    left: 20px;
}

.why__problemLead:after {
    right: 20px;
}

.why__problemList {
    margin-top: 60px;
}

.why__problemItem {
    background: url(/assets/lp/bijimane-0001/why-item-bg.png) no-repeat center bottom /cover;
    padding: 0 20px;
}


.why__problemItem + .why__problemItem {
    margin-top: 50px;
}

.why__problemHeader {
    padding: 18px 0;
    background: linear-gradient(90deg, #767676 0%, #ACACAC 100%);
    box-shadow: 0px 5px 30px 0px #00000026;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
}

.why__problemNumber {
    position: absolute;
    top: -48px;
    left: 20px;
    color: #fff;
    opacity: 0.2;
    font-size: 128px;
    line-height: 1;
    font-family: var(--EBGaramond);
}

.why__problemTitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    font-family: var(--NotoSerifJP);
    color: #fff;
}

.why__problemTitleSmall {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--NotoSerifJP);
    color: #fff;
    margin-left: -10px;
}

.why__problemBlock {
    margin-top: 16px;
}

.why__problemText {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
    

.why__problemImage {
    margin: 10px auto 0;
    max-width: 500px;
}

.why__problemConclusion {
    padding-top: 40px;
    background: url(/assets/lp/bijimane-0001/why-bg01.png) no-repeat center bottom /cover ;
}

.why__problemConclusionText {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    font-family: var(--NotoSerifJP);
}

.why__problemConclusionTextHighlight {
    font-weight: 700;
    color: #A72037;
}

.why__problemConclusionImage {
    margin: 16px auto 0;
    padding: 0 48px;
    max-width: 500px;
}

.why__problemSummary {
    position: relative;
}

.why__problemSummaryText {
    padding: 24px 20px 6px;
    text-align: center;
    z-index: 1;
    position: relative;
    background-color: #DCDCDC;
}

.why__problemSummary:before {
    content: "";
    position: absolute;
    top: 98%;
    left: 0;
    width: 100%;
    aspect-ratio: 750 / 186;
    background: url(/assets/lp/bijimane-0001/why-polygon.png) no-repeat center bottom /cover;
}

.why__problemSummaryText span {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--NotoSerifJP);
}

.why__problemSummaryText:before , .why__problemSummaryText:after { 
    content: "";
    position: absolute;
    top: 53px;
    width: calc(50% - 140px);
    height: 1px;
    background: #B0B0B0;
    z-index: -1;
}

.why__problemSummaryText:before {
    left: 20px;
}

.why__problemSummaryText:after {
    right: 20px;
}

.why__answer {
    padding: calc(80 / 375 * 100%) 0 16px;
    overflow: hidden;
}

.why__answerHeader {
    position: relative;
    padding-bottom: 48px;
}

.why__answerLead {
    font-family: var(--NotoSerifJP);
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.08em;
    text-align: center;
}

.why__answerHighlight {
    background: linear-gradient(90.95deg, #A72037 0.81%, #E98092 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
    font-family: var(--NotoSansJP);
    display: block;
}

.why__answerMain {
    font-family: var(--NotoSansJP);
    position: relative;
    margin-top: 16px;
    display: inline-block;
}

.why__answerMain span {
    background: linear-gradient(90.95deg, #A72037 0.81%, #E98092 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    display: block;
}

.why__answerMain:before {
    content: "マネジャー";
    position: absolute;
   bottom: 100%;
   left: 50%;
   transform: translate(-50%, 0);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
   color: #4F4F4F;
   white-space: nowrap;
}

.why__answerDestination {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: flex-end;
    vertical-align: baseline;
    position: relative;
    top: -0.1em;

}

.why__answerDecoArea {
    position: absolute;
    z-index: -1;
    bottom: -1%;
    left: 0;
    display: flex;
  align-items: center;
  overflow: hidden;
}

.why__answerDecoArea.pc-only {
    display:none;
}

.why__answerDeco {
    display: flex;
    white-space: nowrap;
    font-size: 77.69px;
    line-height: 1.3;
    color: #FFFFFF80;
    font-family: var(--EBGaramond);
    animation: loop-slide 69.6s infinite linear both; 
}

.why__answerDeco span {
    width: 870px;
}

.why__answerSummary {
    padding-top: 16px;
    text-align: center;
    font-weight: 600;
    font-family: var(--NotoSerifJP);
}

.why__answerSummaryHighlight {
    color: #A72037;
    font-weight: 600;
}

.why__answerDiagram {
    margin-top: -16px;
}

.why__answerConclusion {
    text-align: center;
    font-family: var(--NotoSerifJP);
    font-weight: 500;
    font-size: 20px;
    margin-top: -16px;

}

.why__answerGoal {
    margin-top: 4px;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    background: linear-gradient(90.95deg, #A72037 0.81%, #E98092 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--NotoSansJP);
    display: inline-block;
}

.why__answerGoalHighlight {
    background: linear-gradient(90deg, rgba(167, 32, 55, 0.2) 0%, rgba(233, 128, 146, 0.2) 100%);
background-size: 100% 26%;
background-position: bottom;
background-repeat: no-repeat;
    font-weight: 700;
}

@media screen and (min-width: 769px) {
    .why__titleHeader {
    padding: clamp(127px, calc(159 / 1440 * 100vw), 159px) 0 0;
    }

    .why__titleContainer {
        padding: 0 30px;
        max-width: 1060px;
        margin: 0 auto;
    }

    .why__titleSub {
        font-size: 200px;
        top: -76px;
        left: auto;
        right: 0;
    }

    .why__titleMain {
        font-size: 40px;
    }

    .why__problemInner {
        padding-top: 48px;
        position: relative;
        z-index: 1;
    }

    .why__problemInner:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/assets/lp/bijimane-0001/why-bg02.png) no-repeat center bottom /cover;
    }

    .why__problemLead {
        text-align: left;
    }

    .why__problemLead {
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 30px;
        
    }

    .why__problemLead span {
        font-size: 24px;
    }

    .why__problemList {
        margin-top: 37px;
    }
    

    .why__problemLead:before {
        display: none;
    }
    
.why__problemLead:after {
    right: 0;
    width: calc(100% - 370px);
}

.why__problemList {
    margin: 37px auto 0; 
    max-width: 1060px;
    padding: 0 30px;
    display: flex;
}
    

.why__problemItem {
    background: unset;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.why__problemItem:first-child {
    position: relative;
    overflow: visible;
}



.why__problemItem + .why__problemItem {
    margin-top: 0;
}

.why__problemHeader {
    margin: 0 18px;
    padding: 16px 0;
}

.why__problemNumber {
    font-size: 114px;
    top: -40px;
    left: 18px;
}

.why__problemTitle {
    font-size: 25px;
}

.why__problemTitleSmall {
    font-size: 16px;
}

.why__problemBlock {
    margin-top: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.why__problemText {
    font-size: 18px;
    font-size: clamp(14px, calc(18 / 1440 * 100vw), 18px);
    margin: 0;
    width: unset;
}

.why__problemImage {
    margin-top: 8px;
}

.why__problemItem:first-child .why__problemImage {
    margin-left: -16%;
}

.why__problemConclusion {
    background: #DCDCDC;
    position: relative;
    z-index: 1;
}

.why__problemConclusion:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(171, 171, 171, 0) 61.89%, #ABABAB 100%);
    z-index: -1;
}

.why__problemConclusionImage {
    margin-top: 32px;
    padding: 0;
    max-width: 542px;
}

.why__problemSummary:before {
    display: none;
}

.why__problemSummaryText {
    padding: 26px 0 30px;
}

.why__problemSummaryText:before , .why__problemSummaryText:after { 
    display: none;
}

.why__problemSummaryText span {
    font-size: 20px;
    position: relative;
    z-index: 1;
    background-color: #DCDCDC;
    margin: 0 86px;
    padding: 0 8px;
    
}

.why__problemSummaryText span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 156px);
    height: 1px;
    background-color: #B0B0B0;
    z-index: -1;
}

.why__problemSummaryPolygon {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 851 / 185;
    width: 425px;
    background: url(/assets/lp/bijimane-0001/why-polygon02.png) no-repeat center bottom /contain;

}

.why__problemSummaryPolygonInner {
    width: 100%;
    height: inherit;
    background: #DCDCDC;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.why__answer {
    padding: 154px 0 30px;
    position: relative;
}

.why__answerHeader.sp-only {
    display: none;
}


.why__answerHeader {
    display: flex;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 0;
}

.why__answerDecoArea {
    bottom: auto;
    top: 47px;
    display: flex;
}

.why__answerDecoArea.pc-only {
    display: flex;
}

.sp-only .why__answerDecoArea {
    display: none;
}



.why__answerDeco {
    font-size: 150px;
    animation: loop-slide 134.4s infinite linear both; 

}

.why__answerDeco span {
    width: 1680px;

}

.why__answerImage {
    width: calc(296 / 1080 * 100%);
}

.why__answerContainer {
    flex-grow: 1;
    padding-top: 30px;
    padding-bottom: 15px;
}

.why__answerLead {
    font-size: clamp(30px, calc(36 / 1440 * 100vw), 36px);
}

.why__answerHighlight {
    font-size: clamp(30px, calc(36 / 1440 * 100vw), 36px);
}

.why__answerRuby rb {
    font-size: clamp(42px, calc(48 / 1440 * 100vw), 48px);
}

.why__answerRuby rt {
    letter-spacing: -1.4em;
    padding-left: 3em;
}

.why__answerDestination {
    font-size: clamp(30px, calc(36 / 1440 * 100vw), 36px);
    margin-left: -0.3em;
}

.why__answerSummary {
    padding: 0;
    margin-top: 37px;
    font-size: clamp(18px, calc(20 / 1440 * 100vw), 20px);
}

.why__answerDiagram {
    margin-top: clamp(-20px, calc(-32 / 1440 * 100vw), -32px);
}

.why__answerConclusion {
    font-size: 24px;
    margin-top: clamp(-20px, calc(-32 / 1440 * 100vw), -32px);

}

.why__answerGoal {
    font-size: 40px;
    }

}


/* mission */
.mission {
    padding: 72px 0 26px;
    background: linear-gradient(180deg, #F3F3F3 0%, #DDDDDD 17.9%);
    overflow: hidden;
}

.mission__inner {
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.mission__enTitle {
    font-size: 122px;
    line-height: 1;
    font-family: var(--EBGaramond);
    color: #FFFFFF4D;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0px 5px 30px #00000026;
    z-index: -1;

}

.mission__container {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px #00000026;
    padding: 24px 0;
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
}

.mission__title {
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}



.mission__titleMain {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.mission__titleMain rt {
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 1px;
}

.mission__titleMain ruby:first-child rt {
    letter-spacing: -1.1em;
    padding-left: 1.1em;
}

.mission__text {
    margin-top: 8px;
text-align: center;
font-family: var(--NotoSerifJP);
font-weight: 600;
padding: 0 20px;
}

.mission__text + .mission__text {
    margin-top: 8px;
}

.mission__textHighlight {
    color: #A72037;
    font-weight: 600;
}

.mission__definition {
    margin: 16px 24px;
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 16px;
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
}

.mission__definitionText {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    font-weight: 700;
}

.mission__definitionSmall {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.15em;
}

.mission__image {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.mission__image img {
    width: 100%;
    max-width: 500px; 
    margin: 0 auto;
    display: block;
}

@media (min-width: 769px) {
    .mission {
        padding: 160px 0 82px;
    }

    .mission__inner {
        padding: 0 30px;
        max-width: 960px;
        margin: 0 auto;
    }

    .mission__enTitle {
        font-size: 140px;
        top: -120px;
    }

    .mission__container {
        padding: 56px 20px;
        max-width: 100%;
    }

    .mission__title {
        margin-bottom: 16px;
    }

    .mission__titleMain {
        font-size: 40px;
    }

    .mission__titleMain ruby:first-child rt {
        letter-spacing: -1.9em;
        padding-left: 1.9em;
        padding-bottom: 0.4em;
    }

    .mission__titleMain ruby:nth-child(2) rt {
        letter-spacing: -1.4em;
        padding-left: 1.4em;
    }

    .mission__text {
        font-size: 18px;
        padding: 0;
        margin-top: 0;
    }

    .mission__definition {
        margin: 16px auto;
        font-size: 32px;
        max-width: 564px;
    }

    .mission__definitionSmall {
        font-size: 24px;
    }

    .mission__image {
        width: 100%;
        max-width: 720px;
        margin: 0 auto 8px;
        left: 0;
        transform: none;
    }

    .mission__image img {
        max-width: unset;
    }
    }
    

/* benefit */
.benefit {
    padding: 144px 0 64px;
}

.benefit__title {
    position: relative;
    text-align: center;
}

.benefit__titleSub {
    font-size: 131px;
    line-height: 1;
    font-family: var(--EBGaramond);
    color: #fff;
    position: absolute;
    bottom: 75%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.benefit__titleExam {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    display: block;
}

.benefit__titleNumber {
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--EBGaramond);
    font-style: italic;
    font-size: 100px;
    line-height: 1;
    padding-right: 6px;

}

.benefit__titleConnector {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    vertical-align: super;
}

.benefit__titleKeyword {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    vertical-align: super;
}

.benefit__list {
    margin-top: 40px;
}

.benefit__item + .benefit__item {
    margin-top: 48px;
}

.benefit__content {
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px #A7203726;
    position: relative;
    z-index: 1;
    padding: 24px 0;
    margin: -87px 20px 0;
}

.benefit__content:before, .benefit__content:after {
    content: "";
    position: absolute;
    width: 97px;
    height: 4px;
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
}

.benefit__content:before {
    top: 0;
    left: 0;
}

.benefit__content:after {
    bottom: 0;
    right: 0;
}

.benefit__number {
    color: #0000000D;
    font-style: italic;
    font-family: var(--EBGaramond);
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.05em;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.benefit__heading {
    text-align: center;
    font-size: 20px;
}

.benefit__headingHighlight {
    font-weight: 700;
}

.benefit__text {
    margin-top: 18px;
    font-family: var(--NotoSerifJP);
    font-weight: 600;
    padding: 0 24px;
}

.benefit__textHighlight {
    color: #A72037;
    font-weight: 600;
}

@media (min-width: 769px) {
    .benefit {
        padding-bottom: 120px;
    }

    .benefit__inner {
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .benefit__titleSub {
        font-size: 140px;
        bottom: auto;
        top: -102px;
    }

    .benefit__titleExam {
        font-size: 32px;
    }

    .benefit__titleNumber {
        font-size: 120px;
        margin-top: -14px;
        display: inline-block;
    }

    .benefit__titleConnector, .benefit__titleKeyword {
        font-size: 40px;
    }

    .benefit__item {
        display: flex;
        align-items: center;
    }

    .benefit__item:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .benefit__item + .benefit__item {
        margin-top: 64px;
    }

    .benefit__item:nth-child(2n) .benefit__content {
        margin: 0 -40px 0 0;
    }

    .benefit__image {
        width: calc(607 / 1060 * 100%);
    }

    .benefit__content {
        padding: clamp(20px, calc(40 / 1440 * 100vw), 40px);
        margin: 0 0 0 -40px;
        width: calc(512 / 1060 * 100%);
        min-width: 400px;
    }

    .benefit__item:nth-child(2n) .benefit__content {
        padding-top: clamp(50px, calc(76 / 1440 * 100vw), 76px);
        padding-bottom: clamp(50px, calc(76 / 1440 * 100vw), 76px);
    }

    .benefit__heading {
        font-size: clamp(24px, calc(28 / 1440 * 100vw), 28px);
    }

    .benefit__text {
        padding: 0;
    }

}

/* 合格者に聞きました！ */
.question {
    padding-bottom: 72px;
    overflow: hidden;
}

.question__header {
    position: relative;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.16));
}

.question__enTitle {
    content: "";
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    font-size: 75px;
    line-height: 1;
    font-family: var(--EBGaramond);
    color: #FFFFFF4D;
    z-index: 1;
    text-transform: uppercase;
    mix-blend-mode: soft-light;
}

.question__title {
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
    padding: 32px 0 38px;
    clip-path: polygon(0 0, 100% 0, 100% 83px, 50% 100%, 0 83px);
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.question__list {
    margin: 28px auto 0;
    padding: 0 20px;
    max-width: 540px;
}

.question__item:not(:last-of-type) {
    border-bottom: 1px dashed #BDBDBD;
    padding-bottom: 48px;
}

.question__item + .question__item {
    margin-top: 48px;
}

.question__itemQuestion {
    text-align: center;
}

.question__itemNumber {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
    padding: 0 8px 2px;
    border-radius: 4px;
}

.question__itemText {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;

}

.question__itemAnswer {
    margin-top: 8px;
}

.question__item:nth-of-type(2) .question__answerImage:first-of-type {
    margin-top: 24px;

}

.question__answerImage + .question__answerImage {
    margin-top: 8px;
}

.question__answerSummary {
    margin-top: 10px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #A72037;
    padding: 12px 0;
}

.question__item:nth-of-type(2) .question__answerSummary {
    margin-top: 16px;
}

.question__answerLabel {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: -18px;
    left: 7px;
    font-family: var(--EBGaramond);
    color: #A72037;
    background-color: #F3F3F3;
}

.question__answerHighlight {
    color: #A72037;
    font-weight: 700;
}
.question__annotation {
    margin-top: 32px;
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
}

@media (min-width: 769px) {
    .question {
        padding-bottom: 104px;
    }

    .question__enTitle {
        font-size: 128px;
    }
    
    .question__title {
        padding: 40px 0 80px;
        font-size: 32px;
        clip-path: none;
        line-height: 1.3;
    }

    .question__list {
        max-width: 1060px;
        padding: 0 30px;
        margin-top: -44px;
        position: relative;
    }

    .question__item {
        box-shadow: 0px 5px 30px 0px #A7203726;
        background-color: #fff;
        padding: 56px 30px 64px;
    }

    .question__item:not(:last-of-type) {
        border-bottom: none;
        padding-bottom: 64px;
    }

    .question__itemQuestion {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }

    .question__itemNumber {
        font-size: 18px;
        padding-bottom: 3px;
    }

    .question__itemText {
        margin-top: 0;
        font-size: 24px;
    }

    .question__itemAnswer {
        margin: 32px auto 0;  
        max-width: 823px;
    }

    .question__item:nth-of-type(2) .question__itemAnswer {
        max-width: 792px;
    }

    .question__answerImages {
         display: flex;
    }

    .question__item:first-child .question__answerImage:first-of-type {
        padding-right: 48px;
        width: calc(440 / 823 * 100%);
        flex-grow: 1;
        margin-top: auto;
    }

    .question__item:first-child .question__answerImage:nth-child(2) {
        width: calc(363 / 823 * 100%);
        padding-left: 28px;
        border-left: 1px solid #E5E5E5;

    }

    .question__answerImage:first-of-type:before {
        display: none;
    }

    .question__answerImage + .question__answerImage {
        margin-top: 0;
    } 

    .question__answerImage:first-of-type {
        position: relative;
    }

    .question__answerImage:first-of-type:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 95%;
        background-color: #E5E5E5;
        top: 0;
        right: -14px;
        
    }

    .question__item:nth-of-type(2) .question__answerImage:first-of-type {
        margin-top: 0;
        padding-right: 40px;
        border-right: 1px solid #E5E5E5;
    }

    .question__item:nth-of-type(2) .question__answerImage:nth-child(2) {
        padding-left: 16px;
    }

    .question__answerSummary {
        margin: 48px auto 0;
        padding: 12px 16px;
        width: fit-content;
        font-size: 24px;
    }

    .question__item:nth-of-type(2) .question__answerSummary {
        margin-top: 40px;
    }

.question__answerLabel {
    left: 27px;
    background-color: #fff;
    font-size: 28px;
}

.question__answerHighlight {
    font-size: 24px;
}
    
}

/* 過去の試験の結果 */
.result {
    overflow: hidden;
    padding-bottom: 56px;
}

.result__header {
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
    padding: 32px 0 64px;
    position: relative;

}

.result__enTitle {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    font-size: 75px;
    line-height: 1;
    font-family: var(--EBGaramond);
    color: #FFFFFF4D;
    z-index: 1;
    text-transform: uppercase;
    mix-blend-mode: soft-light;
}

.result__title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.result__inner {
    padding: 0 20px;
    margin: -40px auto 0;
    position: relative;
    max-width: 540px;
}

.result__data-item {
    padding: 24px 16px;
    box-shadow: 0px 2px 25px 0px #A7203726;
    background-color: #fff;
}

.result__data-item--satisfaction {
    position: relative;
}

.result__data-item--satisfaction:before {
    content: "";
    position: absolute;
    width: 125px;
    aspect-ratio: 125 / 125;
    bottom: 0;
    left: 20px;
    background: url(/assets/lp/bijimane-0001/result-image02.png) no-repeat center center /contain;
}

.result__data-item--satisfaction:after {
    content: "";
    position: absolute;
    width: 137px;
    aspect-ratio: 274 / 236;
    bottom: 0;
    right: 20px;
    background: url(/assets/lp/bijimane-0001/result-image03.png) no-repeat center center /contain;
}

.result__data-item + .result__data-item {
    margin-top: 20px;
}

.result__data-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
    color: #A72037;
}

.result__data-image {
    max-width: 300px;
    margin: 0 auto;
}

.result__table {
    margin-top: 12px;

}

.result__table table {
    border-radius: 8px;
    border-collapse: separate;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-spacing: 0;
    overflow: hidden;
}

.result__table tr:last-child th, .result__table tr:last-child td {
    border-bottom: none;
}

.result__table td, .result__table th {
    padding: 12px 0 12px 12px;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 1px solid #E5E5E5;
}

.result__table td {
	text-align: center;
    border-right: 1px solid #E5E5E5;
}

.result__table td:last-child {
    border-right: none;
}

.result__table-heading {
    background-color: #F8F8F8;
    padding-left: 14px;
    border-right: 1px solid #E5E5E5;
    width: 88px;
    vertical-align: middle;
}

.result__table-data-rate {
    font-weight: 500;
    font-size: 24px!important;
    line-height: 1.2;
    color: #A72037;
}

.result__table-data-rate span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.result__data-annotation {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #BDBDBD;
    text-align: right;
    margin-top: 12px;
}

.result__data-annotation--satisfaction {
    margin-top: -8px;
    text-align: center;
    padding-bottom: 100px;
}

@media screen and (min-width: 769px) {
    .result {
        padding-bottom: 96px;
    }

    .result__header {
        padding: 40px 0 80px;
    }

    .result__enTitle {
        top: -16px;
        font-size: 128px;
    }

    .result__title {
        font-size: 32px;
    }

    .result__inner {
        padding: 0 30px;
        max-width: 1060px;
        margin-top: -44px;
    }

    .result__data-list {
        display: flex;
        gap: clamp(16px, calc(32 / 1440 * 100vw), 32px);
    }

    .result__data-item {
        padding: 32px 32px 24px;
        width: calc(50% - 16px);
    }

.result__data-item--satisfaction:before {
    width: 109px;
    left: 24px;
}

.result__data-item--satisfaction:after {
    width: 124px;
    right: 11px;
}

    .result__data-item + .result__data-item {
        margin-top: 0;
    }

    .result__data-heading {
        font-size: 24px;
    }

    .result__data-image {
        max-width: 396px;
        margin-top: 30px;
    }
    
    .result__table {
        margin-top: 20px;
    }

    .result__table td, .result__table th  {
        font-size: 16px;
        padding: 26px 0 26px 14px;
    }

    .result__table tr:last-child th, .result__table tr:last-child td {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .result__table-heading {
        width: 114px;
    }

    .result__table-data-rate {
        font-size: 36px!important;
        line-height: 1.2;
    }

    .result__table-data-rate span {
        font-size: 20px;
        line-height: 1.2;
    }

    .result__data-annotation {
        margin-top: 20px;
    }

    .result__data-annotation--satisfaction {
        margin-top: -4px;
        padding-bottom: 0;
    }
}

/* 公式テキスト・問題集 */
.textbook {
    padding: 56px 0;
    background: url(/assets/lp/bijimane-0001/textbook-bg.png) repeat center top /contain;
}

.textbook__inner {
    padding: 0 20px;
}

.textbook__title {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #A72037;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.textbook__tabs {
    margin: 24px auto 0;
    max-width: 540px;
    border-radius: 8px;
    box-shadow: 0px 4px 25px 0px #00000014;
    background-color: #fff;
    padding: 16px 8px 20px;
    border: 1px solid #DCDCDC;
}

.textbook__tabs-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: calc(26 / 20);
    text-align: center;
    display: block;
}

.textbook__tabs-list {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 16px auto 0;
    max-width: 303px;

}

.textbook__tabs-item {
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    padding: 6px 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    flex: 1;
}

.textbook__tabs-item:hover {
    opacity: 0.7;
}

.textbook__tabs-item.is-active:before {
    content: "";
    position: absolute;
    width: 20px;
    aspect-ratio: 20 / 12;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.textbook__tabs-item--text {
    border: 2px solid #A72037;
    color: #A72037;
}

.textbook__tabs-item--text:before {
    background-color: #A72037;
}

.textbook__tabs-item--text.is-active {
    background-color: #A72037;
    color: #fff;
}

.textbook__tabs-item--problem {
    border: 2px solid #A72037;
    color: #A72037;
}

.textbook__tabs-item--problem:before {
    background-color: #A72037;
}

.textbook__tabs-item--problem.is-active {
    background-color: #A72037;
    color: #fff;
}

.textbook__tabs-contents {
    margin-top: 28px;
    display: none;
}

.textbook__tabs-contents.is-active {
    display: block;
}

.textbook__tabs-slider-area {
    position: relative;
    z-index: 1;
}

.textbook-swiper__heading {
    font-size: 14px;
    padding: 0 6px;
    font-weight: 700;
    line-height: calc(18.2 / 14);
    text-align: center;

}

.textbook-swiper__image {
    margin-top: 12px;
}

.textbook-swiper__pagination {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}

.textbook-swiper__pagination span {
    font-weight: 700;
}


.textbook-swiper__next, .textbook-swiper__prev {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0px 4px 10px 0px #0000001A;
    aspect-ratio: 1 / 1;
    width: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.textbook-swiper__prev {
    left: -24px;
}

.textbook-swiper__next {
    right: -24px;
}

.textbook-swiper__annotation {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 20px;
    margin-top: 16px;
}

.textbook__text {
    margin-top: 24px;
}

.textbook__button {
    margin-top: 24px;
}
.textbook__button-link {
    max-width: 297px;
    margin: 0 auto;
    border-radius: 999px;
    background-color: #FEDA16;
    font-weight: 500;
    line-height: 1;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    font-size: 15px;
}

.textbook__button-link:hover {
    opacity: 0.7;
}

.textbook__button-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 16px;
    aspect-ratio: 1 /1;
    background: url(/assets/lp/bijimane-0001/right-arrow.svg) no-repeat center center /contain;
    
}

@media screen and (min-width: 769px) {
    .textbook {
        padding: 80px 0;
        background: url(/assets/lp/bijimane-0001/textbook-bg_pc.png) repeat center top /contain;
    }

    .textbook__inner {
        padding: 0 30px;
        max-width: 1060px;
        margin: 0 auto;
    }


    .textbook__title {
        font-size: 32px;
        font-weight: 600;
    }

    .textbook__tabs {
        margin-top: 40px;
        padding: 32px 20px 20px;
        max-width: 920px;
    }

    .textbook__tabs-list {
        margin-top: 24px;
        max-width: 800px;
    }

    .textbook__tabs-item {
        max-width: 396px;
        width: 100%;
        padding: 14px 0;
        font-size: 20px;
        line-height: calc(20.8 / 16);
    }

    .textbook__tabs-contents {
        margin-top: 28px;
    }

    .textbook-swiper__next {
        right: -8px;
    }
    .textbook-swiper__prev {
        left: -8px;
    }

    .textbook-swiper__annotation {
        padding: 0;
        text-align: right;
    }

    .textbook__text {
        margin-top: 32px;
        text-align: center;
    }

    .textbook__button {
        margin-top: 32px;
    }
}

/* 試験概要 */
.summary {
    padding: 56px 0;
}

.summary__inner {
    padding: 0 20px;
}

.summary__title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #A72037;
}

.summary__enTitle {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #B0B0B0;
    font-family: var(--EBGaramond);
    padding-bottom: 8px;

}
.summary__container {
    margin: 24px auto 0;
    max-width: 500px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px #00000014;
    padding: 24px 16px;
}

.summary__text {
    font-size: 14px;
    text-align: center;
}

.summary__text--ibt, .summary__text--cbt {
    color: #fff;
    width: 64px;
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.summary__text--ibt {
    background: #A72037;
}

.summary__text--cbt {
    background: #E4737C;
}

.summary__accordion-items {
    margin-top: 16px;
}

.summary__accordion-item {
    background-color: #F7F7F7;
    border-radius: 8px;
  }
  
  .summary__accordion-item + .summary__accordion-item {
    margin-top: 16px;
  }
  
  .summary__accordion-item-title {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 6px 8px;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    min-height: 56px;
  }

  .summary__accordion-item-title:before, .summary__accordion-item-title:after {
        content: "";
        position: absolute;
        top: 50%;
    transform:translateY(-50%);
    background: #fff;
    transition: all 0.3s ease 0s;
  }

  .summary__accordion-item-title:before {
    width: 14px;
    height: 2px;
    right: 11px;
  }
  
  .summary__accordion-item-title:after {
    width: 2px;
    height: 14px;
    right: 17px;
  }

  .summary__accordion-item.is-open .summary__accordion-item-title {
    border-radius: 8px 8px 0 0;
  }
  
  .summary__accordion-item.is-open .summary__accordion-item-title:after {
    transform:translateY(-50%) rotate(90deg);
  }

  .summary__accordion-item-title--ibt {
    background: #A72037;
  }

  .summary__accordion-item-title--cbt {
    background: #E4737C;
  }
  
  .summary__accordion-item-left {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;  
  }

  .summary__accordion-item-heading {
    font-weight: 700;
    padding-left: 8px;
    border-left: 1px solid #fff;
    line-height: 1.3;
    font-size: 16px;
    }
 
  .summary__accordion-item-body {
    display: none;
    position: relative;
    z-index: 1;
    background-color: #F7F7F7;
    padding: 12px 16px 20px;
    border-radius: 0 0 8px 8px;
  }

  .summary__accordion-item-icon {
    width: 100px;
    margin: 0 auto;
  }

  .summary__accordion-item-summary {
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
  }

  .summary__accordion-item-text {
    margin-top: 4px;
    font-size: 14px;
  }

  .summary__accordion-fee {
    margin-top: 16px;
    background-color: #fff;
    padding: 8px 12px;
    font-size: 14px;
}
.summary__accordion-fee-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.summary__accordion-fee-items {
    margin-top: 4px;
}

.summary__accordion-fee-price {
    font-size: 14px;
}

.summary__accordion-place {
    margin-top: 16px;
    padding: 12px;
    background-color: #fff;
}

.summary__accordion-place-column {
    display: flex;
    gap: 12px;
    align-items: center;
}

.summary__accordion-place-logo {
    width: 67px;
    flex-shrink: 0;
}

.summary__accordion-place-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.summary__accordion-place-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: calc(19.2 / 12);
    color: #999999;
}

.summary__blocks {
    margin-top: 16px;
    padding-top: 12px;
}
.summary__block:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.summary__block + .summary__block {
    margin-top: 12px;
}
.summary__block-heading {
    font-size: 14px;
    font-weight: 700;
}

.summary__block-text {
    font-size: 14px;
    margin-top: 8px;
}

.summary__block-sub-wrapper {
    margin-top: 8px;
}

.summary__block-sub + .summary__block-sub {
    margin-top: 12px;
}

.summary__block-sub:not(:last-child) {
    border-bottom: 1px dashed #E5E5E5;
    padding-bottom: 12px;
}

.summary__block-sub-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 4px;
}

.summary__block-sub-label--ibt {
    background: #A72037;
}

.summary__block-sub-label--cbt {
    background: #E4737C;
}

.summary__block-sub-text {
    font-size: 14px;
}

.summary__block-text-link {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.3s ease 0s;
}

.summary__block-text-link:hover {
    opacity: 0.7;
}

.summary__info {
    margin: 16px auto 0;
    max-width: 500px;
    box-shadow: 0px 4px 25px 0px #00000014;
}

.summary__info-title {
    padding: 12px 4px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #A72037 0%, #E98092 100%);
    border-radius: 8px 8px 0 0;
}

.summary__info-title-left {
    width: 48px;
    height: 48px;
    background-color: #fff;
    padding: 4px 4px;
    display: flex;
    justify-content: center;

}

.summary__info-title-left span {
    font-weight: 700;
    line-height: 1.3;
    color: #A72037;
    text-align: center;
}

.summary__info-title-right {
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.summary__info-title-right span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}
.summary__info-body {
background-color: #fff;
text-align: center;
padding: 20px 16px 24px;
border-radius: 0 0 8px 8px;
}

.summary__info-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #E5e5e5;
}

.summary__info-item + .summary__info-item {
    margin-top: 16px;
}
.summary__info-item-heading {
    line-height: 1;
    color: #A72037;
    font-weight: 700;
}

.summary__info-item-date-wrapper {
    margin-top: 8px;
}

.summary__info-item-date {
    font-size: 20px;
    line-height: 1;
}

.summary__info-item-date:first-of-type {
    position: relative;
    z-index: 1;
}

.summary__info-item-date:first-of-type:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    aspect-ratio: 23 / 16;
    background: url(/assets/lp/bijimane-0001/gray-bottom-arrow.svg) no-repeat center center /contain;
}

.summary__info-item-date:last-of-type {
    margin-top: 30px;
}

.summary__info-item-date--large {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.summary__info-item-date--parentheses {
    margin-left: -14px;
}

.summary__info-item-date--parentheses--close {
    font-size: 20px;
    letter-spacing: -0.46em;
}

.summary__info-text {
    margin-top: 16px;
    font-size: 12px;
    line-height: calc(15.6 / 12);
}

@media (min-width: 769px) {
    .summary {
        padding: 80px 0;
    }

    .summary__inner {
        padding: 0 30px;
        max-width: 1060px;
        margin: 0 auto;
    }

    .summary__title {
        font-size: 40px;
    }

    .summary__container {
        margin-top: 40px;
        padding: 32px 32px 40px;
        max-width: 1060px;
        border-radius: 16px;
    }

    .summary__text {
        font-size: 16px;
    }

    .summary__text--ibt, .summary__text--cbt {
        height: 27px;
    }
   
    .summary__accordion-items {
        margin: 24px auto 0;
        max-width: 600px;
    }

    .summary__accordion-item {
        display: flex;
        flex-direction: column;
        border-radius: 16px;
    }

    .summary__accordion-item-title {
        pointer-events: none;
        gap: 16px;
        min-height: 56px;
        padding-left: 20px;
    }

    .summary__accordion-item.is-open .summary__accordion-item-title {
        border-radius: 16px 16px 0 0;

    }

    .summary__accordion-item-title:before, .summary__accordion-item-title:after {
        display: none;
    }
    .summary__accordion-item-body {
        padding:16px 24px 20px;
        flex-grow: 1;
        border-radius: 0 0 16px 16px;
    }

    .summary__accordion-item-left {
        font-size: 16px;
    }

    .summary__accordion-item-heading {
        font-size: 20px;
        line-height: calc(26 / 20);
        padding-left: 16px;
        font-weight: 600;
    }

    .summary__accordion-item-icon {
        width: 140px;
    }

    .summary__accordion-item-summary {
        margin-top: 16px;
        white-space: nowrap;
    }

    .summary__accordion-item-text {
        margin-top: 8px;
        min-height: 68px;
    }

    .summary__accordion-fee {
        padding: 8px 12px;
        font-size: 14px;
        margin-top: 24px;
    }

    .summary__accordion-fee-heading {
        font-size: 16px;
        line-height: 1;
    }

    .summary__accordion-fee-items {
        margin-top: 8px;
    }

    .summary__accordion-fee-item {
        line-height: calc(25.6 / 16);
    }

    

    .summary__accordion-fee-item--column {
        display: flex;
        align-items: center;
    }

.summary__accordion-fee-item--column .summary__accordion-fee-class {
        width: 161px;
    }

    .summary__blocks {
        margin-top: 32px;
        padding-top: 16px;  
    }

.summary__block-column {
    display: flex;
}

.summary__block-heading {
    width: 150px;
    flex-shrink: 0;
}

.summary__block-text {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.summary__block-sub-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
}

.summary__block-sub--class {
    display: flex;
    gap: 8px;
}

.summary__block-sub  {
    display: flex;
    gap: 8px;
}

.summary__block-sub-label {

    width: 64px;
    height: 23px;
    flex-shrink: 0;
    text-align: center;
}

.summary__block:not(:last-child) {
    padding-bottom: 16px;
}

.summary__block + .summary__block {
    margin-top: 16px;
}

.summary__info {
    margin-top: 48px;
    max-width: 1000px;
    border-radius: 16px;
}

.summary__info-title {
    padding: 16px;
    border-radius: 16px 16px 0 0;
    gap: 0px;
}

.summary__info-item + .summary__info-item {
    margin-top: 15px;
}

.summary__info-title-left {
    width: 96px;
    height: 34px;
}

.summary__info-title-left span {
    font-size: 20px;
    line-height: 26px;
}

.summary__info-title-right, .summary__info-title-right span {
    font-size: 24px;
    font-weight: 600;
}

.summary__info-body {
    border-radius: 0 0 16px 16px;
}

.summary__info-item {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 16px;

}

.summary__info-item-heading {
    font-size: 20px;
    color: #333;
}

.summary__info-item-date-wrapper {
    display: flex;
    gap: 16px;
}

.summary__info-item-date--large {
    font-size: 32px;
}

.summary__info-item-date:first-of-type {
    padding-right: 32px;
}

.summary__info-item-date:last-of-type {
    margin-top: 0;
}

.summary__info-item-date:first-of-type:before {
    bottom: 6px;
    left: unset;
    transform: translateX(0) rotate(-90deg);
    right: 0;
}

.summary__info-item-date {
    font-size: 18px;

}
}

@media screen and (min-width: 1024px) {
    .summary__accordion-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 24px;
    }

    .summary__accordion-item + .summary__accordion-item {
        margin-top: 0;
    }

    .summary__accordion-items {
        max-width: 100%;
    }

    .summary__info-item {
        gap:20px;
    }

    .summary__info-item-heading {
        font-size: 20px;
    }

    .summary__info-item-date--large {
        font-size: 40px;
    }

    .summary__info-item-date:first-of-type {
        padding-right: 38px;
    }

    .summary__info-item-date {
        font-size: 20px;
    }
    
}


/* movie */

.movie {
    padding: 40px 0;
    background-color: #fff;
}

.movie-title {
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 24px;
    color: #A72037;
    line-height: 0.9;
}

.movie-wrapper {
    margin: 24px auto 0;
    padding: 0 20px;
    max-width: 500px;
}

.movie-wrapper iframe {
    aspect-ratio: 335 / 188;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    .movie {
        padding: 40px 0 56px;
    }

    .movie-title {
        font-size: 28px;
    }

    .movie-wrapper {
        max-width: 662px;
        padding: 0 30px;
    }

}

/* end */

.end {
    position: relative;
    z-index: 1;
    padding: 64px 0 80px;
}

.end:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(/assets/lp/bijimane-0001/end-bg.png) no-repeat top center /cover;
    z-index: -1;
}

.end__inner {
    max-width: 540px;
    margin: 0 auto;
}

.end__title {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    color: #0E3581;
    letter-spacing: 0.08em;
    font-family: var(--NotoSerifJP);
}

.end__message {
    margin-top: 40px;
    padding: 0 20px;    
    text-align: center;
    color: #0E3581;
    font-weight: 500;
    line-height: calc(36.8 / 16);
}

.end__container {
    margin: 48px auto 0;
    width: calc(100% - 40px);
    max-width: 500px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px #00000014;
    padding: 42px 23px 24px;
    border: 1px solid #DCDCDC;
}

.end__header {
    width: fit-content;
    margin: 0 auto;
}

.end__logo {
    margin: 24px auto 0;
    max-width: 241px;
}

.end__photo {
    margin: 56px auto 0;
    width: 200px;
    text-align: right;
}
.end__photo-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    
}
.end__history {
    line-height: 1.9;
    border-bottom: 1px solid #EFEFEF;
    margin-top: 32px;
    padding-bottom: 24px;
}

.end__examination-wrapper {
    padding-top: 40px;
}
.end__examination-title {
    font-weight: 700;
    text-align: center;
}

.end__examination-items {
    margin-top: 16px;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.end__examination-item {
    width: calc(50% - 4px);
}

.end__examination-item-link {
    display: block;
    transition: all 0.3s ease 0s;
}
.end__examination-item-link:hover {
    opacity: 0.7;
}

@media (min-width: 769px) {
    .end {
        padding-bottom: 60px;
    }
    .end:before {
        background-image: url(/assets/lp/bijimane-0001/end-bg_pc.png);
    }

    .end__inner {
        max-width: 1060px;
        padding: 0 30px;
    }

    .end__title {
        font-size: 40px;
    }

    .end__message {
        padding: 0;
    }

    .end__container {
        width: 100%;
        max-width: 840px;
        padding: 40px 30px 56px;
    }

    .end__contents {
        max-width: 680px;
        margin: 0 auto;
    }

    .end__logo {
        max-width: 294px;
    }

    .end__column {
        display: flex;
        gap: 32px;
        flex-direction: row-reverse;
        margin-top: 56px;
        padding-bottom: 24px;
        border-bottom: 1px solid #EFEFEF;
    }

    .end__photo {
        width: 137px;
        margin-top: 0;
        flex-shrink: 0;
    }

    .end__history {
        margin-top: 0;
        padding-bottom: 0;
        border: none;
    }

    .end__examination-items {
        gap: 12px;
    }

    .end__examination-item {
        width: 218px;
    }
}

/* footer */

.footer {
    padding: 20px 0;
    background-color: #A72037;
}

.footer_copyright {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

@media (min-width: 769px) {
    .footer {
        padding: 24px 0;
    }

    .footer_copyright {
        line-height: 1;
    }
}

/* schedule 追加 */
.hidden-pc{
    display: none;
  }
  
  
  h2.schedule__title-main{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  h2.schedule__title-main span{
    color: var(--main-bijimane, #A72037);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .schedule .summary__info{
    margin: 0.625rem auto 0;
  }
  
  @media screen and (max-width: 768px) {
    .schedule{
      padding: 2.5rem 1.25rem 0;
    }
    h2.schedule__title-main{
      text-align: left;
    }
    .hidden-pc{
      display: inline;
    }
    .about__intro{
      padding: 146px 0 56px;
    }
  }