@charset "utf-8";


/* ===============================
PAGE PC
=============================== */
.page_top {
    margin-top: 160px;
    background-color: var(--sub);
    padding: 70px 0 20px;
    position: relative;
}
.page_top p {
    color: var(--main);
    font-weight: bold;
    font-size: 2.5rem;
    position: relative;
    z-index: 10;
}
.page_top h2 {
    font-size: 3.4rem;
    position: relative;
    z-index: 10;
}
.page_top .rogo_wrap {
    max-width: 260px;
    margin-top: -80px;
    position: relative;
    z-index: 0;
}
.page_top .page_img {
    position: absolute;
    right: 0;
    top: -40px;
    max-width: 800px;
    width: 60%;
}
/* ===============================
NEWS PC
=============================== */
.article {
    padding: 60px 0;
}
.article h1 {
    font-size: 3rem;
    border-bottom: 2px solid var(--black);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.article p {
    line-height: 2em;
}
/* ===============================
ABOUT PC
=============================== */
.concept, .doctor, .clinic_time {
    padding: 80px 0;
}
.concept p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2em;
    padding-bottom: 150px;
}
.concept {
    background-image: url(../img/page/about/about1.jpg);
    background-size: cover;
    background-position: center center;
}

.doctor_flex, .time_flex {
    display: flex;
    justify-content: space-between;
}
.doctor_flex .left, .time_flex .left {
    width: 58%;
}
.doctor_flex .right, .time_flex .right {
    width: 30%;
}
.clinic_time p {
    margin-top: 45px;
    line-height: 2em;
}
/* ===============================
recruit PC
=============================== */
.message {
    padding: 80px 0;
}
.message h2 {
    color: var(--main);
    font-size: 4.6rem;
    margin-bottom: 25px;
}
.message p {
    font-size: 1.8rem;
    line-height: 2em;
}
.jpb {
    padding: 0 0 80px;
}
.jpb h2 {
    font-size: 3rem;
}
.jpb h2 span {
    color: var(--main);
    font-size: 3rem;
}
.jpb_box {
    margin-top: 40px;
}
.job_flex {
    display: flex;
    padding-top: 20px;
}
.job_flex .left {
    width: 20%;
    border-bottom: 1px solid var(--main);
    padding: 0 15px 15px
}
.job_flex .right {
    width: 80%;
    border-bottom: 1px solid #D0D0D0;
    padding: 0 15px 15px
}
.job_flex a {
    display: inline;
    color: var(--main);
    text-decoration: underline;
}
.job_flex a:hover {
    text-decoration: none;
    opacity: 0.6;
}
@media screen and (min-width:1600px) {
    .page_top {
        margin-top: 100px;
    }
    .page_top .min_flex {
        display: flex;
        justify-content: space-between;
    }
    .page_top .page_img {
        position: relative;
        top: -80px;
        max-width: 680px;
    }
}
/* ===============================
menu PC
=============================== */
.menu_box {
    padding: 80px 0 20px;
}
.menu_box_wrap {
    margin-top: 80px;
}
.menu_box h3 img {
    width: 40px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 3px;
}
.menu_box h3.shika img {
    top: 5px;
}
.menu_box h3 {
    color: var(--main);
    font-size: 2.6rem;
}
.menu_box .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.menu_box .flex.reverse {
    flex-direction: row-reverse;
}
.menu_box .flex .left {
    width: 30%;
}
.menu_box .flex .right {
    width: 65%;
}
.menu_box .flex h4 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.menu_box .flex p {
    line-height: 2em;
}
.menu_box_inner {
    margin-bottom: 60px;
}
.menu_box_inner.back {
    padding: 60px 0;
}
/* ===============================
contact PC
=============================== */
.contact {
    padding: 80px 0;
}
.contact_text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
}
.formTable {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}
.formTable tr {
    border-bottom: 1px solid #d6d6db;
    display: flex;
    padding: 20px 10px;
}
.formTable th {
    padding: 5px;
    text-align: left;
    width: 25%;
}
.formTable td {
    padding: 5px;
    width: 75%;
}
.formTable input[type="text"], input[type="email"] {
    border: 0;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
}
.formTable select {
    width: 100%;
    display: block;
    padding: 4px;
}
.hisu {
    color: #ff0000;
    font-size: 1.4rem;
}
.input_wrap {
    display: flex;
    margin: 40px auto;
    justify-content: center;
    gap: 0 20px;
}
input[type="submit"], input[type="reset"] {
        width: 50%;
        display: block;
        border: none;
        padding: 10px;
        max-width: 200px;
}

