@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {

#president{
margin: 0 auto 100px;
}

#president .president_hed_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
min-width: 1200px;
margin: 0 auto 100px;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
align-items: center;
}

#president .president_hed_wrap .img{
width: 50%;
}

#president .president_hed_wrap .txt_box{
width: 600px;
margin: 0 0 0 auto;
padding: 60px;
box-sizing: border-box;
}


#president .president_hed_wrap .txt_box h3{
font-size: 2.2rem;
font-weight: 700;
color: #FFF;
margin-bottom: 10px;
}


#president .president_hed_wrap .txt_box h4{
font-size: 1rem;
font-weight:700;
line-height: 1;
color: #FFF;
margin: 0 0 40px;
}

#president .president_hed_wrap .txt_box .read_txt {
font-size: 1.2rem;
font-weight: 700;
margin: 0 0 30px;
color:rgba(255,255,255,1);
}

#president .president_hed_wrap .txt_box span{
font-size: 1.4rem;
font-weight: 500;
margin-left: 10px;
}

#president .section_wrap{
width: 1200px;
margin: 0 auto 120px;
}

#president .section_wrap:last-child{
margin-bottom: 0;
}

#president .section_wrap h2{
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
letter-spacing: -.01rem;
margin: 0 0 30px;
border-bottom: 1px solid #008c73;
padding-bottom: 10px;
}

#president .section_wrap h2 span{
display: block;
font-family: 'Roboto', sans-serif;
font-style: italic;
font-size:2.2rem;
font-weight: 300;
letter-spacing: -.02rem;
color: rgba(0,0,0,.1) !important;
}

#president .section_wrap p{
margin: auto;
}

#president .section_wrap .img_box{
width: 90%;
margin: 60px auto 0;
}

#president .section_wrap .img_box img{
border-radius: 6px;
}

}
/*sp*/
@media only screen and (max-width: 768px) {

#president{
overflow: hidden;
margin: 0 auto 60px;
}

#president .president_hed_wrap{
margin: 0 auto 40px;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
align-items: center;
}

#president .president_hed_wrap .img{
width: 100%;
}

#president .president_hed_wrap .txt_box{
width: 90%;
margin: auto;
padding: 20px 0;
box-sizing: border-box;
}


#president .president_hed_wrap .txt_box h3{
font-size: 1.2rem;
font-weight: 700;
color: #FFF;
margin: 0 0 10px;
}


#president .president_hed_wrap .txt_box h4{
font-size: .8rem;
font-weight:700;
line-height: 1.4;
color: #FFF;
margin: 0;
}

#president .president_hed_wrap .txt_box .read_txt {
font-size: .86rem;
font-weight: 700;
margin: 0 0 20px;
color:rgba(255,255,255,1);
}


#president .president_hed_wrap .txt_box span{
font-size: 1rem;
font-weight: 500;
display: block;
}

#president .section_wrap{
width: 90%;
margin: 0 auto 30px;
}

#president .section_wrap:last-child{
margin-bottom: 0;
}

#president .section_wrap h2{
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.4;
letter-spacing: -.01rem;
margin: 0 0 20px;
border-bottom: 1px solid #008c73;
padding-bottom: 10px;
}

#president .section_wrap h2 span{
display: block;
font-family: 'Roboto', sans-serif;
font-style: italic;
font-size:.9rem;
font-weight: 300;
letter-spacing: -.02rem;
color: rgba(0,0,0,.1) !important;
}

#president .section_wrap p{
margin: auto;
font-size: .8rem;
}

#president .section_wrap .img_box{
width: 100%;
margin: 60px auto 0;
}

#president .section_wrap .img_box img{
border-radius: 6px;
}


}