@charset "UTF-8";


/* welcome
---------------------------------------------------------*/
#welcome .img1{
    position: relative;
    z-index: 2;
}
#welcome .img1 div{
    width: 90%;
    margin: 0 auto;
}
#welcome .img1 p{
    position: absolute;
    bottom: -0.6em;
    left: 0;
    font-size: min(700%,8vw);
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #C5F6FE;
}
#welcome .flexbox{
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#welcome .flexbox .flex_l{
    position: relative;
    width: 50%;
    padding-right: 8%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 170px; 
    color: #fff;
}
#welcome .flexbox .flex_l::before{
    position: absolute;
    display: block;
    content: "";
    background: #54C2E1;
    background-size: 100% auto;
    width: 300%;
    height: calc(100% + 370px);
    bottom:0;
    right: 0;
    border-radius: 0 0 150px 0;
}
#welcome .flexbox .flex_l .inbox{
    position: relative;
    z-index: 2;
    max-width: 450px;
    margin-left: 0;
    margin-right: auto;
}
#welcome .flexbox .flex_r{
    width: 42.5%;
    padding-top: 80px;
}
#welcome .flexbox .flex_r .txt dt{
    font-size: min(290%,4vw);
    line-height: 1.7em;
    letter-spacing: 0.18em;
    color: #54C2E1;
    margin-bottom: .5em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#welcome .flexbox .flex_r .txt dt{
    letter-spacing: 0.05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#welcome .flexbox .flex_l{
    width: 50%;
    padding-top: 13vw; 
    padding-right: 6%;
}
#welcome .flexbox .flex_l::before{
    height: calc(100% + 15vw);
}
#welcome .flexbox .flex_r{
    width: 45%;
    padding-top: 7vw;
}
#welcome .flexbox .flex_r .txt dt{
    letter-spacing: 0.1em;
    margin-bottom: .3em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#welcome .img1 div{
    width: 100%;
}
#welcome .img1 p{
    text-align: center;
    bottom: -0.6em;
    font-size: 300%;
}
#welcome .flexbox{
    display: block;
}
#welcome .flexbox .flex_l{
    width: 100%;
    padding-right: 0;
    padding-top: 15vw;
    padding-bottom: 10vw;
}
#welcome .flexbox .flex_l::before{
    height: calc(100% + 18vw);
    right: -4.5%;
    border-radius: 0;
}
#welcome .flexbox .flex_l .img{
    width:70%;
    margin: 0 auto;
}
#welcome .flexbox .flex_r{
    width: 100%;
    padding-top: 8vw;
}
#welcome .flexbox .flex_r .txt dt{
    font-size: 160%;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: .4em;
    text-align: center;
}
}






/* 共通
---------------------------------------------------------*/
/*staff_name*/
.staff_name{
    text-align: center;
    margin-top: 45px;
}
.staff_name p:nth-child(1){
    font-size:120%;
    font-size: min(120%,2.3vw);
    letter-spacing: 0.15em;
    line-height: 1em;
    margin-bottom: .9em;
}
#welcome .staff_name p:nth-child(1){
    font-size: min(160%,2.5vw);
}
.staff_name p:nth-child(2){
    font-size: min(190%,3.3vw);
    letter-spacing: 0.15em;
    line-height: 1em;
}
#welcome .staff_name p:nth-child(2){
    font-size: min(240%,3.7vw);
}
.staff_name p:nth-child(3){
    font-size: min(110%,1.8vw);
    letter-spacing: 0.15em;
    line-height: 1em;
    margin-top: 1em;
    color: #54C2E1;
}
#welcome .staff_name p:nth-child(3){
    font-size: min(110%,1.8vw);
    color: #C5F6FE;
    margin-top: 1.3em;
}
#staff .staff_name p:nth-child(3){    color: #F69A14;}


