@charset "utf-8";

/* 
Theme Name: visitor
*/

.bg_mv {
    z-index: 0;
    height: 1025px;
}

.beige {
    background-color: #f8f7f3;

}

.white {
    background-color: #fff;
}

.brown {
    background: #ddcbae;
}

.page_wrapper {
    font-family: VDL-V7Mincho, serif;

}
.visitor_mv img{
    object-fit: cover;
}
.page_contentWrapper h2 {
    margin-top: 100px;
    font-weight: normal;
}

.page_contentWrapper {
    margin-top: 0;
}

.page_contentWrapper .sub_title {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    font-family: VDL-V7Mincho, serif;
    margin-top: -36px;
    margin-bottom: 50px;
}

.mt_flow {
    margin-top: 70px;
}

.visitor_wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px;
    box-sizing: border-box;
    position: relative;
}

.visitor_title {
    text-align: center;
    font-size: 40px;
    color: #23221F;
    line-height: 1.75;
    text-shadow: 15.17px 11.43px 84.6px #FFFFFF0F;
    font-weight: bold;
    margin-bottom: 70px;
}

.step_content {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    margin-top: 116px;

}

.step_image {
    height: 380px;
    width: 475px;
    position: absolute;
    top: -60px;
    left: 50px;
}

.step_content {
    display: flex;
}

.step_content_inner h3 {
    font-size: 50px;
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    right: 25px;
    font-family: VDL-V7Mincho, serif;
    width: 500px;
    text-align: center;
    letter-spacing: 2.5px;

}

.step_content_inner h3 span {
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 2px;
}

.step_num {
    position: absolute;
    top: -56px;
    right: 155px;
    width: fit-content;
    background-color: #ccbba1;
    font-size: 60px;
    /* フォントサイズ */
    color: #fff;
    /* 文字色 */
    font-weight: bold;
    /* 太字 */
    padding: 23px 50px;
    font-family: BodoniSvtyTwoITCTT, serif;
}

.step_num::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ccbba1 transparent transparent transparent;
}

.step_num span {
    font-size: 30px;
    font-family: BodoniSvtyTwoITCTT, serif;

}

.step_text {
    padding-top: 386px;
    padding-left: 49px;
    padding-right: 55px;
    font-family: BodoniSvtyTwoITCTT, serif;
    padding-bottom: 5%;
    font-size: 22px;
    line-height: 2.09;
    text-align: left;
    font-family: Noto Sans JP;
}

.step_note {
    font-size: 26px !important;
    ;
    letter-spacing: normal;
}

.step_border {
    height: 1px;
    background-color: #ddcbae;
    width: 500px;
    position: absolute;
    top: 318px;
    right: 25px;
}

.cherish_img {
    margin-bottom: -5px;
}

.cherish_text {
    font-size: 22px;
    line-height: 2.09;
    letter-spacing: 0.66px;
    font-family: VDL-V7Mincho, serif;
    color: #23221f;
    margin-top: 57px;
}

.cherish_border {
    background-color: #ddcbae;
    height: 2px;
    margin-top: 62px;
    margin-bottom: 58px;
}

.cherish_head_text {
    font-family: VDL-V7Mincho, serif;
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 4px;
    color: #cdbca1;
    text-align: center;
    margin-bottom: 63px;
}

.cherish_content_box_wrapper,
.cherish_content_box_wrapper_last {
    background-color: #f8f7f3;
    padding: 50px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 108px;

}

.cherish_content_box_wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #DDCBAE transparent transparent transparent;

    position: absolute;
    /* 追加 */
    left: 50%;
    /* 中央に配置 */
    transform: translateX(-50%);
    /* 中央に寄せる */
    bottom: -50px;
    /* 必要に応じて位置を調整 */
}

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

.cherish_text_box {
    padding: 34px 45px 34px 40px;
    background-color: #ddcbae;
    font-size: 26px;
    line-height: 1.92;
    letter-spacing: 1.3px;
    text-align: center;
    white-space: nowrap;
}

.cherish_attention_point {
    padding: 44px 50px;
    background-color: #fff;
    margin-top: 46px;
}

.cherish_point_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 40px;
    margin-bottom: 37px;
    font-weight: bold;
    text-align: center;
}

.cherish_point_title::before,
.cherish_point_title::after {
    width: 3px;
    height: 40px;
    background-color: #000000;
    content: '';
}

.cherish_point_title::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.cherish_point_title::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.cherish_point_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
}

.cherish_point_add_title {
    margin-top: 54px;
    margin-bottom: 33px;
}

.cherish_point_item {
    font-family: Noto Sans JP;
    background-color: #ddcbae;
    padding: 17px 40px;
    border-radius: 35px;
    width: fit-content;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.66px;
    text-align: center;
    font-family: Noto Sans JP;
}

.point_item_2col {
    width: calc(50% - 20px);

}

