
@charset "UTF-8";
/*=============================================================
#mainimage
=============================================================*/
#page_mainimage {
width: 100%;
height: 300px;
background-image: url("../image/page_mainimage.jpg");
background-size: cover;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
#page_mainimage h2 {
color: #fff;
font-size: 25px;
font-weight: 600;
line-height: 1em;
text-align: center;
}
/*=============================================================
#message
=============================================================*/
#message{
width: 100%;
background: url("../../image/bg1.jpg");
background-repeat: repeat;
padding: 60px 0;
}
#message .box {
margin: 0 auto ;
}
#message .box .left {
text-align: left;
margin-bottom: 30px;
}
#message .box .left h2{
margin-bottom: 20px;
}
#message .box .right p.name {
margin-top: 20px;
font-size: 20px;
font-weight: 600;
line-height: 1em;
text-align: right;
}
/*=============================================================
#profile
=============================================================*/
#profile{
width: 100%;
background: url("../../image/bg2.jpg");
background-repeat: repeat;
padding: 100px 0;
}
#profile p.name{
margin: 20px 0;
font-size: 20px;
font-weight: 600;
line-height: 1em;
text-align: left;
}
#profile dl {
text-align: left;
border-bottom: solid 1px #4e4335;
}
#profile dl dt {
padding: 1em 1em 0;
width: auto;
box-sizing: border-box;
display: flex;
align-items: center;
font-weight: 600;
}
#profile dl dd {
padding: 1em;
width: auto;
box-sizing: border-box;
display: flex;
align-items: center;
}
/*=============================================================
#career
=============================================================*/
#career{
width: 100%;
background: url("../../image/bg1.jpg");
background-repeat: repeat;
padding: 100px 0;
}
#career ul.career_box{
margin: 0 auto;
}
#career ul.career_box li{
max-width: 500px;
margin: 0 auto 30px;
}
#career ul.career_box li p{
text-align: center;
}