@charset "utf-8";
/* CSS Document */

/*sm　header*/
#header-hero_md-sm header{
position: fixed;
top: 0;
z-index: 10;
width: 100%;
height: 55px;
border-bottom: 1px solid rgba(230,230,230,1.0);
background-color: rgba(255,255,255,1.0);
box-sizing: border-box;
}

#header-hero_md-sm header h1{
padding: 15px 0;
}

#hamburger .btn_gnav{
display: block;
position: fixed;
top: 15px;
right: 5%;
z-index: 3;
width: 30px;
height: 30px;
box-sizing: border-box;
cursor: pointer;
transition: all 0.5s;
}

#hamburger .btn_gnav span{
position: absolute;
width: 100%;
height: 4px;
border-radius: 10px;
background: rgba(207,0,14,1.0);
transition: all 0.5s;
}

#hamburger .btn_gnav span:nth-child(1) {
top: 0;
}

#hamburger .btn_gnav span:nth-child(2) {
top: 10px;
}

#hamburger .btn_gnav span:nth-child(3) {
top: 20px;
}

#hamburger .btn_gnav.open span:nth-child(1){
top: 14px;
background: rgba(255,255,255,1.0);
transform: rotate(-45deg);
}

#hamburger .btn_gnav.open span:nth-child(2),
#hamburger .btn_gnav.open span:nth-child(3){
top: 14px;
background: rgba(255,255,255,1.0);
transform: rotate(45deg);
}

#gnav_md-sm{
position: fixed;
top: 0;
right: -100%;
z-index: 1;
width: 100%;
height: 100%;
padding: 50px 0 0 0;
box-sizing: border-box;
background: rgba(207,0,14,0.8);
transition: 0.5s;
}

#gnav_md-sm.open{
right: 0px;
}

#gnav_md-sm .gnav_menu-md-sm{
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}

#gnav_md-sm .gnav_menu-md-sm li:not(:last-child){
border-bottom: 1px solid rgba(255,255,255,0.5);
}

#gnav_md-sm .gnav_menu-md-sm li a{
display: block;
padding: 10px 0 10px 20px;
color: rgba(255,255,255,1.0);
font-size: 2.0rem;
}

#gnav_md-sm .gnav_menu-md-sm .to_corporate a span{
position: relative;
font-size: 1.4rem;
}

#gnav_md-sm .gnav_menu-md-sm .to_corporate a span:after{
content: "";
display: inline-block;
position: absolute;
margin: 12px 0 0 7px;
width: 16px;
height: 16px;
background: url(../images/ico_link-white.svg)top left/cover no-repeat;
}

#hero_md-sm{
position: relative;
width: 100%;
height: 150px;
margin-top: 55px;
background: url("../images/img_top.jpg") center center/cover no-repeat;
}

#hero_md-sm:before{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.4);
}
 
#hero_md-sm h2 svg{
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
width: 80%;
transform: translate(-50%,-50%);
}

#header-hero_lg{
display: none;
}


/*sm　header360*/
@media screen and (min-width: 360px) {
#hero_md-sm{
height: 180px;
}
}


/*sm　header390*/
@media screen and (min-width: 390px) {
#hero_md-sm{
height: 200px;
}
}


/*sm　header411*/
@media screen and (min-width: 411px) {
#hero_md-sm{
height: 220px;
}
}

/*md　header*/
@media screen and (min-width: 768px) {
#header-hero_md-sm header{
height: 58px;
}

#hero_md-sm{
height: 400px;
margin-top: 58px;
}
 
#hero_md-sm h2 svg{
width: 70%;
}
}


/*lg　header*/
@media screen and (min-width: 1024px) {
#header-hero_md-sm{
display: none;
}

#header-hero_lg{
display: block;
position: relative;
width: 100%;
height: 500px;
background: url("../images/img_top.jpg") center center/cover no-repeat;
}

#header-hero_lg:before{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.4);
}
 
#header-hero_lg h1 a{
color: rgba(255,255,255,1.0);
}
 
#header-hero_lg h2 svg{
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
width: 70%; 
transform: translate(-50%, -50%);
}

#header-hero_lg header{
position: absolute;
top: 40px;
left: 50%;
z-index: 10;
width: 100%;
background-color: rgba(255,255,255,0);
transform: translate(-50%, -50%);
}

#header-hero_lg ul{
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 145px;
color: rgba(255,255,255,1.0);
font-size: 1.6rem;
}

#header-hero_lg ul a{
color: rgba(255,255,255,1.0);
transition: 0.5s;
}

#header-hero_lg ul a:hover{
color: rgba(255,255,255,0.5);
}

