



#about #hero_cover {

    background: url(/common/img/about_hero_bg.jpg) 0% 0% / cover repeat scroll padding-box border-box rgba(0, 0, 0, 0);

}




#about #hero .item {
	height: 400px;
    width: 640px;
    padding: 200px 0 0px 20px;
    box-sizing: border-box;
	background-repeat: no-repeat;
    background-size: cover;

}

#about #hero .copy {
	font-size: 180%;
	font-weight: bold;
	line-height: 120%;
}

#about #hero .copy span{
display: block;
    font-size: 80%;
    color: #0b278c;
}








#about #staff {
	background: #f4f3ee;
}

#about #staff .massage {
    text-align: left;
    line-height: 200%;
    margin-top: 20px;
}

#about #staff > :last-child{
margin-bottom:0;
}

#about #staff .{
margin-top:300px;

}

#about #staff .massage > dl{
    min-height: 250px;
    float: left;
    width: 50%;
}

#about #staff .l > dl{
	float: right;
    padding-left: 20px;
    box-sizing: border-box;
}



#about #staff .massage dl dt,
#about #staff .massage dl dd {
    margin-top: 20px;
    line-height: 120%;
}


#about #staff .massage dt{
    font-size: 140%;

}

#about #staff .massage dt span{
    font-size: 50%;
    padding-left:10px;

}

#about #staff .massage dd{
    font-size: 80%;

}

#about #staff .massage dd span{
    width: 100px;
    display: inline-block;
}


#about #staff figure{
    float: right;
    width: 50%;
}

#about #staff figure img{
    width: 100%;
}

#about #staff .l figure{
    float: left;
}



#about #staff .body{
    width: 100%;
    clear: both;
    margin-bottom: 60px;
}

#about #staff .body h3{
	font-size: 100%;
    margin: 10px 0 0;
    line-height: 120%;
}


#about #staff .body p{
    font-size: 100%;


}





#about #corp {

}

#about #corp dl{
    width: 80%;
    margin: 0 auto;
    display: block;
}

#about #corp dt{
    font-size: 180%;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;

}

#about #corp dt span{
    font-size: 80%;
    padding-left:10px;

}

#about #corp dd{
    font-size: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
}

#about #corp dd span{
    width: 100px;
    display: inline-block;
}






#about iframe{
width:100%;
}










/*-----------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
@media screen and (max-width:767px) {


#about #staff .massage > dl {
	min-height: initial;
    float: initial;
    width: 100%;
}

#about #staff .massage dd span{
    width: 100%;
    background: #EEEEEE;
    margin: 0 0 14px;
    padding: 3px 2px;
	box-sizing: border-box;
}

#about #staff figure {
    float: initial;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    max-height: 250px;
    object-fit: contain;
    overflow: hidden;
}

#about #staff figure img{
    width: 100%;
}

#about #staff .l > dl {
    float: right;
    padding-left: 0;
}


#about #corp h2 {
    padding: 40px 0 0px;
}

#about #corp dl {
    width: initial;
    margin: 0 auto;
    display: block;
}

#about #corp dt {
    font-size: initial;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}

#about #corp dd span {
    width: 100%;
    display: block;
}





/*------------max-width:767px-----------*/
}

