@charset "UTF-8";
/* --------------------
 School tour
-------------------- */
.com-page-head {
    min-height: 133.3333333333vw;
}

@media (min-width: 768px) {
    .com-page-head {
        min-height: 680px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        min-height: 800px;
    }
}

@media (max-width: 767px) {
    .com-page-head__title__en {
        white-space: nowrap;
    }
}

.sch {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .sch {
        margin: 0 0 120px;
    }
}

@media (min-width: 768px) {
    .sch .com-title-ja {
        -webkit-margin-after: 54px;
        margin-block-end: 54px;
    }
}

.sch-container {
    margin: 0 auto;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.sch__item-wrapper {
    display: grid;
    gap: 4vw 4vw;
    grid-gap: 4vw 4vw;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .sch__item-wrapper {
        gap: 20px;
        grid-template-columns: repeat(5, 1fr);
    }
}

.sch__item {
    background-color: var(--color-navy);
    border-radius: 2.6666666667vw;
    color: var(--color-white);
    overflow: hidden;
    padding: 5.3333333333vw 2.1333333333vw;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .sch__item {
        border-radius: 10px;
        padding: 30px 8px;
    }
}

.sch__item__year {
    font-family: var(--ff-jost);
    font-size: var(--fs12);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 0.5333333333vw;
}

@media (min-width: 768px) {
    .sch__item__year {
        font-size: var(--fs13);
        margin: 0 0 2px;
    }
}

@media (min-width: 992px) {
    .sch__item__year {
        font-size: var(--fs15);
    }
}

.sch__item__date {
    font-family: var(--ff-jost);
    font-size: var(--fs28);
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 2.6666666667vw;
}

@media (min-width: 768px) {
    .sch__item__date {
        font-size: var(--fs32);
        margin: 0 0 10px;
    }
}

@media (min-width: 992px) {
    .sch__item__date {
        font-size: var(--fs40);
    }
}

.sch__item__week {
    align-items: center;
    background-color: var(--color-cyan);
    border-radius: 14px;
    color: var(--color-navy);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    font-weight: 600;
    height: 5.3333333333vw;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto 2.1333333333vw;
    padding: 0;
    width: 25.3333333333vw;
}

@media (min-width: 768px) {
    .sch__item__week {
        font-size: var(--fs13);
        height: 28px;
        margin: 0 auto 14px;
        width: 90px;
    }
}

@media (min-width: 992px) {
    .sch__item__week {
        font-size: var(--fs15);
        width: 130px;
    }
}

.sch__item__time {
    font-family: var(--ff-jost);
    font-size: var(--fs15);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .sch__item__time {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .sch__item__time {
        font-size: var(--fs20);
    }
}

.sch__item--end:before {
    align-items: center;
    background-color: rgba(236, 252, 255, 0.8);
    bottom: 0;
    color: var(--color-navy);
    content: "終了しました";
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    justify-content: center;
    left: 0;
    line-height: 1.2;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .sch__item--end:before {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .sch__item--end:before {
        font-size: var(--fs24);
    }
}

@media (min-width: 768px) {
    .flow {
        padding: 0 var(--c-pad);
    }
}

.flow-container {
    background-color: var(--color-ice);
    margin: 0 auto;
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .flow-container {
        border-radius: 10px;
    }
}

.flow-container-inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 16vw 0 21.3333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .flow-container-inner {
        padding: 120px 0 130px;
    }
}

.flow__main {
    margin: 0 auto 21.3333333333vw;
    width: 70.6666666667vw;
}

@media (min-width: 768px) {
    .flow__main {
        margin: 0 0 140px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .flow__main .com-title-ja {
        margin-bottom: 90px;
    }
}

.flow__main__item-wrapper {
    display: grid;
    gap: 36.8vw;
    grid-gap: 36.8vw;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .flow__main__item-wrapper {
        gap: 60px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.flow__main__item {
    position: relative;
}

.flow__main__item:after {
    background-image: url(../images/pages/school_tour/school_tour-flow-angle-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -26.1333333333vw;
    content: "";
    display: block;
    height: 15.4666666667vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 65.3333333333vw;
}

@media (min-width: 768px) {
    .flow__main__item:after {
        background-image: url(../images/pages/school_tour/school_tour-flow-angle.svg);
        bottom: auto;
        height: 77px;
        left: auto;
        margin: 0;
        right: -46px;
        top: 28px;
        width: 32px;
    }
}

@media (min-width: 992px) {
    .flow__main__item:after {
        top: 0;
    }
}

.flow__main__item:last-child:after {
    display: none;
}

.flow__main__item__subtitle {
    align-items: center;
    background-color: var(--color-navy);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-jost);
    font-size: var(--fs10);
    font-weight: 600;
    height: 5.3333333333vw;
    justify-content: center;
    letter-spacing: 0.1em;
    margin: 0 auto 2.1333333333vw;
    text-align: center;
    width: 20vw;
}

@media (min-width: 768px) {
    .flow__main__item__subtitle {
        font-size: var(--fs14);
        height: 25px;
        margin: 0 auto 12px;
        width: 105px;
    }
}

.flow__main__item__title {
    color: var(--color-navy);
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__main__item__title {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        font-size: var(--fs30);
        justify-content: center;
        margin: 0 0 48px;
        min-height: 2lh;
    }
}

@media (min-width: 992px) {
    .flow__main__item__title {
        display: block;
    }
}

.flow__main__item__fig {
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .flow__main__item__fig {
        margin: 0 0 28px;
    }
}

.flow__main__item__fig img {
    border-radius: 2.6666666667vw;
}

@media (max-width: 767px) {
    .flow__main__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .flow__main__item__fig img {
        border-radius: 10px;
    }
}

.flow__main__item__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .flow__main__item__content p {
        font-size: var(--fs15);
    }
}

.flow__main__item__content p:last-child {
    margin-bottom: 0;
}

.flow__gallery {
    padding: 0 2.6666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery {
        padding: 0 65px;
    }
}

.flow__gallery .com-title-en {
    margin-bottom: 9.6vw;
}

@media (min-width: 768px) {
    .flow__gallery .com-title-en {
        margin-bottom: 40px;
    }
}

.flow__gallery__slider__fig {
    margin: 0;
    text-align: center;
}

.flow__gallery__slider__fig img {
    border-radius: 2.6666666667vw;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__gallery__slider__fig img {
        border-radius: 10px;
    }
}

.flow__gallery__slider__content {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__gallery__slider__content {
        max-width: 550px;
    }
}

.flow__gallery__slider__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0;
}

@media (min-width: 768px) {
    .flow__gallery__slider__content p {
        font-size: var(--fs15);
        text-align: center;
    }
}

.flow__gallery__slider .splide__slide {
    padding: 0 0 12.8vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__slide {
        padding: 0 0 54px;
    }
}

.flow__gallery__slider .splide__arrow {
    background: none;
    bottom: auto;
    height: 10.6666666667vw;
    left: auto;
    opacity: 1;
    right: auto;
    top: 26vw;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 10.6666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__arrow {
        height: 48px;
        top: min(310px, 21vw);
        width: 48px;
    }
}

.flow__gallery__slider .splide__arrow:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .flow__gallery__slider .splide__arrow:hover {
        opacity: 0.6;
    }
}

.flow__gallery__slider .splide__arrow svg {
    display: none;
}

.flow__gallery__slider .splide__arrow--prev {
    left: -10.6666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__arrow--prev {
        left: -70px;
    }
}

.flow__gallery__slider .splide__arrow--prev:after {
    background-image: url(../images/pages/school_tour/school_tour-gallery-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 7.2vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.2666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__arrow--prev:after {
        height: 27px;
        width: 16px;
    }
}

.flow__gallery__slider .splide__arrow--next {
    right: -10.6666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__arrow--next {
        right: -70px;
    }
}

.flow__gallery__slider .splide__arrow--next:after {
    background-image: url(../images/pages/school_tour/school_tour-gallery-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 7.2vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.2666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__arrow--next:after {
        height: 27px;
        width: 16px;
    }
}

.flow__gallery__slider .splide__pagination {
    bottom: 0;
    font-size: 10px;
    gap: 4vw;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__pagination {
        gap: 15px;
    }
}

.flow__gallery__slider .splide__pagination > li {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.flow__gallery__slider .splide__pagination > li > button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #BDBDBD;
    border: none;
    border-radius: 50%;
    display: block;
    height: 2.6666666667vw;
    margin: 0;
    opacity: 1;
    padding: 0;
    transform: scale(1);
    transition: background-color var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .flow__gallery__slider .splide__pagination > li > button {
        height: 10px;
        width: 10px;
    }
}

.flow__gallery__slider .splide__pagination > li > button.is-active {
    background-color: var(--color-navy);
    opacity: 1;
    transform: scale(1.7);
}

.form {
    margin: 0 0 32vw;
    padding: 16vw 0 0;
}

@media (min-width: 768px) {
    .form {
        margin: 0 0 180px;
        padding: 140px 0 0;
    }
}

.form-container {
    margin: 0 auto;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.form .com-title-ja {
    -webkit-margin-after: 10.6666666667vw;
    margin-block-end: 10.6666666667vw;
}

@media (max-width: 767px) {
    .form .com-title-ja {
        margin-inline: -4vw;
    }
}

@media (min-width: 768px) {
    .form .com-title-ja {
        -webkit-margin-after: 50px;
        margin-block-end: 50px;
    }
}

.form__content {
    margin: 0 0 13.3333333333vw;
}

@media (min-width: 768px) {
    .form__content {
        margin: 0 0 60px;
    }
}

.form__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .form__content p {
        font-size: var(--fs15);
    }
}

.form__content p .__required {
    color: #FF6F90;
}

.form__main {
    margin: 0 auto 16vw;
    max-width: 900px;
    width: 100%;
}

@media (min-width: 768px) {
    .form__main {
        margin: 0 auto 60px;
    }
}

.form__main input[type=text], .form__main input[type=email] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #f6f6f6;
    border: 0.2666666667vw solid #f6f6f6;
    border-radius: 2.6666666667vw;
    box-shadow: none;
    color: inherit;
    font-size: 4.2666666667vw;
    font-weight: 400;
    height: 13.3333333333vw;
    line-height: 1.6;
    padding: 2.1333333333vw 4vw;
    width: 100%;
}

@media (min-width: 768px) {
    .form__main input[type=text], .form__main input[type=email] {
        border: 1px solid #f6f6f6;
        border-radius: 10px;
        font-size: var(--fs16);
        height: 50px;
        padding: 8px 15px;
    }
}

.form__main input[type=text]:disabled, .form__main input[type=email]:disabled {
    background-color: #d6d6d6;
    color: #8e8e8e;
    cursor: not-allowed;
    opacity: 1;
}

.form__main input[type=text]:focus, .form__main input[type=email]:focus {
    background-color: var(--color-white);
}

.form__main input[type=text]::-webkit-input-placeholder, .form__main input[type=email]::-webkit-input-placeholder {
    color: #757575;
}

.form__main input[type=text]::placeholder, .form__main input[type=email]::placeholder {
    color: #757575;
}

.form__main input[type=text]::-webkit-input-placeholder, .form__main input[type=email]::-webkit-input-placeholder {
    color: #757575;
}

.form__main input[type=text]::-moz-placeholder, .form__main input[type=email]::-moz-placeholder {
    color: #757575;
}

.form__main input[type=text]:-ms-input-placeholder, .form__main input[type=email]:-ms-input-placeholder {
    color: #757575;
}

.form__main input[type=text]:-moz-placeholder, .form__main input[type=email]:-moz-placeholder {
    color: #757575;
}

.form__main textarea {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.2666666667vw solid #f6f6f6;
    border-radius: 0.8vw;
    box-shadow: none;
    display: block;
    font-size: 4.2666666667vw;
    font-weight: 400;
    height: 53.3333333333vw;
    line-height: 1.6;
    padding: 2.1333333333vw 4vw;
    width: 100%;
}

@media (min-width: 768px) {
    .form__main textarea {
        border: 1px solid #f6f6f6;
        border-radius: 10px;
        font-size: var(--fs16);
        height: 255px;
        padding: 8px 15px;
    }
}

.form__main textarea:disabled {
    background-color: #d6d6d6;
    color: #8e8e8e;
    cursor: not-allowed;
    opacity: 1;
}

.form__main textarea::-webkit-input-placeholder {
    color: #757575;
}

.form__main textarea::placeholder {
    color: #757575;
}

.form__main textarea::-webkit-input-placeholder {
    color: #757575;
}

.form__main textarea::-moz-placeholder {
    color: #757575;
}

.form__main textarea:-ms-input-placeholder {
    color: #757575;
}

.form__main textarea:-moz-placeholder {
    color: #757575;
}

.form__main select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #f6f6f6;
    border: 0.2666666667vw solid #f6f6f6;
    border-radius: 0.8vw;
    box-shadow: none;
    color: #757575;
    cursor: pointer;
    font-size: 4.2666666667vw;
    font-weight: 400;
    height: 13.3333333333vw;
    line-height: 1.2;
    padding: 2.1333333333vw 4vw;
    width: 100%;
}

@media (min-width: 768px) {
    .form__main select {
        border: 1px solid #f6f6f6;
        border-radius: 10px;
        font-size: var(--fs14);
        height: 50px;
        padding: 10px 24px;
    }
}

.form__main__table-wrapper {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .form__main__table-wrapper {
        margin: 0 0 40px;
    }
}

.form__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .form__main__table {
        display: block;
    }
}

@media (max-width: 767px) {
    .form__main__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form__main__table > tbody > tr {
        border-top: 0.2666666667vw solid #9BBFE3;
        display: block;
        padding: 7.4666666667vw 0;
        width: 100%;
    }

    .form__main__table > tbody > tr:last-child {
        border-bottom: 0.2666666667vw solid #9BBFE3;
    }
}

.form__main__table > tbody > tr > th, .form__main__table > tbody > tr > td {
    text-align: left;
    vertical-align: top;
}

@media (min-width: 768px) {
    .form__main__table > tbody > tr > th, .form__main__table > tbody > tr > td {
        border-top: 1px solid #9BBFE3;
    }
}

.form__main__table > tbody > tr > th {
    color: var(--color-navy);
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    position: relative;
}

@media (max-width: 767px) {
    .form__main__table > tbody > tr > th {
        display: block;
        margin: 0 0 5.3333333333vw;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .form__main__table > tbody > tr > th {
        font-size: var(--fs15);
        min-width: 260px;
        padding: 45px 30px 45px 0;
        width: 260px;
    }
}

@media (min-width: 992px) {
    .form__main__table > tbody > tr > th {
        min-width: 300px;
        width: 300px;
    }
}

.form__main__table > tbody > tr > th .__required {
    display: block;
    padding: 0 1.5em 0 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.form__main__table > tbody > tr > th .__required:after {
    color: #FF6F90;
    content: "◆";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.form__main__table > tbody > tr > th em {
    background-color: var(--color-navy);
    color: var(--color-white);
    display: inline-block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 0 2.1333333333vw;
    padding: 1.0666666667vw 4.2666666667vw;
    text-align: center;
    vertical-align: middle;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .form__main__table > tbody > tr > th em {
        display: block;
        font-size: var(--fs14);
        margin: 16px 0 0;
        padding: 6px 22px;
    }
}

@media (max-width: 767px) {
    .form__main__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .form__main__table > tbody > tr > td {
        padding: 30px 0 30px 0;
    }
}

@media (min-width: 768px) {
    .form__main__table > tbody > tr:last-child > th, .form__main__table > tbody > tr:last-child > td {
        border-bottom: 1px solid #9BBFE3;
    }
}

.form__main__table__address__zip {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    margin: 0 0 5.3333333333vw 0;
}

@media (min-width: 768px) {
    .form__main__table__address__zip {
        margin: 0 0 20px 0;
    }
}

.form__main__table__address__zip span {
    color: var(--color-navy);
    display: block;
    flex: 0 0 auto;
    font-size: var(--fs15);
    margin: 0 2.1333333333vw 0 0;
}

@media (min-width: 768px) {
    .form__main__table__address__zip span {
        font-size: var(--fs16);
        margin: 0 8px 0 0;
    }
}

.form__main__table__address__zip .wpcf7-form-control-wrap {
    flex: 1 1 auto;
    margin: 0 4vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .form__main__table__address__zip .wpcf7-form-control-wrap {
        flex: 0 0 220px;
        margin: 0 30px 0 0;
    }
}

.form__main__table__address__zip .wpcf7-form-control-wrap input {
    color: var(--color-black);
}

.form__main__table__address__zip .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #dc3232;
    display: block;
    font-size: var(--fs14);
    font-weight: 400;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

@media (min-width: 768px) {
    .form__main__table__address__zip .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: var(--fs15);
    }
}

.form__main__table__address__zip__button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #9BDEFF;
    border: none;
    border-radius: 4.8vw;
    color: var(--color-navy);
    display: block;
    flex: 0 0 18.6666666667vw;
    font-size: 3.2vw;
    font-weight: 700;
    height: 8vw;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: auto;
}

@media (min-width: 768px) {
    .form__main__table__address__zip__button {
        border-radius: 18px;
        flex: 0 0 90px;
        font-size: var(--fs14);
        height: 35px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .form__main__table__address__zip__button:hover {
        opacity: 0.65;
    }
}

.form__main__table__address__zip:has(.wpcf7-not-valid-tip) {
    margin-bottom: 16vw;
}

@media (min-width: 768px) {
    .form__main__table__address__zip:has(.wpcf7-not-valid-tip) {
        margin-bottom: 50px;
    }
}

.form__main__table__address__error {
    color: #dc3232;
    font-size: var(--fs14);
}

@media (min-width: 768px) {
    .form__main__table__address__error {
        font-size: var(--fs15);
    }
}

.form__main__table__address__error:not(:empty) {
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .form__main__table__address__error:not(:empty) {
        margin: 0 0 8px;
    }
}

.form__main__table__tour__content {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .form__main__table__tour__content {
        margin: 0 0 20px;
    }
}

.form__main__table__tour__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0;
}

@media (min-width: 768px) {
    .form__main__table__tour__content p {
        font-size: var(--fs15);
        line-height: 1.6;
    }
}

.form__main__table__tour__content p .--small {
    font-size: var(--fs14);
}

.form__main__table__tour__item {
    margin: 0 0 8vw;
}

@media (min-width: 768px) {
    .form__main__table__tour__item {
        margin: 0 0 30px;
    }
}

.form__main__table__tour__item:last-child {
    margin-bottom: 0;
}

.form__main__table__tour__item__title {
    color: var(--color-navy);
    font-size: var(--fs14);
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .form__main__table__tour__item__title {
        font-size: var(--fs15);
        margin: 0 0 12px;
    }
}

.form__main__table__doc__content {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .form__main__table__doc__content {
        margin: 0 0 20px;
    }
}

.form__main__table__doc__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .form__main__table__doc__content p {
        font-size: var(--fs15);
    }
}

.form__main__table__enquete__content {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .form__main__table__enquete__content {
        margin: 0 0 20px;
    }
}

.form__main__table__enquete__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .form__main__table__enquete__content p {
        font-size: var(--fs15);
    }
}

