@charset "UTF-8";
:root {
    --contents_width: 1200px;

    /* font */
    --main_f: "Zen Kaku Gothic New", sans-serif;
    --sub_f: "Zen Old Mincho", serif;
    --d_f: "EB Garamond", serif;

    /* color */
    --c_blue: #00448C;
    --c_green: #007b78;
    --c_rgreen: #F1F6F3;
    --c_black: #000;
    --c_grey: #585858;
    --c_white: #fff;
}

/* common */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    color: var(--c_grey);
    font-family: var(--main_f);
    font-size: 1.6rem;
}

img {
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

section {
    margin-bottom: 150px;
}

p {
    line-height: 1.8;
}

/* link */
a.txtlink {
    position: relative;
}

a.icon::after,
.header_btn a::after,
.inquiry_btn a::after {
    display: inline-block;
    content: "";
    margin: 2px 5px;
    vertical-align: baseline;
}

a.icon.pdf::after {
    position: absolute;
    width: 15px;
    height: 16px;
    background-image: url("../images/icon_pdf.svg");
    background-repeat: no-repeat;
    background-size: 15px;
}

a.icon.blank::after {
    width: 11px;
    height: 12px;
    background-image: url("../images/icon_blank.svg");
    background-repeat: no-repeat;
}

.footer a.txtlink.icon.blank::after,
.inquiry_btn a.icon.blank::after {
    width: 11px;
    height: 12px;
    background-image: url("../images/icon_blank_w.svg");
    background-repeat: no-repeat;
}

.header_btn a.icon.blank::after,
.cv_btn.icon.blank::after {
    width: 11px;
    height: 20px;
    margin: 0 0 0 5px;
    background-image: url("../images/icon_blank_w.svg");
    background-repeat: no-repeat;
}

main {
    position: relative;
}

main a.txtlink {
    color: var(--c_grey);
}

footer a.txtlink {
    color: var(--c_white);
}

a.txtlink:hover {
    text-decoration: underline;
}

main {
    padding-top: 80px;
}

.col {
    display: flex;
}

/* header */
.header {
    position: fixed;
    width: 100%;
    background: var(--c_white);
    justify-content: space-between;
    z-index: 20;
}

.logo {
    width: 268px;
    padding: 15px 0 15px 30px;
}

.header_cv {
    justify-content: space-between;
    align-items: center;
}

.header_tell {
    padding: 0 min(3.4vw,60px);
    text-align: center;
}

.header_tell_no {
    margin: 0 0 5px;
    font-size: min(3.7vw,4.2rem);
    font-family: var(--sub_f);
    font-weight: 900;
    line-height: 1;
}

.header_tell_no + p {
    margin: 0;
    font-size: min(1.3vw,1.4rem);
}

.header_btn {
    width: 250px;
}

.header_btn a {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 25px 15px;
    font-size: min(2vw,1.8rem);
    color: var(--c_white);
    background: var(--c_blue);
    text-align: center;
    font-family: var(--sub_f);
    transition: all .2s;
}

.header_btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* mv */
.mv {
    position: relative;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(249, 246, 246, 1) 50%);
}

.mv_inner {
    background-repeat: no-repeat;
}

.mv_img {
    width: 100%;
    z-index: 10;
}

.mv_title {
    font-family: var(--sub_f);
    color: var(--c_grey);
}

.mv_title p {
    margin: 0;
    font-weight: 900;
    font-size: min(1.8vw, 3rem);
}

.mv_title p:first-child {
    font-weight: 500;
}

.mv_title_main {
    margin-bottom: 60px;
}

.mv_title_main p span {
    margin-right: 5px;
    padding: 0 17px;
    font-size: min(3.3vw,5rem);
    background-color: var(--c_green);
    color: var(--c_white);
}

.mv_detail p {
    font-size: min(1.8vw,2rem);
    font-weight: 500;
    line-height: 1.6;
}

.mv_detail p:first-child {
    font-weight: 900;
}

.mv_detail .name {
    display: inline-block;
    margin: 0 10px;
    font-size: min(2.8vw,3rem);
}

