@charset "UTF-8";

/* =================================
 common
================================= */


/* title
---------------------------------------------------------- */

.c-ttl_border {
    position: relative;
    z-index: 0;
    line-height: 1.5;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-ttl_border {
        margin-bottom: 15px;
        padding-bottom: 16px;
    }
}

.c-ttl_border::before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #284b7a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

@media screen and (max-width: 767px) {
    .c-ttl_border::before {
        width: 30px;
    }
}

.c-ttl_border_main {
    font-size: 38px;
    font-size: 3.8rem;
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
    .c-ttl_border_main {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .c-ttl_border_main {
        font-size: 20px;
        font-size: 2rem;
    }
}

.c-ttl_border_sub {
    line-height: 1;
    margin-bottom: 3px;
    font-size: 28px;
    font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
    .c-ttl_border_sub {
        line-height: 1.5;
        margin-bottom: 5px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}


/* text
---------------------------------------------------------- */

.c-txt_gry {
    color: #959ca5;
}

.c-txt_asterisk {
    position: relative;
    z-index: 0;
    padding-left: 1.1em;
}

.c-txt_asterisk::before {
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    content: "※";
}

@media screen and (max-width: 767px) {
    .c-txt_asterisk::before {
        top: 3px;
    }
}

.c-txt_min {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .c-txt_min {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

.c-txt_link {
    text-decoration: underline !important;
}


/* list
---------------------------------------------------------- */

.c-list_asteNum li {
    position: relative;
    z-index: 0;
    counter-increment: number;
    padding-left: 2em;
}

.c-list_asteNum li:first-of-type {
    margin-top: 0;
}

.c-list_asteNum li::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 2em;
    height: 1em;
    content: "※" counter(number);
}

.c-list_midpoint li {
    position: relative;
    z-index: 0;
    padding-left: 1em;
}

.c-list_midpoint li::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    content: "・";
}


/* =================================
 index
================================= */

.p-index_mv {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 900px;
    background-image: url(../img/bg_mv_pc.webp);
    background-size: cover;
    background-position: center 10%;
    background-repeat: no-repeat;
    border-radius: 0 0 24px 24px;
}

@media screen and (max-width: 767px) {
    .p-index_mv {
        height: 500px;
        background-image: url(../img/bg_mv_sp.webp);
        border-radius: 0 0 12px 12px;
    }
}

.p-index_mv .l-cont_l {
    position: relative;
    z-index: 0;
    height: 100%;
}

.p-index_mv_cont {
    position: absolute;
    z-index: 0;
    bottom: 130px;
    left: 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .p-index_mv_cont {
        bottom: 90px;
    }
}

.p-index_mv_ttl_bg {
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1.2em;
    padding: 9px 16px 13px;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-size: 4.6rem;
    letter-spacing: 0.14em;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_ttl_bg {
        padding: 9px 16px 13px;
        font-size: 30px;
        font-size: 4.6rem;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_ttl_bg {
        padding: 8px 10px 9px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.2em;
    }
}

.p-index_mv_ttl_bg::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_mv_ttl.webp) center/cover no-repeat;
    opacity: 0.7;
    mix-blend-mode: multiply;
    content: "";
}

.p-index_mv_copy {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .p-index_mv_copy {
        width: 100%;
        max-width: 600px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_copy {
        font-size: 18px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_copy {
        margin-top: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        z-index: 0;
        bottom: -60px;
        left: 0;
        width: 100%;
    }
}

.p-index_mv_point li {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/bg_mv_point.webp);
    background-position: center;
    background-size: 133px auto;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 20px #ccc);
    filter: drop-shadow(0 0 20px #ccc);
}

@media screen and (min-width: 768px) {
    .p-index_mv_point li {
        position: absolute;
        z-index: 0;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point li {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point li {
        width: 120px;
        height: 120px;
        background-size: 80px auto;
        -webkit-filter: drop-shadow(0 0 10px #ccc);
        filter: drop-shadow(0 0 10px #ccc);
    }
}

@media screen and (min-width: 768px) {
    .p-index_mv_point li:nth-child(1) {
        bottom: 319px;
        right: 126px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point li:nth-child(1) {
        bottom: 275px;
        right: 110px;
    }
}

.p-index_mv_point li:nth-child(1) .p-index_mv_point_cont {
    padding-top: 60px;
}

@media screen and (max-width: 767px) {
    .p-index_mv_point li:nth-child(1) .p-index_mv_point_cont {
        padding-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_mv_point li:nth-child(2) {
        bottom: 100px;
        right: 0;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point li:nth-child(2) {
        bottom: 80px;
    }
}

.p-index_mv_point li:nth-child(2) .p-index_mv_point_cont {
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    .p-index_mv_point li:nth-child(2) .p-index_mv_point_cont {
        padding-top: 20px;
    }
}

@media screen and (min-width: 1441px) {
    .p-index_mv_point li:nth-child(3) {
        bottom: 100px;
        right: 249px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point li:nth-child(3) {
        bottom: 80px;
        right: 220px;
    }
}

.p-index_mv_point li:nth-child(3) .p-index_mv_point_cont {
    padding-top: 75px;
}

@media screen and (max-width: 767px) {
    .p-index_mv_point li:nth-child(3) .p-index_mv_point_cont {
        padding-top: 38px;
    }
}

.p-index_mv_point_cont {
    position: relative;
    z-index: 0;
    height: 100%;
}

.p-index_mv_point_cont::before {
    position: absolute;
    z-index: -1;
    top: 9px;
    left: 9px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 50%;
    border: 2px dashed #a9dfc7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_cont::before {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 1px dashed #a9dfc7;
    }
}

.p-index_mv_point_inner {
    line-height: 1;
    text-align: center;
}

.p-index_mv_point_inner dt {
    color: #3b1800;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point_inner dt {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_inner dt {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-index_mv_point_inner dd {
    margin-top: 5px;
    color: #05a65d;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point_inner dd {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_inner dd {
        margin-top: 3px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-index_mv_point_num {
    font-family: "Fredoka", sans-serif;
    line-height: 1;
    color: #05a65d;
    font-weight: 500;
    font-size: 58px;
    font-size: 5.8rem;
    letter-spacing: normal;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point_num {
        font-size: 50px;
        font-size: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_num {
        font-size: 38px;
        font-size: 3.8rem;
    }
}

.p-index_mv_point_day {
    font-weight: 900;
}

.p-index_mv_point_min {
    line-height: 1;
    margin-top: 5px;
    color: #3b1800;
    font-size: 15px;
    font-size: 1.5rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point_min {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_min {
        line-height: 1.5;
        margin-top: 2px;
        font-size: 10px;
        font-size: 1rem;
    }
}

.p-index_mv_point_no {
    padding-top: 5px;
}

.p-index_mv_point_spacing_01 {
    letter-spacing: -0.1em;
}

.p-index_mv_point_spacing_02 {
    letter-spacing: -0.2em;
}

.p-index_mv_point_holiday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3b1800;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_holiday {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-index_mv_point_holiday_percent {
    line-height: 1;
    padding-bottom: 5px;
    color: #05a65d;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 32px;
    font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_holiday_percent {
        padding-bottom: 2px;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.p-index_mv_point_holiday_btm {
    line-height: 1;
    color: #3b1800;
    font-size: 15px;
    font-size: 1.5rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_mv_point_holiday_btm {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_mv_point_holiday_btm {
        line-height: 1.5;
        font-size: 10px;
        font-size: 1rem;
    }
}

.p-index_ttl {
    line-height: 1;
    text-align: center;
}

.p-index_ttl_sub,
.p-index_ttl_main {
    font-weight: 700;
}

.p-index_ttl_sub {
    margin-bottom: 14px;
    color: #a18555;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_ttl_sub {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_ttl_sub {
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-index_ttl_main {
    line-height: 1.5;
    color: #3b1800;
    font-size: 40px;
    font-size: 4rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_ttl_main {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_ttl_main {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.p-index_ttl_main_num {
    line-height: 1;
    color: #05a65d;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-size: 66px;
    font-size: 6.6rem;
}

@media screen and (max-width: 767px) {
    .p-index_ttl_main_num {
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.p-index_ttl_en {
    margin-top: 19px;
    color: #05a65d;
    font-family: "Fredoka", sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .p-index_ttl_en {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-index_reasons {
    position: relative;
    z-index: 1;
    padding: 109px 0 0;
}

@media screen and (max-width: 767px) {
    .p-index_reasons {
        padding: 80px 0 0;
    }
}

.p-index_reasons .p-index_ttl {
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .p-index_reasons .p-index_ttl {
        margin-bottom: 20px;
    }
}

.p-index_reasons .p-index_ttl::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 1040px;
    height: 135px;
    background-image: url(../img/bg_reason_en.webp);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_reasons .p-index_ttl::before {
        width: 840px;
        height: 110px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_reasons .p-index_ttl::before {
        width: 100%;
        height: 52px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_reasons_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-index_reasons_list li {
    position: relative;
    z-index: 0;
    padding-top: 65px;
}

@media screen and (min-width: 768px) {
    .p-index_reasons_list li {
        width: 32%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list li {
        padding-top: 50px;
        margin-top: 30px;
    }
    .p-index_reasons_list li:first-of-type {
        margin-top: 0;
    }
}

.p-index_reasons_list li:nth-child(1) .p-index_reasons_list_head_num {
    color: #05a65d;
}

@media screen and (min-width: 768px) {
    .p-index_reasons_list li:nth-child(2) {
        margin-top: 30px;
    }
}

.p-index_reasons_list li:nth-child(2) .p-index_reasons_list_head_num {
    color: #78c769;
}

@media screen and (min-width: 768px) {
    .p-index_reasons_list li:nth-child(3) {
        margin-right: 0;
    }
}

.p-index_reasons_list li:nth-child(3) .p-index_reasons_list_head_num {
    color: #bfa772;
}

.p-index_reasons_list_head {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
    font-family: "Fredoka", sans-serif;
    text-align: center;
}

.p-index_reasons_list_head_en {
    font-weight: 600;
    letter-spacing: 0.16em;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_head_en {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-index_reasons_list_head_en .char1 {
    color: #05a65d;
}

.p-index_reasons_list_head_en .char2 {
    color: #78c769;
}

.p-index_reasons_list_head_en .char3 {
    color: #bfa772;
}

.p-index_reasons_list_head_en .char4 {
    color: #e4d877;
}

.p-index_reasons_list_head_en .char5 {
    color: #a2cfe2;
}

.p-index_reasons_list_head_en .char6 {
    color: #05a65d;
}

.p-index_reasons_list_head_num {
    margin-top: 5px;
    font-weight: 500;
    font-size: 70px;
    font-size: 7rem;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_head_num {
        margin-top: 3px;
        font-size: 50px;
        font-size: 5rem;
    }
}

.p-index_reasons_list_img {
    position: relative;
    z-index: 0;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_img {
        border-radius: 12px;
    }
}

.p-index_reasons_list_img::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

.p-index_reasons_list_cont {
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_cont {
        padding-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_reasons_list_cont p {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

.p-index_reasons_list_ttl {
    line-height: 1;
    margin-bottom: 35px;
    color: #3b1800;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_ttl {
        margin-bottom: 28px;
    }
}

.p-index_reasons_list_ttl_sub {
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_reasons_list_ttl_sub {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_ttl_sub {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-index_reasons_list_ttl_main {
    margin-top: 10px;
    font-size: 28px;
    font-size: 2.8rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_reasons_list_ttl_main {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_reasons_list_ttl_main {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.p-index_merit {
    position: relative;
    z-index: 0;
    padding: 180px 0 95px;
    background: url(../img/bg_merit.webp) center top/cover no-repeat;
}

@media screen and (max-width: 767px) {
    .p-index_merit {
        padding: 90px 0 45px;
    }
}

.p-index_merit::before {
    position: absolute;
    z-index: -1;
    top: -90px;
    left: 0;
    width: 100%;
    height: 545px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

@media screen and (max-width: 767px) {
    .p-index_merit::before {
        top: -45px;
        height: 272px;
    }
}

.p-index_merit .p-index_ttl {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .p-index_merit .p-index_ttl {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_item {
        margin-top: 40px;
    }
    .p-index_merit_detail_item:first-of-type {
        margin-top: 0;
    }
}

.p-index_merit_detail_item:nth-child(1) .p-index_merit_detail_grid_img {
    border-radius: 0 230px 230px 0;
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_item:nth-child(1) .p-index_merit_detail_grid_img {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_item:nth-child(1) .p-index_merit_detail_grid_cont {
        margin-left: auto;
    }
}

.p-index_merit_detail_item:nth-child(2) .p-index_merit_detail_grid_img {
    border-radius: 230px 0 0 230px;
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_item:nth-child(2) .p-index_merit_detail_grid_img {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_item:nth-child(2) .p-index_merit_detail_grid_img {
        margin-left: auto;
    }
}

.p-index_merit_detail_grid {
    position: relative;
    z-index: 1;
}

.p-index_merit_detail_grid_img {
    position: relative;
    z-index: 10;
    width: 55%;
    height: 460px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_grid_img {
        position: absolute;
        z-index: 0;
        top: 0;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_merit_detail_grid_img {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_grid_img {
        width: calc(100% - 20px);
        height: 200px;
    }
}

.p-index_merit_detail_grid_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-index_merit_detail_grid_cont {
    position: relative;
    z-index: 0;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_grid_cont {
        width: 50%;
        max-width: 490px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_merit_detail_grid_cont {
        width: 48%;
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_grid_cont {
        padding-top: 35px;
    }
}

.p-index_merit_detail_grid_ttl {
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_grid_ttl {
        margin-bottom: 30px;
    }
}

.p-index_merit_detail_grid_ttl_sub {
    color: #3b1800;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_grid_ttl_sub {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-index_merit_detail_grid_ttl_main {
    margin-top: 15px;
    color: #05a65d;
    font-size: 34px;
    font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_grid_ttl_main {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.p-index_merit_detail_list {
    position: relative;
    z-index: 0;
    margin-top: 40px;
    padding: 80px 60px;
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_merit_detail_list {
        padding: 80px 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_list {
        margin-top: 40px;
        padding: 30px 20px 20px;
    }
}

.p-index_merit_detail_list::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fefdfb;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    content: "";
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_list li {
        width: 31%;
    }
    .p-index_merit_detail_list li:nth-child(3n) .p-index_merit_detail_list_border {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_list li {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 1px dashed #e0d1b8;
    }
    .p-index_merit_detail_list li:last-of-type {
        margin-bottom: 0;
    }
}

.p-index_merit_detail_list_ico.-ico01 {
    width: 107px;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_list_ico.-ico01 {
        width: 87px;
    }
}

.p-index_merit_detail_list_ico.-ico02 {
    width: 111px;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_list_ico.-ico02 {
        width: 91px;
    }
}

.p-index_merit_detail_list_ico.-ico03 {
    width: 109px;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_list_ico.-ico03 {
        width: 89px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_merit_detail_list_border {
        height: 90%;
        padding-right: 35px;
        border-right: 1px dashed #e0d1b8;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_merit_detail_list_border {
        padding-right: 20px;
    }
}

.p-index_merit_detail_list_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-index_merit_detail_list_head_img {
    position: relative;
    z-index: 0;
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_img {
        width: 70px;
        height: 70px;
    }
}

.p-index_merit_detail_list_head_img.-img01 img {
    top: 60%;
    width: 50px;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_img.-img01 img {
        width: 40px;
    }
}

.p-index_merit_detail_list_head_img.-img02 img {
    width: 44px;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_img.-img02 img {
        width: 34px;
    }
}

.p-index_merit_detail_list_head_img.-img03 img {
    width: 48px;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_img.-img03 img {
        width: 38px;
    }
}

.p-index_merit_detail_list_head_img.-img04 img {
    width: 51px;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_img.-img04 img {
        width: 41px;
    }
}

.p-index_merit_detail_list_head_img.-img05 img {
    width: 71px;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_img.-img05 img {
        width: 61px;
    }
}

.p-index_merit_detail_list_head_img img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p-index_merit_detail_list_head_ttl {
    width: calc(100% - 110px);
    line-height: 1.5;
    margin-top: 10px;
    color: #3b1800;
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_ttl {
        width: calc(100% - 80px);
    }
}

.p-index_merit_detail_list_head_ttl_sub {
    font-size: 17px;
    font-size: 1.7rem;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_ttl_sub {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-index_merit_detail_list_head_ttl_main {
    margin-top: 8px;
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1440px) {
    .p-index_merit_detail_list_head_ttl_main {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-index_merit_detail_list_cont {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .p-index_merit_detail_list_cont {
        padding-top: 20px;
    }
}

.p-index_what {
    padding: 120px 0;
}

@media screen and (max-width: 767px) {
    .p-index_what {
        padding: 60px 0;
    }
}

.p-index_what_ttl_en {
    font-family: "Fredoka", sans-serif;
    line-height: 1;
    text-align: center;
    color: #c6ebdd;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 74px;
    font-size: 7.4rem;
    margin-top: 24px;
    margin-bottom: -10px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_what_ttl_en {
        font-size: 5.1271vw;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_ttl_en {
        font-size: 38px;
        font-size: 3.8rem;
        margin-top: 10px;
        margin-bottom: -5px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_what_list {
        margin-top: -13px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_what_list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .p-index_what_list_item:first-child .p-index_what_list_cont,
    .p-index_what_list_item:nth-child(4) .p-index_what_list_cont {
        padding-top: 60px;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .p-index_what_list_item:nth-child(4) .p-index_what_list_ttl .-main {
        letter-spacing: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-index_what_list_item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .p-index_what_list_item:not(:last-child) {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_list_item:first-child {
        margin-top: 40px;
    }
    .p-index_what_list_item:not(:last-child) {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_what_list_cont {
        width: 48.3333%;
        padding-top: 32px;
    }
}

.p-index_what_list_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .p-index_what_list_head {
        gap: 8px;
    }
}

.p-index_what_list_point {
    color: #05a65d;
    position: relative;
    width: 108px;
    font-size: 80px;
    font-size: 8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    padding: 30px 0 0 0;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_what_list_point {
        width: 98px;
        font-size: 70px;
        font-size: 7rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_list_point {
        width: 80px;
        font-size: 48px;
        font-size: 4.8rem;
        padding: 20px 0 0 8px;
        margin-left: -8px;
    }
}

.p-index_what_list_point::before {
    content: "";
    display: inline-block;
    background-image: url(../img/txt_point.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    width: 86px;
    height: 100%;
    top: 0;
    left: -6px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_what_list_point::before {
        width: 76px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_list_point::before {
        width: 56px;
        left: -3px;
    }
}

.p-index_what_list_ttl {
    color: #3b1800;
    font-weight: 700;
    width: calc(100% - 118px);
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .p-index_what_list_ttl {
        width: calc(100% - 80px);
        margin-bottom: 16px;
    }
}

.p-index_what_list_ttl .-sub {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_what_list_ttl .-sub {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_list_ttl .-sub {
        margin-bottom: 4px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-index_what_list_ttl .-main {
    line-height: 1.5;
    font-size: 32px;
    font-size: 3.2rem;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_what_list_ttl .-main {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_list_ttl .-main {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-index_what_list_img {
    overflow: hidden;
    border-radius: 24px;
}

@media screen and (min-width: 768px) {
    .p-index_what_list_img {
        width: 48.3333%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_what_list_img {
        border-radius: 16px;
        margin-top: 16px;
    }
}

.p-index_staff {
    padding: 238px 0 120px;
    background-image: url(../img/bg_staff_top.webp), url(../img/bg_staff_btm.webp);
    background-position: center top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-color: #fafaf4;
}

@media screen and (max-width: 767px) {
    .p-index_staff {
        padding: 96px 0 60px;
    }
}

.p-index_staff .p-index_ttl {
    margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
    .p-index_staff .p-index_ttl {
        margin-bottom: 36px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_staff_lead {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_lead {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 32px;
    }
}

.p-index_staff_cont_block {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_block {
        padding: 30px 20px;
    }
}

.p-index_staff_cont_block+.p-index_staff_cont_block {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_block+.p-index_staff_cont_block {
        margin-top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_staff_cont_block+.p-index_staff_cont_block .p-index_staff_cont_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.p-index_staff_cont_inner+.p-index_staff_cont_inner {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner+.p-index_staff_cont_inner {
        margin-top: 40px;
    }
}

.p-index_staff_cont_inner.-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .p-index_staff_cont_inner.-intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner.-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-index_staff_cont_inner.-intro>* {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_txt {
        width: 65%;
        max-width: 710px;
        padding-top: 27px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_txt {
        display: contents;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_txt .c-txt_base {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_ttl {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.p-index_staff_cont_inner.-intro .p-index_staff_cont_img {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_img {
        width: 31%;
        max-width: 340px;
        border-radius: 24px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_inner.-intro .p-index_staff_cont_img {
        border-radius: 12px;
        margin-bottom: 24px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.p-index_staff_cont_name {
    font-weight: 700;
    line-height: 1;
    color: #05a65d;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_name {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 24px;
    }
}

.p-index_staff_cont_ttl {
    font-weight: 700;
    line-height: 1.5;
    color: #3b1800;
    font-size: 28px;
    font-size: 2.8rem;
    padding-bottom: 30px;
    margin-bottom: 36px;
    background-image: repeating-linear-gradient(90deg, #e0d1b8, #e0d1b8 5px, transparent 5px, transparent 9px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
}

@media screen and (max-width: 767px) {
    .p-index_staff_cont_ttl {
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 16px;
        margin-bottom: 16px;
        background-image: repeating-linear-gradient(90deg, #e0d1b8, #e0d1b8 3px, transparent 3px, transparent 6px);
    }
}

.p-index_tour {
    padding: 120px 0;
}

@media screen and (max-width: 767px) {
    .p-index_tour {
        padding: 60px 0;
    }
}

.p-index_tour_head {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_head {
        margin-top: 40px;
    }
}

.p-index_tour_head_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-index_tour_head_img {
        border-radius: 10px;
    }
}

.p-index_tour_head_lead {
    margin: 40px 0;
}

@media screen and (min-width: 768px) {
    .p-index_tour_head_lead {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_head_lead {
        margin: 20px 0;
    }
}

.p-index_tour_detail_box {
    position: relative;
    z-index: 0;
    background: url(../img/bg_tours.webp) center/cover no-repeat;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_box {
        border-radius: 8px;
    }
}

.p-index_tour_detail_box::before {
    position: absolute;
    z-index: 0;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 2px dotted #fff;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_box::before {
        top: 3px;
        left: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border-radius: 7px;
    }
}

.p-index_tour_detail_list {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .p-index_tour_detail_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_list {
        padding: 20px 40px;
    }
}

.p-index_tour_detail_list li {
    position: relative;
    z-index: 0;
    line-height: 1.5;
    padding-left: 1.1em;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
    .p-index_tour_detail_list li {
        margin-right: 80px;
    }
    .p-index_tour_detail_list li:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_tour_detail_list li {
        margin-right: 60px;
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_list li {
        display: inline-block;
        margin-top: 10px;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .p-index_tour_detail_list li:first-of-type {
        margin-top: 0;
    }
}

.p-index_tour_detail_list li::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    content: "○";
}

.p-index_tour_detail_lead {
    margin: 50px 0 60px;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
    .p-index_tour_detail_lead {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_lead {
        margin: 20px 0 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-index_tour_detail_job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .p-index_tour_detail_job {
        width: calc(100% - 120px);
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-index_tour_detail_job li {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .p-index_tour_detail_job li {
        width: 24%;
        margin-right: 1.3%;
    }
    .p-index_tour_detail_job li:nth-child(-n+4) {
        margin-top: 0;
    }
    .p-index_tour_detail_job li:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job li {
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .p-index_tour_detail_job li:nth-child(-n+2) {
        margin-top: 0;
    }
    .p-index_tour_detail_job li:nth-child(even) {
        margin-right: 0;
    }
}

.p-index_tour_detail_job_img {
    position: relative;
    z-index: 0;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fcfaf4;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_tour_detail_job_img {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img {
        width: 140px;
        height: 140px;
    }
}

.p-index_tour_detail_job_img img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p-index_tour_detail_job_img.-img01 img {
    width: 68px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img01 img {
        width: 58px;
    }
}

.p-index_tour_detail_job_img.-img02 img {
    width: 30px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img02 img {
        width: 24px;
    }
}

.p-index_tour_detail_job_img.-img03 img {
    width: 103px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img03 img {
        width: 78px;
    }
}

.p-index_tour_detail_job_img.-img04 img {
    width: 90px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img04 img {
        width: 67px;
    }
}

.p-index_tour_detail_job_img.-img05 img {
    width: 78px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img05 img {
        width: 58px;
    }
}

.p-index_tour_detail_job_img.-img06 img {
    width: 80px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img06 img {
        width: 65px;
    }
}

.p-index_tour_detail_job_img.-img07 img {
    width: 84px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img07 img {
        width: 62px;
    }
}

.p-index_tour_detail_job_img.-img08 img {
    width: 68px;
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_img.-img08 img {
        width: 53px;
    }
}

.p-index_tour_detail_job_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.57;
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
    .p-index_tour_detail_job_ttl {
        height: 65px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_tour_detail_job_ttl {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_tour_detail_job_ttl {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-index_reserve_box {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 70px 0;
    border-radius: 24px;
    background: url(../img/bg_info.webp) center/cover no-repeat;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_box {
        width: calc(100% - 16px);
        padding: 35px 0;
        border-radius: 12px;
    }
}

.p-index_reserve_lead {
    margin-top: 40px;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
    .p-index_reserve_lead {
        text-align: center;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_reserve_lead {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-index_reserve_lead {
        margin-top: 30px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-index_reserve_grid {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-index_reserve_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-index_reserve_grid_tel,
.p-index_reserve_grid_mail {
    border-radius: 55px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-index_reserve_grid_tel,
    .p-index_reserve_grid_mail {
        width: 48%;
    }
}

.p-index_reserve_grid_tel a,
.p-index_reserve_grid_mail a {
    height: 110px;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_tel a,
    .p-index_reserve_grid_mail a {
        height: 75px;
    }
}

.p-index_reserve_grid_tel {
    line-height: 1;
    margin: 0 40px 0 0;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_tel {
        margin: 0 0 15px 0;
    }
}

.p-index_reserve_grid_tel a {
    display: block;
    padding-top: 20px;
    color: #fff;
    background: url(../img/bg_info_tel.webp) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_tel a {
        padding-top: 13px;
    }
}

.p-index_reserve_grid_tel a img {
    width: 24px;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_tel a img {
        width: 14px;
        margin: 0 7px 0 0;
    }
}

.p-index_reserve_grid_tel_ttl {
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.04em;
}

.p-index_reserve_grid_tel_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-index_reserve_grid_tel_num {
    color: #fff;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-size: 44px;
    font-size: 4.4rem;
    letter-spacing: normal;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_tel_num {
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-index_reserve_grid_mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/bg_info_form.webp) center/cover no-repeat;
}

.p-index_reserve_grid_mail a img {
    width: 40px;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_mail a img {
        width: 30px;
        margin: 0 10px 0 0;
    }
}

.p-index_reserve_grid_mail_txt {
    line-height: 1.5;
    color: #b59771;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .p-index_reserve_grid_mail_txt {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-index_message {
    padding: 97px 0 120px;
    background: url(../img/bg_message.webp) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
    .p-index_message {
        padding: 50px 0 60px;
    }
}

.p-index_message .p-index_ttl {
    position: relative;
    z-index: 0;
    margin-bottom: 97px;
    padding: 53px 0;
}

@media screen and (max-width: 767px) {
    .p-index_message .p-index_ttl {
        margin-bottom: 20px;
        padding: 35px 0;
    }
}

.p-index_message .p-index_ttl::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 1099px;
    height: 172px;
    background-image: url(../img/bg_message_en.webp);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_message .p-index_ttl::before {
        width: 840px;
        height: 132px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_message .p-index_ttl::before {
        width: 100%;
        height: 59px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_message_grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.p-index_message_grid_img {
    width: 37%;
    border-radius: 160px 16px 160px 160px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-index_message_grid_img {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_message_grid_img {
        width: calc(100% - 80px);
        margin: 0 auto 30px;
        border-radius: 80px 8px 80px 80px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_message_grid_cont {
        width: 60%;
        max-width: 644px;
    }
}

.p-index_message_grid_name {
    line-height: 1;
    margin-top: 50px;
    color: #05a65d;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .p-index_message_grid_name {
        margin-top: 30px;
    }
}

.p-index_message_grid_name dt {
    font-weight: 500;
}

.p-index_message_grid_name dd {
    margin-top: 13px;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
    .p-index_message_grid_name dd {
        margin-top: 8px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-index_requirements {
    padding: 120px 0;
    background-color: #fffaf1;
}

@media screen and (max-width: 767px) {
    .p-index_requirements {
        padding: 60px 0;
    }
}

.p-index_requirements_cat {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat {
        margin-top: 30px;
    }
}

.p-index_requirements_cat_item {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_item {
        margin-top: 40px;
    }
}

.p-index_requirements_cat_item:first-of-type {
    margin-top: 0;
}

.p-index_requirements_cat_ttl {
    line-height: 1;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_ttl {
        margin-bottom: 20px;
    }
}

.p-index_requirements_cat_ttl_en {
    color: #05a65d;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_ttl_en {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-index_requirements_cat_ttl_jp {
    margin-top: 10px;
    color: #3b1800;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_ttl_jp {
        margin-top: 8px;
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.p-index_requirements_cat_ttl_jp_min {
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_ttl_jp_min {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.p-index_requirements_cat_tbl {
    width: 100%;
}

.p-index_requirements_cat_tbl tr:first-of-type th {
    border-top: 1px solid #7ad9ab;
}

.p-index_requirements_cat_tbl tr:first-of-type td {
    border-top: 1px dashed #bfa772;
}

.p-index_requirements_cat_tbl tr:last-of-type th {
    border-bottom: 1px solid #7ad9ab;
}

.p-index_requirements_cat_tbl th,
.p-index_requirements_cat_tbl td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-index_requirements_cat_tbl th {
    line-height: 1.5;
    width: 30%;
    padding: 25px 30px;
    border-bottom: 1px dashed #fff;
    background: #3cb386 url(../img/bg_th.webp) center/cover no-repeat;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_tbl th {
        width: 32%;
        padding: 10px 0 10px 10px;
    }
}

.p-index_requirements_cat_tbl td {
    line-height: 1.6;
    width: 70%;
    padding: 25px;
    border-bottom: 1px dashed #bfa772;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_tbl td {
        width: 68%;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_requirements_cat_tbl_list.-pcMargin li {
        margin-bottom: 0;
    }
}

.p-index_requirements_cat_tbl_list li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 16px;
    border: 1px solid #bfa772;
    text-align: center;
    color: #bfa772;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .p-index_requirements_cat_tbl_list li {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

.p-index_online {
    padding: 120px 0 40px;
    background: url(../img/bg_online.webp) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
    .p-index_online {
        padding: 60px 0 20px;
    }
}

.p-index_online_lead {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .p-index_online_lead {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-index_online_lead {
        margin-top: 30px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.p-index_online_list {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .p-index_online_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .p-index_online_list {
        margin-top: 30px;
    }
}

.p-index_online_list li {
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 768px) {
    .p-index_online_list li {
        width: 30%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_online_list li {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_online_list li:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_online_list li:last-of-type {
        margin-bottom: 0;
    }
}

.p-index_online_list li:last-of-type::after {
    display: none;
}

.p-index_online_list li::after {
    position: absolute;
    z-index: 0;
    width: 21px;
    height: 42px;
    background-color: #f6dca9;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: "";
}

@media screen and (min-width: 768px) {
    .p-index_online_list li::after {
        top: 66%;
        right: -48px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .p-index_online_list li::after {
        top: 63%;
        right: -40px;
    }
}

@media screen and (max-width: 767px) {
    .p-index_online_list li::after {
        left: 50%;
        bottom: -38px;
        width: 38px;
        height: 18px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.p-index_online_list_en img {
    width: auto;
    height: 43px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .p-index_online_list_en img {
        height: 33px;
    }
}

.p-index_online_list_img {
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-index_online_list_img {
        border-radius: 12px;
    }
}

.p-index_online_list_cont {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .p-index_online_list_cont {
        margin-top: 20px;
    }
}

.p-index_online_list_cont p {
    width: calc(100% - 15px);
    margin: 0 auto;
}

.p-index_online_list_ttl {
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .p-index_online_list_ttl {
        margin-bottom: 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-index_online .p-index_reserve {
    margin-top: 120px;
}

@media screen and (max-width: 767px) {
    .p-index_online .p-index_reserve {
        margin-top: 60PX;
    }
}

.p-index_contact {
    padding: 200px 0 120px;
}

@media screen and (max-width: 767px) {
    .p-index_contact {
        padding: 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact#thanks {
        padding: 100px 0 60px;
    }
}

.p-index_contact_lead {
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .p-index_contact_lead {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_lead {
        margin-top: 40px;
    }
}

.p-index_contact_tbl {
    width: 100%;
    margin-top: 80px;
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl {
        border-top: 1px dotted #c4c3c0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl {
        margin-top: 20px;
    }
}

.p-index_contact_tbl th,
.p-index_contact_tbl td {
    line-height: 1;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl th,
    .p-index_contact_tbl td {
        border-bottom: 1px dotted #c4c3c0;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl th,
    .p-index_contact_tbl td {
        display: block;
        width: 100%;
    }
}

.p-index_contact_tbl th {
    color: #3b1800;
    font-weight: 700;
}

.p-index_contact_tbl td {
    width: 80%;
    padding: 24px 30px 28px 0;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl td {
        width: 100%;
        padding: 15px 10px;
        border-top: 1px dotted #c4c3c0;
    }
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl_head {
        width: 6%;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_head {
        display: none;
    }
}

.p-index_contact_tbl_cat {
    width: 14%;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_cat {
        position: relative;
        z-index: 0;
        padding: 15px 10px;
        border-top: 1px dotted #c4c3c0;
    }
    .p-index_contact_tbl_cat .p-index_contact_tbl_required {
        position: absolute;
        z-index: 0;
        top: 10px;
        right: 10px;
    }
}

.p-index_contact_tbl_required {
    width: 50px;
    height: 22px;
    padding-top: 5px;
    border-radius: 11px;
    background-color: #05a65d;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_required {
        padding-top: 6px;
        font-size: 10px;
        font-size: 1rem;
    }
}

.p-index_contact_tbl_name,
.p-index_contact_tbl_age,
.p-index_contact_tbl_tel,
.p-index_contact_tbl_textarea {
    background: #f0f3f2;
    border: none !important;
    line-height: 1.5;
    padding: 13px 16px !important;
    color: #665241;
    font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_name,
    .p-index_contact_tbl_age,
    .p-index_contact_tbl_tel,
    .p-index_contact_tbl_textarea {
        padding: 6px 8px 8px !important;
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.p-index_contact_tbl_name::-webkit-input-placeholder,
.p-index_contact_tbl_age::-webkit-input-placeholder,
.p-index_contact_tbl_tel::-webkit-input-placeholder,
.p-index_contact_tbl_textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #9c9c9c;
}

.p-index_contact_tbl_name::-moz-placeholder,
.p-index_contact_tbl_age::-moz-placeholder,
.p-index_contact_tbl_tel::-moz-placeholder,
.p-index_contact_tbl_textarea::-moz-placeholder {
    font-weight: 500;
    color: #9c9c9c;
}

.p-index_contact_tbl_name:-ms-input-placeholder,
.p-index_contact_tbl_age:-ms-input-placeholder,
.p-index_contact_tbl_tel:-ms-input-placeholder,
.p-index_contact_tbl_textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #9c9c9c;
}

.p-index_contact_tbl_name::-ms-input-placeholder,
.p-index_contact_tbl_age::-ms-input-placeholder,
.p-index_contact_tbl_tel::-ms-input-placeholder,
.p-index_contact_tbl_textarea::-ms-input-placeholder {
    font-weight: 500;
    color: #9c9c9c;
}

.p-index_contact_tbl_name::placeholder,
.p-index_contact_tbl_age::placeholder,
.p-index_contact_tbl_tel::placeholder,
.p-index_contact_tbl_textarea::placeholder {
    font-weight: 500;
    color: #9c9c9c;
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl_radio.-job li {
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl_radio.-age li {
        width: 105px;
    }
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl_radio.-contact li {
        width: 125px;
    }
}

.p-index_contact_tbl_radio li {
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .p-index_contact_tbl_radio li {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_radio li {
        margin-top: 20px;
    }
    .p-index_contact_tbl_radio li:first-of-type {
        margin-top: 0;
    }
}

.p-index_contact_tbl_radio li input[type=radio] {
    display: none;
}

.p-index_contact_tbl_radio li input[type=radio]:checked~.p-index_contact_tbl_radio_label::after {
    opacity: 1;
}

.p-index_contact_tbl_radio_label {
    position: relative;
    z-index: 0;
    padding: 3px 0 0 34px;
    margin: 0 !important;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_radio_label {
        padding: 1px 0 0 24px;
    }
}

.p-index_contact_tbl_radio_label::before,
.p-index_contact_tbl_radio_label::after {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
}

.p-index_contact_tbl_radio_label::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #e6eeea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_radio_label::before {
        width: 16px;
        height: 16px;
    }
}

.p-index_contact_tbl_radio_label::after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #05a65d;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_radio_label::after {
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
    }
}

.p-index_contact_tbl_name,
.p-index_contact_tbl_textarea {
    width: 100% !important;
    max-width: 100% !important;
}

.p-index_contact_tbl_age {
    width: 13% !important;
    max-width: 13% !important;
    margin: 0 9px 0 0 !important;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_age {
        width: 25% !important;
        max-width: 25% !important;
        margin: 0 5px 0 0 !important;
    }
}

.p-index_contact_tbl_tel {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 12px 0 0 !important;
}

@media screen and (max-width: 767px) {
    .p-index_contact_tbl_tel {
        margin: 0 6px 0 0 !important;
    }
}

.p-index_contact_tbl_textarea {
    height: 200px !important;
    resize: vertical;
}

.p-index_contact_btn {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-index_contact_btn {
        margin-top: 25px;
    }
}

.p-index_contact_btn_submit {
    display: inline-block;
    width: 310px;
    padding: 15px 0 16px !important;
    border-radius: 42px !important;
    border: none !important;
    background-color: transparent !important;
    background-image: url(../img/bg_btn.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #fff !important;
    font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 700;
    font-size: 17px !important;
    font-size: 1.7rem !important;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center;
    text-shadow: none !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 768px) {
    .p-index_contact_btn_submit:hover {
        color: #fff !important;
        opacity: 0.8;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_btn_submit {
        width: 100%;
        padding: 14px 0 15px !important;
        font-size: 13px !important;
        font-size: 1.3rem !important;
    }
}

.p-index_contact_privacy {
    margin-top: 69px;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy {
        margin-top: 40px;
    }
}

.p-index_contact_privacy_ttl {
    line-height: 1;
    margin-bottom: 40px;
    color: #3b1800;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy_ttl {
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-index_contact_privacy_ttl_sub {
    position: relative;
    z-index: 0;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy_ttl_sub {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-index_contact_privacy_box {
    padding: 50px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy_box {
        padding: 30px 20px;
        border-radius: 6px;
    }
}

.p-index_contact_privacy_box [data-simplebar] {
    z-index: 0;
}

.p-index_contact_privacy_box_cont {
    height: 190px;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy_box_cont {
        height: 125px;
    }
}

.p-index_contact_privacy_box_cont .simplebar-content {
    padding: 0 28px 0 0 !important;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy_box_cont .simplebar-content {
        padding: 0 15px 0 0 !important;
    }
}

.p-index_contact_privacy_box_cont .simplebar-track {
    background: #e0e1e1;
}

.p-index_contact_privacy_box_cont .simplebar-track.simplebar-vertical {
    width: 2px !important;
}

.p-index_contact_privacy_box_cont .simplebar-track .simplebar-scrollbar::before {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 2px;
    background: #05a65d;
}

.p-index_contact_privacy_box_cont .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

.p-index_contact_privacy_item {
    line-height: 1.87;
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .p-index_contact_privacy_item {
        line-height: 1.57;
        margin-top: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-index_contact_privacy_item:first-of-type {
    margin-top: 0;
}

.p-index_contact_back {
    width: 310px;
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
    .p-index_contact_back {
        width: 100%;
        margin: 30px auto 0;
    }
}

.p-index_contact_back a {
    display: block;
    padding: 15px 0 16px;
    border-radius: 42px;
    background-image: url(../img/bg_btn.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 768px) {
    .p-index_contact_back a:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .p-index_contact_back a {
        padding: 14px 0 15px;
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.p-index_contact #mfp_OperationCheck {
    margin: 30px auto 0 !important;
    background-color: #fff !important;
}

@media screen and (max-width: 767px) {
    .p-index_contact #mfp_OperationCheck {
        margin: 20px auto 0 !important;
    }
}

.p-index_contact #mfp_OperationCheck strong {
    color: #fff !important;
}

@media screen and (max-width: 390px) {
    .p-index_mv_ttl_bg {
        font-size: 5.4vw;
    }
}