.form__main__table__enquete__field .wpcf7-checkbox {
    display: grid;
    gap: 2.4vw 4.2666666667vw;
    grid-gap: 2.4vw 4.2666666667vw;
    grid-template-columns: 4.25fr 5.75fr;
}

@media (min-width: 768px) {
    .form__main__table__enquete__field .wpcf7-checkbox {
        gap: 9px 16px;
        grid-template-columns: 4fr 6fr;
    }
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 1/2;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(7) {
    grid-column: 2/3;
    grid-row: 2/3;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(8) {
    grid-column: 2/3;
    grid-row: 3/4;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(9) {
    grid-column: 2/3;
    grid-row: 4/5;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(10) {
    grid-column: 2/3;
    grid-row: 5/6;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item:nth-child(11) {
    grid-column: 1/3;
    grid-row: 6/7;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item.has-free-text {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    padding: 8px 0 0;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item.has-free-text label {
    flex: 0 0 auto;
}

.form__main__table__enquete__field .wpcf7-checkbox .wpcf7-list-item.has-free-text input[type=text] {
    flex: 1 1 auto;
}

.form__main__table__child__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 6.4vw;
    width: 100%;
}

@media (max-width: 767px) {
    .form__main__table__child__table {
        display: block;
    }
}

@media (min-width: 768px) {
    .form__main__table__child__table {
        margin: -10px 0 12px;
    }
}

@media (max-width: 767px) {
    .form__main__table__child__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form__main__table__child__table > tbody > tr {
        display: block;
        margin: 0 0 5.3333333333vw;
        width: 100%;
    }

    .form__main__table__child__table > tbody > tr:last-child {
        margin-bottom: 0;
    }
}

.form__main__table__child__table > tbody > tr > th, .form__main__table__child__table > tbody > tr > td {
    text-align: left;
    vertical-align: top;
}

.form__main__table__child__table > tbody > tr > th {
    font-size: inherit;
    font-weight: 400;
}

@media (max-width: 767px) {
    .form__main__table__child__table > tbody > tr > th {
        display: block;
        margin: 0 0 2.1333333333vw;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .form__main__table__child__table > tbody > tr > th {
        min-width: 120px;
        padding: 22px 0;
        width: 120px;
    }
}

@media (max-width: 767px) {
    .form__main__table__child__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .form__main__table__child__table > tbody > tr > td {
        padding: 10px 0;
    }
}

.form__main__table__child__table__age {
    max-width: 33.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .form__main__table__child__table__age {
        max-width: 170px;
    }
}

.form__main__table__child__table__age select {
    -webkit-padding-end: 8.5333333333vw;
    padding-inline-end: 8.5333333333vw;
}

@media (min-width: 768px) {
    .form__main__table__child__table__age select {
        -webkit-padding-end: 44px;
        padding-inline-end: 44px;
    }
}

.form__main__table__child__table__age:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 1.8666666667vw;
    margin: auto 0;
    pointer-events: none;
    position: absolute;
    right: 3.2vw;
    top: 5.8666666667vw;
    width: 3.2vw;
}

@media (min-width: 768px) {
    .form__main__table__child__table__age:after {
        height: 7px;
        right: 24px;
        top: 22px;
        width: 12px;
    }
}

.form__main__table__child__table__birthday {
    align-items: center;
    display: grid;
    gap: 4vw;
    grid-gap: 4vw;
    grid-template-columns: 125fr 80fr 80fr;
    margin: 0 0 3.2vw;
}

@media (min-width: 768px) {
    .form__main__table__child__table__birthday {
        gap: 20px;
        grid-template-columns: 170fr 135fr 135fr;
        margin: 0;
    }
}

.form__main__table__child__table__birthday__item {
    position: relative;
}

.form__main__table__child__table__birthday__item select {
    -webkit-padding-end: 8.5333333333vw;
    padding-inline-end: 8.5333333333vw;
}

@media (min-width: 768px) {
    .form__main__table__child__table__birthday__item select {
        -webkit-padding-end: 44px;
        padding-inline-end: 44px;
    }
}

.form__main__table__child__table__birthday__item:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 1.8666666667vw;
    margin: auto 0;
    pointer-events: none;
    position: absolute;
    right: 3.2vw;
    top: 5.8666666667vw;
    width: 3.2vw;
}

@media (min-width: 768px) {
    .form__main__table__child__table__birthday__item:after {
        height: 7px;
        right: 24px;
        top: 22px;
        width: 12px;
    }
}

@media (min-width: 768px) {
    .form__main__table__child__table__radio {
        padding: 16px 0;
    }
}

.form__main__table__child__other {
    padding: 2.1333333333vw 0 0;
}

@media (min-width: 768px) {
    .form__main__table__child__other {
        padding: 0;
    }
}

.form__main__table__child__other__content {
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .form__main__table__child__other__content {
        margin: 0 0 16px;
    }
}

.form__main__table__child__other__content p {
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .form__main__table__child__other__content p {
        font-size: var(--fs15);
    }
}

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

@media (max-width: 767px) {
    .form__main__table__child__other__field .wpcf7-radio {
        flex-wrap: wrap-reverse;
        gap: 2.6666666667vw;
    }
}

@media (min-width: 768px) {
    .form__main__table__child__other__field .wpcf7-radio {
        flex-direction: row-reverse;
    }
}

.form__main__table__child__other__field .wpcf7-list-item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .form__main__table__child__other__field .wpcf7-list-item {
        flex: 0 0 auto;
    }
}

.form__main__table__child__other__field .wpcf7-list-item.has-free-text {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: 4.2666666667vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .form__main__table__child__other__field .wpcf7-list-item.has-free-text {
        gap: 16px;
    }
}

.form__main__table__child__other__field .wpcf7-list-item.has-free-text label {
    flex: 0 0 auto;
}

.form__main__table__child__other__field .wpcf7-list-item.has-free-text input[type=text] {
    flex: 1 1 auto;
}

.form__privacy {
    margin: 0 auto 13.3333333333vw;
    max-width: 820px;
}

@media (min-width: 768px) {
    .form__privacy {
        margin: 0 auto 60px;
    }
}

.form__privacy__content {
    margin: 0 0 8.5333333333vw;
}

@media (min-width: 768px) {
    .form__privacy__content {
        margin: 0 0 40px;
    }
}

.form__privacy__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form__privacy__content ul > li {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media (min-width: 768px) {
    .form__privacy__content ul > li {
        font-size: var(--fs15);
        padding: 0;
        text-indent: 0;
    }
}

.form__privacy__content ul > li:before {
    color: var(--color-cyan);
    content: "●";
}

.form__privacy__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .form__privacy__content p {
        font-size: var(--fs15);
    }
}

.form__privacy__content a {
    color: #006aff;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.form__privacy__content a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .form__privacy__content a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.form__privacy__field .wpcf7-acceptance label {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content;
}

.form__action__submit {
    margin: 0 auto;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.form__action__submit:after {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 2.4vw;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-navy-arrow-right.svg);
    mask-image: url(../images/icons/icon-navy-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    pointer-events: none;
    position: absolute;
    right: 9.3333333333vw;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 3.7333333333vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .form__action__submit:after {
        height: 9px;
        right: 35px;
        width: 14px;
    }
}

.form__action__submit:has(:disabled) {
    pointer-events: none;
}

.form__action__submit:has(:disabled):after {
    opacity: 0.5;
}

.form__action__submit:focus:after {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .form__action__submit:hover:after {
        background-color: var(--color-white);
    }
}

.form__action__submit input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-ice);
    border: none;
    border-radius: 8vw;
    color: var(--color-navy);
    cursor: pointer;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    height: 13.3333333333vw;
    margin: 0 auto;
    padding: 0 6.4vw;
    text-align: left;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 48vw;
}

@media (min-width: 768px) {
    .form__action__submit input[type=submit] {
        border-radius: 30px;
        font-size: var(--fs15);
        height: 60px;
        padding: 0 30px;
        width: 260px;
    }
}

.form__action__submit input[type=submit]:focus {
    background-color: var(--color-navy);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .form__action__submit input[type=submit]:hover {
        background-color: var(--color-navy);
        color: var(--color-white);
    }
}

.form__action__submit input[type=submit]:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.wpcf7-radio {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 9.6vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .wpcf7-radio {
        gap: 36px;
    }
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-radio label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 7.4666666667vw;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .wpcf7-radio label {
        font-size: var(--fs15);
        padding: 0 0 0 28px;
    }
}

.wpcf7-radio label:before {
    background-color: var(--color-white);
    border: max(2px, 0.5333333333vw) solid #D6D6D6;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 4.5333333333vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4.5333333333vw;
}

@media (min-width: 768px) {
    .wpcf7-radio label:before {
        border: 2px solid #D6D6D6;
        height: 17px;
        width: 17px;
    }
}

.wpcf7-radio label:after {
    background-color: var(--color-navy);
    border: none;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 2.9333333333vw;
    left: 0.8vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2.9333333333vw;
}

@media (min-width: 768px) {
    .wpcf7-radio label:after {
        height: 11px;
        left: 3px;
        width: 11px;
    }
}

.wpcf7-radio label input[type=radio] {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.wpcf7-radio label span {
    display: block;
}

.wpcf7-radio label:has(input[type=radio]:checked):after {
    opacity: 1;
}

.wpcf7-radio label:has(input[type=radio]:disabled):before {
    background: rgb(235, 235, 228);
}

.wpcf7-checkbox,
.wpcf7-acceptance {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 3.2vw;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .wpcf7-checkbox,
  .wpcf7-acceptance {
        gap: 9px;
    }
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-checkbox label,
.wpcf7-acceptance label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 7.4666666667vw;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .wpcf7-checkbox label,
  .wpcf7-acceptance label {
        font-size: var(--fs15);
        padding: 0 0 0 28px;
    }
}

.wpcf7-checkbox label:before,
.wpcf7-acceptance label:before {
    background-color: var(--color-white);
    border: max(2px, 0.5333333333vw) solid #D6D6D6;
    bottom: 0;
    content: "";
    height: 4.5333333333vw;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 4.5333333333vw;
}

@media (min-width: 768px) {
    .wpcf7-checkbox label:before,
  .wpcf7-acceptance label:before {
        border: 2px solid #D6D6D6;
        height: 17px;
        width: 17px;
    }
}

.wpcf7-checkbox label:after,
.wpcf7-acceptance label:after {
    background-image: url(../images/commons/com-form-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    bottom: 0;
    content: "";
    display: block;
    height: 2.9333333333vw;
    left: 0.5333333333vw;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0.2666666667vw;
    width: 3.7333333333vw;
}

@media (min-width: 768px) {
    .wpcf7-checkbox label:after,
  .wpcf7-acceptance label:after {
        height: 11px;
        left: 2px;
        top: 1px;
        width: 14px;
    }
}

.wpcf7-checkbox label input[type=checkbox],
.wpcf7-acceptance label input[type=checkbox] {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.wpcf7-checkbox label span,
.wpcf7-acceptance label span {
    display: block;
}

.wpcf7-checkbox label:has(input[type=checkbox]:checked):after,
.wpcf7-acceptance label:has(input[type=checkbox]:checked):after {
    opacity: 1;
}

.wpcf7-checkbox label:has(input[type=checkbox]:disabled):before,
.wpcf7-acceptance label:has(input[type=checkbox]:disabled):before {
    background: rgb(235, 235, 228);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 3.7333333333vw;
    margin: 1.0666666667vw 0;
}

@media (min-width: 768px) {
    .wpcf7-not-valid-tip {
        font-size: 14px;
        margin: 4px 0;
    }
}

.wpcf7 form .wpcf7-response-output {
    background-color: transparent;
    border: 0.2666666667vw solid transparent;
    font-size: 3.7333333333vw;
    font-weight: 400;
    margin: 8vw 0 0;
    padding: 5.3333333333vw var(--c-pad);
    text-align: center;
}

@media (min-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        border-width: 1px;
        font-size: 16px;
        margin: 40px 0 0;
        padding: 30px var(--c-pad);
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    font-weight: 700;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    font-weight: 700;
}

.wpcf7-spinner {
    bottom: -8.5333333333vw;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .wpcf7-spinner {
        bottom: -32px;
    }
}

[data-error].has-error {
    color: #dc3232;
    display: block;
    font-size: 3.7333333333vw;
    line-height: 1.2;
}

@media (min-width: 768px) {
    [data-error].has-error {
        font-size: 14px;
    }
}

[data-error]:not(.has-error) {
    display: none;
}

.p-country-name {
    display: none !important;
}