/*reki*/
.reki{
    font-size:95%;
    margin-top: 25px;
}
.reki.type_col2{
    display: flex;
    justify-content: space-between;
}
.reki.type_col2 > div{
    width: 50%;
}
#welcome .reki{
    margin-top: 40px;
}
.reki .reki_tit{
    position: relative;
    padding-left: 1em;
    box-sizing: border-box;
    font-weight: bold;
    color: #54C2E1;
    margin-top: 25px;
}
#staff .reki .reki_tit{    color: #F69A14;}

.reki .reki_tit:nth-child(1){
    margin-top: 0;
}
.reki .reki_tit::before{
    position: absolute;
    display: block;
    content: "";
    background: #AFDFE2;
    background-size: 100% auto;
    width: 5px;
    height: .8em;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
}
#staff .reki .reki_tit::before{    background: #FEB82B;}

.reki li{
    width: 100%;
    display: block;
}
.reki li > div{
    display: inline-block;
    width: 10em;
}
.reki li > div:nth-child(2){
    width:calc(100% - 11em);
}
.reki li p{
    position: relative;
    padding-left: 1em;
    box-sizing: border-box;
}
.reki li p::before{
    position: absolute;
    display: block;
    content: "・";
    top:0;
    left: 0;
}

/*staff_list*/
.staff_list > li{
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.staff_list > li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.staff_list > li::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/staff/line.svg")no-repeat bottom center;
    background-size: 90% auto;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.staff_list > li:last-child::before{
    display: none;
}
.staff_list > li.flexbox{
    display: flex;
    justify-content: space-between;
}
.staff_list .flex_l{
    width: 32%;
    max-width: 380px;
}
.staff_list .flex_r{
    width: 63%;
}
.staff_list .flex_r .inbox{
    text-align: center;
}
.staff_list .flex_r .inbox dt{
    width: 11em;
    max-width: 158px;
    margin-bottom: -25px;
    text-align: left;
}
.staff_list .flex_r .inbox dd{
    background: #fff;
    width: 93%;
    margin: 0 auto 30px;
    border-radius: 30px;
    text-align: left;
    padding:45px 6% 30px;
    box-sizing: border-box;
    font-size:95%;
    color: #3F64B0;
    font-weight: bold;
}
#staff .staff_list .flex_r .inbox dd{    color: #F69A14;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
/*staff_name*/
.staff_name{
    margin-top: 4vw;
}

/*reki*/
.reki{
    margin-top: 2vw;
}
#welcome .reki{
    margin-top: 3vw;
}
.reki .reki_tit{
    margin-top: 2vw;
}
.reki li > div{
    width: 9em;
}
.reki li > div:nth-child(2){
    width:calc(100% - 10em);
}

/*staff_list*/
.staff_list > li{
    padding-bottom: 5vw;
    margin-bottom: 6vw;
}
.staff_list .flex_r{
    width: 65%;
}
.staff_list .flex_r .inbox dt{
    width:17vw;
    margin-left: -1vw;
    margin-bottom: -3vw;
}
.staff_list .flex_r .inbox dd{
    width: 95%;
    margin: 0 auto 3vw;
    border-radius: 15px;
    padding: 4.6vw 4% 3vw 4.5%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
/*staff_name*/
.staff_name{
    margin-top:5vw;
}
.staff_name p:nth-child(1){
    font-size: 90%;
    margin-bottom: .9em;
}
#welcome .staff_name p:nth-child(1){
    font-size: 110%;
}
.staff_name p:nth-child(2){
    font-size: 150%;
}
#welcome .staff_name p:nth-child(2){
    font-size: 180%;
}
.staff_name p:nth-child(3){
    font-size: 80%;
    margin-top: 1em;
}
#welcome .staff_name p:nth-child(3){
    font-size:80%;
    margin-top: 1em;
}
    
