@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
}

.spBreak {
    display: none;
}

.pcBreak {
    display: block;
}

h2 {
    line-height: 1.6;
}

h3 {
    line-height: 1.4;
    letter-spacing: 0.05em;
}

h4 {
    line-height: 1.4;
    letter-spacing: 0.05em;
    background-color: transparent;
    color: #000000;
    height: auto;
    padding: 0;
}

.applyStepItem h4 {
    line-height: 1.4;
    letter-spacing: 0.05em;
    background-color: transparent;
    color: #000000;
    height: auto;
    padding: 0;
}

.container {
    line-height: 1.5;
    margin-inline: auto;
    width: 1080px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "KozGoPro-Regular", "小塚ゴシック Pro R", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
}

.mv {
    padding: 90px 30px 96px;
    position: relative;
}

.mv::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background: url(../img/mvPc.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.mvTitle {
    font-size: 54px;
    line-height: 1.4;
    font-weight: 600;
}

.mvTitleCaution {
    font-size: 24px;
}

.mvTitleRelief {
    color: #006ade;
}

.mvText {
    margin-top: 32px;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
}

.mvTextAppeal {
    color: #ff7200;
    text-decoration: underline;
    text-underline-offset: -6px;
    text-decoration-thickness: 10px;
    text-decoration-color: #fff47e;
    font-weight: 600;
}

.mvSubText {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.mvList {
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 28px 0;
    gap: 0 64px;
    margin-top: 24px;
    width: 57%;
    position: relative;
}

.mvList::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #0180eb;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 1px;
}

.mvListItem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px 0;
}

.mvListItemText {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.mvListItemTextPrice {
    font-size: 28px;
    font-weight: 500;
}

.mvListItemTextPriceAppeal {
    color: #ff0033;
}

/* =============== 
    cv
=============== */

.cv {
    padding-top: 28px;
    padding-bottom: 28px;
    flex-direction: row;
    justify-content: center;
    gap: 0 36px;
    display: flex;
    position: relative;
}

.cv::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #005abe;
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.cvReserve {
    font-weight: 600;
    color: #ffffff;
    background-color: #ffb535;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    font-size: 30px;
    width: 360px;
}

.cvReserve::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    background-color: #d98a02;
    height: 1px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    top: 5px;
}

.cvApply {
    font-weight: 600;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    font-size: 30px;
    width: 360px;
}

.cvApply::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    background-color: #f4f4f4;
    height: 1px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    top: 5px;
}

/* =============== 
    worries
=============== */

.worries {
    padding: 92px 30px 72px;
    position: relative;
}

.worries::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #ffffff 0%, #e5f1ff 100%);
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.worriesTitle {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-inline: auto;
    max-inline-size: max-content;
}

.worriesTitle::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -72px;
    width: 66px;
    aspect-ratio: 1;
    transform: translateY(-50%);
    background: url(../img/worryTitle.png) center/contain no-repeat;
}

.worriesTitleAppeal {
    display: block;
    font-size: 40px;
}

.worriesList {
    display: flex;
    flex-direction: row;
    gap: 0 130px;
    margin-top: 64px;
    align-items: center;
    justify-content: center;
}

.worriesListItem {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.worriesListItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.worriesListItem:nth-child(1)::before {
    background: url(../img/worries01.png) center/cover no-repeat;
    width: 281px;
    aspect-ratio: 57 / 43;
}

.worriesListItem:nth-child(2)::before {
    background: url(../img/worries02.png) center/cover no-repeat;
    width: 281px;
    aspect-ratio: 57 / 43;
}

.worriesListItem:nth-child(3)::before {
    background: url(../img/worries03.png) center/cover no-repeat;
    width: 338px;
    aspect-ratio: 63 / 37;
}

.worriesText {
    font-size: 16px;
    margin-top: 72px;
    text-align: center;
    font-weight: 500;
}

.worriesAppeal {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    background-color: #006ade;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin-top: 32px;
}

.worriesAppeal::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    transform: translateX(-50%);
    aspect-ratio: 62 / 38;
    max-width: 100%;
    width: 113px;
    background: url(../img/appealPc01.png) center/cover no-repeat;
}