.cherish_bg_b {
    font-family: VDL-V7Mincho, serif;
    background-color: #000;
    color: #fff;
    padding: 31px 67px 37px 51px;
    text-align: center;
    font-size: 26px;
    line-height: 1.77;
    letter-spacing: 2.6px;
}

.cherish_content_box_addtext {
    font-family: VDL-V7Mincho, serif;
    width: 800px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 2.09;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 32px;
}

.cherish_content_head_addtext {
    font-size: 32px;
    color: #ccbba1;
    text-align: center;
    margin-top: 51px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.cherish_content_head_addtext::before,
.cherish_content_head_addtext::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 200px;
    height: 1px;
    background-color: #ccbba1;
}

.cherish_content_head_addtext::before {
    left: 0;
}

.cherish_content_head_addtext::after {
    right: 0;
}

.coaching_head {
    background-color: #ddcbae;
    font-size: 40px;
    text-align: center;
    padding: 45px;
    position: absolute;
    top: -95px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.coaching_head_text {
    font-size: 26px;
    text-align: center;
    padding-top: 152px;
    line-height: 2;
}

.coaching_content_box_wrapper {
    margin-top: 51px;
    padding: 50px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 108px;
    overflow: hidden;
}

.coaching_content_box_wrapper_02 {
    margin-top: 51px;
    padding: 50px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.coaching_triangle_top {
    position: absolute;
    top: -12px;
    left: -52px;
    /* ▼幅・高さを0にして、borderで三角形を作る */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 80px;
    border-color: transparent transparent #cdbca1 transparent;
    transform: rotate(-45deg);
    /* transform-origin: left top; */
    z-index: 0;
}

.coaching_triangle_bottom {
    position: absolute;
    bottom: -12px;
    right: -52px;
    /* ▼幅・高さを0にして、borderで三角形を作る */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 80px;
    border-color: transparent transparent #cdbca1 transparent;
    transform: rotate(-225deg);
    /* transform-origin: left top; */
    z-index: 0;
}

.coaching_content_text {
    margin-top: 18px;
    margin-bottom: 22px;
}

.coaching_content_text p {
    font-size: 22px;
    padding: 24px 0;
    border-bottom: 1px dotted #ddcbae;
}

.coaching_content_text p:last-child {
    border: none;
}

.coaching_bottom {
    background-color: #ddcbae;
    font-size: 40px;
    text-align: center;
    padding: 45px 182px;
}

.coaching_bottom_text {
    font-size: 26px;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 68px;
}

.text_last_border {
    border-bottom: 1px dotted #ddcbae !important;
}

.coaching_text_02 {
    font-family: VDL-V7Mincho, serif;
    font-size: 40px;
    text-align: center;
    color: #cdbca1;
    margin-top: 67px;
    margin-bottom: 78px;
}

.faq {
    margin-top: 60px;
    margin-bottom: 90px;
    font-family: "Noto Sans JP";
}

.faq_content_title {
    background-color: #fff;
    color: #000;
    font-size: 26px;
    padding: 32px 59px;
    width: 400px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}

.faq_content_title::after {
    content: '';

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    /* 追加 */
    left: 50%;
    /* 中央に配置 */
    transform: translateX(-50%);
    /* 中央に寄せる */
    bottom: -14px;
    /* 必要に応じて位置を調整 */
}

details {
    background-color: #fff;
    margin-bottom: 40px;
}

summary {
    font-weight: bold;
    cursor: pointer;
    outline: none;
    list-style: none;

}



details[open] {
    background-color: #fff;
    /* 開いているときの背景色 */
}

details p {
    line-height: 1.5;

}

/* アコーディオンの間隔 */
.accordion+.accordion {
    margin-top: 1em;
}

/* 三角アイコン削除（Safari） */
summary::-webkit-details-marker {
    display: none;
}

.accordion_title {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    padding: 40px 48px;
    position: relative;
    background-color: #fff;
    color: #000;
    transition: all .25s ease;
    font-size: 26px;
}

.accordion_title::before {
    content: "Q.";
    display: block;
    font-size: 40px;
    margin-right: 33px;
    font-family: BodoniSvtyTwoITCTT, serif;

}

.icon_arrow {
    width: 88px;
    height: 80px;
    background: #ddcbae;
    /* ベージュ背景 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.icon_arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    /* 下向き矢印 */
}

/* アコーディオンが開いた時の矢印の向き */
.accordion[open] .icon_arrow::after {
    transform: rotate(-135deg);
    /* 上向き矢印に変更 */
}

.accordion_content {
    display: flex;
    justify-content: center;
    box-sizing: content-box;
    overflow: hidden;
    margin: 0;
    padding: 43px 48px;
    border-top: 3px solid #DDCBAE;
    min-height: 0.1px;
    /* 高さが0になるとスクリーンリーダーに認識されなくなるため */
    transition: padding .2s ease .1s, max-height .3s, opacity .7s;
    width: auto;
}

.accordion_content::before {
    content: "A.";
    display: block;
    font-size: 40px;
    margin-right: 33px;
    color: #000;

    font-family: BodoniSvtyTwoITCTT, serif;
}

.accordion_content p {
    color: #000;
    font-size: 22px;
    line-height: 1.82;
    letter-spacing: 2.2px;
}

.is-open>.accordion_content {
    padding-block: 1em;
    opacity: 1;
    transition: padding .3s, max-height .3s, opacity .7s;
}

.accordion_disease_table {
    width: 100%;
    margin-top: 28px;
}

.accordion_disease_table th,
.accordion_disease_table td {
    border: 1px solid #d1bda6;
    text-align: left;
    height: 90px;
    padding: 0 26px;
}

.accordion_disease_table th {
    background-color: #d1bda6;
    ;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    width: 30%;
    font-size: 18px;
}

.accordion_disease_table td {
    background-color: #fff;
    font-size: 22px;
}

.accordion_content_note,
p.accordion_content_note {
    color: #C1121F;
}

.accordion_content_note_box {
    border: 1px solid #ddd;
    padding: 32px;
    margin-top: 28px;
}

@media screen and (max-width: 1100px) {
    .visitor_wrapper {
        width: 100%;
    }

    .step_content_inner h3 {
        font-size: 36px;
    }

    .qaSec {
        padding: 55px 0 42px;
    }

    .qaSec .comBox .headLine06 {
        width: auto;
        margin: 0 8px 20px;
    }

    .qaSec .comBox {
        display: block;
    }

    .accordion {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

    .coaching_content_box_wrapper,
    .coaching_content_box_wrapper_02 {
        padding: 16px;
    }

    .page_contentWrapper .sub_title {
        font-size: 14px;
        margin-top: 16px;
    }

    .visitor_title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .visitor_wrapper {
        padding: 0 16px 16px;
    }

    .step_content {
        display: flex;
        flex-direction: column;
        position: static;
        margin-top: 45px;
    }

    .step_content_inner {
        margin: 32px auto;
    }

    .step_content_inner h3 {
        position: static;
        text-align: center;
        width: auto;
        transform: none;
        font-size: 20px;
    }

    .step_content_inner h3 span {
        font-size: 16px;
    }

    .step_image {
        width: 100%;
        height: 100%;
        position: static;
    }

    .step_num {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 24px;
        padding: 12px 25px;
    }

    .step_num span {
        font-size: 16px;
    }

    .step_border {
        position: static;
        margin: 0 auto;
        width: 100%;
    }

    .step_text {
        padding-top: 32px;
        font-size: 16px;
    }

    .step_note {
        font-size: 16px !important;
    }

    .cherish_head_text {
        font-size: 24px;
    }

    .cherish_content_box_wrapper,
    .cherish_content_box_wrapper_last {
        padding: 32px;
    }

    .cherish_attention_point {
        padding: 22px 25px;
    }

    .cherish_point_title {
        font-size: 18px;
    }

    .cherish_point_container {
        flex-direction: column;
    }

    .cherish_point_item {
        font-size: 16px;
        padding: 12px 24px;
        width: 100%;
    }

    .cherish_text_box {
        font-size: 16px;
        padding: 16px;
        white-space: unset;
    }

    .cherish_content_box_addtext {
        width: 100%;
    }

    .cherish_content_head_addtext::before,
    .cherish_content_head_addtext::after {
        width: 100px;

    }

    .cherish_bg_b {
        font-size: 20px;
        padding: 16px;
    }

    .cherish_content_head_addtext {
        font-size: 24px;
    }

    .coaching_head {
        height: auto;
        padding: 45px 32px;
        font-size: 24px;
        width: 90%;
    }

    .coaching_head_text {
        font-size: 18px;
    }

    .coaching_bottom {
        font-size: 18px;
        padding: 16px;
    }

    .accordion_content {
        width: 85%;
    }

    .icon_arrow {
        width: 60px;
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .page_contentWrapper h2 {
        margin-top: 32px;
    }

    .cherish_content_head_addtext::before,
    .cherish_content_head_addtext::after {
        width: 30px;
    }

    .coaching_head {
        padding: 16px;

    }

    .coaching_content_text p {
        font-size: 16px;
    }

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

    .coaching_text_02 {
        font-size: 24px;
        margin: 16px;
    }

    .faq_content_title {
        width: 280px;
        font-size: 18px;
        padding: 16px;
    }

    .accordion_title {
        padding: 16px;
        font-size: 18px;
    }

    .accordion_title::before,
    .accordion_content::before {
        font-size: 24px;
        margin-right: 10px;
    }

    .accordion_content {
        padding: 16px;

    }

    .accordion_content p {
        font-size: 16px;
    }

    details p {
        margin-right: 8px;
    }

    .mt_flow {
        margin-top: 0;
    }
}