/*reki*/
.reki{
    margin-top: 4vw;
}
.reki.type_col2{
    display: block;
}
.reki.type_col2 > div{
    width: 100%;
    margin-bottom: 4vw;
}
.reki.type_col2 > div:last-child{
    margin-bottom: 0;
}    
#welcome .reki{
    margin-top: 5vw;
}
.reki li > div{
    width:9em;
}
.reki li > div:nth-child(2){
    width:calc(100% - 10em);
}

/*staff_list*/
.staff_list > li{
    padding-bottom: 8vw;
    margin-bottom: 9vw;
}
.staff_list > li::before{
    background-size: 170% auto;
}
.staff_list > li.flexbox{
    display: block;
}
.staff_list .flex_l{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.staff_list .flex_l .img{
    width: 60%;
    margin: 0 auto;
}
.staff_list .flex_r{
    width: 100%;
}
.staff_list .flex_r .inbox dt{
    width: 45vw;
    margin-left: -2%;
    margin-bottom: -3vw;
}
.staff_list .flex_r .inbox dd{
    margin: 0 auto 4vw;
    border-radius: 15px;
    padding: 5vw 5% 4%;
}
}





/* doctor
---------------------------------------------------------*/
#doctor .w1220{
    position: relative;
    padding-top: 170px;
    padding-bottom: 230px;
}
#doctor .w1220::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/staff/abs03@2x.png")no-repeat top right;
    background-size: 100% auto;
    width: 33%;
    height: 171px;
    top: 50px;
    right: -3%;
}
#staff .w1220::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/staff/abs04@2x.png")no-repeat top left;
    background-size: 100% auto;
    width: 33%;
    height: 157px;
    top: -50px;
    left: 5%;
}
.com_index2{
    margin-bottom: 75px;
}
#doctor .com_index2 .ft_brandon{
    color: #3F64B0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#doctor .w1220{
    padding-top: 15vw;
    padding-bottom: 13vw;
}
#doctor .w1220::before{
    top: 5vw;
    right: -1%;
}
#staff .w1220::before{
    top: -12vw;
    left: 3%;
}
.com_index2{
    margin-bottom: 5vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#doctor .w1220{
    padding-top: 25vw;
    padding-bottom: 18vw;
}
#doctor .w1220::before{
    width: 55%;
    top: -1vw;
    right: -1%;
}
#staff .w1220::before{
    width: 55%;
    top: -6vw;
    left: 5%;
}
.com_index2{
    margin-bottom: 7vw;
}
}



/* staff
---------------------------------------------------------*/
#staff .bg{
    position: relative;
    background: #FFFBC8;
}
#staff .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/staff/abs07@2x.png")no-repeat bottom left;
    background-size: 100% auto;
    width: 100%;
    height: 500px;
    bottom: 100%;
    left: 0;
}
#staff .abs1,
#staff .abs2,
#staff .abs3{
    position: relative;
}
#staff .abs1::before,
#staff .abs2::before,
#staff .abs3::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/staff/abs05@2x.png")no-repeat top right;
    background-size: 100% auto;
    width: 45%;
    max-width: 660px;
    height: 900px;
    right: 0;
}
#staff .abs1::before{
    top:8%;
}
#staff .abs2::before{
    top:46.5%;
}
#staff .abs3::before{
    bottom: -1%;
    background-position: bottom right;
}
#staff .abs1::after,
#staff .abs2::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/staff/abs06@2x.png")no-repeat top left;
    background-size: 100% auto;
    width: 45%;
    max-width: 660px;
    height:680px;
    left: 0;
}
#staff .abs1::after{
    top: 29.5%;
}
#staff .abs2::after{
    top: 68%;
}

#staff .w1220{
    position: relative;
    z-index: 2;
    padding-top: 190px;
    padding-bottom: 140px;
}
#staff .com_index2 .ft_brandon{
    color: #F69A14;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#staff .w1220{
    padding-top: 8vw;
    padding-bottom: 10vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#staff .w1220{
    padding-top: 20vw;
    padding-bottom: 10vw;
}
}