@charset "UTF-8";
/*
* 06_workstyle.css
*
*/

/* #mirai.06_workstyle
---------------------------------------------------------- */
#mirai .bg-gray02 {
background-color: #efefef !important;
}
#mirai .arw01 {
display: inline-block;
padding-right: 20px;
}
#mirai #categoryVisual-story {
background-image: url(../img/06_workstyle_visual.jpg);
background-position: center center;
background-repeat: no-repeat;
}
#mirai #categoryVisual-story h1 img.pc {
max-width: 100%;
height: 320px;
margin-left: auto;
margin-right: auto;
}
#mirai .copy {
background-color: #e0e0e7;
font-size: 20px;
color: #1d2088;
}
#mirai h2.ttl {
color: #0048ff;
font-size: 30px;
border-bottom: 2px solid #0D48FF;
display: inline-block;
line-height: normal;
margin-bottom: 1em;
padding-bottom: 0.4em;
margin-top: 0.5em;
}
#mirai .img-block.left {
float: left;
width: 590px;
}
#mirai .img-block.right {
float: right;
width: 247px;
text-align: center;
margin-right: 50px;
}
#mirai h3.h_ttl {
color: #0D48FF;
font-size: 1.5em;
}
#mirai h3.h_ttl span {
display: block;
}
#mirai .img-block.right a.plus_icn span{
background-image: url(../img/06_workstyle_icn.png);
background-repeat: no-repeat;
background-position: right center;
padding-right: 1.5em;
padding-left: 1.5em;
background-size: auto 85%;
text-decoration: underline;
}
#mirai .img-block.right img {
width: 85%;
margin-bottom: 1em;
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
display: block;
margin-left: auto;
margin-right: auto;
}
#mirai .graf_block {
padding-top: 3em;
padding-bottom: 2em;
background-color: #f8f8f8;
text-align: center;
}
#mirai .graf_block h3 {
text-align: center;
font-size: 1.6em;
margin-bottom: 1em;
}
.popup_content {
height: 100%;
width: 100%;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
position: fixed;
top: 0px;
left: 0px;
z-index: 99999;
display: none;
/*transition: .3s opacity ease;*/
text-align: center;
}
.popup_content img {
width: auto !important;
max-height: 100%!important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 5%;
margin: auto;
}
.popup_content a{
height: 100%;
width: 100%;
position: fixed;
display: block;
}
.popup_content::before,
.popup_content::after {
display: block;
position: fixed;
content: "";
width: 25px;
height: 3px;
top: 24px;
right: 12px;
background: #fff;
border-radius: 4px;
}
.popup_content::before {
transform: rotate(-315deg);
}
.popup_content::after {
transform: rotate(315deg);
}
@media screen and (max-width:767px) and (min-width:1px) {
#mirai section img {
width: 100%;
}
#mirai h3.h_ttl span {
font-size: 0.9em;
}
#mirai .img-block.left,
#mirai .img-block.right {
float: none;
width: 100%;
}
#mirai .img-block.right {
text-align: center;
margin-right: 0px;
}
#mirai .img-block.right {
margin-bottom: 2em;
}
#mirai .img-block.right img {
width: 60%;
margin-bottom: 0.5em;
display: block;
margin-left: auto;
margin-right: auto;
}
#mirai .graf_block {
padding: 1.5em 3% 1em;
}
#mirai .img06 {
text-align: center;
}
#mirai .img06 h3 {
margin-top: 2em;
font-size: 1.6em;
margin-bottom: 1em;
}
#mirai .graf_block h3 {
font-size: 0.9em;
margin-bottom: 1.5em;
}
}
