@charset "UTF-8";

/* メインビジュアル 動画 */
.main-visual{
    padding-top: 80px;
    background: url(../images/sub_image_staff_profile.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;
}

.main-visual-inner span{
    font-size: 60px;
    font-family: 'Cinzel', serif;
    letter-spacing: 7px;
}
/* コンテンツ　タイトル */
.info-title{
    width: 50vw;
    padding: 0 0 20px 5vw;
    color: #58462c;
    margin-bottom: 30px;
    position:relative;
}

.info-title::after{
    position:absolute;
    content:"";
    height:1px;
    width: 28vw;
    bottom:0;
    background-color:#997f2e;
    left:0;
}

.info-title span:nth-child(1){
    width: 100%;
    display: block;
    font-size: 3.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;
}

.info-title span:nth-child(2){
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 10px;
    font-family: shippori-mincho, sans-serif;
    font-style: normal;
}
.m-title {
    padding: 50px 0;
    font-size: max(3vw , 2.4rem);
    letter-spacing: 0.15em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    background: #5C4500;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
}
/* medical nav */
.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: 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/bg-medical.png) no-repeat center center / cover;
}

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

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

.medical-box01 img{
    width: 28vw;
    object-fit: cover;
}

.medical-box01 p{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    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) 71%, #E8F4C6 72%);
    border-bottom: 1px solid #A1A10C;
    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 80px;
    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;
}

/* 矯正歯科 */
.dental-box{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.dental-left{
    width: 48%;
}

.dental-right{
    width: 48%;
}

.dental-left h4,.dental-right h4{
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    color: #70614B;
    border-bottom: 3px #B5CFA6 dotted;
    padding: 7px 0;
    margin: 0 0 20px;
}

.dental-left p,.dental-right p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    font-size: 16px;
    line-height: 2;
}
.u_h4
    {
            color: #ADBC32;
    font-size: max(1.2vw , 18px);
    margin: 25px 0 25px;
        font-weight: 700;
    }
.h4_ttl
{
    color: #58462c;
    font-size: max(1.3vw , 18px);
    margin: 50px 0 25px;
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 1px solid #58462c;
}
.bg_box p
{
    font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: max(1vw , 16px);
  line-height: 2;
}
.bg_box
{
    position: relative;
}
.bg_box .box_num
{
    position: absolute;
    left: 0;
    top: -1rem;
    font-size: max(1.4vw , 20px);
    font-weight: 700;
    color: #A1A10C;
}
.mt5
{
    margin-top: 50px!important;
}