.worriesAppeal::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    aspect-ratio: 65 / 35;
    max-width: 100%;
    width: 74px;
    background: url(../img/appealPc02.png) center/cover no-repeat;
}

.worriesCautions {
    margin-top: 12px;
}

.worriesCautionsItem {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

.price {
    position: relative;
}

.price::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #e5f1ff;
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.priceTitle {
    font-size: 40px;
    font-weight: 600;
    color: #0180eb;
    text-align: center;
    position: relative;
}

.priceTitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #0180eb;
    height: 2px;
    border: 1px solid #0180eb;
    transform: translateX(-50%);
    width: 124px;
}

.priceSubTitle {
    font-size: 24px;
    margin-top: 80px;
    text-align: center;
    font-weight: 500;
}

.priceText {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
}

.priceTable {
    max-width: 800px;
    margin-inline: auto;
    width: 100%;
    margin-top: 16px;
}

.priceTableTh {
    text-align: center;
    width: 50%;
    padding: 16px 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 24px;
    font-weight: 600;
}

.priceTableTh.ticket {
    background-color: #fff47e;
}

.priceTableTh.insurance {
    background-color: #ffb535;
    border-left: 2px solid #e5f1ff;
}

.priceTableTd {
    text-align: center;
    width: 50%;
    font-size: 24px;
    padding: 20px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #e5f1ff;
}

.priceTableTd:nth-child(2) {
    border-left: 2px solid #e5f1ff;
}

.priceTableTr:last-child .priceTableTd:nth-child(1) {
    border-bottom-left-radius: 16px;
}

.priceTableTr:last-child .priceTableTd:nth-child(2) {
    border-bottom-right-radius: 16px;
}

.howto {
    padding-top: 124px;
    padding-bottom: 124px;
    position: relative;
}

.howto::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #e5f1ff;
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.howtoTitle {
    font-size: 40px;
    font-weight: 600;
    color: #0180eb;
    text-align: center;
    position: relative;
}

.howtoTitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #0180eb;
    height: 2px;
    border: 1px solid #0180eb;
    transform: translateX(-50%);
    width: 124px;
}

.howtoList {
    display: flex;
    flex-direction: column;
    gap: 48px 0;
    margin-top: 80px;
    max-width: 1000px;
    margin-inline: auto;
}

.howtoListItemTitle {
    font-size: 24px;
    font-weight: 600;
    background-color: #beddff;
    position: relative;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 28px 12px;
}

.howtoListItemTitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #beddff;
    width: 49px;
    height: 46px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.howtoListItemText {
    margin-top: 12px;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.howtoListItemTextStrong {
    color: #ff7200;
    text-decoration: underline;
    text-underline-offset: -6px;
    text-decoration-thickness: 10px;
    text-decoration-color: #fff47e;
    font-weight: 600;
}

.howtoListItemCases {
    background-color: #ffffff;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.howtoListItemCasesItem {
    padding-left: 170px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.howtoListItemCasesItem.wide {
    padding-left: 170px;
}

.howtoListItemCasesItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 116px;
    width: 38px;
    height: 38px;
    background: url(../img/check.png) center/cover no-repeat;
}

.howtoListItemCasesItem.wide::before {
    left: 116px;
}

.howtoListItemAnswer {
    background-color: #ffffff;
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    gap: 32px 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.howtoListItemAnswerText {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}

.howtoListItemAnswerAppeal {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: -6px;
    text-decoration-thickness: 10px;
    text-decoration-color: #fff47e;
}

.howtoListItemAnswerTextStrong {
    color: #ff7200;
    text-decoration: underline;
    text-underline-offset: -6px;
    text-decoration-thickness: 10px;
    text-decoration-color: #fff47e;
    font-weight: 600;
}

.example {
    padding-top: 62px;
    padding-bottom: 62px;
}

.exampleTitle {
    font-size: 32px;
    font-weight: 600;
    color: #0180eb;
    text-align: center;
}

.exampleList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.exampleListItem {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px * 2) / 3);
}

