@charset "UTF-8";

/* =================================
 Basic
================================= */


/* key
---------------------------------------------------------- */

.c-key {
    background-image: url(../img/mv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-key_head {
    color: #fff;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 24px;
    font-family: "Shippori Mincho", serif;
    text-align: left;
}

.c-key_head_sub {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.75;
    color: #fff;
    text-align: left;
    font-family: "Shippori Mincho", serif;
}

.c-key_head_sub_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
}

.c-key_head_sub_list li {
    width: 220px;
    height: 220px;
    background-image: url(../img/mv_icn01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.c-key_head_sub_list li:nth-child(even) {
    background-image: url(../img/mv_icn02.webp);
}

.c-key_head_sub_list li.-arw {
    position: relative;
}

.c-key_head_sub_list li.-arw::after {
    content: "";
    display: block;
    background-image: url(../img/arw_dbl_gld.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 12px;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.c-key_head_sub_list li .-txt {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: .04em;
    font-family: "Shippori Mincho", serif;
}

.c-key_head_sub_list li .-txt span {
    display: inline-block;
}

.c-key_head_sub_list li .-txt .-min {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
}

.c-key_head_sub_list li .-txt .-fz24 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}

.c-key_head_sub_list li .-txt .-fz28 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
}

.c-key_head_sub_list li .-txt .-gld {
    color: #c2ad6b;
    font-family: "Bodoni Moda", serif;
}

@media screen and (max-width: 767px) {
    .c-key_head_sub_list li .-txt {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .c-key_head_sub_list li .-txt .-min {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .c-key_head_sub_list li .-txt .-fz24 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .c-key_head_sub_list li .-txt .-fz28 {
        font-size: 20px;
        font-size: 2.0rem;
    }
}


/* nayami
---------------------------------------------------------- */

.c-nayami {
    padding-top: 100px;
    padding-bottom: 84px;
    position: relative;
    z-index: 1;
    background: url("../img/nayami_bg.webp");
    background-size: cover;
    background-position: center bottom;
}

@media screen and (max-width: 1249px) {
    /* .c-nayami {
        background-position: center left -150px;
    } */
}

.c-nayami::after {
    content: "";
    display: inline-block;
    background-image: url(../img/cont_arw_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 440px;
    height: 98px;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.c-nayami_head {
    font-size: 40px;
    font-size: 4.0rem;
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: .06em;
    color: #171d3f;
    text-align: center;
}

.c-nayami_head span {
    position: relative;
}

.c-nayami_head span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/nami.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.c-nayami_inner {
    position: relative;
    width: 100%;
}

.c-nayami_list {
    position: relative;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: auto;
}

@media screen and (max-width: 1249px) {
    .c-nayami_list {
        height: unset;
    }
}

.c-nayami_list .-item {
    display: inline-block;
    position: relative;
    font-family: "Shippori Mincho", serif;
}


/* @media screen and (max-width: 1250px) {
    .c-nayami_list .-item {
        transform: scale(0.8);
    }
} */

.c-nayami_list .-item:not(:last-child) {
    margin-right: 16px;
}

.c-nayami_list .-item img {
    display: block;
    /* width: auto; */
    /* 画像の自然なサイズを保つ */
    max-width: 100%;
}

.c-nayami_list.-top {
    margin-bottom: 16px;
}

@media screen and (max-width: 1010px) {
    .c-nayami_list.-top {
        margin-bottom: 0;
    }
}

.c-nayami_list.-top .-item:nth-child(2) {
    margin-top: 16px;
}

.c-nayami_list.-btm .-item:nth-child(2) {
    margin-top: 18px;
}

.c-nayami_list.-top .-item:nth-child(2) p {
    padding-top: 1.3em;
}

.c-nayami_list.-btm .-item:nth-child(3) p {
    padding-top: 1.3em;
}

.c-nayami_list .-item p {
    color: #171d3f;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: "Shippori Mincho", serif;
    padding-top: 1.22em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
}


/* .c-nayami_list .-item {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.c-nayami_list.-top .-item:nth-child(1) {
    background-image: url(../img/cloud01.svg);
}

.c-nayami_list.-top .-item:nth-child(2) {
    background-image: url(../img/cloud02.svg);
}

.c-nayami_list.-top .-item:nth-child(3) {
    background-image: url(../img/cloud03.svg);
}

.c-nayami_list.-btm .-item:nth-child(1) {
    background-image: url(../img/cloud04.svg);
}

.c-nayami_list.-btm .-item:nth-child(2) {
    background-image: url(../img/cloud05.svg);
}

.c-nayami_list.-btm .-item:nth-child(3) {
    background-image: url(../img/cloud06.svg);
} */


/* kaiketsu
---------------------------------------------------------- */

.c-kaiketsu {}

.c-kaiketsu_head {
    text-align: center;
    line-height: 1.2;
}

.c-kaiketsu_head_sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.c-kaiketsu_head_sub img {
    display: inline-block;
    height: 26px;
    width: auto;
    margin-right: 7px;
}

.c-kaiketsu_head_main {
    display: inline-block;
}


/* feature
---------------------------------------------------------- */

.c-feature_wrap {
    background: url("../img/feature_bg.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.c-feature_ttl {
    font-family: "Shippori Mincho", serif;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 64px;
}

.c-feature_ttl_en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    opacity: .1;
    letter-spacing: .08em;
    font-size: 160px;
    font-size: 16.0rem;
    line-height: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-feature_ttl_sub {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: .02em;
}

.c-feature_ttl_main {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.4;
    letter-spacing: .06em;
}

.c-feature_item:not(:first-child) {
    padding-top: 70px;
}

.c-feature_block:not(:last-of-type) {
    margin-bottom: 80px;
}

.c-feature_head {
    position: relative;
}

.c-feature_head_txt {
    padding-top: 72px;
    padding-bottom: 85px;
    width: 59.09%;
    background: linear-gradient(135deg, rgba(242, 246, 250, 1) 0%, rgba(250, 244, 235, 1) 100%);
}

.c-feature_head_txt a {
    text-decoration: underline;
    display: inline;
}

.c-feature_head_img {
    position: absolute;
    width: 45.4545%;
    top: 64px;
}

.c-feature_head_img img {
    border-radius: 8px;
}

.c-feature_head.-odd {
    padding-left: 20px;
}

.c-feature_head.-odd .c-feature_head_img {
    right: 0;
}

.c-feature_head.-odd .c-feature_head_txt {
    padding-left: 60px;
    padding-right: 140px;
    border-radius: 8px;
}

.c-feature_head.-even {
    padding-right: 20px;
}

.c-feature_head.-even .c-feature_head_img {
    left: 0;
}

.c-feature_head.-even .c-feature_head_txt {
    padding-right: 60px;
    padding-left: 140px;
    margin-left: auto;
}

.c-feature_head_num {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 16px;
}

.c-feature_head_num .-en {
    color: #315ca3;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 14px;
}

.c-feature_head_num .-num {
    font-size: 72px;
    font-size: 7.2rem;
    color: #c2ad6b;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
}

.c-feature_head_ttl {
    line-height: 1.6;
    letter-spacing: .02em;
    font-weight: 500;
    color: #171d3f;
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 24px;
}

.c-feature_item.c-feature_01 .c-feature_block {
    margin-bottom: 64px;
}

.c-feature_f01_top {
    font-family: 'Shippori Mincho', serif;
    line-height: 1.6;
    letter-spacing: .02em;
    font-weight: 600;
    color: #c2ad6b;
    font-size: 30px;
    font-size: 3.0rem;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.c-feature_f01 .slick-dots {
    display: none !important;
}

.c-feature_f01_merit {}

.c-feature_f01_merit_inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 48px;
}

.c-feature_f01_merit_inner::after {
    content: "";
    display: block;
    background-image: url(../img/feature01_3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 91.56%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
}

.c-feature_f01_merit_ttl {
    padding-bottom: 20px;
    margin-bottom: 32px;
    color: #315ca3;
    text-align: center;
    position: relative;
}

.c-feature_f01_merit_ttl::after {
    content: "";
    display: inline-block;
    background-color: #315ca3;
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.c-feature_f01_merit_ttl .-en {
    font-size: 64px;
    font-size: 6.4rem;
    font-family: "Cormorant Garamond", serif;
    line-height: 1.2;
}

.c-feature_f01_merit_ttl .-jp {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
}

.c-feature_f01_merit_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.c-feature_f01_merit_list .-item {
    width: 220px;
    height: 220px;
    background-image: url(../img/bg_s01.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 8px;
}

.c-feature_f01_merit_list .-item p {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width:990px) {
    .c-feature_f01_merit_list .-item {
        width: 160px;
        height: 160px;
    }

    .c-feature_f01_merit_list .-item p {
        font-family: "Shippori Mincho", serif;
        font-size: 20px;
        font-size: 2.0rem;
    }
}

.c-feature_f01_merit_list .-item.-arw::before {
    content: "";
    display: block;
    background-image: url(../img/arw_dbl_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 12px;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.c-feature_f01_archive {
    margin-top: 50px;
}

.c-feature_f01_archive_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    background-color: #315ca3;
    height: 72px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
}

.c-feature_f01_archive_ttl::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 2px;
    top: 50%;
    right: 40px;
    margin-top: -2px;
    transition: .4s;
}

.c-feature_f01_archive_ttl::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    position: absolute;
    width: 2px;
    height: 24px;
    top: 50%;
    right: 52px;
    margin-top: -12px;
    transition: .4s;
}

.c-feature_f01_archive_ttl.is-open::after {
    transform: rotate(90deg);
    margin-top: -13px;
    opacity: 0;
}

.c-feature_f01_archive_ttl .-txt {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
}

.c-feature_f01_archive_cont {
    height: 0;
    transition: .4s;
    font-size: 0;
    opacity: 0;
    letter-spacing: .02em;
    line-height: 1.2;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.c-feature_f01_archive_cont .-item {
    width: calc(100% / 5);
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.c-feature_f01_archive_cont .-item span {
    font-family: "Bodoni Moda", serif;
}

.c-feature_f01_archive_cont.is-open {
    height: auto;
    transition: .4s;
    opacity: 1;
    margin-top: 16px;
}

.c-feature_f01_archive_cont.is-open .-item dt,
.c-feature_f01_archive_cont.is-open .-item dd {
    padding: 12px 10px;
}

.c-feature_f01_archive_cont.is-open .-item dt {
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f2f6fa;
}

.c-feature_f01_archive_cont.is-open .-item dt span {
    font-size: 20px;
    font-size: 2.0rem;
}

.c-feature_f01_archive_cont.is-open .-item dd {
    font-size: 16px;
    font-size: 1.6rem;
    color: #9e8842;
}

.c-feature_f01_archive_cont.is-open .-item dd span {
    font-size: 24px;
    font-size: 2.4rem;
}

.c-feature_list {
    margin-top: 64px;
}


/* case
---------------------------------------------------------- */

.c-case {
    margin-top: 48px;
}

.c-case_slide {
    padding: 0 6.4%;
}

.c-case_slide .c-case_bf {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-case_slide_block_ttl {
    text-align: center;
    margin-bottom: 22px;
    color: #315ca3;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
}

/* 
.c-case_slide_block {
    height: 0!important;
}

.slick-active {
    height: auto!important;
} */

.c-case_slide_block:not(:first-child) {
    margin-top: 30px;
}

.c-case_slide_block .c-case_bf_item {
    width: 45.87%;
}

.c-case_slide_block .c-case_bf_item .-img img+img {
    margin-top: 10px;
}

.c-case_slide_block .c-case_bf_item p {
    text-align: center;
    color: #c2ad6b;
    font-family: "Cormorant Garamond", serif;
    font-size: 400px;
    letter-spacing: .02em;
    line-height: 1.4;
    font-size: 40px;
    font-size: 4.0rem;
}

.c-case_slide_block .-arw {
    width: 2.75%;
    margin-top: -8%;
}

.-case02 .c-case_slide_block .-arw {
    margin-top: -2.5%;
}

.c-case_slide .slick-prev {
    background: url(../img/arw_slide_prev.svg);
    left: 0;
}

.c-case_slide .slick-next {
    background: url(../img/arw_slide_next.svg);
    right: 0;
}

.c-case_slide .slick-prev,
.c-case_slide .slick-next {
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* top: 124px; */
    top: 330px;
}


/* .-case02.c-case_slide .slick-prev,
.-case02.c-case_slide .slick-next {
    top: 14.8%;
} */

.c-case_slide .slick-prev::before,
.c-case_slide .slick-next::before {
    content: "";
}

.slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 16px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #dbe6f4;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #315ca3;
}

.slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
}

.c-case_mid_ttl {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.c-case_cont img {
    border-radius: 6px;
}

.c-case_cont {
    margin-top: 12px;
}

.c-case_mid_ttl::before {
    content: "";
    display: block;
    border-top: 1px solid #c2ad6b;
    border-bottom: 1px solid #c2ad6b;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.c-case_mid_ttl .-txt {
    display: inline-block;
    background-color: #fff;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    color: #c2ad6b;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 2px;
}

.c-case_cont_mid {}

.c-case_cont_mid_img_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #315ca3;
    font-weight: 600;
}

.c-case_cont_mid_img_block .-img {
    width: 32.75%;
}

.c-case_cont_mid_img_block .-img:not(:last-child) {
    margin-right: 0.875%;
}

.c-case_cont_mid_img_block.-full .-img {
    width: 100%;
    margin: auto;
}

.c-case_cont_mid_img_block.-full .-img img {
    width: 100%;
}

.c-case_cont_mid_img_block .-img img.u-only_sp {
    display: none;
}

.c-case_cont_mid_img_block .-img img.u-only_pc {
    display: block;
}

.c-case_cont_mid_img_block.-four .-img {
    width: 24.4%;
    margin-right: 0.8%;
    margin-bottom: 0.8%;
}

.c-case_cont_mid_img_block.-four .-img:nth-child(4n) {
    margin-right: 0;
}

.c-case_cont_tbl {
    margin-top: 48px;
}


/* table
---------------------------------------------------------- */

.c-tbl_base {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 1.4;
}

.c-tbl_base th,
.c-tbl_base td {
    padding: 14px 26px;
}

.c-tbl_base th {
    width: 27.12%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background-color: #f2f6fa;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    font-weight: 500;
}

.c-tbl_base td {
    width: 72.88%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.c-tbl_info {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 42px;
    line-height: 1.4;
}

.c-tbl_info th,
.c-tbl_info td {
    padding: 10px 24px;
    line-height: 1.8;
}

.c-tbl_info th {
    width: 120px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background-color: #f2f6fa;
    font-family: "Shippori Mincho", serif;
    text-align: center;
    color: #171d3f;
    vertical-align: top;
}

.c-tbl_info td {
    width: calc(100% - 120px);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.c-tbl_hour {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 1.4;
    margin-bottom: 12px;
}

.c-tbl_hour tr {
    border-bottom: 1px solid #ddd;
}

.c-tbl_hour td.-hour {
    width: 160px;
    font-family: "Shippori Mincho", serif;
    color: #171d3f;
}

.c-tbl_hour th {
    font-family: "Shippori Mincho", serif;
}

.c-tbl_hour th,
.c-tbl_hour td {
    padding: 14px 0;
    text-align: center;
    width: calc((100% - 160px) / 7);
    color: #171d3f;
}

.c-tbl_hour th:nth-child(even),
.c-tbl_hour td:nth-child(even) {
    background-color: #f2f6fa;
}

.c-tbl_hour td {
    color: #315ca3;
}

.c-tbl_note {
    line-height: 1.5;
    color: #89949f;
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
}


/* column
---------------------------------------------------------- */

@media screen and (min-width: 768px) {
    .c-clm_row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .c-clm_row .c-clm_row_img {
        width: 38%;
    }

    .c-clm_row .c-clm_row_img img {
        border-radius: 6px;
    }

    .c-clm_row .c-clm_row_txt {
        width: 58%;
    }
}


/* list
---------------------------------------------------------- */

.c-list_dot li {
    padding-left: 20px;
    position: relative;
    line-height: 1.25;
    font-family: "Shippori Mincho", serif;
}

.c-list_dot li:not(:last-child) {
    margin-bottom: 10px;
}

.c-list_dot li::before {
    content: "";
    display: block;
    background-color: #c2ad6b;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(45deg);
}

.c-list_clm2,
.c-list_clm3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.c-list_clm2 .c-list_item {
    width: 47.41%;
    display: flex;
    flex-direction: column;
}

.c-list_clm2 .c-list_item:not(:nth-child(-n+2)) {
    margin-top: 46px;
}

.c-list_clm2 .c-list_img {
    margin-bottom: 36px;
}

.c-list_clm2 .c-list_img img {
    border-radius: 8px;
}

.c-list_clm2 .c-list_ttl {
    text-align: center;
    margin-bottom: 18px;
    color: #315ca3;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}

.c-list_clm2 .c-list_txt {
    margin-top: auto;
    padding: 0 16px;
}

.c-list_clm3 {
    flex-direction: column;
}

.c-list_clm3 .c-list_item {
    display: flex;
    gap: 40px;
}

.c-list_clm3 .c-list_item:not(:nth-child(-n+3)) {
    margin-top: 40px;
}

.c-list_clm3 .c-list_img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 24px;
}

.c-list_clm3 .c-list_img img {
    border-radius: 6px;
}

.c-list_clm3 .c-list_ttl {
    text-align: start;
    margin-bottom: 16px;
    color: #315ca3;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
}

.c-list_clm3 .c-list_txt {
    margin-top: auto;
    padding: 0 8px;
}

.c-clinic_histry_list a {
    text-decoration: underline;
    display: inline;
}

.c-clinic_histry_list li:nth-child(2) {
    margin-bottom: 15px;
}


/* flow
---------------------------------------------------------- */

.c-flow {
    padding: 148px 0 140px;
    background-color: #f2f6fa;
}

.c-flow_cont {
    /* margin-top: 66px; */
}

.c-flow_list {
    width: 100%;
    position: relative;
}

.c-flow_list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.c-flow_list li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #315ca3;
    top: 99px;
    left: 68px;
    z-index: 0;
}

.c-flow_list li:last-child::after {
    display: none;
}

.c-flow_list li .-icon {
    width: 138px;
    height: 138px;
    background-image: url(../img/bg_s01.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 999;
}

.c-flow_list li .-icon .-eng {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1;
}

.c-flow_list li .-icon .-number {
    font-family: "Bodoni Moda", serif;
    color: #c2ad6b;
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
}

.c-flow_list li .-content {
    width: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1100px) {
    /* .c-flow_list li .-content {
        width: calc(100% - 120px);
    } */
}

.c-flow_list li .-content .-unit {
    width: 52.23%;
    max-width: 432px;
}

.c-flow_list li .-content .-full {
    margin-top: 24px;
    width: 100%;
}


/* .c-flow_list li .-content .-full img {
    width: 75.5%;
} */

.c-flow_list li .-content .-full .-inner {
    width: 100%;
}

.c-flow_list li .-content .-full.-w100 .-inner {
    width: 100%;
}

.c-flow_list li .-content .-full.-w100 .-inner img {
    width: 100%;
}

.c-flow_list li .-content .-full .-inner .c-txt_note {
    margin-top: 0.4em;
    text-align: center;
    line-height: 1.4;
    font-size: .9em;
}

.c-flow_list li .-content .-img {
    width: 42.32%;
    max-width: 350px;
}

.c-flow_list li .-content .-img img {
    border-radius: 6px;
}

.c-flow_list li .-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #193179;
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px;
}

.c-flow_list li .-txt {}


/* type
---------------------------------------------------------- */

.c-type {
    padding: 148px 0 140px;
}

.c-type_cont {
    padding-top: 16px;
}

.c-type_block:not(:last-child) {
    margin-bottom: 80px;
}


/* price
---------------------------------------------------------- */

.c-price {
    padding: 148px 0 140px;
    background-color: #e7eef7;
}

.p-price_lead {}

.c-price_cont {
    margin: 48px 0 80px;
}

.c-price_cont_item {
    margin-top: 38px;
}

.c-price_cont_item .-bold {
    margin-bottom: 19px;
    font-weight: 700;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
}

.c-price_tbl_ttl {
    color: #171d3f;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 12px;
}

.c-price_tbl {
    width: 100%;
    border-top: 1px solid #315ca3;
}

.c-price_tbl tr {
    width: 100%;
}

.c-price_tbl tr th,
.c-price_tbl tr td {
    border-bottom: 1px solid #ddd;
    letter-spacing: .02em;
}

.c-price_tbl tr:last-child th,
.c-price_tbl tr:last-child td {
    border-bottom: 1px solid #315ca3;
}

.c-price_tbl tr th {
    line-height: 1;
    padding: 10px 16px 10px 32px;
    background-color: #f2f6fa;
    vertical-align: middle;
    font-family: "Shippori Mincho", serif;
    color: #171d3f;
    width: 38.3%;
    font-size: 18px;
    font-size: 1.8rem;
}

.c-price_tbl tr th.sgl {
    width: 64%;
}

.c-price_tbl.-example tr th.sgl {
    width: 40%;
}

.c-price_tbl.-example tr th.sgl span {
    font-size: 12px;
    font-size: 1.2rem;
}

.c-price_tbl tr th.sub {
    width: 25.7%;
    background-color: #edf0f6;
}

.c-price_tbl tr td {
    padding: 10px 32px 10px 16px;
    background-color: #fff;
    width: 36%;
    line-height: 1.3;
}

.c-price_tbl.-example tr td {
    width: 60%;
}

.c-price_tbl tr td.price {
    font-size: 24px;
    font-size: 2.4rem;
    color: #9e8842;
    text-align: right;
    font-family: "Bodoni Moda", serif;
}

.c-price_tbl.-example tr td.price {
    font-size: 18px;
    font-size: 1.8rem;
    color: #171d3f;
}

.c-price_tbl tr td.price span {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
}

.c-price_tbl.-example tr td.price {
    font-size: 19px;
    font-size: 1.9rem;
    color: #171d3f;
    font-family: "Shippori Mincho", serif;
}

.c-price_tbl.-example tr td.price span {
    font-size: 30px;
    font-size: 3.0rem;
    color: #9e8842;
    text-align: right;
    font-family: "Bodoni Moda", "Shippori Mincho", serif;
}

.c-price_tbl.-example tr td.price span span {
    font-size: 18px;
    font-size: 1.8rem;
}

.c-price_tbl tr td.center {
    text-align: center;
    padding-left: unset;
}

.c-price_tbl tr td .mini {
    font-size: 14px;
    font-size: 1.4rem;
}

.c-price_ttl {
    margin-bottom: 45px;
    border-top: 1px solid #315ca3;
    border-bottom: 1px solid #315ca3;
    padding: 2px 0;
}

.c-price_ttl .-main {
    border-top: 1px solid #315ca3;
    border-bottom: 1px solid #315ca3;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 32px;
    font-size: 3.2rem;
    color: #171d3f;
}

.c-price_money_cont {
    margin-top: 20px;
    padding-bottom: 80px;
}

.c-price_money_cont .-flex {
    display: flex;
    justify-content: space-between;
}

.c-price_money_cont .-flex .-item {
    width: 48.8%;
    background: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
}

.c-price_money_cont .-flex .-item .-ttl {
    width: 100%;
    color: #315ca3;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
}

.c-price_money_cont_item {
    margin: 20px 0 10px;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.c-price_money_cont_item .-ttl {
    width: 28%;
    color: #315ca3;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.c-price_money_cont_item .-img {
    width: 72%;
    padding: 22px 36px 22px 0;
}

.c-price_money_cont_item .-img img {
    width: 100%;
}

.c-price_deduction {
    padding-bottom: 80px;
}

.c-price_deduction_copy {
    font-family: "Shippori Mincho", serif;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: .02em;
    color: #315ca3;
    margin-bottom: 28px;
}

.c-price_deduction_copy span {
    text-decoration: underline;
}

.c-price_deduction_copy+.c-txt_center span {
    text-decoration: underline;
}

.c-price_deduction_btm {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    background-color: #fff;
    padding: 14px;
    border-radius: 8px;
}

.c-price_deduction_btm .-cont {
    padding: 24px 40px 23px;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: .02em;
    color: #315ca3;
}

.c-price_deduction_btm .-cont:first-child {
    border-right: 1px solid #ddd;
}

.c-price_example .c-price_tbl th.sgl {
    line-height: 1.4;
    width: 72%;
}

.c-price_example .c-price_tbl td {
    width: 28%;
}


/* clinic
---------------------------------------------------------- */

.c-clinic {
    padding: 148px 0 160px;
}

.c-clinic_dr {
    margin-bottom: 90px;
}

.c-clinic_dr_message {
    margin-bottom: 70px;
}

.c-clinic_dr_img {
    width: 42%;
    padding: 0 0 56px 6.4%;
    float: right;
}

.c-clinic_dr_img img {
    border-radius: 6px;
}

.-name {
    color: #171d3f;
    line-height: 1.2;
    font-family: "Shippori Mincho", serif;
    margin-top: 20px;
    text-align: right;
}

.-name .-sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 6px;
    display: block;
    letter-spacing: .02em;
}

.-name .-main {
    font-size: 26px;
    font-size: 2.6rem;
    display: block;
    letter-spacing: .1em;
    margin-left: -40px;
    white-space: nowrap;
}

.c-clinic_histry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-clinic_histry_item {
    width: 47%;
}

.c-clinic_clinic {
    margin-bottom: 90px;
}

.c-clinic_clinic_list_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.c-clinic_clinic_list_row.-head {
    margin-bottom: 28px;
}

.c-clinic_clinic_list_row.-head .c-clinic_clinic_list_item {
    width: 31.7%;
}

.c-clinic_clinic_list_row.-btm .c-clinic_clinic_list_item {
    width: 48.8%;
}

.c-clinic_clinic_list_row .-img img {
    border-radius: 6px;
}

.c-clinic_clinic_list_item .-ttl {
    margin-top: 10px;
    color: #315ca3;
}

.c-clinic_access {}

.c-clinic_access_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.c-clinic_access_map {
    width: 37%;
}

.c-clinic_access_map iframe {
    width: 100%;
    height: 100%;
}

.c-clinic_access_info {
    width: 58%;
}


/* banner
---------------------------------------------------------- */

.c-banner {
    background-image: url(../img/cv_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0 80px;
}

.c-banner_ttl {
    text-align: center;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: .02em;
    margin-bottom: 32px;
}

.c-banner_box {}

.c-banner_box .-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    padding: 32px 24px;
}

.c-banner_box .-tel {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 3%;
    cursor: text;
}

.c-banner_box .-tel .-txt {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 5px;
    font-weight: 500;
    color: #171d3f;
    font-family: "Shippori Mincho", serif;
}

.c-banner_box .-tel .-link {
    color: #171d3f;
    font-size: 4.4rem;
    line-height: 1;
    display: inline-block;
    font-family: "Bodoni Moda", serif;
    pointer-events: none;
    letter-spacing: .02em;
    padding-left: 32px;
    position: relative;
}

.c-banner_box .-tel .-link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 38px;
    margin-right: 12px;
    background: url(../img/ico_tel_blue.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.c-banner_box .-tel .-sub {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 6px;
}

.c-banner_web {
    background: #171d3f;
    height: 80px;
    width: 320px;
    border-radius: 8px;
}

.c-banner_web a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 0 0 24px;
}

.c-banner_web a::after {
    content: "";
    display: block;
    background-image: url(../img/arw_gld.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.c-banner_web_txt {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.c-banner_web_txt img {
    width: 32px;
    display: inline-block;
    margin-right: 16px;
}

.c-banner_web_sub {
    color: #fff;
    display: block;
    font-size: 2.6rem;
    line-height: 1;
}

.c-banner .-info {
    margin-left: 3%;
}

.c-banner .-info .-item {
    height: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: .02em;
    font-family: "Shippori Mincho", serif;
    color: #bca869;
    border: 1px solid #bca869;
    padding: 0 16px 0 10px;
}

.c-banner .-info .-item:first-child {
    margin-bottom: 8px;
}

@media screen and (max-width: 985px) {
    .c-banner .-info {
        margin-left: 0;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .c-banner .-info .-item:first-child {
        margin-bottom: 0;
        margin-right: 16px;
    }
}


/* risk
---------------------------------------------------------- */

.c-risk {
    padding: 70px 0 72px;
}

.c-risk_ttl {
    margin-bottom: 24px;
    color: #171d3f;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Shippori Mincho", serif;
}

.c-risk_cont {
    width: 100%;
    height: 160px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #171d3f #f2f6fa;
    padding-right: 114px;
}

.c-risk_cont .u-ff_normal {
    font-weight: 400;
}

.c-risk_cont::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}

.c-risk_cont::-webkit-scrollbar-track {
    background: #f2f6fa;
}

.c-risk_cont::-webkit-scrollbar-thumb {
    background: #171d3f;
}

.c-risk_item {
    margin-bottom: 20px;
}

.c-risk_item:last-child {
    margin-bottom: unset;
}

.c-risk_list li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
}

.c-risk_list li.-unset {
    text-indent: unset;
    padding-left: unset;
}

.c-risk_list li a {
    display: inline;
    text-decoration: underline !important;
}


/* box
---------------------------------------------------------- */

.c-box {
    background: #f3f4f6;
    padding: 38px 26px 27px;
    margin-top: 32px;
}

.c-box.-doctor {
    padding: 36px 23px 31px;
    margin-top: 25px;
}

.c-box .-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-box .-flex .-item {
    width: 53%;
}

.c-box .-flex .-item.-doctor02 {
    width: 43%;
}

.c-box .-flex .-image {
    width: 43%;
}

.c-box .-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 8px;
    color: #193179;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 19px;
    font-family: "Shippori Mincho", serif;
}

.c-box .-ttl.center {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 15px;
}

.c-box .-ttl.border {
    border-bottom: 1px solid #c1d2d3;
}

.c-box .-tbl {
    width: 100%;
    margin-top: -13px;
}

.c-box .-tbl tr {
    width: 100%;
}

.c-box .-tbl tr th {
    width: 100px;
    padding-left: 10px;
    vertical-align: top;
}

.c-box .-list {
    margin-top: -13px;
}

.c-box .-list li {
    padding-left: 26px;
    position: relative;
}

.c-box .-list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #19999d;
    top: 12px;
    left: 10px;
}

.c-box .-list li a {
    text-decoration: underline;
    display: inline;
}

.c-box .-list.-bottom {
    margin-bottom: 25px;
}

.c-box .-tel {
    width: 58%;
    border-right: 1px solid #9bd5d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-box .-tel .-txt {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #17bcc1;
    font-weight: 500;
}

.c-box .-tel .-link {
    color: #17bcc1;
    font-size: 5.8rem;
    line-height: 1;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
}

.c-box .-tel .-link::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 37px;
    margin: 7px 5px 0 0;
    /* background: url(../img/tel.svg) no-repeat; */
    background-size: contain;
}


/* ttl
---------------------------------------------------------- */

.c-ttl_main {
    /* text-align: center;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    position: relative;
    line-height: 1.6;
    background: -webkit-gradient(linear, left top, right top, from(#127de2), to(#1f3c93));
    background: linear-gradient(to right, #127de2, #1f3c93);
    padding: 26px 0; */
}

.c-ttl_bg {
    position: relative;
    background-color: #171d3f;
    height: 120px;
    padding: 8px 0;
    font-family: "Shippori Mincho", serif;
    letter-spacing: .02em;
    line-height: 1.4;
    margin: auto;
    width: calc(100% - 80px);
    margin-bottom: 54px;
}

.c-ttl_bg.-min {
    height: 80px;
    padding: 7px 0;
}

.c-ttl_bg::before,
.c-ttl_bg::after {
    content: "";
    display: block;
    background-image: url(../img/ttl_l.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    width: 100px;
    height: 100%;
    position: absolute;
}

.c-ttl_bg.-min::before,
.c-ttl_bg.-min::after {
    width: 45px;
    height: 100%;
    background-image: url(../img/ttl_m.svg);
    background-size: 100% 100%;
}

.c-ttl_bg::before {
    right: 100%;
    background-position: right;
}

.c-ttl_bg::after {
    left: 100%;
    transform: rotate(180deg);
    background-position: right;
}

.c-ttl_bg_inner {
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-left: 70px;
}

.c-ttl_bg .-sub {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

.c-ttl_bg .-main {
    color: #c2ad6b;
    font-size: 32px;
    font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
    .c-ttl_bg {
        height: 120px;
        padding: 8px 0;
        width: calc(100% - 80px);
        margin-bottom: 20px;
    }

    .c-ttl_bg.-min {
        height: 80px;
        padding: 7px 0;
    }

    .c-ttl_bg::before,
    .c-ttl_bg::after {
        content: "";
        display: block;
        background-image: url(../img/ttl_l.svg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        top: 0;
        width: 60px;
        height: 100%;
        position: absolute;
    }

    .c-ttl_bg.-min::before,
    .c-ttl_bg.-min::after {
        width: 45px;
        height: 100%;
        background-image: url(../img/ttl_m.svg);
        background-size: 100% 100%;
    }

    .c-ttl_bg::before {
        right: calc(100% - 1px);
        background-position: right;
    }

    .c-ttl_bg::after {
        left: calc(100% - 1px);
        transform: rotate(180deg);
        background-position: right;
    }

    .c-ttl_bg_inner {
        height: 100%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .c-ttl_bg .-sub {
        color: #fff;
        font-size: 1rem;
    }

    .c-ttl_bg .-main {
        color: #c2ad6b;
        font-size: 2.1rem;
    }

    .c-ttl_bg .-main span {
        display: block;
        font-size: 1rem;
    }
}

.c-ttl_liner {
    margin-bottom: 36px;
}

.c-ttl_liner {
    margin-bottom: 34px;
    position: relative;
}

.c-ttl_liner::after {
    content: "";
    display: block;
    background-color: #315ca3;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 0;
}

.c-ttl_liner .c-ttl_liner_txt {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
    position: relative;
    z-index: 1;
    color: #315ca3;
    background-color: #fff;
    padding-right: 40px;
}

.c-ttl_liner .c-ttl_liner_jp {
    font-size: 88px;
    font-size: 8.8rem;
    display: inline-block;
}

.c-ttl_liner.-en .c-ttl_liner_jp {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 28px;
    padding-bottom: 13px;
}

.c-ttl_liner .c-ttl_liner_en {
    font-size: 28px;
    font-size: 2.8rem;
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 13px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: .04em;
}

.c-ttl_liner.-en .c-ttl_liner_en {
    font-size: 88px;
    font-size: 8.8rem;
    margin-left: 0;
    padding-bottom: 0;
    letter-spacing: .04em;
}

.c-ttl_liner.-min {
    margin-bottom: 24px;
}

.c-ttl_liner.-min::after {
    bottom: unset;
    top: 46%;
}

.c-ttl_liner.-min .c-ttl_liner_txt {
    padding-right: 22px;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    .c-ttl_liner {
        margin-bottom: 24px;
    }

    .c-ttl_liner::after {
        bottom: 16px;
    }

    .c-ttl_liner .c-ttl_liner_txt {
        padding-right: 16px;
    }

    .c-ttl_liner.-en .c-ttl_liner_jp {
        font-size: 18px;
        font-size: 1.8rem;
        margin-left: 15px;
        padding-bottom: 9px;
    }

    .c-ttl_liner .c-ttl_liner_en {
        font-size: 28px;
        font-size: 2.8rem;
        display: inline-block;
        margin-left: 30px;
        padding-bottom: 13px;
        font-family: "Cormorant Garamond", serif;
        font-weight: 300;
        letter-spacing: .04em;
    }

    .c-ttl_liner.-en .c-ttl_liner_en {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .c-ttl_liner.-min {
        margin-bottom: 12px;
    }

    .c-ttl_liner.-min::after {
        bottom: unset;
        top: 46%;
    }

    .c-ttl_liner.-min .c-ttl_liner_txt {
        padding-right: 15px;
        font-size: 19px;
        font-size: 1.9rem;
    }
}

.c-ttl_main {
    position: relative;
    line-height: 1;
    margin-bottom: 80px;
    text-align: center;
}

.c-ttl_main_jp {
    font-size: 44px;
    font-size: 4.4rem;
    color: #171d3f;
    position: relative;
    z-index: 1;
}

.c-ttl_main_en {
    font-size: 160px;
    font-size: 16.0rem;
    font-family: "Cormorant Garamond", serif;
    color: #e5e9f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    letter-spacing: .08em;
}

.c-ttl_main.-wht .c-ttl_main_en {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-ttl_main {
        margin-bottom: 48px;
    }

    .c-ttl_main_jp {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .c-ttl_main_en {
        font-size: 80px;
        font-size: 8.0rem;
    }

    .c-ttl_main.-wht .c-ttl_main_en {
        color: #fff;
    }
}

.c-ttl_min {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #315ca3;
    line-height: 1;
    margin-bottom: 16px;
}

.c-ttl_min_en {
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: .04em;
}

.c-ttl_min_jp {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 16px;
    padding-bottom: 5px;
}

p+.c-ttl_min {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .c-ttl_min {
        margin-bottom: 12px;
    }

    .c-ttl_min_en {
        font-size: 30px;
        font-size: 3.0rem;
    }

    .c-ttl_min_jp {
        display: inline-block;
        font-size: 15px;
        font-size: 1.5rem;
        margin-left: 8px;
        padding-bottom: 4px;
    }

    p+.c-ttl_min {
        margin-top: 18px;
    }
}


/* text
---------------------------------------------------------- */

.u-ff_serif {
    font-family: "Shippori Mincho", serif;
}

.u-ff_en {
    font-family: "Bodoni Moda", serif;
}

.u-ff_normal {
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}

.c-txt {
    line-height: 2;
}

.c-txt_center {
    text-align: center;
}

.c-txt_center.access {
    margin-top: 49px;
}

.c-txt_link {
    display: inline-block !important;
    text-decoration: underline !important;
}

.c-txt_lead {
    margin-bottom: 2em;
}


/* =================================
PC basic
================================= */

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

    /* key
  ---------------------------------------------------------- */
    .c-key {
        height: 810px;
        position: relative;
        text-align: center;
    }

    .c-key img {
        width: auto;
        height: 100%;
    }

    .c-key_content {
        /* max-width: 1240px;
        padding: 0 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: 3; */
        width: 100%;
        height: 100%;
        position: relative;
    }

    .c-key_body {
        width: 100%;
        position: absolute;
        bottom: 25%;
        left: 6.94vw;
    }

    /* kaiketsu
  ---------------------------------------------------------- */
    .c-kaiketsu {
        padding-bottom: 60px;
    }

    .c-kaiketsu_head {
        /* margin-bottom: 45px; */
    }

    .c-kaiketsu_head_sub {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 14px;
        color: #fff;
    }

    .c-kaiketsu_head_main {
        font-size: 44px;
        font-size: 4.4rem;
        color: #fff;
    }

    /* feature
  ---------------------------------------------------------- */
    .c-feature_wrap {
        padding: 140px 0;
    }

    .c-feature_f01_head {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 40px;
    }

    .c-feature_f01_head_txt {
        width: 59.1%;
        padding-top: 32px;
    }

    .c-feature_f01_head_img {
        width: 36.2%;
    }

    .c-feature_f01_head_img img {
        border-radius: 6px;
    }

    .c-feature_head_txt {
        min-height: 500px;
        border-radius: 8px;
    }
}


/* =================================
TAB basic
================================= */

@media screen and (max-width: 1099px) {
    .c-key_head {
        font-size: 4rem;
        text-align: left;
    }

    .c-key_sub {
        font-size: 1.6rem;
        text-align: left;
    }

    .c-box .-tbl tr th,
    .c-box .-tbl tr td {
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: top;
    }

    .c-box .-list li {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .c-box.-wht {
        margin: 19px auto 0;
    }
}


/* =================================
SP basic
================================= */

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

    /* key
  ---------------------------------------------------------- */
    .c-key {
        /* background-image: url(../img/mv-sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 550px; */
        height: 480px;
        margin-bottom: 370px;
    }

    .c-key_image {
        /* position: absolute;
        z-index: -1;
        display: none; */
    }

    .c-key_content {
        height: 100%;
        position: relative;
    }

    .c-key_body {
        position: absolute;
        bottom: 18%;
        width: 100%;
    }

    .c-key_head {
        font-size: 27px;
        font-size: 2.7rem;
        padding-left: 4%;
        width: 100%;
        color: #fff;
        margin-bottom: 18px;
    }

    .c-key_head_sub {
        padding: 0 4%;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .c-key_head_sub_list {
        display: block;
        position: relative;
        font-size: 1.2rem;
        bottom: -500px;
    }

    .c-key_head_sub_list li {
        width: 160px;
        height: 160px;
        position: absolute;
    }

    .c-key_head_sub_list li {
        left: 50%;
        margin-left: -80px;
    }

    .c-key_head_sub_list li:nth-child(2) {
        left: 50%;
        margin-left: -164px;
        top: 86px;
    }

    .c-key_head_sub_list li:nth-child(3) {
        left: unset;
        right: 50%;
        margin-right: -164px;
        top: 86px;
    }

    .c-key_head_sub_list li:nth-child(4) {
        left: 50%;
        margin-left: -80px;
        top: 172px;
    }

    /* nayami
  ---------------------------------------------------------- */
    .c-nayami {
        padding-top: 48px;
        padding-bottom: 48px;
        background-image: url(../img/nayami_bg_sp.webp);
    }

    .c-nayami::after {
        width: 230px;
        height: 25px;
        bottom: -24px;
    }

    .c-nayami_head {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 22px;
    }

    .c-nayami_head_inner {
        height: 370px;
    }

    .c-nayami_inner {
        width: 100%;
    }

    .c-nayami_list {
        width: 100%;
    }

    .c-nayami_list .-item {
        margin: 0 !important;
    }

    .c-nayami_list.-top {
        margin-bottom: 8px;
    }

    .c-nayami_list .-item:not(:first-child) {
        margin: 8px 0 0 !important;
    }

    .c-nayami_list .-item p {
        font-size: 16px;
        font-size: 1.6rem;
        padding-top: 1.5em;
    }

    .c-nayami_list.-top .-item:nth-child(2) p {
        padding-top: 1.5em;
    }

    .c-nayami_list.-top .-item:nth-child(3) p {
        padding-top: 1.3em;
    }

    .c-nayami_list.-btm .-item:nth-child(3) p {
        padding-top: 1.5em;
    }

    .c-nayami_list .-item::after {
        width: 10px;
        height: 10px;
    }

    /* kaiketsu
  ---------------------------------------------------------- */
    .c-feature_wrap {
        background-image: url(../img/feature_bg_sp.webp);
    }

    .c-kaiketsu_head .c-kaiketsu_head_sub img {
        display: block;
        height: auto;
        width: 80%;
        margin: 0 auto 10px;
    }

    .c-kaiketsu_head .c-kaiketsu_head_sub {
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
    }

    .c-kaiketsu_head_main {
        font-size: 22px;
        font-size: 2.2rem;
        color: #fff;
        margin-top: 8px;
    }

    /* feature
---------------------------------------------------------- */
    .c-feature_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .c-feature_ttl {
        padding-top: 32px;
        margin-bottom: 32px;
    }

    .c-feature_ttl_en {
        font-size: 72px;
        font-size: 7.2rem;
    }

    .c-feature_ttl_sub {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .c-feature_ttl_main {
        font-size: 35px;
        font-size: 3.5rem;
    }

    .c-feature_item:not(:first-child) {
        padding-top: 40px;
    }

    .c-feature_block:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .c-feature_head {
        position: relative;
    }

    .c-feature_head_txt {
        width: 100%;
    }

    .c-feature_head_img {
        position: relative;
        width: 100%;
        top: unset;
    }

    .c-feature_head_img img {
        border-radius: 0 0 6px 6px;
    }

    .c-feature_head.-odd {
        padding-left: 0;
    }

    .c-feature_head.-odd .c-feature_head_img {
        right: unset;
    }

    .c-feature_item .c-feature_head .c-feature_head_txt {
        padding: 20px 20px 30px;
        border-radius: 6px 6px 0 0;
    }

    .c-feature_head.-even {
        padding-right: 0;
    }

    .c-feature_head.-even .c-feature_head_img {
        left: unset;
    }

    .c-feature_head_num {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        letter-spacing: .02em;
        line-height: 1;
        margin-bottom: 16px;
    }

    .c-feature_head_num .-en {
        color: #315ca3;
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 4px;
        margin-right: 8px;
    }

    .c-feature_head_num .-num {
        font-size: 40px;
        font-size: 4.0rem;
    }

    .c-feature_head_ttl {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 16px;
    }

    .c-feature_item.c-feature_01 .c-feature_block {
        margin-bottom: 40px;
    }

    .c-feature_f01_top {
        font-size: 22px;
        font-size: 2.2rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .c-feature_f01_head {
        margin-bottom: 30px;
    }

    .c-feature_f01_head_txt {
        margin-bottom: 20px;
    }

    .c-feature_f01_head_img img {
        border-radius: 4px;
    }

    .c-feature_f01_merit {}

    .c-feature_f01_merit_inner {
        padding-bottom: 32px;
    }

    .c-feature_f01_merit_inner::after {
        content: "";
        display: block;
        background-image: url(../img/feature01_3.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 91.56%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .c-feature_f01_merit_ttl {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .c-feature_f01_merit_ttl::after {
        width: 30px;
        height: 1px;
    }

    .c-feature_f01_merit_ttl .-en {
        font-size: 38px;
        font-size: 3.8rem;
    }

    .c-feature_f01_merit_ttl .-jp {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .c-feature_f01_merit_list {
        display: flex;
        flex-direction: column;
    }

    .c-feature_f01_merit_list .-item {
        border-radius: 6px;
        width: 80%;
        height: 60px;
        background: #161d40;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        position: relative;
        margin: 8px auto;
    }

    .c-feature_f01_merit_list .-item p {
        font-family: "Shippori Mincho", serif;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .c-feature_f01_merit_list .-item.-arw {
        height: 55px;
        padding-bottom: 15px;
    }

    .c-feature_f01_merit_list .-item.-arw::before {
        width: 12px;
        height: 8px;
        bottom: 15%;
    }

    .c-feature_f01_archive {
        margin-top: 40px;
    }

    .c-feature_f01_archive_ttl {
        height: 45px;
    }

    .c-feature_f01_archive_ttl::before {
        width: 12px;
        height: 1px;
        top: 50%;
        right: 18px;
        margin-top: -1px;
        transition: .4s;
    }

    .c-feature_f01_archive_ttl::after {
        content: "";
        display: inline-block;
        background-color: #fff;
        position: absolute;
        width: 1px;
        height: 12px;
        top: 50%;
        right: 24px;
        margin-top: -6px;
    }

    .c-feature_f01_archive_ttl.is-open::after {
        margin-top: -8px;
    }

    .c-feature_f01_archive_ttl .-txt {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .c-feature_f01_archive_cont {
        height: 0;
        transition: .4s;
        font-size: 0;
        opacity: 0;
        letter-spacing: .02em;
        line-height: 1.2;
        font-family: "Shippori Mincho", serif;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    .c-feature_f01_archive_cont .-item {
        width: calc(100% / 5);
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

    .c-feature_f01_archive_cont .-item span {
        font-family: "Bodoni Moda", serif;
    }

    .c-feature_f01_archive_cont.is-open {
        height: auto;
        transition: .4s;
        opacity: 1;
        margin-top: 16px;
    }

    .c-feature_f01_archive_cont.is-open .-item dt,
    .c-feature_f01_archive_cont.is-open .-item dd {
        padding: 10px 5px;
    }

    .c-feature_f01_archive_cont.is-open .-item dt {
        font-size: 12px;
        font-size: 1.2rem;
        background-color: #f2f6fa;
    }

    .c-feature_f01_archive_cont.is-open .-item dt span {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .c-feature_f01_archive_cont.is-open .-item dd {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .c-feature_f01_archive_cont.is-open .-item dd span {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .c-feature_list {
        margin-top: 30px;
        padding: 0 3%;
    }

    /* case
---------------------------------------------------------- */
    .c-case {
        margin-top: 48px;
    }

    .c-case_slide {
        padding: 0 3%;
    }

    .c-case_slide_block_ttl {
        margin-bottom: 18px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .c-case_slide .c-case_bf {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .c-case_slide_block .c-case_bf_item {
        width: 100%;
    }

    .c-case_slide_block .c-case_bf_item .-img img+img {
        margin-top: 6px;
    }

    .c-case_slide_block .c-case_bf_item p {
        font-size: 20px;
        font-size: 2.0rem;
        margin-top: 6px;
    }

    .c-case_slide_block .-arw {
        width: 16px;
        margin-top: 14px;
        margin-bottom: 16px;
        transform: rotate(90deg);
    }

    .-case02 .c-case_slide_block .-arw {
        margin-top: 14px;
        margin-bottom: 16px;
    }

    .c-case_slide .slick-prev {
        background: url(../img/arw_slide_prev.svg);
        left: 0;
    }

    .c-case_slide .slick-next {
        background: url(../img/arw_slide_next.svg);
        right: 0;
    }

    .c-case_slide .slick-prev,
    .c-case_slide .slick-next {
        width: 40px;
        height: 40px;
        /* top: 96px; */
        top: 160px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 100;
    }

    .c-case_slide .slick-prev {
        left: -5px;
    }

    .c-case_slide .slick-next {
        right: -5px;
    }

    .slick-dots {
        position: relative;
        bottom: 0;
        padding-top: 16px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #dbe6f4;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button {
        background: #315ca3;
    }

    .slick-dots li button::before {
        content: "";
        width: 10px;
        height: 10px;
    }

    .c-case_mid_ttl {
        position: relative;
        text-align: center;
        margin-bottom: 16px;
    }

    .c-case_cont img {
        border-radius: 6px;
    }

    .c-case_cont {
        margin-top: 12px;
    }

    .c-case_mid_ttl::before {
        height: 3px;
    }

    .c-case_mid_ttl .-txt {
        padding: 0 16px;
        font-size: 20px;
        font-size: 2.0rem;
        padding-bottom: 2px;
    }

    .c-case_cont_mid {}

    .c-case_cont_mid_img_block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 2px;
    }

    .c-case_cont_mid_img_block:first-child .-img:last-child {
        margin-top: 2px;
    }

    .c-case_cont_mid_img_block .-img {
        width: 48%;
    }

    .c-case_cont_mid_img_block .-img:not(:last-child) {
        margin-right: 0.875%;
    }

    .c-case_cont_mid_img_block.-full .-img {
        width: 92%;
        margin: auto;
    }

    .c-case_cont_mid_img_block .-img img.u-only_sp {
        display: block;
    }

    .c-case_cont_mid_img_block .-img img.u-only_pc {
        display: none;
    }

    .c-case_cont_tbl {
        margin-top: 24px;
    }

    /* table
---------------------------------------------------------- */
    .c-tbl_base {
        width: calc(100% - 1px);
    }

    .c-tbl_base th,
    .c-tbl_base td {
        padding: 8px 10px;
    }

    .c-tbl_base th {
        width: 32%;
    }

    .c-tbl_base td {
        width: 68%;
    }

    .c-tbl_info {
        margin-bottom: 20px;
    }

    .c-tbl_info th,
    .c-tbl_info td {
        padding: 8px 10px;
    }

    .c-tbl_info th {
        width: 100px;
    }

    .c-tbl_info td {
        width: calc(100% - 100px);
    }

    .c-tbl_hour {
        margin-bottom: 10px;
    }

    .c-tbl_hour tr {
        border-bottom: 1px solid #ddd;
    }

    .c-tbl_hour td.-hour {
        width: 110px;
        font-family: "Shippori Mincho", serif;
        color: #171d3f;
    }

    .c-tbl_hour th,
    .c-tbl_hour td {
        padding: 8px 0;
        width: calc((100% - 110px) / 7);
    }

    .c-tbl_hour td {
        color: #315ca3;
    }

    .c-tbl_note {
        font-size: 12px;
        font-size: 1.2rem;
    }

    /* column
---------------------------------------------------------- */
    @media screen and (min-width: 768px) {
        .c-clm_row {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: space-between;
        }

        .c-clm_row .c-clm_row_img {
            width: 38%;
        }

        .c-clm_row .c-clm_row_img img {
            border-radius: 6px;
        }

        .c-clm_row .c-clm_row_txt {
            width: 58%;
        }
    }

    /* list
---------------------------------------------------------- */
    .c-list_dot li {
        padding-left: 20px;
        position: relative;
        line-height: 1.25;
        font-family: "Shippori Mincho", serif;
    }

    .c-list_dot li:not(:last-child) {
        margin-bottom: 8px;
    }

    .c-list_dot li::before {
        content: "";
        display: block;
        background-color: #c2ad6b;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 7px;
        transform: rotate(45deg);
    }

    .c-list_clm2,
    .c-list_clm3 {
        display: block;
    }

    .c-list_clm2 .c-list_item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .c-list_clm2 .c-list_item:not(:nth-child(-n+2)) {
        margin-top: 0;
    }

    .c-list_clm2 .c-list_item:not(:first-child) {
        margin-top: 24px;
    }

    .c-list_clm2 .c-list_img {
        margin-bottom: 12px;
    }

    .c-list_clm2 .c-list_img img {
        border-radius: 4px;
    }

    .c-list_clm2 .c-list_ttl {
        margin-bottom: 8px;
        font-size: 17px;
        font-size: 1.7rem;
    }

    .c-list_clm2 .c-list_txt {
        padding: 0 8px;
    }

    .c-list_clm3 .c-list_item {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .c-list_clm3 .c-list_item:not(:nth-child(-n+3)) {
        margin-top: 0;
    }

    .c-list_clm3 .c-list_item:not(:first-child) {
        margin-top: 20px;
    }

    .c-list_clm3 .c-list_img {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .c-list_clm3 .c-list_img img {
        border-radius: 6px;
    }

    .c-list_clm3 .c-list_ttl {
        margin-bottom: 10px;
        font-size: 17px;
        font-size: 1.7rem;
    }

    .c-list_clm3 .c-list_txt {
        margin-top: auto;
        padding: 0 8px;
    }

    /* flow
  ---------------------------------------------------------- */
    .c-flow {
        padding: 72px 0 50px;
    }

    .c-flow_cont {
        margin-top: 30px;
    }

    .c-flow_list li {
        width: 100%;
        padding-bottom: 20px;
    }

    .c-flow_list li:last-child {
        padding-bottom: 0;
    }

    .c-flow_list li::after {
        width: 1px;
        height: 100%;
        background: #c1d2d3;
        top: 0px;
        left: 29px;
    }

    .c-flow_list li .-icon {
        margin-top: 0px;
        width: 60px;
        height: 60px;
    }

    .c-flow_list li .-icon .-eng {
        font-size: 11px;
        font-size: 1.1rem;
    }

    .c-flow_list li .-icon .-number {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .c-flow_list li .-content {
        width: calc(100% - 70px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .c-flow_list li .-content .-unit {
        width: 100%;
        max-width: unset;
    }

    .c-flow_list li .-content .-img {
        width: 100%;
        max-width: unset;
        margin-top: 10px;
    }

    .c-flow_list li .-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        padding-top: 14px;
        margin-bottom: 10px;
    }

    .c-flow_list li .-txt {
        padding: 0;
    }

    .c-flow_list li .-content .-full {
        margin-top: 10px;
    }

    .c-flow_list li .-content .-full .-inner {
        width: 100%;
    }

    .c-flow_list li .-content .-full img {
        width: 100%;
    }

    /* type
---------------------------------------------------------- */
    .c-type {
        padding: 72px 0 50px;
    }

    .c-type_cont {
        padding-top: 10px;
    }

    .c-type_block:not(:last-child) {
        margin-bottom: 40px;
    }

    .c-type .c-list_img {
        /* margin-bottom: 0; */
    }

    .c-clm_row .c-clm_row_img {
        margin-bottom: 16px;
    }

    /* price
  ---------------------------------------------------------- */
    .c-price {
        padding: 72px 0 50px;
    }

    .p-price_lead {}

    .c-price_cont {
        margin: 40px 0;
    }

    .c-price_cont_item {
        margin-top: 38px;
    }

    .c-price_cont_item .-bold {
        margin-bottom: 19px;
        font-weight: 700;
        text-align: right;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .c-price_tbl_ttl {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .c-price_tbl {
        width: 100%;
    }

    .c-price_tbl tr th,
    .c-price_tbl tr td {}

    .c-price_tbl tr th {
        line-height: 1.4;
        padding: 10px 10px 10px 16px;
        width: 38.3%;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .c-price_tbl tr th.sgl {
        width: 64%;
    }

    .c-price_tbl.-example tr th.sgl span {
        font-size: 11px;
        font-size: 1.1rem;
    }

    /* .c-price_tbl.-example tr th.sgl span span {
        font-size: 15px;
        font-size: 1.5rem;
    } */
    .c-price_tbl tr th.sub {
        width: 25.7%;
    }

    .c-price_tbl tr td {
        padding: 10px 16px 10px 10px;
        width: 36%;
    }

    .c-price_tbl tr td.price {
        font-size: 19px;
        font-size: 1.9rem;
    }

    .c-price_tbl.-example tr td.price {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .c-price_tbl tr td.price span {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .c-price_tbl.-example tr td.price span {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .c-price_tbl.-example tr td.price span span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .c-price_tbl tr td.center {
        text-align: center;
        padding-left: unset;
    }

    .c-price_tbl tr td .mini {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .c-price_ttl {
        margin-bottom: 22px;
        padding: 2px 0;
    }

    .c-price_ttl .-main {
        height: 48px;
        font-size: 20px;
        font-size: 2.0rem;
    }

    .c-price_money_cont {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .c-price_money_cont .-flex {
        display: flex;
        justify-content: space-between;
    }

    .c-price_money_cont .-flex .-item {
        width: 48.8%;
        background: #fff;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 4px;
    }

    .c-price_money_cont .-flex .-item .-ttl {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .c-price_money_cont_item {
        padding-top: 10px;
        margin: 10px 0 10px;
        border-radius: 4px;
        display: block;
        text-align: center;
    }

    .c-price_money_cont_item .-ttl {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .c-price_money_cont_item .-img {
        width: 100%;
        padding: 10px 20px;
    }

    .c-price_money_cont_item .-img img {
        width: 100%;
    }

    .c-price_deduction {
        padding-bottom: 30px;
    }

    .c-price_deduction_copy {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 18px;
    }

    .c-price_deduction_copy+.c-txt_center {
        text-align: left;
    }

    .c-price_deduction_btm {
        margin-top: 18px;
        padding: 14px;
        border-radius: 6px;
    }

    .c-price_deduction_btm .-cont {
        padding: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .c-price_deduction_btm .-cont:first-child {
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .c-price_example .c-price_tbl.-example th.sgl {
        line-height: 1.4;
        width: 100%;
        display: block;
        border-bottom: unset;
    }

    .c-price_example .c-price_tbl.-example td {
        width: 100%;
        display: block;
    }

    /* clinic
---------------------------------------------------------- */
    .c-clinic {
        padding: 72px 0 50px;
    }

    .c-clinic_dr {
        margin-bottom: 40px;
    }

    .c-clinic_dr_message {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column-reverse;
    }

    .c-clinic_dr_img {
        width: 80%;
        margin: 16px auto 0;
        padding: 0;
        float: unset;
    }

    .c-clinic_dr_img img {
        border-radius: 6px;
    }

    .-name {
        margin-top: 10px;
    }

    .-name .-sub {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 4px;
    }

    .-name .-main {
        font-size: 19px;
        font-size: 1.9rem;
        margin-left: 0;
        white-space: wrap;
    }

    .c-clinic_histry {
        display: block;
    }

    .c-clinic_histry_item:first-child {
        margin-bottom: 20px;
    }

    .c-clinic_histry_item {
        width: 100%;
    }

    .c-clinic_clinic {
        margin-bottom: 30px;
    }

    .c-clinic_clinic_list_row {
        display: block;
    }

    .c-clinic_clinic_list_row.-head {
        margin-bottom: 0;
    }

    .c-clinic_clinic_list_row.-head .c-clinic_clinic_list_item {
        width: 100%;
    }

    .c-clinic_clinic_list_row .c-clinic_clinic_list_item:not(:last-child) {
        margin-bottom: 16px;
    }

    .c-clinic_clinic_list_row .-img img {
        border-radius: 6px;
    }

    .c-clinic_clinic_list_item .-ttl {
        margin-top: 10px;
        color: #315ca3;
    }

    .c-clinic_access {}

    .c-clinic_access_row {
        display: block;
    }

    .c-clinic_access_map {
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
    }

    .c-clinic_access_map iframe {
        width: 100%;
        height: 100%;
    }

    .c-clinic_access_info {
        width: 100%;
    }

    /* banner
  ---------------------------------------------------------- */
    .c-banner {
        padding: 30px 0;
    }

    .c-banner_ttl {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 16px;
    }

    .c-banner_box {
        padding: 10px 20px 0;
    }

    .c-banner_box .-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
    }

    .c-banner_box .-tel {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
        padding-bottom: 10px;
        margin-right: 0;
    }

    .c-banner_box .-tel .-link {
        font-size: 3.4rem;
        padding-left: 24px;
        position: relative;
        z-index: 10;
    }

    .c-banner_box .-tel .-link::before {
        width: 16px;
        height: 34px;
        margin-right: 12px;
        top: 3px;
    }

    .c-banner_box .-tel .-txt {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .c-banner_box .-tel .-sub {
        text-align: center;
    }

    .c-banner_box .-web {
        width: 100%;
    }

    .c-banner_web {
        width: 100%;
    }

    .c-banner_web_txt {
        justify-content: center;
    }

    .c-banner_web_txt img {
        margin: 0;
        margin-right: 10px;
        width: 22px;
    }

    .c-banner_web_sub {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .c-banner_web {
        height: 56px;
    }

    .c-banner_web a {
        /* padding: 0 0 0 16px; */
        padding: 0;
    }

    .c-banner .-info {
        margin-top: 20px;
    }

    .c-banner .-info .-item {
        height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 12px;
    }

    .c-banner .-info .-item:first-child {
        margin-right: 5px;
    }

    /* risk
  ---------------------------------------------------------- */
    .c-risk {
        padding: 48px 0;
    }

    .c-risk_ttl {
        margin-bottom: 12px;
        font-size: 17px;
        font-size: 1.7rem;
    }

    .c-risk_cont {
        height: 150px;
        padding-right: 1em;
    }

    .c-risk_item {
        margin-bottom: 10px;
    }

    .c-risk_list li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    /* box
  ---------------------------------------------------------- */
    .c-box {
        padding: 20px 10px 15px;
        margin-top: 20px;
    }

    .c-box.-doctor {
        padding: 20px 10px 15px;
        margin-top: 20px;
    }

    .c-box .-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-box .-flex .-item {
        width: 100%;
    }

    .c-box .-flex .-item.-doctor02 {
        width: 100%;
    }

    .c-box .-flex .-image {
        width: 100%;
    }

    .c-box .-ttl {
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 0px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .c-box .-ttl.center {
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 8px;
    }

    .c-box .-tbl {
        width: 100%;
        margin-top: -10px;
    }

    .c-box .-list li {
        padding-left: 10px;
    }

    .c-box .-list li::before {
        width: 2px;
        height: 2px;
        left: 4px;
        top: 10px;
    }

    .c-box .-tel {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-box .-tel .-txt {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .c-box .-tel .-link {
        font-size: 3rem;
    }

    .c-box .-tel .-link::before {
        width: 14px;
        height: 20px;
        margin: 7px 5px 0 0;
        /* background: url(../img/tel.svg) no-repeat; */
        background-size: contain;
    }

    .c-box .-line {
        width: 100%;
        padding: 0 22px 0 34px;
    }

    .c-box .-line .btn {
        width: 100%;
    }

    .c-box .-line .btn a {
        border-radius: 36px;
        padding: 10px 32px 14px;
    }

    .c-box .-line .btn a::after {
        width: 25px;
        height: 25px;
    }

    .c-box .-line .btn a .-icon {
        width: 30px;
        margin-top: 2px;
    }

    .c-box .-line .btn a .-txt {
        font-size: 20px;
        font-size: 2rem;
    }

    .c-box .-line .btn a .-txt span {
        font-size: 22px;
        font-size: 2.2rem;
    }

    /* pageup
  ---------------------------------------------------------- */
    /* .c-btn_pageup {
        right: 10px;
        bottom: 60px;
    } */
}


/* =================================
tab
================================= */

@media screen and (max-width: 930px) and (min-width: 768px) {
    .c-key_head_sub_list li {
        width: 170px;
        height: 170px;
    }

    .c-key_head_sub_list li .-txt {
        font-size: 14px;
    }

    .c-key_head_sub_list li .-txt .-fz24 {
        font-size: 20px;
    }

    .c-key_head_sub_list li .-txt .-fz28 {
        font-size: 23px;
    }
}

/* c-flow block */

.c-flow_list li:nth-child(3) .-content .-unit,
.c-flow_list li:nth-child(4) .-content .-unit,
.c-flow_list li:nth-child(5) .-content .-unit,
.c-flow_list li:nth-child(6) .-content .-unit {
    width: 100%;
    max-width: 100%;
}

.c-flow_list li:nth-child(3) .-content .-unit .ttl-flex-blk,
.c-flow_list li:nth-child(4) .-content .-unit .ttl-flex-blk,
.c-flow_list li:nth-child(5) .-content .-unit .ttl-flex-blk,
.c-flow_list li:nth-child(6) .-content .-unit .ttl-flex-blk {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.c-flow_list li:nth-child(3) .-content .-img,
.c-flow_list li:nth-child(4) .-content .-img,
.c-flow_list li:nth-child(5) .-content .-img,
.c-flow_list li:nth-child(6) .-content .-img {
    width: unset;
    height: unset;
}

.c-flow_list li:nth-child(3) .-content .-img img,
.c-flow_list li:nth-child(4) .-content .-img img,
.c-flow_list li:nth-child(5) .-content .-img img,
.c-flow_list li:nth-child(6) .-content .-img img {
    width: 120px;
}

.c-flow_list li .-content .-full .-inner img {
    width: 100%;
    border-radius: 6px;
}

.c-flow_list li:nth-child(3) .-content .-img.pc,
.c-flow_list li:nth-child(4) .-content .-img.pc,
.c-flow_list li:nth-child(5) .-content .-img.pc,
.c-flow_list li:nth-child(6) .-content .-img.pc {
    max-width: 304px;
}

@media screen and (max-width: 767px) {
    .c-flow_list li .-content .-img.sp {
        display: block;
        max-width: 100px;
        width: 100%;
        margin: -20px auto 20px 0;
    }


    .c-flow_list li .-content .-img.sp img {
        border-radius: 3px;
    }

    .c-flow_list li .-content .ttl-flex-blk {
        gap: 0 !important;
        margin-bottom: 0 !important;
    }

    .c-flow_list li .-content .-img.pc {
        display: none;
    }

    .c-flow_list li:nth-child(3),
    .c-flow_list li:nth-child(4),
    .c-flow_list li:nth-child(5),
    .c-flow_list li:nth-child(6) {
        padding-top: 30px;
    }

    .c-flow_list li:nth-child(3) .-ttl,
    .c-flow_list li:nth-child(4) .-ttl,
    .c-flow_list li:nth-child(5) .-ttl,
    .c-flow_list li:nth-child(6) .-ttl {
        margin-right: 10px;
    }

    .c-feature_item.c-feature_06 {
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 420px) {
    .c-flow_list li .-content .-img.sp {
        margin: 0;
    }
}

/* c-flow block */

/* c-case_cont block */

.c-case_cont_txt {
    margin: 20px 0;
}

.c-case_cont_mid_img_block.c-case_cont_flex {
    max-width: 820px;
    flex-wrap: nowrap;
    margin: 0 auto 40px;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    gap: 60px;
}

.c-case_cont_mid_img_block.c-case_cont_flex .-img {
    width: unset;
    margin: 0;
    position: relative;
}

.c-case_cont_mid_img_block.c-case_cont_flex .-img p {
    margin-top: 10px;
}

.c-case_cont_mid_img_block.c-case_cont_flex .-img img {
    border-radius: 0;
    width: 100%;
}

.c-case_cont_mid_img_block.c-case_cont_flex .-img::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/ssa_blk_arr.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: -70px;
    top: 35%;
    transform: translate(-50%, -35%);
}


.c-case_cont_mid_img_block.c-case_cont_flex .-img:last-child::before {
    content: none;
}

@media screen and (max-width: 767px) {
    .c-case_cont_mid_img_block.c-case_cont_flex {
        flex-wrap: wrap;
        gap: 20px 40px;
        margin-bottom: 20px;
    }

    .c-case_cont_mid_img_block.c-case_cont_flex .-img {
        width: calc((100% - 40px) / 2);
    }

    .c-case_cont_mid_img_block.c-case_cont_flex .-img::before {
        right: -50px;
        width: 30px;
        height: 30px;
    }

    .c-case_cont_mid_img_block.c-case_cont_flex .-img:nth-child(2):before {
        content: none;
    }
}

/* kaiketsu feature desc */
.c-featue_desc {
    max-width: 1100px;
    background-color: rgba(0, 0, 0, 0.431);
    padding: 20px;
    margin: 60px auto -60px;
    border-radius: 6px;
    position: relative;
}

.c-featue_desc::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #ffffff;
    top: -35px;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
}

.c-feature_desc_ttl {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 10px 0 12px;
    border-radius: 6px;
    background-color: #171d3f;
}

.c-feature_desc_txt01 {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    font-family: "Zen Kaku Gothic New", sans-serif;
}


@media screen and (max-width: 767px) {
    .c-featue_desc {
        padding: 20px 10px;
        margin: 55px auto -40px;
        border-radius: 6px;
    }

    .c-feature_desc_ttl {
        font-size: 26px;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .c-feature_desc_txt01 {
        font-size: 18px;
    }

    .c-featue_desc::after {
        top: -30px;
    }
}

/* kaiketsu feature desc */

/* dental feature */
@media screen and (min-width: 768px) {
    .dental-feature_wrap {
        padding: 140px 0;
    }
}

.dental-feature_wrap {
    background: url("../img/featurePulus_bg.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.dental-feature_ttl {
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    top: 80px;
    margin-bottom: 64px;
}

.dental-feature_ttl_en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    opacity: .1;
    letter-spacing: .08em;
    font-size: 160px;
    font-size: 16.0rem;
    line-height: 1;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.dental-feature_ttl_sub {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: .02em;
}

.dental-feature_ttl_main {
    display: block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.4;
    letter-spacing: .06em;
}


.dental-feature_item:not(:first-child) {
    padding-top: 70px;
}

.dental-feature_block:not(:last-of-type) {
    margin-bottom: 80px;
}

.dental-feature_head {
    position: relative;
}

.dental-feature_head_txt {
    padding-top: 72px;
    padding-bottom: 85px;
    width: 59.09%;
    background: linear-gradient(135deg, rgba(242, 246, 250, 1) 0%, rgba(250, 244, 235, 1) 100%);
}

.dental-feature_head_txt a {
    text-decoration: underline;
    display: inline;
}

.dental-feature_head_img {
    position: absolute;
    width: 45.4545%;
    top: 64px;
}

.dental-feature_head_img img {
    border-radius: 8px;
}

.dental-feature_head.-odd {
    padding-left: 20px;
}

.dental-feature_head.-odd .dental-feature_head_img {
    right: 0;
}

.dental-feature_head.-odd .dental-feature_head_txt {
    padding-left: 60px;
    padding-right: 140px;
    border-radius: 8px;
}

.dental-feature_head.-even {
    padding-right: 20px;
}

.dental-feature_head.-even .dental-feature_head_img {
    left: 0;
}

.dental-feature_head.-even .dental-feature_head_txt {
    padding-right: 60px;
    padding-left: 140px;
    margin-left: auto;
}

.dental-feature_head_num {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    letter-spacing: .02em;
    line-height: 1;
    position: relative;
    top: 2px;
}

.dental-feature_head_num .-en {
    color: #315ca3;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Cormorant Garamond", serif;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 14px;
}

.dental-feature_head_num .-num {
    font-size: 4.5rem;
    color: #c2ad6b;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
}

.dental-feature_head_ttl {
    line-height: 1.6;
    letter-spacing: .02em;
    font-weight: 500;
    color: #171d3f;
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 24px;
}

.dental-feature_item.dental-feature_01 .dental-feature_block {
    margin-bottom: 64px;
}

.dental-feature_f01_top {
    font-family: 'Shippori Mincho', serif;
    line-height: 1.6;
    letter-spacing: .02em;
    font-weight: 600;
    color: #c2ad6b;
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 10px;
    text-align: center;
}

.dental-feature_f01 .slick-dots {
    display: none !important;
}

.dental-feature_f01_merit_inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 48px;
}

.dental-feature_f01_merit_inner::after {
    content: "";
    display: block;
    background-image: url(../img/feature01_3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 91.56%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
}

.dental-feature_f01_merit_ttl {
    padding-bottom: 20px;
    margin-bottom: 32px;
    color: #315ca3;
    text-align: center;
    position: relative;
}

.dental-feature_f01_merit_ttl::after {
    content: "";
    display: inline-block;
    background-color: #315ca3;
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dental-feature_f01_merit_ttl .-en {
    font-size: 64px;
    font-size: 6.4rem;
    font-family: "Cormorant Garamond", serif;
    line-height: 1.2;
}

.dental-feature_f01_merit_ttl .-jp {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
}

.dental-feature_f01_merit_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dental-feature_f01_merit_list .-item {
    width: 220px;
    height: 220px;
    background-image: url(../img/bg_s01.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 8px;
}

.dental-feature_f01_merit_list .-item p {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width:990px) {
    .dental-feature_f01_merit_list .-item {
        width: 160px;
        height: 160px;
    }

    .dental-feature_f01_merit_list .-item p {
        font-family: "Shippori Mincho", serif;
        font-size: 20px;
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 767px) {
    .dental-feature_wrap {
        background-image: url("../img/featurePulus_bg_sp.webp");
    }

    .dental-feature_wrap {
        padding-top: 60px;
    }

    .dental-feature_ttl {
        padding-top: 32px;
        margin-bottom: 0;
        top: 10px;
    }

    .dental-feature_ttl_en {
        font-size: 72px;
        font-size: 7.2rem;
        top: -10px;
    }

    .dental-feature_ttl_sub {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .dental-feature_ttl_main {
        font-size: 35px;
        font-size: 3.5rem;
    }

    .dental-feature_item:not(:first-child) {
        padding-top: 40px;
    }

    .dental-feature_item:last-child {
        margin-bottom: 60px;
    }

    .dental-feature_block:not(:last-of-type) {
        margin-bottom: 40px;
    }

    .dental-feature_head {
        position: relative;
    }

    .dental-feature_head_txt {
        width: 100%;
    }

    .dental-feature_head_img {
        position: relative;
        width: 100%;
        top: unset;
    }

    .dental-feature_head_img img {
        border-radius: 0 0 6px 6px;
    }

    .dental-feature_head.-odd {
        padding-left: 0;
    }

    .dental-feature_head.-odd .dental-feature_head_img {
        right: unset;
    }

    .dental-feature_item .dental-feature_head .dental-feature_head_txt {
        padding: 20px 20px 30px;
        border-radius: 6px 6px 0 0;
    }

    .dental-feature_head.-even {
        padding-right: 0;
    }

    .dental-feature_head.-even .dental-feature_head_img {
        left: unset;
    }

    .dental-feature_head_num {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        letter-spacing: .02em;
        line-height: 1;
        margin-bottom: 16px;
    }

    .dental-feature_head_num .-en {
        color: #315ca3;
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 4px;
        margin-right: 8px;
    }

    .dental-feature_head_num .-num {
        font-size: 40px;
        font-size: 4.0rem;
    }

    .dental-feature_head_ttl {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 16px;
    }

    .dental-feature_item.dental-feature_01 .dental-feature_block {
        margin-bottom: 40px;
    }

    .dental-feature_f01_top {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 8px;
    }

    .dental-feature_f01_head {
        margin-bottom: 30px;
    }

    .dental-feature_f01_head_txt {
        margin-bottom: 20px;
    }

    .dental-feature_f01_head_img img {
        border-radius: 4px;
    }

    .dental-feature_f01_merit_inner {
        padding-bottom: 32px;
    }

    .dental-feature_f01_merit_inner::after {
        content: "";
        display: block;
        background-image: url(../img/feature01_3.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 91.56%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 8px;
    }

    .dental-feature_f01_merit_ttl {
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .dental-feature_f01_merit_ttl::after {
        width: 30px;
        height: 1px;
    }

    .dental-feature_f01_merit_ttl .-en {
        font-size: 38px;
        font-size: 3.8rem;
    }

    .dental-feature_f01_merit_ttl .-jp {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .dental-feature_f01_merit_list {
        display: flex;
        flex-direction: column;
    }

    .dental-feature_f01_merit_list .-item {
        border-radius: 6px;
        width: 80%;
        height: 60px;
        background: #161d40;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        position: relative;
        margin: 8px auto;
    }

    .dental-feature_f01_merit_list .-item p {
        font-family: "Shippori Mincho", serif;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .dental-feature_f01_merit_list .-item.-arw {
        height: 55px;
        padding-bottom: 15px;
    }

    .dental-feature_f01_merit_list .-item.-arw::before {
        width: 12px;
        height: 8px;
        bottom: 15%;
    }

    .dental-feature_f01_archive {
        margin-top: 40px;
    }

    .dental-feature_f01_archive_ttl {
        height: 45px;
    }

    .dental-feature_f01_archive_ttl::before {
        width: 12px;
        height: 1px;
        top: 50%;
        right: 18px;
        margin-top: -1px;
        transition: .4s;
    }

    .dental-feature_f01_archive_ttl::after {
        content: "";
        display: inline-block;
        background-color: #fff;
        position: absolute;
        width: 1px;
        height: 12px;
        top: 50%;
        right: 24px;
        margin-top: -6px;
    }

    .dental-feature_f01_archive_ttl.is-open::after {
        margin-top: -8px;
    }

    .dental-feature_f01_archive_ttl .-txt {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .dental-feature_f01_archive_cont {
        height: 0;
        transition: .4s;
        font-size: 0;
        opacity: 0;
        letter-spacing: .02em;
        line-height: 1.2;
        font-family: "Shippori Mincho", serif;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    .dental-feature_f01_archive_cont .-item {
        width: calc(100% / 5);
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

    .dental-feature_f01_archive_cont .-item span {
        font-family: "Bodoni Moda", serif;
    }

    .dental-feature_f01_archive_cont.is-open {
        height: auto;
        transition: .4s;
        opacity: 1;
        margin-top: 16px;
    }

    .dental-feature_f01_archive_cont.is-open .-item dt,
    .dental-feature_f01_archive_cont.is-open .-item dd {
        padding: 10px 5px;
    }

    .dental-feature_f01_archive_cont.is-open .-item dt {
        font-size: 12px;
        font-size: 1.2rem;
        background-color: #f2f6fa;
    }

    .dental-feature_f01_archive_cont.is-open .-item dt span {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .dental-feature_f01_archive_cont.is-open .-item dd {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .dental-feature_f01_archive_cont.is-open .-item dd span {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .dental-feature_list {
        margin-top: 30px;
        padding: 0 3%;
    }
}

.dental-treatment_head_num {
    justify-content: center;
    align-items: end;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .dental-feature_head_num .-num {
        font-size: 30px;
        font-size: 3rem;
    }

    .c-ttl_bg_inner {
        flex-direction: unset;
        flex-wrap: unset;
        padding: 0;
    }

    .dental-feature_head_num {
        margin-bottom: 0;
        position: unset;
        transform: unset;
    }
}

/* dental-treatment_head_num */

/* chikawa feature */

.c-ttl_bg.num01::before {
    right: 99.9%;
}

.c-feature_txt_blue {
    font-size: 30px;
    color: #315ca3;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    margin-bottom: -20px;
}

@media screen and (max-width: 932px) {
    .c-ttl_bg_inner {
        gap: 20px;
        padding-left: 80px;
    }

    .c-ttl_bg.num01 {
        height: unset;
    }

    .c-ttl_bg.num01 .c-ttl_bg_inner {
        padding: 10px 0 10px 80px;
    }
    
}

@media screen and (max-width: 767px) {
    .c-feature_txt_blue {
        font-size: 20px;
        margin-bottom: -10px;
    }

    .c-ttl_bg.num01 {
        height: unset;
    }

    .c-ttl_bg.num01 .c-ttl_bg_inner {
        padding: 10px 0;
    }

    .c-ttl_bg.num04 .-main span.d-inline{
        display: inline;
    }

    .c-ttl_bg.num04 .-main span.f_lg{
        font-size: 2.1rem;
        text-wrap: nowrap;
        margin-left: -40px;
        position: relative;
        left: 50px;
        z-index: 9;
        top: 5px;
    }

    .c-ttl_bg_inner {
        gap: 10px;
        padding: 0;
    }
}

.sp_display {
    display: none;
}

@media screen and (max-width: 400px) {
    .sp_display {
        display: block;
    }
    .c-ttl_bg.num04 .-main span.f_lg{
        left: 34px;
    }
}

/* chikawa feature */