@charset "UTF-8";

/* /doctor/
-------------------*/
.mvInfo {
position: absolute;
width: 90%;
max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
display: flex;
flex-direction: row-reverse;
}
.mvInfo .miFlex {
width: 48%;
}

.mvInfo h2{
font-family: 'Noto Serif JP', serif;
font-size: 32px;
font-size: 3.2rem;
font-weight: 500;
padding-bottom: 30px;
}
.mvInfo h2 span {
display: block;
font-size: 18px;
font-size: 1.8rem;
color: #b07121;
padding-bottom: 30px;
font-family: 'Crimson Text', serif;
}
.mvInfo .name {
font-size: 28px;
font-size: 2.8rem;
font-family: 'Noto Serif JP', serif;
padding-bottom: 30px;
line-height: 1.3;
}
.mvInfo .name small {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
display: block;
}
.mvInfo .carrier {
line-height: 1.7;
}

#area01 h2 {
text-align: center;
font-size: 34px;
font-size: 3.4rem;
font-weight: 400;
margin-bottom: 60px;
font-family: 'Noto Serif JP', serif;
}
#area01 .txt {
text-align: center;
padding-bottom: 80px;
line-height: 2!important;
}

#area01 .imgList {
display: flex;
justify-content: space-between;
}
#area01 .imgList li {
width: calc(100% / 3);
line-height: 0;
}

#area02 {
background: #eceff4;
padding-top: 80px;
}
#area02 h2 {
text-align: center;
font-family: 'Crimson Text', serif;
font-size: 120px;
font-size: 12rem;
color: #fff;
font-weight: 500;
padding-bottom: 60px;
}
.profFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.profFlex.rr {
flex-direction: row-reverse;
}

.profFlex .profImg {
width: 50%;
}
.profFlex .profImg.bg01 {
background:url("../images/img_prof_01.jpg") left top no-repeat;
background-size: cover;
}
.profFlex .profImg.bg02 {
background:url("../images/img_prof_02.jpg") center top no-repeat;
background-size: cover;
}

.profBox {
background: #979ba4;
padding: 60px 80px;
color: #fff;
width: 50%;
}

.profBox .name {
font-size: 24px;
font-size: 2.4rem;
font-family: 'Noto Serif JP', serif;
padding-bottom: 20px;
line-height: 1.3;
border-bottom: 1px solid #aaaeb9;
margin-bottom: 20px;
}
.profBox .name small {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
display: block;
}
.profBox .carrier {
line-height: 1.7;
font-weight: bold;
padding-bottom: 10px;
}
.profBox h3 {
font-size: 18px;
font-size: 1.8rem;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
position: relative;
padding-left: 50px;
margin-top: 30px;
margin-bottom: 20px;
}
.profBox h3:before {
content: "";
width: 43px;
height: 1px;
background: #aaaeb9;
position: absolute;
left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.profBox .hisList li {
display: flex;
margin-bottom: 8px;
}
.profBox .hisList li span {
line-height: 1.3;
}
.profBox .hisList li .year {
width: 75px;
font-family: 'Noto Serif JP', serif;
}
.profBox .hisList li:last-child {
margin-bottom: 0;
}

.bookBox {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 80px 0;
}
.bookBox h3 {
font-size: 30px;
font-size: 3.0rem;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
position: relative;
padding-left: 110px;
margin-bottom: 30px;
}
.bookBox h3:before {
content: "";
width: 96px;
height: 1px;
background: #aaaeb9;
position: absolute;
left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform:translateY(-50%);
}
.bookBox .circleList li:before {
color: #9b9fa6;
}

.bookList {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-top: 40px;
}
.bookList li {
width: 15%;
max-width: 180px;
}
#area03 {
padding: 120px 0;
}
#area03 h2 {
font-size: 48px;
font-size: 4.8rem;
font-weight: 400;
line-height: 1.4;
margin-bottom: 30px;
text-align: center;
color: #b07121;
font-family: 'Noto Serif JP', serif;
letter-spacing: 0;
}
#area03 h2 small {
display: block;
font-size: 36px;
font-size: 3.6rem;
}

#area03 .interviewInr{
width: 90%;
max-width: 1400px;
margin: 0 auto;
}
#area03 .interviewInr ul li {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin-bottom: 60px;
}
#area03 .interviewInr ul li:last-child {
margin-bottom: 0;
}
#area03 .interviewInr ul li.rr {
flex-direction: row-reverse;
}
#area03 .interviewInr ul li .Img {
width: 50%;
}
#area03 .interviewInr ul li dl {
width: 45%;
}
#area03 .interviewInr ul li dl dt {
font-family: 'Noto Serif JP', serif;
line-height: 1.7;
}
#area03 .interviewInr ul li dl dt small {
font-size: 18px;
font-size: 1.8rem;
font-weight: 400;
display: block;
}
#area03 .interviewInr ul li dl dt strong {
font-size: 24px;
font-size: 2.4rem;
font-weight: 400;
display: block;
padding: 30px 0;
position: relative;
z-index: 1;
}
#area03 .interviewInr ul li dl dt strong:before {
content: "“";
color: #f9f6f5;
font-size: 120px;
font-size: 12rem;
position: absolute;
left: -40px;
top: -30px;
z-index: -1;
}
#area03 .interviewInr ul li dl dd {
line-height: 1.7;
}