.mv_career_list {
    margin-top: 23px;
    font-size: min(1.4vw, 1.6rem);
}

.mv_career_list li span:first-child {
    width: 100px;
}

.mv_career_list li span:last-child {
    flex: 1;
}

.menu_wrap {
    color: var(--c_white);
    background: var(--c_green);
    font-family: var(--sub_f);
}

.menu_list {
    max-width: 100%;
    width: var(--contents_width);
    margin: auto;
    text-align: center;
}

.menu_list li {
    position: relative;
    max-width: 100%;
    width: 240px;
    height: 150px;
}

.menu_list li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 30px;
    height: 30px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    color: var(--c_white);
    transform: translateX(-50%) rotate(135deg);
    transition: all .2s;
}

.menu_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    transition: all .2s;
}

.menu_list li:hover::before {
    bottom: 20px;
}

.menu_list li:hover a {
    opacity: 0.8;
    text-decoration: none;
}

.menu_list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.contents_wrap {
    padding: 150px 0 0;
    overflow: hidden;
}

.contents_wrap section:last-child {
    margin-bottom: 0;
}

.contents_inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 78px;
    background-repeat: no-repeat;
    background-size: 60%;
}

.contents_inner_clm1 {
    position: relative;
    max-width: var(--contents_width);
    margin: 0 auto 60px;
}

.contents_inner div.contents_txt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 62.9%;
    padding-inline: 60px;
}

.contents_inner:not(.reverse) div.contents_img {
    width: 100%;
    margin-right: calc(50% - 50vw);
}

.contents_inner.reverse div.contents_img {
    width: 100%;
    margin-left: calc(50% - 50vw);
}

.contents_txt {
    max-width: 100%;
    width: 672px;
    padding-top: 55px;
}

.contents_txt_wrap sup {
    margin-right: 5px;
}

.contents_title {
    margin: 0 0 30px;
    font-family: var(--sub_f);
    text-align: center;
}

.contents_title p:last-child {
    margin: 0;
    color: var(--c_green);
    font-size: min(2.7vw,3.6rem)!important;
    font-weight: 900!important;
    line-height: 1.6;
}

.contents_title p:last-child sup {
    font-size: 2rem;
}

.contents_title p:first-child {
    margin: 0 0 10px;
    font-size: min(2.2vw,2.4rem);
    font-weight: 500;
    line-height: 1;
}

.contents_title p:first-child sup {
    font-size: 1.3rem;
}

.contents_mtxt p {
    margin: 0 0 20px;
}

.contents_mtxt p:last-child {
    margin: 0 0 40px;
}

.contents_txt .contents_detail_list {
    width: 100%;
}

.contents_detail_list {
    max-width: 1140px;
    width: 95%;
    margin-inline: auto;
    font-size: 1.2rem;
}

.contents_detail_list a {
    display: inline;
}

.contents_detail_list.no li {
    padding-left: 3rem;
    text-indent: -1.4rem;
    line-height: 2;
}

.contents_detail_list li {
    padding-left: 1.2rem;
    text-indent: -0.6rem;
    line-height: 2;
}
.contents_detail_list.no span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.contents_detail_list span {
    display: inline-block;
    margin-right: 0;
}

.contents_clm1txt {
    max-width: 92%;
    width: 782px;
    margin: 0 auto 60px;
    line-height: 2;
}

/* Doctor's Comment */
.d_comment {
    position: relative;
    max-width: 94%;
    width: calc(1200px - 60px);
    margin-inline: auto;
    padding: 24px 60px;
    border: 1px solid #CFCECE;
}

.d_comment_title {
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 45px;
    font-family: var(--d_f);
    font-size: 2.5rem;
    color: var(--c_green);
    background: #fff;
}

.d_comment_title span {
    display: inline-block;
    position: relative;
    padding: 0 55px 0 16px;
}

.d_comment_title span::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 2px;
    width: 35px;
    height: 30px;
    background: url("../images/icon_comment.svg") no-repeat;
}

.d_comment_txt {
    margin: 0;
}

.figimg {
    margin-block: 60px;
}