.flow
{
 margin: 5% 0;
}
.flow_list
{
    margin-bottom: 50px;
}
.flow_list li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}
.flow_ttl
{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.flow_ttl span
{
    display: inline-block;
    background: #58462c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0 0 0 3px;
    margin: 0 15px 0 0;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 40px;
    border-radius: 50%;
}
.flow_img
{
    width: 25%;
    align-self: center;
}
.flow_txt
{
    width: 70%;
}
.box_ttl {
  font-size: max(1.2vw , 18px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #58462c;
}
.box_ttl span
{
    font-size: max(0.9vw , 16px);
    color: #94c514;
    margin-left: 20px;
}
.mb3
{
    margin-bottom: 30px;
}

.flow_list > li + li {
    border-top: 3px dashed #58462c;
    padding-top: 50px;
    margin-top: 50px;
}
.flow_list > li + li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #ADBC32;
    border-right: 3px solid #ADBC32;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: 2;
}
.flow_list > li + li::after {
    content: "";
    background: #fff;
    width: 90px;
    height: 22px;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.border_box
{
    padding: 2vw 3vw;
    border: 2px solid #6BAA00;
    border-radius: 20px;
    margin: 3% 0;
}
.list_check
    {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .list_check li
    {
        margin-bottom: 20px;
        font-size: max(1vw , 16px);
        padding-left: 30px;
        position: relative;
        width: 48%;
    }
    .list_check li::before
    {
        content: "";
    background: url("../images/check_icon.png") no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 19px;
    }
.gap3
{
    gap:30px;
}
.table-style02 {
    border-collapse: collapse;
    width: 100%;
}
.table-style02 thead th {
    background: #ADBC32;
    color: #fff;
}
.table-style02 th {
    background: #F0F9C4;
    font-size: max(1vw , 16px);
    text-align: center;
}
.table-style02 th, .table-style02 td {
    padding: 15px;
    border: 1px solid #e1dbd3;
    vertical-align: middle;
}
.link {
    color: #ADBC32;
    text-decoration: underline;
}
.table-style02 th {
    background: #F0F9C4;
    font-size: 15px;
    text-align: center;
}
.flex-3 .box_ttl {
  font-size: max(1vw , 18px);
  font-weight: 700;
  margin-bottom: 20px;
  color: #58462c;
}
.pd2
{
    padding: 2vw!important;
}
.youtube {
    position: relative;
    padding-top: 56.25%;
    max-width: 1200px;
    margin: 0 auto;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.table-style01 {
    border-collapse: collapse;
    width: 100%;
}
.table-style01 th {
    background: #ADBC32;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.table-style01 th, .table-style01 td {
    padding: 15px;
    border: 1px solid #e1dbd3;
    vertical-align: middle;
}
.re
{
    flex-direction: row-reverse;
}
.row
{
    flex-direction: row!important;
}

.list-anchor-link {
    display: flex;
    margin: 0 -12px;
    justify-content: center;
}
.list-anchor-link li {
    width: calc((100% - 24px) / 3);
    margin: 0 12px;
}

.list-anchor-link li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border: 2px solid #ADBC32;
    border-radius: 15px;
    color: #ADBC32;
    font-size: 18px;
    line-height: 1.66;
    min-height: 89px;
    padding: 20px;
    transition: 0.3s;
}
.list-anchor-link li a:before {
    content: "";
    display: block;
    background: url(../images/list-anchor-link_arrow.png) no-repeat left top / contain;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.list-anchor-link li a i {
    display: block;
    width: 50px;
    text-align: center;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.list-anchor-link li a:hover, .list-anchor-link li a:focus {
	background: #F2F8C9;
}
.list_disc li
{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.label {
  padding: 10px;
  border: 2px solid #6BAA00;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 3%;
}
/* ホワイトニング */
.whitening-box{
    margin: 50px 0 0;
}

.whitening-box h4{
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #075E24;
    border-bottom: 3px #B6E2CB dotted;
    padding: 7px 0;
    margin: 0 0 20px;
    width: 50%;
}

.whitening-box p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 2;
}

.whitening-box p:nth-of-type(4){
    color: #009848;
}

.whitening-point{
    display: flex;
    justify-content: space-between;
}

.whitening-point li{
    width: 30%;
}

.whitening-point li h5{
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    color: #009848;
    text-align: center;
    border-bottom: 1px #85CEA7 solid;
    padding: 5px 0;
    margin: 0 0 10px;
}

.whitening-point li p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

@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: 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;
    background: url(../images/greeting_bg.png) no-repeat center center / cover;
}

.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: .9em;
    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 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71%, #E8F4C6 72%);
  border-bottom: 1px solid #A1A10C;
    display: flex;
}

.medical-title .ja {
    font-size: 24px;
    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;
}

/* 矯正歯科 */
.dental-box{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    flex-direction: column;
    gap: 50px 0;
}

.dental-left{
    width: 100%;
}

.dental-right{
    width: 100%;
}

.dental-left h4,.dental-right h4{
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #70614B;
    border-bottom: 3px #B5CFA6 dotted;
    padding: 7px 0;
    margin: 0 0 20px;
}

.dental-left p,.dental-right p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    font-size: 16px;
    line-height: 2;
}

/* ホワイトニング */
.whitening-box{
    margin: 50px 0 0;
}

.whitening-box h4{
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #075E24;
    border-bottom: 3px #B6E2CB dotted;
    padding: 7px 0;
    margin: 0 0 20px;
    width: 100%;
    line-height: 1.5;
}

.whitening-box p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px;
}

.whitening-box p:nth-of-type(4){
    color: #009848;
}

.whitening-point{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.whitening-point li{
    width: 100%;
}

.whitening-point li h5{
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 26px;
    color: #009848;
    text-align: center;
    border-bottom: 1px #85CEA7 solid;
    padding: 5px 0;
    margin: 0 0 10px;
}

.whitening-point li p{
    font-family: zen-kaku-gothic-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}
    .flow_img {
  width: 100%;
  margin-bottom: 30px;
}
    .flow_txt {
  width: 100%;
}
    .flow_ttl {
  font-size: 20px;
}
    .list-anchor-link li {
  width: 100%;
        margin-bottom: 30px;
}
    .list-anchor-link {
  flex-wrap: wrap;
}
    .flex-3 {
  width: 100%;
        margin-bottom: 30px;
}
    .list_check li {
  width: 100%;
}
    .info-title span:nth-child(1){
    font-size: 2.5em;
}.info-title {
  width: 100%;
}
}