@charset "UTF-8";

/* メインビジュアル 動画 */
.main-visual {
    padding-top: 80px;
    background: url(../images/s-mainvisual.png) no-repeat center center / cover;
}

.main-visual-inner {
    max-width: 1200px;
    margin: auto;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-visual-inner h2 {
    font-size: 40px;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

.main-visual-inner span {
    font-size: 60px;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
    color: #ffffff;
}

/* medical nav */
.medical-nav {
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/medical_bg.png);
}

.medical-nav-inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.m-box {
    display: flex;
    justify-content: space-between;
}

.m-box-1,
.m-box-2,
.m-box-3 {
    width: 30%;
}

.m-box-1 img,
.m-box-2 img,
.m-box-3 img {
    width: 100%;
    margin-bottom: 25px;
}

.m-box h3 {
    padding: 15px 0 15px 60px;
    color: #fff;
    font-size: 1.2vw;
    position: relative;
    margin-bottom: 12px;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.m-box-1 h3 {
    background-color: #EC6472;
}

.m-box-2 h3 {
    background-color: #5C4500;
}

.m-box-3 h3 {
    background-color: #4C764F;
}

.m-box-1 h3::after,
.m-box-2 h3::after,
.m-box-3 h3::after {
    position: absolute;
    content: url(../images/icon-tooth.png);
    top: 54%;
    left: 15px;
    transform: translateY(-50%);
}

.m-box-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.m-box-list li {
    width: 50%;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #000;
    text-decoration: none;
    font-size: 1.1vw;
    margin-bottom: 15px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.m-box-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #5C4500;
    border-right: solid 2px #5C4500;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    transform: rotate(45deg);
}

@media screen and (max-width: 896px) {
    .medical-nav {
        width: 100%;
        padding: 80px 0;
    }

    .medical-nav-inner {
        max-width: 1200px;
        margin: auto;
    }

    .m-box {
        display: block;
        justify-content: space-between;
    }

    .m-box-1,
    .m-box-2,
    .m-box-3 {
        width: 100%;
    }

    .m-box-1 img,
    .m-box-2 img,
    .m-box-3 img {
        width: 100%;
        margin-bottom: 25px;
    }

    .m-box h3 {
        padding: 15px 0 15px 60px;
        color: #fff;
        font-size: 18px;
        position: relative;
        margin-bottom: 12px;
        font-family: zen-old-mincho, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .m-box-1 h3 {
        background-color: #EC6472;
    }

    .m-box-2 h3 {
        background-color: #5C4500;
    }

    .m-box-3 h3 {
        background-color: #4C764F;
    }

    .m-box-1 h3::after,
    .m-box-2 h3::after,
    .m-box-3 h3::after {
        position: absolute;
        content: url(../images/icon-tooth.png);
        top: 54%;
        left: 15px;
        transform: translateY(-50%);
    }

    .m-box-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
    }

    .m-box-list li {
        width: 50%;
        position: relative;
        display: inline-block;
        padding-left: 25px;
        color: #000;
        text-decoration: none;
        font-size: 1em;
        margin-bottom: 15px;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .m-box-list li::before {
        content: '';
        width: 12px;
        height: 12px;
        border: 0;
        border-top: solid 2px #5C4500;
        border-right: solid 2px #5C4500;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 897px) and (max-width:1300px) {
    .medical-nav {
        width: 100%;
        padding: 80px 0;
    }

    .medical-nav-inner {
        max-width: 1200px;
        margin: auto;
    }

    .m-box {
        display: flex;
        justify-content: space-between;
    }

    .m-box-1,
    .m-box-2,
    .m-box-3 {
        width: 30%;
    }

    .m-box-1 img,
    .m-box-2 img,
    .m-box-3 img {
        width: 100%;
        margin-bottom: 25px;
    }

    .m-box h3 {
        padding: 15px 0 15px 60px;
        color: #fff;
        font-size: 1.2vw;
        position: relative;
        margin-bottom: 12px;
        font-family: zen-old-mincho, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .m-box-1 h3 {
        background-color: #EC6472;
    }

    .m-box-2 h3 {
        background-color: #5C4500;
    }

    .m-box-3 h3 {
        background-color: #4C764F;
    }

    .m-box-1 h3::after,
    .m-box-2 h3::after,
    .m-box-3 h3::after {
        position: absolute;
        content: url(../images/icon-tooth.png);
        top: 54%;
        left: 15px;
        transform: translateY(-50%);
    }

    .m-box-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .m-box-list li {
        width: 50%;
        position: relative;
        display: inline-block;
        padding-left: 25px;
        color: #000;
        text-decoration: none;
        font-size: 1em;
        margin-bottom: 15px;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .m-box-list li::before {
        content: '';
        width: 12px;
        height: 12px;
        border: 0;
        border-top: solid 2px #5C4500;
        border-right: solid 2px #5C4500;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
        transform: rotate(45deg);
    }
}

/* Medical */
.medical {
    width: 100%;
    padding: 80px 0;
    background: url(../images/flow-bg.png) no-repeat center center / cover;
}

.medical-inner {
    max-width: 1200px;
    margin: auto;
}

.medical-contents p {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    font-size: .9em;
}

.medical-box01 {
    line-height: 1.8;
    font-size: .9em;
    display: flex;
    gap: 50px;
    flex-direction: row-reverse;
}

.medical-box01 img {
    width: 33vw;
}

.medical-box01 p {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.medical-box02 {
    line-height: 1.8;
    font-size: .9em;
    margin: 0 0 50px;
    display: flex;
    gap: 20px;
}

.medical-box02 img {
    width: 55%;
    margin: auto;
    display: block;
}

.medical-box02 p {
    width: 45%;
}

.medical-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #DBDFDC 50%);
    border-bottom: 1px solid #657D5A;
    display: flex;
}

.medical-title .ja {
    font-size: 1.8rem;
    color: #58462c;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    display: flex;
    align-items: end;
    margin: 0 0 7px 20px;
    height: 60px;
}

.medical-contents {
    background-color: #fff;
    padding: 50px 100px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 1.2em;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 50px;
}

.medical-contents .pt_40 {
    padding: 40px 0 0;
}

.medical-contents .mt_20 {
    margin-top: 20px;
}

.medical-contents h4 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #37741C;
    border-bottom: 3px #DBEBF2 dashed;
    padding: 7px 0;
    margin: 0 0 20px;
    width: 100%;
}

.medical-table {
    margin: 0 auto;
    width: 100%;
}

.medical-table>tbody>tr>td {
    vertical-align: middle;
    border: 1px solid #657D5A;
}

.medical-table th {
    background-color: var(--bg_blue);
    padding: 4px 20px;
    color: #ffffff;
    border: 1px solid var(--bg_blue);
}

.text-cell {
    padding: 20px;
    border-top: none;
}

.bg_cell {
    background-color: #55A52B;
    color: #ffffff;
    width: 250px;
    text-align: center;
    font-size: 16px;
    padding: 20px 10px;
}

.medical_pointWrap {
    display: flex;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;
}

.medical_pointWrap h5 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.medical_pointWrap h5.green {
    color: #657D5A;
}

.medical_point1 {
    background-color: #DBDFDC;
    width: 100%;
    padding: 5%;
    font-size: 14px
}

.medical_point2 {
    background-color: #E0FBE6;
    width: 100%;
    padding: 5%;
}

.medical-contents .bold {
    font-weight: 700;
    font-size: 18px;
}

.medical-contents .medical_flow {
    width: 90%;
    margin: 0 auto;
}

.medical-contents .medical_flow li {
    padding: 10px 0 30px;
}

.medical-contents .flow_ttl {
    flex-direction: row;
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #6A9D4F;
}

.medical-contents .flow_ttl span {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    line-height: 1
}

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

    /* メインビジュアル 動画 */
    .main-visual {
        padding-top: 80px;
        background: url(../images/s-mainvisual.png) no-repeat center center / cover;
    }

    .main-visual-inner {
        padding: 80px 0;
        max-width: 100%;
        margin: auto;
        text-align: center;
        height: 300px;
    }

    .main-visual-inner h2 {
        font-size: 24px;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .main-visual-inner span {
        font-size: 2em;
        font-family: 'Cinzel', serif;
        letter-spacing: 7px;
    }

    /* Medical */
    .medical {
        width: 100%;
        padding: 0;
    }

    .medical-inner {
        max-width: 1200px;
        margin: auto;
    }

    .medical-box01 {
        line-height: 1.8;
        font-size: .9em;
        margin: 0 0 50px;
        display: block;
        gap: 20px;
    }

    .medical-box01 img {
        width: 100%;
        min-width: 300px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .medical-box01 p {
        width: 100%;
        margin: 0 0 50px;
    }

    .medical-box02 {
        line-height: 1.8;
        font-size: 18px;
        margin: 0 0 50px;
        display: block;
        gap: 20px;
    }

    .medical-box02 img {
        width: 100%;
        margin: auto;
        display: block;
    }

    .medical-box02 p {
        width: 100%;
        margin: 0 0 30px;
    }

    .medical-title {
        display: flex;
    }

    .medical-title .ja {
        font-size: 1.8rem;
        color: #58462c;
        letter-spacing: 0.15em;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        display: flex;
        align-items: end;
        margin: 0 0 7px 20px;
        height: 60px;
    }

    .medical-contents {
        background-color: #fff;
        padding: 30px;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #333333;
        font-size: 1.2em;
        box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
        margin: 0 0 50px;
    }

    .medical-tableWrap {
        overflow-x: scroll;
    }

    .medical-table {
        width: 600px;
    }
}