#header-hero_lg .fix_top-kyujin{
position: absolute;
top: -26px;
right: 0;
padding: 30px 15px;
box-sizing: border-box;
}

#header-hero_lg .fix_top-kyujin a{
padding: 10px 20px;
border: 2px solid rgba(255,255,255,1.0);
border-radius: 20px;
color: rgba(255,255,255,1.0);
transition: 0.5s;
}

#header-hero_lg .fix_top-kyujin a:hover{
border: 2px solid rgba(255,255,255,1.0);
border-radius: 10px;
background-color: rgba(255,255,255,1.0);
color: rgba(207,0,14,1.0);
}
}


/*lg　header1280*/
@media screen and (min-width: 1280px) {
#header-hero_lg{
height: 650px;
}

#header-hero_lg ul{
width: 100%;
font-size: 1.8rem;
}
}


/*lg　header1440*/
@media screen and (min-width: 1440px) {
#header-hero_lg{
height: 750px;
}
}


/* sm introduction */
#introduction01{
padding: 50px 0;
background-image: linear-gradient(0deg, rgba(255, 155, 0, 1), rgba(255, 100, 0, 1));
}

#introduction02{
padding: 50px 0 0 0;
}

#introduction02 .introduction02_text{
padding: 0 0 30px 0;
}

#introduction01 h2,
#introduction02 h2{
margin-bottom: 5px;
font-size: 1.8rem;
line-height: 1.4;
}

.br_lg{
display: none;
}


/* md introduction */
@media screen and (min-width: 768px) {
#introduction01{
padding: 100px 0;
text-align: center;
}

#introduction02{
padding: 100px 0 0 0;
text-align: center;
}

#introduction02 .introduction02_text{
padding: 0 0 50px 0;
}

#introduction01 h2,
#introduction02 h2{
margin-bottom: 10px;
font-size: 3.6rem;
}
}


/* lg introduction */
@media screen and (min-width: 1024px) {
.br_lg{
display: block;
}
}


/* sm workstyle-example */
.example ul{
margin-bottom: 50px;
}

.example li:first-child{
margin-bottom: 30px;
}

.example h4{
display: inline-block;
margin-bottom: 10px;
padding: 10px 20px;
border-radius: 20px 0 0 20px;
}

.example .font_brightorange,
.example .font_yellow{
margin-bottom: 10px;
padding-bottom: 5px;
font-size: 1.8rem;
line-height: 1.4;
}

.example .font_brightorange{
border-bottom: 2px solid rgba(255,150,0,1.0);
}

.example .font_yellow{
border-bottom: 2px solid rgba(255,208,0,1.0);
}

.example .example_text{
margin-bottom: 10px;
}

.schedule ul{
margin: 0 auto 50px;
text-align: center;
}

.schedule li:not(first-child){
margin-bottom: 20px;
}

.schedule h4{
margin-bottom: 20px;
font-size: 1.8rem;
text-align: center;
line-height: 1.4;
}


/*md　workstyle-example */
@media screen and (min-width: 768px) {
.example ul{
margin-bottom: 80px;
}

.example li{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}

.example li:nth-child(2){
flex-direction: row-reverse;
}

.example_contents{
width: 48%;
}

.example_img{
width: 50%;
}

.example h4{
padding: 10px 30px;
border-radius: 30px 0 0 30px;
}

.example .example_text{
margin-bottom: 0;
}

.schedule ul{
width: 60%;
margin: 0 auto 80px;
}

.schedule h4{
margin-bottom: 30px;
font-size: 2.2rem;
}
}


/*lg　workstyle-example */
@media screen and (min-width: 1024px) {
.example .font_brightorange,
.example .font_yellow{
font-size: 2.0rem;
padding-bottom: 10px;
}

.example_contents{
width: 55%;
}

.example_img{
width: 43%;
}

.schedule ul{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}

.schedule li{
width: 32%;
margin-bottom: 0 !important;
}

.schedule li:not(first-child){
margin-right: 2%;
}
}


/* sm workstyle-challenge */
.challenge h4{
margin-bottom: 20px;
font-size: 1.8rem;
text-align: center;
line-height: 1.4;
}

.challenge ul{
margin-bottom: 50px;
}

.challenge li:not(:last-child){
margin-bottom: 20px;
}

.challenge li img{
display: block;
width: 85%;
margin: 0 auto 10px;
}

.scenery h4{
margin-bottom: 20px;
font-size: 1.8rem;
text-align: center;
line-height: 1.4;
}