.exampleListItemTitle {
    background-color: #0180eb;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 24px 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.exampleListItemText {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 16px 24px;
    background-color: #f2f8ff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    line-height: 1.7;
    flex: 1;
}

.bottomCv {
    flex-direction: column;
    gap: 40px 0;
    padding: 76px 0;
}

.cvTitle {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.cvLinks {
    display: flex;
    flex-direction: row;
    gap: 0 40px;
    justify-content: center;
}

.apply {
    padding-top: 80px;
    padding-bottom: 64px;
    position: relative;
}

.apply::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #e5f1ff;
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.applyTitle {
    font-size: 40px;
    font-weight: 600;
    color: #0180eb;
    text-align: center;
    position: relative;
}

.applyTitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #0180eb;
    height: 2px;
    border: 1px solid #0180eb;
    transform: translateX(-50%);
    width: 124px;
}

.applyList {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    gap: 40px 0;
}

.applyListItem {
    display: flex;
    gap: 0 106px;
}

.applyListItemTitle {
    font-weight: 500;
    font-size: 28px;
    width: 260px;
}

.applyListItemText {
    font-weight: 500;
    line-height: 1.7;
    font-size: 16px;
    padding-left: 186px;
    margin-top: 0;
    width: calc(100% - 106px - 260px);
    box-sizing: border-box;
}

.applySteps {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 52px 0;
    width: calc(100% - 106px - 260px);
}

.applyStepItem {
    position: relative;
}
.applyStepItem:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 65px;
    background-color: #0180eb;
    height: calc(100% + 52px);
    width: 8px;
    z-index: -1;
}

.applyStepItemTitle {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    gap: 0 44px;
}

.applyStepItemSubTitle {
    color: #ffffff;
    background-color: #0180eb;
    display: block;
    max-inline-size: max-content;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 38px;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: -10px;
    height: 50px;
    box-sizing: border-box;
}

.applyStepItemText {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 0;
    padding-left: 186px;
}

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

.claim::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: #00a6eb;
    width: 100%;
    margin-inline: 0;
    left: 0;
}

.claimTitle {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.claimTitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #ffffff;
    height: 2px;
    border: 1px solid #ffffff;
    transform: translateX(-50%);
    width: 124px;
}

.claimText {
    font-size: 16px;
    font-weight: 500;
    margin-top: 64px;
    text-align: center;
}

.claimButton {
    font-weight: 600;
    color: #ffffff;
    background-color: #ffb535;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    font-size: 30px;
    width: 362px;
    margin-inline: auto;
}

.claimButton::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    background-color: #d98a02;
    height: 1px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    top: 5px;
}

.claimCaution {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

.qa {
    padding-top: 58px;
    padding-bottom: 72px;
}

.qaTitle {
    font-size: 40px;
    font-weight: 600;
    color: #0180eb;
    text-align: center;
    position: relative;
}

.qaTitle::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #0180eb;
    height: 2px;
    border: 1px solid #0180eb;
    transform: translateX(-50%);
    width: 124px;
}

.qaList {
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 36px 0;
}

.qaListItem {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.qaListItemTitle {
    font-weight: 600;
    position: relative;
    font-size: 20px;
    padding-left: 68px;
}

.qaListItemTitle::before {
    content: 'Q';
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #43c3fa;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", serif;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.qaListItemText {
    line-height: 1.7;
    position: relative;
    font-size: 20px;
    padding-left: 68px;
    padding-right: 0;
}

.qaListItemText::before {
    content: 'A';
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fbb0d3;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", serif;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

@media screen and (min-width:1080px) {
    .mv::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .cv::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .worries::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .price::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .howto::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .apply::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
    .claim::before {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
}
