@charset "UTF-8";

.bgText{
    font-size: 140px;
    color: rgba(50,24,9,0.02);
}

.name-wrap .clinic{
    margin-bottom: 10px;
}

.name-wrap .name{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.name-wrap .name .text32{
    margin: 0 10px 0 5px;
}

.head42 {
    line-height: 1.4;
}

/*---------------------------------------------sec-01-----*/

#sec-01{
    padding: 150px 0 100px;
}

.flex-intro-01{
    align-items: center;
    justify-content: space-between;
}

.sec01-intro-img{
    width: 60%;
    margin-left: -10%;
}

.sec01-intro-detail{
    width: 45%;
}

.sec01-intro-detail .head42{
    margin-bottom: 50px;
}

.sec01-intro-detail .text18{
    line-height: 2;
    margin-bottom: 70px;
}

.profile-wrap{
    margin-bottom: 60px;
    position: relative;
}

.profile-wrap .bgText{
    position: absolute;
    z-index: 0;
    left: -20%;
}

.flex-profile{
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.profile-detail{
    width: 65%;
}

.profile-img{
    order: 2;
    width: 32%;   
}

.flex-history{
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-item{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    width: 49%
}

.flex-item .item-name{
    width: 32%;
}

.flex-item .item-detail{
    border-left: 1px solid #d4cdc9;
    width: 78%;
    padding-left: 20px;
}

.item-detail dl{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.item-detail dl dt{
    margin: 0 20px 20px 0px;
    width: 40px;
    line-height: 1.4;
}

.item-detail dl dd{
    margin-bottom: 20px;
    width: calc(100% - 60px);
    line-height: 1.4;
}

.sec01-btn a{
    justify-content: flex-end;
}

/*---------------------------------------------sec-03-----*/

#sec-03{
    background: #f6f2f0;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

#sec-03 .bgText{
    position: absolute;
    top: 7%;
    left: 60%;
    transform: translateX(-50%);
    width: 120%;
    z-index: 0;
}

.flex-intro-03{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.sec03-intro-img{
    width: 50%;
    max-width: 840px;
}

.sec03-intro-detail{
    margin-right: 10%;
    width: 35%;
}

.sec03-intro-detail .head42{
    margin-bottom: 60px;
}

.flex-sedation{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.flex-sedation .head32{
    margin-right: 3%;
    width: 40%;
    font-weight: 100;
    line-height: 1.7;
}

.flex-sedation .text18{
    width: 57%;
}

.our-doctor-wrap {
    background: #fff;
    margin-top: 50px;
    padding: 50px 50px;
}

.doctor-head{
    text-align: center;
    margin-bottom: 50px;
}

.our-doctor-wrap .text16.center{
    margin-bottom: 30px;
}

.our-doctor-table-item {
    display: flex;
    width: 100%;
    line-height: 1.8;
}

.our-doctor__table-title {
    background: #321809;
    color: #fff;
    font-size: 16px;
    width: 12em;
    padding: 10px 12px;
}

.our-doctor__table-school {
    background: #f6f2f0;
    border: 1px solid #d4cdc9;
    border-left: none;
    width: 11em;
    padding: 10px 12px;
}

.our-doctor__table-detail {
    border: 1px solid #d4cdc9;
    border-left: none;
    width: calc(100% - 23em);
    padding: 10px 12px;
    background: #fff;
}
.our-doctor-table-item.first .our-doctor__table-title{
    border-bottom: 1px solid #f6f2f0;
}

.our-doctor-table-item.first .our-doctor__table-school,
.our-doctor-table-item.first .our-doctor__table-detail{
    border-bottom: none;
}

.sec03-line{
    width: 100%;
    height: 1px;
    background-color: #d4cdc9;
    margin: 100px 0;
}

#sec-03 .bgText.p2{
    top: 46%;
}

.our-doctor-table-item.last .our-doctor__table-school{
    border-top: none;
}
.our-doctor-table-item.last .our-doctor__table-detail{
    border-top: none;
}
.our-doctor-table-item.last .our-doctor__table-title{
    border-top: 1px solid #fff;
}

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

.bgText {
    font-size: 110px;
}

.in-detail .head24 {
    font-size: 2.0rem;
}

.flex-in {
    align-items: flex-start;
}

.last-ttl {
    font-size: 2.0rem;
}
}

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

.flex-intro-01 {
    align-items: flex-start;
    margin-bottom: 50px;
}
}

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

.text16{
    font-size: 1.4rem;
}

.bgText {
    font-size: 50px;
}

.name-wrap .clinic {
    margin-bottom: 0px;
    font-size: 1.2rem;
}

.name-wrap .name {
    display: block;
}

.name-wrap .name .text32 {
    margin: 0 10px 0 5px;
    font-size: 2.4rem;
}

.name-wrap .name .text12 {
    display: block;
    font-size: 1.0rem;
    margin-top: 5px;
    width: 100%;
}

#sec-01 {
    padding: 50px 0 30px;
}

