@charset "utf-8";

#mf1 .mf-inner{
padding: 100px 0;
}
#mf1 h2{
display: table;
color: #178aff;
font-size: 2.88em;
font-weight: bold;
line-height: 1em;
margin: 0 auto;
position: relative;
z-index: 9;
}
#mf1 h2:before{
content: "";
max-height: 30px;
height: 4vw;
background: #fdff51;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
position: absolute;
bottom: -0.3em;
left: 0;
right: 0;
z-index: -1;
}
#mf1 h2 span{
font-size: 0.43em;
position: absolute;
top: -2em;
left: -5em;
transform: rotate(-10deg);
line-height: 1em;
}
#mf1 h2 span:before,
#mf1 h2 span:after{
content: "";
max-width: 2px;
max-height: 30px;
width: 0.31vw;
height: 4vw;
background: #178aff;
position: absolute;
}
#mf1 h2 span:before{
left: -1em;
transform: rotate(-45deg);
}
#mf1 h2 span:after{
right: -1em;
transform: rotate(45deg);
}


#mf2 .cbox-frame{
width: 1100px;
margin: 0 auto;
position: relative;

}
#mf2 .cbox-inner{
padding: 70px 0 100px 0;
}
#mf2 .ctext{
display: table;
transition: 0.2s;
}

#mf2 .ctext figure{
margin: 0 0 60px 0;
}
#mf2 .ctext dl{
color: #fff;
}
#mf2 .ctext dt{
font-size: 2.25em;
font-weight: bold;
margin: 0 0 30px 0;
}
#mf2 .ctext dd{
font-size: 1.88em;
font-weight: bold;
}
#mf2 .ctext dd span{
font-size: 0.67em;
}
#mf2 .cimg{
position: absolute;
right: 0;
bottom: 0;
}
#mf2 .cbox:nth-of-type(even) .ctext{
margin: 0 0 0 auto;
}
#mf2 .cbox:nth-of-type(even) .cimg{
left: 0;
right: auto;
}

#mf2 #cbox1{
background: url("../../img/interview/top/staff1bg.jpg") center center /cover no-repeat;
}
#mf2 #cbox2{
background: url("../../img/interview/top/staff2bg.jpg") center center /cover no-repeat;
}
#mf2 #cbox3{
background: url("../../img/interview/top/staff3bg.jpg") center center /cover no-repeat;
}
#mf2 #cbox4{
background: url("../../img/interview/top/staff4bg.jpg") center center /cover no-repeat;
}
#mf2 #cbox5{
background: url("../../img/interview/top/staff5bg.jpg") center center /cover no-repeat;
}





@media screen and (max-width: 1024px) {

#mf1 .mf-inner{
padding: 15vw 5vw;
}
#mf1 h2{
font-size: 2em;
}
#mf1 h2 span{
top: -2em;
left: -4vw;
}


#mf2 .cbox-frame{
width: auto;

}
#mf2 .cbox-inner{
padding: 10vw 5vw 0 5vw;
}
#mf2 .ctext{
display: table;
margin: 0 auto 5vw auto;
}
#mf2 .ctext a{
display: flex;
}
#mf2 .ctext figure{
max-width: 200px;
width: 25vw;
margin: 0 5vw 0 0;
}
#mf2 .ctext dt{
font-size: 1.3em;
margin: 0 0 3vw 0;
}
#mf2 .ctext dd{
font-size: 1em;
}
#mf2 .ctext dd span{
font-size: 0.67em;
}
#mf2 .cimg{
max-width: 390px;
width: 52vw;
display: table;
margin: 0 auto;
position: static;
}
#mf2 .cbox:nth-of-type(even) .ctext{
margin: 0 auto 5vw auto;
}



}



@media screen and (max-width: 640px) {
#mf2 .ctext a{
display: block;
}
#mf2 .ctext figure{
margin: 0 0 5vw 0;
}
}