/* ===============================
tab
=============================== */
@media screen and (max-width:1000px) {
    .page_top .page_img {
        top: 80px;
    }
    .page_top {
        margin-top: 100px;
    }
}
/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {
    /* ===============================
    PAGE SP
    =============================== */
    .page_top {
        margin-top: 60px;
        padding: 40px 0 20px;
    }
    .page_top p {
        font-size: 2rem;
    }
    .page_top h2 {
        font-size: 2.4rem;
    }
    .page_top .rogo_wrap {
        width: 50%;
        margin-top: -40px;
        position: absolute;
        left: 0%;
        top: 100px;
    }
    .page_top .page_img {
        position: relative;
        right: -30%;
        top: 0;
        width: 80%;
        margin-top: 20px;
    }
    .main_h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    /* ===============================
    NEWS SP
    =============================== */
    .article {
        padding: 0;
    }
    .article h1 {
        font-size: 2.3rem;
    }
    /* ===============================
    ABOUT SP
    =============================== */
    .concept, .doctor, .clinic_time {
        padding: 40px 0;
    }
    .concept p {
        font-size: 1.6rem;
        padding-bottom: 180px;
        max-width: 400px;
        margin: 0 auto;
    }
    .concept {
        background-image: url(../img/page/about/sp.png);
    }
    
    .doctor_flex, .time_flex {
        display: block;
    }
    .doctor_flex .left, .time_flex .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .doctor_flex .right, .time_flex .right {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
    }
    .doctor_flex p {
        font-size: 1.5rem;
    } 
    .clinic_time p {
        margin-top: 25px;
        font-size: 1.5rem;
    }
    /* ===============================
    recruit SP
    =============================== */
    .message {
        padding: 40px 0;
    }
    .message h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }
    .message p {
        font-size: 1.6rem;
    }
    .jpb {
        padding: 0 0 40px;
    }
    .jpb h2 {
        font-size: 2rem;
    }
    .jpb h2 span {
        font-size: 2rem;
    }
    .jpb_box {
        margin-top: 20px;
    }
    .job_flex {
        display: block;
        padding-top: 20px;
    }
    .job_flex .left {
        width: 100%;
        border-bottom: none;
        padding: 10px 10px;
        background-color: var(--sub);
    }
    .job_flex .left p {
        font-weight: bold;
    }
    .job_flex .right {
        width: 100%;
        border-bottom: none;
        padding: 10px 10px;
    }
    .job_flex .right p, .job_flex .right a {
        font-size: 1.5rem;
    }
    /* ===============================
    menu SP
    =============================== */
    .menu_box {
        padding: 40px 0 0px;
    }
    .menu_box_wrap {
        margin-top: 40px;
    }
    .menu_box h3 img {
        width: 30px;
        padding-right: 5px;
    }
    .menu_box h3 {
        font-size: 2rem;
    }
    .menu_box .flex {
        display: block;
        margin-top: 25px;
    }
    .menu_box .flex .left {
        width: 100%;
        margin-bottom: 15px;
    }
    .menu_box .flex .right {
        width: 100%;
    }
    .menu_box .flex h4 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .menu_box .flex p {
        font-size: 1.5rem;
    }
    .menu_box_inner {
        margin-bottom: 30px;
    }
    .menu_box_inner.back {
        padding: 30px 0;
    }

    .c_right, .c_left {
        padding: 10px;
    }

    /* ===============================
    contact SP
    =============================== */
    .contact {
        padding: 40px 0;
    }
    .contact_text {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    .formTable tr {
        padding: 20px 0px;
    }
    .formTable th {
        padding: 0px;
        font-size: 1.5rem;
    }
    .formTable td {
        font-size: 1.5rem;
    }
.formTable input[type="text"], input[type="email"] {
    border: 0;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
}
.formTable select {
    width: 100%;
    display: block;
    padding: 4px;
}
.hisu {
    color: #ff0000;
    font-size: 1.4rem;
}
.input_wrap {
    display: flex;
    margin: 40px auto;
    justify-content: center;
    gap: 0 20px;
}
input[type="submit"], input[type="reset"] {
        width: 50%;
        display: block;
        border: none;
        padding: 10px;
        max-width: 200px;
}
}