/* interview */
.interview_bk {
    padding-block: 100px;
    background-color: var(--c_rgreen);
}

.interview_top {
    border-bottom: 10px solid var(--c_green);
}

.interview_inner_top {
    max-width: 100%;
    width: 995px;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
}

.interview_img {
    width: 300px;
}

.interview_title {
    flex: 1;
    font-family: var(--sub_f);
    color: var(--c_black);
}

.interview_title p {
    margin: 0 0 20px;
    font-size: min(2.5vw,2.4rem);
}

.interview_title h4 {
    margin: 0;
    font-size: min(3.8vw,3.6rem);
}

.interview_qa {
    max-width: 100%;
    width: 1050px;
    margin: auto;
    padding: 60px 0 0;
}

.interview_qa > div {
    position: relative;
    padding-right: 30px;
}

.interview_qa > div:not(:last-child) {
    margin-bottom: 60px;
}

.interview_qa_inner {
    max-width: 97.6%;
    width: 1025px;
    margin: 0 0 0 auto;
    padding: 15px 43px 20px 56px;
    border: 1px solid var(--c_green);
    background: #fff;
    color: var(--c_black);
}

.interview_qa_no {
    background: var(--c_green);
    color: var(--c_white);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.4;
}

.interview_qa_title {
    margin: 0 0 20px;
    border-bottom: 1px solid var(--c_green);
}

.interview_qa_txt p {
    margin: 0 0 20px;
}

.interview_qa_txt p:last-child {
    margin: 0;
}

.contents_clm {
    max-width: 100%;
    width: var(--contents_width);
    margin: 0 auto 40px;
    padding: 0 30px;
}

.contents_clm > div {
    width: 50%;
}

.contents_clm > div:last-child {
    margin-left: 40px;
}

.contents_clm_title {
    margin: 0 0 30px;
    font-family: var(--sub_f);
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}

.contents_clm_img {
    margin-bottom: 40px;
}

.cv_bk {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.cv_bk::before {
    display: block;
    content: "";
}

.cv {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    width: 1020px;
    padding: 15px 17px;
    transform: translate(-50%,-50%);
    background-color: var(--c_white);
    background-color: rgb(255, 255, 255,0.8);
}

.cv_inner {
    padding-block: 45px;
    border: 1px solid #000;
}

.cv_title {
    margin-bottom: 60px;
    font-size: min(4vw,3.6rem);
    font-family: var(--sub_f);
    color: var(--c_green);
    text-align: center;
    line-height: 1.8;
}

.cv_clm {
    max-width: 100%;
    width: 730px;
    margin-inline: auto;
}

.cv_clm > div {
    width: 50%;
    text-align: center;
    color: var(--c_black);
}

.cv_cap {
    margin: 0 0 10px;
}

.cv_tel {
    margin: 0 0 10px;
    font-size: 5rem;
    font-family: var(--sub_f);
    font-weight: 900;
    color: var(--c_green);
    line-height: 1;
}

.cv_btn {
    position: relative;
    width: 300px;
    padding: 25px 0;
    border-radius: 50px;
    background-color: var(--c_blue);
    font-size: 2rem;
    font-family: var(--sub_f);
    color: var(--c_white);
    transition: all .2s;
}

.cv_btn:hover {
    opacity: 0.7;
}

.contents_faq {
    padding: 0 30px;
}

.contents_faq .contents_a:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFCECE;
}

.contents_q > span,
.contents_a > span {
    margin-right: 20px;
    color: var(--c_green);
    font-weight: 700;
}

.contents_q {
    align-items: baseline;
    margin-bottom: 20px;
    font-weight: 700;
}

.contents_a {
    align-items: baseline;
}

.contents_q p,
.contents_a,
.contents_a p {
    margin: 0;
}

.contents_a p:not(:last-child) {
    margin-bottom: 20px;
}

.contents_a .contents_detail_list {
    width: 100%;
    padding: 0;
}

.contents_facility {
    align-items: center;
    margin-top: 60px;
    padding: 0 30px;
}

.contents_facility > div:first-child {
    width: 420px;
}