.scenery ul{
display: flex;
width: 100%;
border-top: 5px solid rgba(245,204,207,1.0);
border-bottom: 10px solid rgba(207,0,14,1.0);
}

.scenery li{
width: calc(100%/3);
}


/*md　workstyle-challenge */
@media screen and (min-width: 768px) {
.challenge h4{
margin-bottom: 30px;
font-size: 2.2rem;
}

.challenge ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
margin-bottom: 100px;
}

.challenge li{
width: 48%;
}

.challenge li:not(:last-child){
margin-bottom: 0px;
}

.challenge li img{
width: 90%;
margin: 0 auto 20px;
}

.challenge li:nth-of-type(3),
.challenge li:nth-of-type(4){
margin-top: 20px;
}

.scenery h4{
margin-bottom: 30px;
font-size: 2.2rem;
}

.scenery ul{
border-top: 10px solid rgba(245,204,207,1.0);
border-bottom: 20px solid rgba(207,0,14,1.0);
}
}


/*lg　workstyle-challenge */
@media screen and (min-width: 1024px) {
.challenge li img{
width: 75%;
}
}


/*sm interview*/
#interview ul li{
margin-bottom: 50px;
padding-bottom: 100px;
}

#interview .interview_frame{
position: relative;
}

#interview .interview_ph img{
width: 200px;
height: 200px;
margin-left: 20px;
object-fit: cover;
}

#interview .interview_number{
position: absolute;
top: 20%;
left: 60%;
font-size: 10.0rem;
}

#interview .interview_text{
position: absolute;
top: 180px;
z-index: -1;
width: 100%;
padding: 30px 5% 40px;
box-sizing: border-box;
box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#interview .interview_text:after{
content: "";
display: inline-block;
position: absolute;
bottom: 15px;
right: 5%;
z-index: -2;
width: 100px;
height: 26px;
background: url(../images/pic_mark01.svg)top left/cover no-repeat;
}

#interview .interview_text h4{
font-size: 1.4rem;
}

#interview .interview_text p{
position: relative;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
}

#interview .frame_btn{
margin-bottom: 50px;
text-align: center;
}

#interview .btn_top-interview{
margin:0 auto;
}


/*sm interview390*/
@media screen and (min-width: 390px) {
#interview .interview_number{
left: 55%;
}
}


/*sm interview411*/
@media screen and (min-width: 411px) {
#interview .interview_number{
left: 50%;
}
}


/*md　interview*/
@media screen and (min-width: 768px) {
#interview ul{
width: 660px;
margin: 0 auto;
}

#interview ul li{
margin-bottom: 80px;
padding-bottom: 0;
}

#interview .interview_ph img{
margin-left: 0;
}

#interview .interview_number{
top: 5%;
left: 20%;
font-size: 12.0rem;
}

#interview .interview_text{
top: 100px;
right: 0;
width: 470px;
padding: 30px 10px 30px 70px;
}

#interview .interview_text p{
font-size: 1.8rem;
}

#interview .interview_text h4{
font-size: 1.6rem;
}

#interview .frame_btn{
margin-bottom: 100px;
}
}


/*lg　interview*/
@media screen and (min-width: 1024px) {
#interview ul{
width: 860px;
margin: 0 auto;
}

#interview .interview_text{
width: 670px;
padding: 30px 30px 30px 70px;
}

#interview .interview_number{
left: 15%;
}

#interview .interview_frame:hover .interview_text{
border-radius: 20px;
box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
}

#interview .interview_frame:hover .interview_ph img{
transform: scale(1.05);
}

#interview .interview_ph img,
#interview .interview_text{
transition: 0.3s;
}
}


/*sm　menu*/
#to_environment,
#to_company{
position: relative;
width: 100%;
height: auto;
}

#to_environment{
background: url("../images/btn_environment.jpg") center center/cover no-repeat;
}

#to_company{
background: url("../images/btn_company.jpg") center center/cover no-repeat;
}

#to_environment::after,
#to_company::after{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
}

#to_environment::after{
background-color: rgba(255,155,0,0.6);
}

#to_company::after{
background-color: rgba(255,208,0,0.65);
}

#menu .frame_btn{
display: block;
position: relative;
z-index: 1;
padding: 50px 0;
text-align: center;
font-size: 1.8rem;
font-weight: bold;
}

#menu .frame_btn p{
margin: 0 auto;
}

#menu .frame_btn a{
margin-top: 15px;
}


/*md menu*/
@media screen and (min-width: 768px) {
#menu ul{
display: flex;
align-items: center;
flex-wrap: nowrap;
}

#menu h4{
font-size: 1.8rem;
}
}