@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* ---------------------------------------------
  outpatient
-----------------------------------------------*/
.page-head:before{
    background: url("../img/about/honorary_chairman/ico-ttl.svg") no-repeat center center;
    width: 70px;
    height: 79px;
}


@media screen and (max-width: 767px) {
    .page-head:before{
        width: 8vw;
        max-width: 46px;
        height:10vw;
        max-height: 67px;
    }

}


/*  sec01 -------------------------------------------*/
.sec01{
    padding: 0 0 80px 0;
    background: #fff;
    box-sizing: border-box;
}
.sec01 .inner{
	max-width: 1000px;
}

.person_box{
    display: flex;
    padding: 45px 40px 40px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.person_box .img{
    width: 26%;
    max-width: 238px;
}
.person_box .txt{
    width: 84%;
    padding-left: 60px;
    box-sizing: border-box;
}
.person_box .detail{
	border-top: 1px solid #EE7700;
	padding-top: 35px;
	margin-top: 5px;
}
.person_box .detail .subttl{
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}


.person_box .txt p{
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
}
.person_box .txt p.name{
    font-size: 2.0rem;
    margin-top: 10px;
}
.person_box .txt p.name span{
    position: relative;
    top: -3px;
    font-size: 1.4rem;
    color: #888888;
    padding-left: 20px;
}

.person_box .txt .flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #ee7700;
    margin-top: 10px;
    padding-top: 20px;
    box-sizing: border-box;
}

.sec01 .person_box ul+.subttl{
	margin-top: 30px;
}
.sec01 .person_box li{
    position: relative;
    font-size: 1.6rem;
    line-height: 1.625;
		letter-spacing: .07em;
    box-sizing: border-box;
}
/*
.sec01 .person_box .list01 li{
		text-indent: -5em;
		margin-left: 5em;
}
*/
.sec01 .person_box .list01 li .years{
	margin-right: 1em;
}
.sec01 .person_box .list02 li{
		text-indent: -1em;
		margin-left: 1em;
}

.person_box .txt .flex p{
    font-size: 1.6rem;
    line-height: 1.65;
    font-weight: 500;
}
.sec01 .txt_box p{
    font-size: 1.6rem;
    line-height: 1.8;
    line-height: 1.625;
		/*letter-spacing: .07em;*/
}
.sec01 .txt_box.en p{
    font-family: "Roboto", sans-serif;
		word-break: normal;
}
.sec01 .txt_box p + p{
    margin-top: 30px;
}
.sec01 .txt_box +  .txt_box{
    margin-top: 60px
}

@media screen and (max-width: 1040px) {
    .person_box .txt{
        padding-left: 3%;
    }
}


@media screen and (max-width: 767px) {
    .sec01{
        margin-bottom: 0;
			padding-bottom: 8%;
    }
    .sec01 .inner{ width: 92%;}
    .person_box{
        display: block;
        padding: 5%;
        margin-bottom: 10%;
    }

    .person_box .img{
        width: 100%;
        max-width: 153px;
        margin: 0 auto;
    }
    .person_box .txt{
        width: 100%;
        display: block;
        margin-top: 6%;
        padding-left: 0;
    }
    .person_box .txt p{
        font-size: 24px;
        font-size: 3.2vw;
    }
    .person_box .txt p.name{
        font-size: 38px;
        font-size: 5.07vw;
        margin-top: 5px;
    }
    .person_box .txt p.name span{
        position: relative;
        top: -3px;
        font-size: 24px;
        font-size: 3.2vw;
        color: #888888;
        padding-left: 15px;
    }

    .person_box .txt .flex{
        display: block;
        margin-top: 3%;
        padding-top: 4%;
        box-sizing: border-box;
    }
    .sec01 .person_box ul+.subttl{
			margin-top: 6%;
		}
    .sec01 .person_box li{
        font-size: 28px;
        font-size: 3.73vw;
        line-height: 1.65;
        letter-spacing: .03rem;
        box-sizing: border-box;
    }
		.sec01 .person_box .list01 li{
			display: flex;
			gap: 0 1em;
		}
		.sec01 .person_box .list01 li .years{
			margin-right: 0;
		}
	
    .person_box .txt .flex p{
        font-size: 28px;
        font-size: 3.73vw;
    }

		.sec01 .txt_box p{
				font-size: 28px;
				font-size: 3.73vw;
		}
		.sec01 .txt_box p + p{
				margin-top: 4%;
		}
		.sec01 .txt_box +  .txt_box{
				margin-top: 10%;
		}
	
	

}