.flex-intro-01 {
    margin-bottom: 0;
    display: block;
}

.sec01-intro-img {
    width: 100%;
    margin: 30px 0 20px;
}

.sec01-intro-img img {
    height: 360px;
    object-fit: cover;
    object-position: top 38% left 50%;
}

.sec01-intro-detail {
    width: 100%;
}

.sec01-intro-detail .head42 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.sec01-intro-detail .text18 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.flex-profile {
    display: block;
}

.profile-wrap {
    margin-bottom: 30px;
}

.profile-detail {
    margin: 30px 0 0;
    width: 100%;
}

.profile-img {
    width: 100%;
    margin: 25px 0 0;
}

.profile-img img {
    object-fit: cover;
    object-position: top 15% left 50%;
    height: 350px;
}

.flex-history {
    display: block;
}

.flex-item {
    margin-bottom: 25px;
    width: 100%;
}

.flex-item .item-name {
    font-size: 1.4rem;
}

.item-detail dl dt,
.item-detail dl dd{
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.item-detail dl dt{
    width: 30px;
}

.item-detail dl dd{
    width: calc(100% - 50px);
}

.item-detail .text16{
    font-size: 1.2rem;
}

#sec-03 {
    padding: 50px 0;
}

.flex-intro-03{
    display: block;
    margin: 0 5% 50px;
    width: 90%;
}

.sec03-intro-img {
    width: 100%;
    margin-bottom: 25px;
}

.sec03-intro-img img{
    object-fit: cover;
    height: 230px;
}

.sec03-intro-detail {
    margin-right: 0;
    width: 100%;
}

.sec03-intro-detail .head42 {
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.flex-sedation {
    display: block;
}

.flex-sedation .head32 {
    font-size: 1.8rem;
    margin: 0 0 25px;
    width: 100%;
}

.flex-sedation .text18 {
    width: 100%;
    font-size: 1.4rem;
}

#sec-03 .name-wrap{
    margin-top: 25px;
}

.sec03-line {
    margin: 50px 0;
}

#sec-03 .flex-sedation {
    margin-bottom: 50px;
}
}

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

.doctor-head .text22 {
    font-size: 1.6rem;
}

.our-doctor-wrap {
    margin-top: 50px;
    padding: 8% 5%;
}

.doctor-head {
    margin-bottom: 10px;
}

.our-doctor-table-item {
    display: block;
    width: 100%;
    line-height: 1.8;
}

.our-doctor-table-item.first{
    margin-bottom: 10px;
}

.our-doctor-table-item .our-doctor__table-title,
.our-doctor-table-item.first .our-doctor__table-title {
    border-bottom: none;
    width: 100%;
}

.our-doctor-table-item .our-doctor__table-detail {
    border-bottom: 1px solid #d4cdc9;
    border-left: 1px solid #d4cdc9;
    width: 100%;
}

.our-doctor-table-item.first .our-doctor__table-school,
.our-doctor-table-item .our-doctor__table-school{
    border-left: 1px solid #d4cdc9;
    border-bottom: none;
    width: 100%;
}

.our-doctor-table-item.first .our-doctor__table-detail{
    border-bottom: 1px solid #d4cdc9;
}

.our-doctor-table-item.last {
    margin-top: 10px;
}
}

@media screen and (max-width: 400px){
    .sec01-intro-img img{
        height: 230px;
        object-position: 50% 50%;
    }
    .profile-img img {
        height: 280px;
    }
}

/* 250114 Add */
.flex-history .flex-item:nth-child(3) {
    width: 100%;
}
.profile-detail .text16 p {
    margin-top: 16px;
}