@charset "UTF-8";
/*=============================================================
#mainimage
=============================================================*/
#page_mainimage {
width: 100%;
height: 200px;
background-image: url("../image/page_mainimage.jpg");
background-size: cover;
background-position: center;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
z-index: -1000;
}
#page_mainimage .box{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 200px;
height: 70px;
background-color:rgba(0,111,255,0.1);
display: flex;
align-items: center;
justify-content: center;
}
/*=============================================================
#oubo
=============================================================*/
#oubo{
margin: 40px auto 10px;
}
/*=============================================================
#saiyou
=============================================================*/
#saiyou,
#jinzai,
#interview{
margin: 20px auto;
text-align: left;
}
#interview{
margin-bottom: 0;
}
#saiyou h8{
font-size: 24px;
text-align: left;
line-height: 1.8em;
}
#saiyou p{
margin-top: 10px;
}
#interview .name{
text-align: right;
margin: 20px 0;
}
#interview h8{
text-align: right;
font-size: 18px;
}
#interview h8 span{
text-align: right;
font-size: 24px;
}
#interview p{
margin-bottom: 30px;
}

/*=============================================================
#youkou
=============================================================*/
#youkou .title {
margin-bottom: 10px;
}
#youkou dl {
display: block;
text-align: left;
}
#youkou dl dt {
padding: 1em 2em 0;
width: auto;
border-bottom: none;
box-sizing: border-box;
font-weight: 600;
}
#youkou dl dd {
padding: 1em 2em;
border-bottom: solid 1px #E5E5E5;
width: auto;
box-sizing: border-box;
}
#youkou dl dd span {
font-weight: 600;
color: #999;
}
/*=============================================================
#tokutyou
=============================================================*/
#tokutyou .title {
margin-top: 10px;
margin-bottom: 20px;
}
#tokutyou ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#tokutyou ul li {
margin: 0 5px;
width: 20%;
}
/*=============================================================
#company
=============================================================*/
#company  {
margin-bottom: 60px;
}
#company .title {
margin-top: 10px;
margin-bottom: 10px;
}
#company dl {
display: block;
text-align: left;
}
#company dl dt {
padding: 1em 2em 0;
width: auto;
border-bottom: none;
box-sizing: border-box;
font-weight: 600;
}
#company dl dd {
padding: 1em 2em;
border-bottom: solid 1px #E5E5E5;
width: auto;
box-sizing: border-box;
}
#company dl dd span {
font-weight: 600;
color: #999;
}