@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #0F2B5A;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.wrap {
    position: relative;
    overflow: hidden;
}

main {
    position: relative;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.parent {
    padding: 64px 5vw;
}

.child {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.serif {
    font-family: "Noto Serif JP", serif;
}

.red-txt {
    color: #B91C1C;
}

.gray-txt {
    color: #4B5563;
}

    /*<div class="cta-btn-wrap">*/
.cta-btn {
    background: linear-gradient(90deg,
            #DC2626 0%,
            #B91C1C 100%
    );
    box-shadow: 0 8px 16px rgba(185,28,28,0.2);
    padding: 8px 24px;
    color: #fff;
    border-radius: 50vh;
    font-size: 18px;
}
/*終わり*/


/*<header class="header">*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 5vw;
    background-color: #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
}

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

.header-logo-wrap {
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    padding: 64px 5vw 200px 5vw;
    background-image: url(../img/fv_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.fv-in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    z-index: 2;
}

.fv-ribbon-txt-wrap {
    max-width: 240px;
    width: 100%;
}

.fv-txt-flex {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 8px;
}

.fv-country-img {
    max-width: 120px;
    width: 100%;
}

.fv-txt-01 {
    color: #fff;
    font-size: clamp(56px, 64vw / 13.00, 64px);
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.fv-h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.fv-h1-img {
    width: 80%;
}

.fv-schedule-wrap {
    position: relative;
}

.fv-schedule-wrap-in {
    position: relative;
    border: solid 3px #0F2B5A;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    font-weight: 800;
    font-size: 20px;
    margin-top: 24px;
}

.fv-circle-txt {
    position: absolute;
    top: 120%;
    left: -120px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 240px;
    width: 100%;
}

.fv-schedule-title {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #0F2B5A;
    color: #fff;
    border-radius: 4px;
    padding: 2px 16px;
    width: max-content;
    font-size: 12px;
    font-weight: 600;
}
/*終わり*/


/*<section class="reco">*/
.reco {
    background-image: url(../img/reco_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reco-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.reco-h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
}

.reco-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.reco-txt-wrap {
    border: solid 4px #0F2B5A;
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.reco-txt {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 20px;
}

.reco-txt::before {
    content: "";
    background-image: url(../img/red_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.reco .cta-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cta-btn-txt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font-weight: 800;
}

.cta-txt-slash {
    max-width: 24px;
    width: 100%;
}

.reco .cta-btn {
    text-align: center;
    font-size: 24px;
    padding: 8px 32px;
}
/*終わり*/


/*<section class="amazing">*/
.amazing-title-area {
    background-image: url(../img/amazing_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.amazing-h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.amazing-h2 span {
    color: #0F2B5A;
    font-size: 24px;
}

.point-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    /*<div class="point-wrap-01">*/
.point-wrap-01 {
    border-color: #F8FAFC;
}

.point-wrap-01-in {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.point-h3 {
    position: relative;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
}

.point-img {
    position: absolute;
    z-index: 1;
    max-width: 90px;
    width: 100%;
}

.point-img-01 {
    top: 0;
    left: 15%;
}

.point-txt-01 {
    text-align: center;
    color: #1F2937;
    font-weight: 500;
}

.point-txt-01 span {
    font-weight: 800;
}

.point-table-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.point-table-img {
    width: 49%;
    border-radius: 16px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.point-txt-02 {
    text-align: right;
    font-size: 10px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

    /*<div class="point-wrap-02">*/
.point-wrap-02 {
    position: relative;
    background-image: url(../img/point_02_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.point-wrap-02-in {
    position: relative;
    padding-left: 100px;
    z-index: 2;
}

.point-02-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.point-wrap-02 .point-h3 {
    text-align: left;
}

.point-img-02 {
    top: 0;
    left: 0;
}

    /*<div class="point-wrap-03">*/
.point-wrap-03 {
    position: relative;
    padding-top: 140px;
}

.point-wrap-03-in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.think-three-logo {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 100px;
    width: 100%;
}

.point-03-txt-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.point-03-ul-wrap {
    width: 43%;
}

.point-03-ul-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 20px;
    color: #DC2626;
}

.point-03-ul-wrap ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.point-03-ul-wrap ul li::before {
    content: "";
    background-image: url(../img/red_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.point-03-img-wrap {
    width: 45%;
}

.point-txt-05-wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #E5E7EB;
    box-shadow: 2px 2px 10px rgba(10,10,10,0.2);
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    color: #1F2937;
    line-height: 2;
}

.point-txt-0607-wrap {
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    border: solid 2px #DC2626;
    box-shadow: 2px 2px 10px rgba(10,10,10,0.2);
    padding: 24px;
    border-radius: 8px;
    color: #1F2937;
    background-color: #FFFCF0;
}

.point-txt-06 {
    padding-bottom: 16px;
    border-bottom: solid 1px #D1D5DB;
}

.point-txt-06 span {
    border-bottom: solid 1px #1F2937;
}

.point-txt-07 {
    padding-top: 16px;
}

.point-txt-0607-title {
    position: absolute;
    top: -24px;
    left: 16px;
    border: solid 2px #fff;
    background-color: #DC2626;
    padding: 4px 16px;
    border-radius: 50vh;
    font-weight: 800;
    color: #fff;
    width: max-content;
    display: inline-block;
}

.point-img-03 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

    /*<div class="point-wrap-04">*/
.point-wrap-04 {
    background-image: url(../img/point_04_bg_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.point-wrap-04-in {
    position: relative;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.point-wrap-04 .point-h3 {
    text-align: left;
    text-shadow: 
    0 0 8px #fff,
    0 0 8px #fff;
}

.point-txt-08-wrap {
    box-shadow: 2px 2px 10px rgba(10,10,10,0.2);
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    color: #1F2937;
    text-align: center;
    font-size: 18px;
}

.point-04-txt-wrap {
    background-color: rgba(255,255,255,0.8);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.point-txt-09 {
    display: flex;
    gap: 8px;
    font-size: 20px;
    font-weight: 800;
}

.point-txt-09 span {
    flex-shrink: 0;
}

.point-txt-10 {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 8px;
    color: #1F2937;
}

.point-04-txt-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.point-04-img-wrap {
    width: 40%;
    border-radius: 4px;
}

.point-04-dl {
    display: flex;
    flex-wrap: wrap;
    width: 58%;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(10,10,10,0.2);
    border-radius: 4px;
}

.point-04-dl dt {
    background-color: #F3F4F6;
    padding: 8px;
    width: 20%;
    text-align: center;
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.point-04-dl .first-dt {
    border-radius: 4px 0 0 0;
}

.point-04-dl .last-dt {
    border-radius: 0 0 0 4px;
}

.point-04-dl dd {
    padding: 8px;
    width: 80%;
    border-bottom: solid 1px #F3F4F6;
    display: flex;
    align-items: center;
}

.point-04-dl .last-dt,
.point-04-dl .last-dd {
    border-bottom: none;
}

.point-img-04 {
    top: 0;
    left: 0;
}
/*終わり*/


/*<section class="schedule">*/
.schedule {
    background-image: url(../img/schedule_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.schedule-in {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.schedule-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.schedule-h2 span {
    font-size: 32px;
    font-weight: 800;
}

.schedule-txt-01 {
    background-color: #fff;
    border-radius: 50vh;
    padding: 4px 16px;
    width: max-content;
    margin: 0 auto;
}

.schedule-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
/*終わり*/


/*<section class="faq">*/
.faq {
    background-color: #F8FAFC;
}

.faq-in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faq-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.faq-h2 span {
    font-size: 32px;
    font-weight: 800;
}

.faq-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-con {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-open {
    position: relative;
    background: linear-gradient(90deg,
            #F3F4F6 0%,
            #FFFFFF 100%
    );
    padding: 16px;
    border-radius: 4px;
}

.nav-open.active {
    border-radius: 4px 4px 0 0;
}

.nav-open:hover {
    cursor: pointer;
}

.q-txt {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-right: 40px;
}

.q-txt::before {
    content: "Q";
    font-size: 24px;
    font-weight: 800;
    color: #D97706;
    line-height: 1;
}

.faq-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.nav-open.active .faq-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.faq-txt {
    position: relative;
    display: none;
    padding: 16px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}

.faq-txt::before {
    content: "A";
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 24px;
    font-weight: 800;
    color: #D1D5DB;
    line-height: 1;
}

.faq-txt-in {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.a-txt small {
    font-size: 12px;
}
/*終わり*/


/*<section class="tour">*/
.tour-in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tour-h2 {
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.tour-h2::before {
    content: "";
    border-bottom: solid 3px #0F2B5A;
    width: 16px;
}

.tour-h2::after {
    content: "";
    border-bottom: solid 3px #0F2B5A;
    width: 16px;
}

.tour-dl {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.2);
    border-radius: 4px;
}

.tour-dl dt {
    background-color: #0F2B5A;
    color: #fff;
    padding: 16px;
    width: 25%;
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;
}

.tour-dl dd {
    padding: 16px;
    width: 75%;
    border-bottom: solid 1px #F3F4F6;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.tour-dl .first-dt {
    border-radius: 4px 0 0 0;
}

.tour-dl .last-dt,
.tour-dl .last-dd {
    border-bottom: none;
}

.tour-dl .last-dt {
    border-radius: 0 0 0 4px;
}

.tour-dl .bold-txt {
    font-size: 20px;
    font-weight: 800;
}

.tour-dl .dd-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dd-txt-wrap {
    width: 49%;
    padding: 16px;
    text-align: center;
}

.dd-txt-wrap-01 {
    background-color: #FEF2F2;
    border: solid 1px #FECACA;
    color: #B91C1C;
    border-radius: 4px;
}

.dd-txt-01 {
    padding-bottom: 4px;
    border-bottom: solid 1px #FECACA;
    font-weight: 800;
}

.dd-txt-02 {
    padding-top: 4px;
    font-size: 24px;
    font-weight: 800;
}

.dd-small-txt {
    font-size: 10px;
    color: #4B5563;
    margin-top: 4px;
}

.dd-txt-wrap-02 {
    background-color: #F3F4F6;
    border: solid 1px #0F2B5A;
    color: #374151;
    border-radius: 4px;
}

.dd-txt-03 {
    padding-bottom: 4px;
    border-bottom: solid 1px #C6C6C8;
    font-weight: 800;
}

.dd-txt-04 {
    padding-top: 4px;
    font-size: 24px;
    font-weight: 800;
}

.dd-txt-02 small,
.dd-txt-04 small {
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
}
/*終わり*/


/*<section class="terms">*/
.terms {
    background-color: #F3F4F6;
}

.terms-in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.terms-h2 {
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.terms-h2::before {
    content: "";
    border-bottom: solid 3px #4B5563;
    width: 16px;
}

.terms-h2::after {
    content: "";
    border-bottom: solid 3px #4B5563;
    width: 16px;
}

.terms-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.terms-open {
    position: relative;
    background-color: #4B5563;
    padding: 16px;
    border-radius: 4px;
}

.terms-open:hover {
    cursor: pointer;
}

.terms-open.active {
    border-radius: 4px 4px 0 0;
}

.terms-txt-title {
    position: relative;
    padding-right: 40px;
    color: #fff;
}

.plus-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
}

.plus-icon::before {
    width: 40%;
    height: 2px;
}

.plus-icon::after {
    width: 2px;
    height: 40%;
}

.terms-open.active .plus-icon::after {
    display: none;
}

.terms-txt {
    position: relative;
    display: none;
    padding: 16px;
    background-color: #fff;
    border: solid 1px #D1D5DB;
    border-radius: 0 0 4px 4px;
    font-weight: 400;
    color: #4B5563;
}

.terms-ul-01 li {
    display: flex;
}

.terms-ul-01 li::before {
    content: "・";
}

.terms-ul-title {
    font-weight: 800;
}

.terms-ul-title-02,
.terms-ul-title-03,
.terms-ul-title-04 {
    margin-top: 16px;
}

.terms-ul-title::before {
    display: none;
}

.terms-pdf-link {
    border-bottom: solid 1px #B91C1C;
    color: #B91C1C;
}

.terms-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.terms-flex-con {
    width: 49%;
    padding: 16px;
    background-color: #fff;
    border: solid 1px #D1D5DB;
    border-radius: 0 0 4px 4px;
    font-weight: 400;
    color: #4B5563;
}

.terms-flex-con-title {
    font-weight: 800;
}

.terms-ul-02 {
    margin-top: 8px;
}

.terms-ul-02 li {
    display: flex;
}

.terms-ul-02 li span {
    flex-shrink: 0;
}
/*終わり*/


/*<div class="cta">*/
.cta {
    background-image: url(../img/cta_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.cta .cta-btn {
    text-align: center;
    font-size: 24px;
    padding: 16px 80px;
}
/*終わり*/


/*追従ボタン*/
.fix-cta-btn-wrap {
    display: none;
}
/*終わり*/


/*<section class="form">*/
.form {
    background-image: url(../img/form_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-in {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.form-h2 {
    width: max-content;
    margin: 0 auto;
    background-color: #EAB308;
    line-height: 1.3;
    padding: 8px 40px;
    border-radius: 50vh;
    font-weight: 800;
    font-size: 24px;
}

.form-h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
}

.form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.form-img-wrap {
    width: 40%;
}

.form-img {
    border: solid 1px #fff;
    border-radius: 4px;
}

.form-ul-wrap {
    border: solid 1px #fff;
    border-radius: 4px;
    width: 58%;
    background-color: rgba(30,64,124,0.8);
    padding: 24px;
    color: #fff;
    display: flex;
    align-items: center;
}

.form-ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-ul li {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.form-ul li::before {
    content: "";
    background-image: url(../img/yellow_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-top: 8px;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    padding: 40px 5vw 16px 5vw;
    background-color: #111827;
}

.footer-in {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    color: #fff;
}

.footer-txt-01 {
    font-size: 20px;
}

.footer-txt-02 {
    font-size: 14px;
    font-weight: 400;
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    border-bottom: solid 1px #1F2937;
    padding-bottom: 24px;
}

.footer-ul li {
    color: #D1D5DB;
    font-weight: 400;
    font-size: 14px;
}

.copyright {
    color: #6B7280;
    font-size: 12px;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }
/*終わり*/  
  

/*<header class="header">*/
    .header-logo-wrap {
        max-width: clamp(240px, 300vw / 10.24, 300px);
    }
/*終わり*/


/*<section class="fv">*/
    .fv-country-img {
        max-width: clamp(72px, 120vw / 10.24, 120px);
    }

    .fv-txt-01 {
        font-size: clamp(24px, 56vw / 10.24, 56px);
    }

    .fv-h1 {
        font-size: clamp(32px, 40vw / 10.24, 40px);
    }

    .fv-circle-txt {
        position: absolute;
        bottom: 64px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: clamp(180px, 200vw / 10.24, 200px);
    }
/*終わり*/


/*<section class="reco">*/
/*終わり*/


/*<section class="amazing">*/
    .amazing-h2 span {
        font-size: clamp(20px, 24vw / 10.24, 24px);
    }

    .point-h3 {
        font-size: clamp(20px, 28vw / 10.24, 28px);
    }

    .point-img {
        max-width: clamp(72px, 90vw / 10.24, 90px);
    }

    /*<div class="point-wrap-01">*/
    .point-wrap-01 .point-h3 {
        padding-top: 80px;
    }

    .point-img-01 {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    /*<div class="point-wrap-02">*/
    .point-wrap-02-in {
        padding-left: 0;
    }

    .point-02-txt-wrap {
        padding-top: 90px;
    }

    /*<div class="point-wrap-03">*/
    .point-wrap-03 .point-h3 {
        padding-top: 80px;
    }

    .think-three-logo {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        max-width: 100px;
        width: 100%;
    }

    .point-03-txt-flex {
        flex-direction: column-reverse;
        max-width: 600px;
        margin: 0 auto;
        gap: 24px;
    }

    .point-03-ul-wrap {
        width: 100%;
    }

    .point-03-img-wrap {
        width: 100%;
    }

    .point-txt-05-wrap {
        max-width: 600px;
    }

    .point-txt-0607-wrap {
        max-width: 600px;
    }

    /*<div class="point-wrap-04">*/
    .point-wrap-04-in {
        padding-top: 80px;
        padding-left: 0;
    }

    .point-txt-09 {
        flex-direction: column;
    }

    .point-04-txt-flex {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap: 16px;
    }

    .point-04-img-wrap {
        width: 100%;
        height: clamp(280px, 320vw / 10.24, 320px);
    }

    .point-04-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .point-04-dl {
        width: 100%;
    }
/*終わり*/


/*<section class="schedule">*/
    .schedule-h2 span {
        font-size: clamp(24px, 32vw / 10.24, 32px);
    }
/*終わり*/


/*<section class="faq">*/
    .faq-h2 span {
        font-size: clamp(24px, 32vw / 10.24, 32px);
    }

    .faq-arrow {
        right: clamp(8px, 16vw / 10.24, 16px);
    }

    .q-txt::before,
    .faq-txt::before {
        top: 20px;
        font-size: clamp(20px, 24vw / 10.24, 24px);
    }
/*終わり*/


/*<section class="tour">*/
    .tour-h2 {
        font-size: clamp(24px, 32vw / 10.24, 32px);
    }

    .tour-dl {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .tour-dl dt {
        width: 100%;
        border-bottom: none;
    }

    .tour-dl .first-dt {
        border-radius: 4px 4px 0 0;
    }

    .tour-dl .last-dt {
        border-radius: 0 0 0 0;
    }

    .tour-dl dd {
        width: 100%;
        border-bottom: none;
    }

    .tour-dl .dd-flex {
        flex-direction: column;
        gap: 16px;
    }

    .dd-txt-wrap {
        width: 100%;
    }

/*終わり*/


/*<section class="terms">*/
    .terms-flex {
        flex-direction: column;
        gap: 24px;
    }

    .terms-flex-con {
        width: 100%;
        padding: 16px;
        background-color: #fff;
        border: solid 1px #D1D5DB;
        border-radius: 0 0 4px 4px;
        font-weight: 400;
        color: #4B5563;
    }
/*終わり*/


/*<div class="cta">*/
/*終わり*/


/*追従ボタン*/
    .fix-cta-btn-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 60px;
        display: block;
        background: linear-gradient(90deg,
                #DC2626 0%,
                #991B1B 100%
        );
    }

    .fix-cta-btn-wrap.is-hidden {
        opacity: 0;
        visibility: hidden;
    }

    .fix-cta-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 16px;
        text-align: center;
        color: #f1f1f1;
        font-size: 16px;
        font-weight: 600;
        z-index: 1;
    }
/*終わり*/


/*<section class="form">*/
    .form-h2 {
        font-size: clamp(20px, 24vw / 10.24, 24px);
    }

    .form-h3 {
        font-size: clamp(24px, 32vw / 10.24, 32px);
    }

    .form-flex {
        max-width: 600px;
        flex-direction: column;
        gap: 24px;
    }

    .form-img-wrap {
        width: 100%;
        height: 280px;
    }

    .form-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .form-ul-wrap {
        width: 100%;
    }

/*終わり*/


/*<footer class="footer">*/
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    body {
        font-size: clamp(14px, 16vw / 5.99, 16px);
    }

    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/  


/*<header class="header">*/
    .header {
        height: 64px;
    }

    .header-logo-wrap {
        max-width: clamp(220px, 240vw / 5.99, 240px);
    }

    .header .cta-btn-wrap {
        display: none;
    }
/*終わり*/


/*<section class="fv">*/
    .fv {
        padding: clamp(48px, 64vw / 5.99, 64px) 3vw clamp(160px, 200vw / 5.99, 200px) 3vw;
        background-image: url(../img/fv_bg_sp.jpg);
        margin-top: 64px;
    }

    .fv-ribbon-txt-wrap {
        max-width: clamp(160px, 240vw / 5.99, 240px);
    }

    .fv-country-img {
        max-width: clamp(40px, 72vw / 5.99, 72px);
    }

    .fv-txt-01 {
        font-size: clamp(21px, 24vw / 5.99, 24px);
    }

    .fv-h1-img {
        width: 100%;
    }

    .fv-h1 {
        font-size: clamp(24px, 32vw / 5.99, 32px);
    }

    .fv-schedule-wrap-in {
        padding: 16px clamp(24px, 40vw / 5.99, 40px) clamp(8px, 16vw / 5.99, 16px);
        font-size: clamp(16px, 20vw / 5.99, 20px);
    }

    .fv-circle-txt {
        bottom: 0;
        max-width: clamp(160px, 180vw / 5.99, 180px);
    }
/*終わり*/


/*<section class="reco">*/
    .reco-h2 {
        font-size: clamp(20px, 32vw / 5.99, 32px);
    }

    .reco-flex {
        gap: clamp(8px, 24vw / 5.99, 24px);
    }

    .reco-txt-wrap {
        width: 100%;
        padding: clamp(8px, 16vw / 5.99, 16px);
    }

    .reco-txt {
        font-size: clamp(14px, 20vw / 5.99, 20px);
    }

    .cta-btn-txt {
        font-size: clamp(14px, 16vw / 5.99, 16px);
    }

    .cta-txt-slash {
        max-width: clamp(16px, 24vw / 5.99, 24px);
    }

    .reco .cta-btn {
        font-size: clamp(18px, 24vw / 5.99, 24px);
    }
/*終わり*/


/*<section class="amazing">*/
    .amazing-title-area {
        padding: 40px 5vw;
    }

    .amazing-h2 {
        font-size: clamp(24px, 40vw / 5.99, 40px);
    }

    .amazing-h2 span {
        font-size: clamp(14px, 20vw / 5.99, 20px);
    }

    /*<div class="point-wrap-01">*/
    .point-area .parent {
        padding: 40px 3vw;
    }

    .point-h3 {
        font-size: clamp(16px, 20vw / 5.99, 20px);
    }

    .point-img {
        max-width: clamp(64px, 72vw / 5.99, 72px);
    }

    .point-txt-01 {
        text-align: left;
    }

    .point-table-flex {
        flex-direction: column;
        gap: 24px;
    }

    .point-table-img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    .point-txt-02 {
        text-align: left;
    }

    /*<div class="point-wrap-02">*/
    .point-wrap-02 {
        background-image: url(../img/point_02_bg_sp.jpg);
    }

    .point-02-txt-wrap {
        padding-top: clamp(72px, 90vw / 5.99, 90px);
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    /*<div class="point-wrap-03">*/
    .point-area .point-wrap-03 {
        padding-top: clamp(120px, 140vw / 5.99, 140px);
    }

    .point-03-ul-wrap ul {
        font-size: clamp(14px, 20vw / 5.99, 20px);
    }

    .point-03-ul-wrap ul li::before {
        width: clamp(12px, 16vw / 5.99, 16px);
        height: clamp(12px, 16vw / 5.99, 16px);
    }

    .point-txt-05-wrap {
        padding: clamp(16px, 24vw / 5.99, 24px);
    }

    .point-txt-0607-wrap {
        padding: 24px clamp(16px, 24vw / 5.99, 24px);
    }

    /*<div class="point-wrap-04">*/
    .point-wrap-04 {
        background-image: url(../img/point_04_bg_sp.jpg);
    }

    .point-txt-08-wrap {
        padding: 16px clamp(16px, 24vw / 5.99, 24px);
        font-size: clamp(14px, 18vw / 5.99, 18px);
        text-align: left
    }

    .point-04-txt-wrap {
        padding: clamp(16px, 24vw / 5.99, 24px);
    }

    .point-txt-09 {
        font-size: clamp(16px, 20vw / 5.99, 20px);
    }

    .point-txt-10 {
        text-align: left;
    }

    .point-04-img-wrap {
        width: 100%;
        height: clamp(180px, 280vw / 5.99, 280px);
    }

   .point-04-dl dt {
        width: 30%;
    }

    .point-04-dl dd {
        width: 70%;
    }
/*終わり*/


/*<section class="schedule">*/
    .schedule-h2 {
        font-size: clamp(14px, 18vw / 5.99, 18px);
    }

    .schedule-h2 span {
        font-size: clamp(20px, 24vw / 5.99, 24px);
    }

    .schedule-img-wrap {
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .schedule-img {
        display: block;
        min-width: 700px;
    }
/*終わり*/


/*<section class="faq">*/
    .faq-h2 {
        font-size: clamp(14px, 18vw / 5.99, 18px);
    }

    .faq-h2 span {
        font-size: clamp(20px, 24vw / 5.99, 24px);
    }

    .nav-open {
        padding: clamp(8px, 16vw / 5.99, 16px);
    }

    .q-txt {
        padding-right: clamp(24px, 40vw / 5.99, 40px);
    }

    .q-txt::before,
    .faq-txt::before {
        font-size: clamp(18px, 20vw / 5.99, 20px);
    }

    .faq-arrow {
        right: 0px;
        width: clamp(12px, 16vw / 5.99, 16px);
        height: clamp(12px, 16vw / 5.99, 16px);
    }

    .faq-txt {
        padding: clamp(8px, 16vw / 5.99, 16px);
    }

    .faq-txt::before {
        top: clamp(12px, 16vw / 5.99, 16px);
        left: clamp(12px, 16vw / 5.99, 16px);
    }

    .faq-txt-in {
        padding-left: clamp(24px, 32vw / 5.99, 32px);
    }
/*終わり*/


/*<section class="tour">*/
    .tour-h2 {
        font-size: clamp(20px, 24vw / 5.99, 24px);
    }

    .tour-dl dt {
        padding: clamp(8px, 16vw / 5.99, 16px);
    }

    .tour-dl dd {
        padding: clamp(8px, 16vw / 5.99, 16px);
    }

    .tour-dl .bold-txt {
        font-size: clamp(14px, 20vw / 5.99, 20px);
    }

    .dd-txt-02,
    .dd-txt-04 {
        font-size: clamp(18px, 24vw / 5.99, 24px);
    }
/*終わり*/


/*<section class="terms">*/
    .terms-h2 {
        font-size: clamp(24px, 32vw / 5.99, 32px);
    }

    .terms-open,
    .terms-txt {
        padding: clamp(8px, 16vw / 5.99, 16px);
    }

    .plus-icon {
        right: clamp(8px, 16vw / 5.99, 16px);
    }

/*終わり*/


/*<div class="cta">*/
    .cta .cta-btn {
        font-size: clamp(18px, 24vw / 5.99, 24px);
    }
/*終わり*/


/*<section class="form">*/
    .form-h2 {
        font-size: clamp(16px, 20vw / 5.99, 20px);
    }

    .form-h3 {
        font-size: clamp(18px, 24vw / 5.99, 24px);
    }

    .form-img-wrap {
        height: clamp(200px, 280vw / 5.99, 280px);
    }

    .form-ul-wrap {
        padding: clamp(16px, 24vw / 5.99, 24px);
    }
/*終わり*/


/*<footer class="footer">*/
    .footer-txt-01 {
        font-size: clamp(16px, 20vw / 5.99, 20px);
    }

    .footer-txt-02 {
        font-size: clamp(12px, 14vw / 5.99, 14px);
    }

    .footer ul {
        gap: 8px;
    }

    .footer-ul li {
        font-size: clamp(12px, 14vw / 5.99, 14px);
    }

    .copyright {
        font-size: clamp(8px, 12vw / 5.99, 12px);
    }
/*終わり*/
}