/* for pc resize
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
.mvInfo {
    position: absolute;
    top: 44%;
}
.profBox p {
font-size: 14px;
font-size: 1.4rem;
}
.profBox .hisList li span.info {
font-size: 14px;
font-size: 1.4rem;
}
}
@media only screen and (max-width: 1400px) {
.profBox {
    padding: 60px;
}
#area03 .interviewInr ul li dl dt small {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
}
#area03 .interviewInr ul li dl dt strong {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 10px 0 20px;
}
#area03 .interviewInr ul li dl dt strong:before {
    top: -56px;
}
#area03 h2 small {
    font-size: 30px;
    font-size: 3.0rem;
}
#area03 h2 {
    font-size: 40px;
    font-size: 4.0rem;
}
}
@media only screen and (max-width: 1300px) {
.mvInfo h2 {
    font-size: 30px;
    font-size: 3.0rem;
    padding-bottom: 20px;
}
.mvInfo .name {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 20px;
}
.mvInfo .name small {
    font-size: 15px;
    font-size: 1.5rem;

}
.profBox {
    padding: 40px;
}
}

@media only screen and (max-width: 1200px) {
.mvImg img {
object-fit: cover;
height: 500px;
}
.mvInfo h2 {
    font-size: 27px;
    font-size: 2.7rem;
}
}

@media only screen and (max-width: 1080px) {
.mvInfo .miFlex {
    width: 50%;
}
.mvInfo h2 {
    font-size: 26px;
    font-size: 2.6rem;
}
.profFlex .profImg {
width: 100%;
height: 600px;
}
.profBox {
    width: 100%;
}
.profFlex .profImg.bg01 {
background-position: left center;
}
#area03 .interviewInr ul li .Img {
    width: 100%;
    margin-bottom: 40px;
}
#area03 .interviewInr ul li dl {
    width: 100%;
}
}
@media only screen and (max-width: 1024px) {
.mvInfo .miFlex {
    width: 53%;
}
}

/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
.mvInfo {
width: 100%;
display: block;
transform: none;
background: rgb(0,0,0,0.4);
color: #fff;
left: 0;
top: inherit;
bottom: 0;
padding: 40px 0 120px;
z-index: 0;
text-align: right;
}
.mvInfo h2 span {
color: #fff;
}
.mvInfo .miFlex {
    width: 90%;
    margin: 0 auto;
}
.mvImg img {
    height: 700px;
    object-position: left;
}
#pageMv h1 {
z-index: 1;
}

#area01 h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    margin-bottom: 30px;
}
#area01 .txt {
width: 90%;
text-align: left;
margin: 0 auto;
}
#area02 h2 {
    font-size: 60px;
    font-size: 6rem;
    padding-bottom: 40px;
}
#area03 h2 small {
    font-size: 20px;
    font-size: 2.0rem;
}
#area03 h2 {
    font-size: 30px;
    font-size: 3.0rem;
}
}

@media only screen and (max-width: 480px) {
.mvInfo {
position: inherit;
}
.mvImg {
line-height: 0;
}
.mvInfo h2 {
line-height: 1.4;
}
.mvInfo .carrier {
letter-spacing: 0;
}
#pageMv h1 {
line-height: 1;
bottom: 0;
}
#pageMv img {
    height: 290px;
    object-position: -45px;
}
.mvInfo {
text-align: left;
background: #b07121;
}
.mvInfo h2 {
    font-size: 24px;
    font-size: 2.4rem;
}
.mvInfo .name {
    font-size: 20px;
    font-size: 2.0rem;
}
.mvInfo .name small {
    font-size: 14px;
    font-size: 1.4rem;
}
#area01 {
padding-top: 20px;
}
#area01 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
}
#area01 .txt {
padding-bottom: 40px;
}
#area02 h2 {
    font-size: 40px;
    font-size: 4rem;
}
#area02 {
    padding-top: 40px;
}
.profFlex .profImg {
    height: 250px;
}
.profBox {
    padding: 40px 5%;
}
.profBox .carrier {
letter-spacing: 0;
}
.profBox .name {
    font-size: 20px;
    font-size: 2.0rem;
}
.profBox .name small {
    font-size: 14px;
    font-size: 1.4rem;
}
.profBox .hisList li span.info {
width: 80%;
}

.bookBox {
    padding: 40px 0 20px;
}
.bookBox h3 {
    font-size: 20px;
    font-size: 2.0rem;
}
.bookBox .circleList li {
    text-indent: -1.8em;
    padding-left: 1.8em;
}
.bookList {
padding-top: 20px;
}
.bookList li {
    width: 30%;
    margin-bottom: 20px;
}
#area03 {
    padding: 40px 0;
}
#area03 h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
#area03 h2 small {
    font-size: 16px;
    font-size: 1.6rem;
}
#area03 .interviewInr ul li .Img {
    margin-bottom: 20px;
}
#area03 .interviewInr ul li dl dt strong {
    font-size: 20px;
    font-size: 2.0rem;
}
#area03 .interviewInr ul li {
    margin-bottom: 30px;
}
#area03 .interviewInr ul li dl dt {
    text-align: center;
}
#area03 .interviewInr ul li dl dt small {
color: #b07121;
}

#area03 .interviewInr ul li dl dt strong:before {
display: none;
}
}

.bnrList {
width: 100%;
max-width: 400px;
display: flex;
justify-content: space-between;
}
.bnrList li {
width: 49%;
}
.bnrList li a {
display: block;
}