.contents_facility > div:last-child {
    margin-left: 30px;
    flex: 1;
}

.contents_facility_item {
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFCECE;
}

.contents_facility_item > div:first-child {
    width: 160px;
    font-weight: 700;
}

.contents_facility_item > div:last-child {
    flex: 1;
}

.contents_facility_item > div:last-child p {
    margin: 0 0 20px;
}
/* footer */
.footer {
    padding-block: 50px;
    background-color: var(--c_green);
    color: var(--c_white);
    text-align: center;
}

.footer p {
    margin: 0 0 20px;
}

.footer small {
    font-size: 1.2rem;
}

/* 767px以下 */
@media screen and (width <= 767px) {
    .pc-only {
        display: none!important;
    }

    body {
        padding-bottom: 55px;
    }

    section {
        margin-bottom: 90px;
    }

    .header {
        align-items: center;
        padding: 20px;
    }

    .logo {
        width: 50%;
        padding: 0;
    }

    .logo img {
        width: min(150px, 50vw);
        height: min(28px, 10vw);
    }

    .header_tell {
        padding: 0;
    }

    .header_tell_no {
        margin: 0;
        font-size: min(4.2rem,5.1vw);
    }

    main {
        padding-top: 60px;
    }

    .mv_inner {
        padding: 30px 0 0;
        background-image: url(../images/mv_cover_sp.png);
        background-size: 100%;
        background-position: bottom;
    }

    .mv_title {
        padding-inline: 20px;
    }

    .mv_title p:first-child {
        font-size: min(4vw,3rem);
    }

    .mv_title_main p span {
        margin-right: 5px;
        padding: 0 10px;
        font-size: min(6vw, 5rem);
    }

    .mv_title p {
        font-size: min(5vw, 3rem);
    }

    .mv_detail {
        padding: 30px 20px;
        background-color: var(--c_rgreen);
        font-family: var(--sub_f);
    }

    .mv_detail p {
        margin: 0;
        font-size: 1.2rem;
    }

    .mv_career_list {
        font-size: 1.2rem;
    }

    .mv_career_list li span:first-child {
        width: 70px;
    }

    .mv_detail .name {
        margin: 0 5px;
        font-size: 2rem;
    }
    
    .menu_list {
        flex-wrap: wrap;
    }

    .menu_list li {
        width: 50%;
        height: 80px;
    }

    .menu_list li span {
        align-items: center;
        min-height: 75px;
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .menu_list li a {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .menu_list li:nth-child(-n+4) {
        border-bottom: 1px solid #fff;
    }

    .menu_list li:nth-child(odd) {
        border-right: 1px solid #fff;
    }

    .menu_list li::before {
        bottom: 10px;
        width: 15px;
        height: 15px;
        border: 0.2em solid currentColor;
        border-left: 0;
        border-bottom: 0;
    }

    .contents_wrap {
        padding: 0;
    }

    .contents_inner {
        margin: 0 auto 60px;
    }

    .contents_inner.col,
    .interview_inner_top.col,
    .contents_clm.col,
    .cv_clm.col,
    .contents_facility.col {
        flex-direction: column;
    }

    .col.sp-reverse {
        flex-direction: column-reverse;
    }

    .contents_inner div.contents_txt_wrap {
        width: 100%;
        padding-inline: 20px;
    }

    .contents_inner div.contents_txt_wrap {
        background-position: center 30px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #section01 .contents_inner div.contents_txt_wrap {
        background-image: url(../images/title_bk01.png);
    }

    #section02 .contents_inner div.contents_txt_wrap {
        background-image: url(../images/title_bk02.png);
    }
    
    #section03 .contents_inner div.contents_txt_wrap {
        background-image: url(../images/title_bk03.png);
    }

    .d_comment {
        max-width: 94%;
        padding: 24px 16px;
    }

    .d_comment_title {
        top: -14px;
        left: 8px;
        font-size: 2.6rem;
    }

    .d_comment_title span {
        padding: 0 55px 0 8px;
    }

    .contents_title p:first-child {
        margin: 0 0 5px;
        font-size: min(4.8vw,1.8rem);
    }

    .contents_title p:first-child sup {
        font-size: 1rem;
    }

    .contents_title p:last-child {
        font-size: min(6vw, 2.8rem)!important;
        word-break: auto-phrase;
    }

    .figimg {
        margin-block: 30px;
    }

    .interview_bk {
        padding-block: 60px;
    }

    .interview_top {
        border-bottom: 5px solid var(--c_green);
    }
    
    .interview_title {
        margin-bottom: 30px;
        padding-inline: 20px;
    }

    .interview_title p {
        font-size: 1.8rem;
    }

    .interview_title h4 {
        font-size: 2.8rem;
        line-height: 1.6;
    }

    .interview_img {
        width: 90%;
    }

    .interview_qa {
        padding: 30px 0 0;
    }

    .interview_qa > div {
        display: flex;
        flex-direction: column;
        padding-inline: 20px;
    }

    .interview_qa > div:not(:last-child) {
        margin-bottom: 30px;
    }

    .interview_qa_no {
        width: 100%;
        padding-block: 10px;
        font-size: 2rem;
        line-height: 1;
    }

    .interview_qa_inner {
        max-width: 100%;
        padding: 20px 20px;
    }
    
    .interview_qa_title {
        padding-bottom: 20px;
        font-size: 1.6rem;
    }

    .contents_clm1txt {
        max-width: 100%;
        padding: 0 20px;
    }

    .contents_clm {
        padding: 0 20px;
    }

    .contents_clm > div {
        width: 100%;
    }

    .contents_clm_title {
        margin: 0 0 20px;
        font-size: 1.8rem;
    }

    .contents_clm_img {
        margin-bottom: 30px;
    }

    .contents_clm > div:last-child {
        margin-left: 0;
        margin-top: 60px;
    }

    .cv_bk {
        padding-block: 10vw;
        background-image: url(../images/cv_bk_sp.png);
    }

    .cv_bk::before {
        padding-top: 100%;
    }

    .cv {
        width: 90%;
        padding: 7px;
    }

    .cv_clm > div {
        width: 100%;
    }

    .cv_clm > div:first-child {
        margin-bottom: 20px;
    }

    .cv_inner {
        padding-block: 8vw;
    }

    .cv_title {
        margin-bottom: 30px;
        font-size: min(4.3vw,3.6rem);
        word-break: auto-phrase;
    }

    .cv_cap {
        font-size: min(3.74vw,1.6rem);
    }

    .cv_tel {
        font-size: min(11.2vw,4.2rem);
    }

    .cv_btn {
        max-width: 280px;
        width: 90%;
        padding: 20px 0;
        font-size: 1.6rem;
    }

    .contents_faq {
        padding: 0 20px;
    }

    .contents_a .contents_detail_list {
        padding: 0;
    }

    .contents_facility {
        padding: 0 20px;
    }

    .contents_facility > div:first-child,
    .contents_facility > div:last-child {
        width: 100%;
    }

    .contents_facility > div:last-child {
        margin-top: 30px;
        margin-left: 0;
    }

    .contents_facility_item {
        flex-direction: column;
        align-items: baseline;
        width: 100%;
    }

    .contents_facility_item > div:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    #sp_inquiry {
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        color: var(--c_white);
        font-family: var(--sub_f);
        font-size: 1.4rem;
        z-index: 20;
    }

    #sp_inquiry .inquiry_btn {
        height: 55px;
        flex: 1;
    }

    #sp_inquiry .inquiry_btn a {
        width: 100%;
        padding: 17px 20px;
        background-color: var(--c_blue);
        color: var(--c_white);
        text-align: center;
        transition: all .2s;
    }
    
    #sp_inquiry .pagetop_btn a {
        position: relative;
        width: 55px;
        height: 55px;
        background-color: var(--c_green);
        transition: all .2s;
    }

    #sp_inquiry .pagetop_btn a::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 16px;
        width: 15px;
        height: 15px;
        border: 0.15em solid currentColor;
        border-right: 0;
        border-top: 0;
        color: var(--c_white);
        transform: translateX(-50%) rotate(135deg);
        transition: all .2s;
    }
}

