/* メインビジュアル 動画 */
.main-visual{
    padding-top: 80px;
    background: url(../images/sub_image_staff_profile.png) no-repeat center center / cover;
}

.main-visual-inner{
    padding: 140px 0 100px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.main-visual-inner h2{
    font-size: 1.2em;
    font-family: yu-mincho-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

.main-visual-inner span{
    font-size: 3em;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
}

/* パンくず */
.breadcrumb{
    display: flex;
    max-width: 1200px;
    margin: auto;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.breadcrumb li{
    margin-right: 10px;
    position: relative;
    color: #58462c;
    font-size: .9em;
    line-height: 4;
}

.breadcrumb li a{
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb li + li::before{
    content: ">";
}

.breadcrumb li a {
    color: #856f28;
}


/* ドクター紹介 */
.doctor{
    background: #f9ffea;
    padding: 80px 0;
}

.doctor-inner{
    max-width: 1200px;
    margin: auto;
}

.doctor-title{
    width: 30vw;
    border-bottom: 1px #997f2e solid;
    padding: 0 0 20px 5vw;
    font-family: shippori-mincho, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    margin-bottom: 30px;
}

.doctor-title span:nth-child(1){
    width: 100%;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}

.doctor-title span:nth-child(2){
    font-size: 1.8em;
    font-weight: 600;
    margin-right: 10px;
}

.doctor-title span:nth-child(3){
    font-size: 1.2em;
    font-family: 'Cinzel', serif;
}

.doctor-contents{
    padding: 30px;
}

.doctor-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.1em;
}

.doctor-list li{
    width: 48%;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.doctor-list li:nth-child(1) img{
    width: 90%;
}

.doctor-list li:nth-child(2) span:nth-child(1){
    display: block;
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: 700;
}

.doctor-list li:nth-child(2) span:nth-child(2){
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}

.doctor-list li:nth-child(2) p{
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
}

.doctor-list li:nth-child(3) span:nth-child(1){
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}

.doctor-list li:nth-child(3) p{
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
}

.doctor-list li:nth-child(4) span:nth-child(1){
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}

.doctor-list li:nth-child(4) p{
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
}

.doctor-list li:nth-child(5) span:nth-child(1){
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}

.doctor-list li:nth-child(5) p{
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
}

.doctor-list li:nth-child(6) span:nth-child(1){
    border-bottom: 1px #be7d84 solid;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
}

.doctor-list li:nth-child(6) p{
    display: block;
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8;
}
.career li
{
    border-bottom: 1px dotted #5B4023;
    padding: 10px 0;
    font-size: max(0.9vw , 16px);
}
.career dl
{
    display: flex;
    flex-wrap: wrap;
}
.career dt {

    width: 25%;
}
.career dd {

    width: 70%;
}
.list-disc li {
    position: relative;
    padding: 10px 0 10px 15px;
    font-size: max(0.9vw , 16px);
}
.list-disc li:before {
    background: #ADBC32;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
}
.feature-title {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71%, #e4f2c0 72%);
    border-bottom: 1px solid #7c725e;
    display: flex;
}
.feature-title .ja {
    font-size: 1.6rem;
    color: #58462c;
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    display: flex;
    align-items: end;
    margin: 0 0 10px 20px;
    height: 60px;
}
.feature-contents {
    background-color: #fff;
    padding: 50px;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58462c;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.08);
    margin: 0 0 50px;
}
.movie-list {
    width: 100%;
    margin: auto;
}
.youtube {
    position: relative;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 896px) {
    /* メインビジュアル 動画 */
    .main-visual{
        padding-top: 80px;
        background: url(../images/sub_image_staff_profile.png) no-repeat center center / cover;
    }

    .main-visual-inner{
        padding: 140px 0 100px;
        max-width: 1200px;
        margin: auto;
        text-align: center;
    }

    .main-visual-inner h2{
        font-size: 1.2em;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 15px;
    }

    .main-visual-inner span{
        font-size: 2em;
        font-family: 'Cinzel', serif;
        letter-spacing: 7px;
    }

    /* パンくず */
    .breadcrumb{
        display: flex;
        max-width: 1200px;
        margin: auto;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 0 20px;
    }

    .breadcrumb li{
        margin-right: 10px;
        position: relative;
        color: #58462c;
        font-size: .9em;
        line-height: 4;
    }

    .breadcrumb li a{
        height: 100%;
        display: flex;
        align-items: center;
    }

    .breadcrumb li + li::before{
        content: ">";
    }

    .breadcrumb li a {
        color: #856f28;
    }


    /* ドクター紹介 */
    .doctor{
        background: url(../images/medical_bg.png) no-repeat center center / cover;
        padding: 80px 0;
    }

    .doctor-inner{
        max-width: 1200px;
        margin: auto;
    }

    .doctor-title{
        width: 90vw;
        border-bottom: 1px #997f2e solid;
        padding: 0 0 20px 5vw;
        font-family: shippori-mincho, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #58462c;
        margin-bottom: 30px;
    }

    .doctor-title span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .doctor-title span:nth-child(2){
        font-size: 1.8em;
        font-weight: 600;
        margin-right: 10px;
    }

    .doctor-title span:nth-child(3){
        font-size: 1.2em;
        font-family: 'Cinzel', serif;
    }

    .doctor-contents{
        padding: 30px;
    }

    .doctor-list{
        width: 100%;
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 1.1em;
    }

    .doctor-list li{
        width: 100%;
        font-family: zen-kaku-gothic-new, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .doctor-list li:nth-child(1) img{
        width: 90%;
    }

    .doctor-list li:nth-child(2) span:nth-child(1){
        display: block;
        margin-bottom: 30px;
        font-size: 1.2em;
        line-height: 1.8;
    }

    .doctor-list li:nth-child(2) span:nth-child(2){
        border-bottom: 1px #be7d84 solid;
        display: block;
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-weight: 500;
    }

    .doctor-list li:nth-child(2) p{
        display: block;
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.8;
    }

    .doctor-list li:nth-child(3) span:nth-child(1){
        border-bottom: 1px #be7d84 solid;
        display: block;
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-weight: 500;
    }

    .doctor-list li:nth-child(3) p{
        display: block;
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.8;
    }

    .doctor-list li:nth-child(4) span:nth-child(1){
        border-bottom: 1px #be7d84 solid;
        display: block;
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-weight: 500;
    }

    .doctor-list li:nth-child(4) p{
        display: block;
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.8;
    }

    .doctor-list li:nth-child(5) span:nth-child(1){
        border-bottom: 1px #be7d84 solid;
        display: block;
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-weight: 500;
    }

    .doctor-list li:nth-child(5) p{
        display: block;
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.8;
    }

    .doctor-list li:nth-child(6) span:nth-child(1){
        border-bottom: 1px #be7d84 solid;
        display: block;
        padding: 0 0 10px;
        margin: 0 0 10px;
        font-weight: 500;
    }

    .doctor-list li:nth-child(6) p{
        display: block;
        margin-bottom: 30px;
        font-size: 1em;
        line-height: 1.8;
    }

    /* スタッフ紹介 */
    .stuff{
        width: 100%;
        padding: 80px 0;
    }

    .stuff-inner{
        max-width: 1200px;
        margin: auto;
    }

    .stuff-title{
        width: 90vw;
        padding: 0 0 20px 5vw;
        color: #58462c;
        margin-bottom: 30px;
        position:relative;
    }

    .stuff-title::after{
        position:absolute;
        content:"";
        height:1px;
        width: 90vw;
        bottom:0;
        background-color:#997f2e;
        left:0;
    }

    .stuff-title span:nth-child(1){
        width: 100%;
        display: block;
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'Cinzel', serif;
       background: linear-gradient(90deg, rgb(111, 153, 105) 0%, rgb(134, 130, 74) 35%, rgb(105, 153, 153) 66%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .stuff-title span:nth-child(2){
        font-size: 1em;
        font-weight: 600;
        margin-right: 10px;
        font-family: shippori-mincho, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .stuff-contents{
        padding: 30px;
    }

    .stuff-list{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        font-family: shippori-mincho, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #58462c;
        margin-bottom: 30px;
    }

    .stuff-list li{
        width: 100%;
        margin-bottom: 15px;
    }

    .stuff-list li img{
        width: 100%;
    }

    .stuff-list li span{
        font-size: 1.2em;
        margin-bottom: 15px;
        display: block;
    }
    .stuff-list li p{
        font-size: 1.8em;
    }

    .stuff-all > img{
        width: 100%;
    }
}