/* 767px以上 */
@media screen and (767px < width) {
    .sp-only {
        display: none!important;
    }

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    .mv {
        min-height: 800px;
    }

    .mv_inner {
        padding: 23px 0 0;
        background-image: url(../images/mv_cover_pc.png);
        background-position: right;
        background-size: contain;
        min-height: 800px;
    }

    .mv_img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 550px;
        margin-left: auto;
        margin-right: min(10vw,7.65%);
    }

    .mv_title {
        position: absolute;
        top: 98px;
        left: 50%;
        max-width: 1150px;
        width: 95%;
        transform: translateX(-50%);
        color: var(--c_grey);
        z-index: 15;
    }

    .mv_detail {
        width: 52.2%;
        padding: 40px 52px;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }

    #section01 .contents_inner {
        background-image: url(../images/title_bk01.png);
        background-position: 60px top;
    }

    #section02 .contents_inner {
        background-image: url(../images/title_bk02.png);
        background-position: right 60px top;
    }

    #section03 .contents_inner {
        background-image: url(../images/title_bk03.png);
        background-position: 60px top;
    }

    .interview_qa_no {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .interview_qa_title {
        padding-bottom: 15px;
        font-size: 2rem;
    }

    .cv_bk {
        padding-block: 90px;
        background-image: url(../images/cv_bk.png);
    }

    .cv_bk::before {
        padding-top: 31.1%;
    }

    .cv_clm > div:last-child {
        width: 300px;
        margin-left: 100px;
    }

    /* PAGE TOP */
    #pagetop {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 40px;
        z-index: 100;
    }

    #pagetop a {
        width: 80px;
        height: 80px;
        background-color: var(--c_green);
        color: var(--c_white);
        border-radius: 100%;
        line-height: 5;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 700;
        opacity: 0.9;
        transition: all .2s;
    }

    #pagetop a:hover {
        opacity: 0.8;
    }

    #pagetop a::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 8px;
        width: 20px;
        height: 20px;
        border: 0.15em solid currentColor;
        border-right: 0;
        border-top: 0;
        color: var(--c_white);
        transform: translateX(-50%) rotate(135deg);
        transition: all .2s;
    }
}

/* 1100px以下 */
@media screen and (width > 1100px) {
    .tab-only {
        display: none!important;
    }
}

/* 767px以上1100px以下 */
@media screen and (767px <= width < 1100px) {
    .mv_img {
        max-width: 500px;
        margin-right: 0%;
    }

    .mv_inner {
        background-size: cover;
    }

    .mv_title {
        top: 3%;
    }

    .menu_list {
        flex-wrap: wrap;
    }

    .menu_list li {
        width: calc(100% / 3);
        height: 130px;
    }

    .menu_list li:nth-child(-n+3) {
        border-bottom: 1px solid #fff;
    }

    .menu_list li:nth-child(2),
    .menu_list li:nth-child(5) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .menu_list li span {
        min-height: 80px;
    }

    .contents_inner div.contents_txt_wrap {
        width: 52.9%;
        padding-left: 30px;
    }
    
    .contents_inner.reverse div.contents_txt_wrap {
        padding-right: 30px;
    }

    .cv_bk {
        padding-block: 18%;
        background-position: 50% top;
    }

    .cv_bk::before {
        padding-top: min(35vw,40%);
    }

    .cv_clm {
        max-width: 90%;
    }

    .cv_clm > div:last-child {
        width: 45%;
        margin-left: 5%;
    }

    .cv_cap {
        font-size: min(1.8vw, 16px);
    }

    .cv_tel {
        font-size: min(5.5vw, 5rem);
    }

    .cv_btn {
        width: 100%;
        padding: 6% 0;
    }

    .contents_facility_item {
        flex-direction: column;
    }

    .contents_facility_item > div:first-child {
        margin-bottom: 10px;
    }

    .contents_facility > div:first-child {
        width: 40%;
    }

    .contents_facility > div:last-child {
        width: 60%;
    }

    #pagetop {
        right: 20px;
    }
}