@charset "UTF-8";


a:hover{
  opacity: 0.7;
}

/*横幅1081px以上からのcss*/
.pc {
  display: block !important;
}

.sp {
  display: none;
}

/*横幅640pxまでのcss*/
@media screen and (max-width: 640px) {
  .pc {
      display: none !important;
  }
  .sp {
      display: block !important;
  }
}

.career_h2{
  font-style: italic;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: lighter;

}

.career_h2_jp{
  font-size: 60px;
  color: #fff;
  font-weight: 500!important;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  padding-left:40px;
}
.career_IR_h2{
  font-size: 60px;
  text-align: center;
  color: #fff;
  font-weight: lighter;

}


.dnd-section>.row-fluid {
  max-width: 1920px;
}

.dnd-section .dnd-column{
  padding:0;
}

.content-wrapper--vertical-spacing, .dnd-section{
  padding:80px 0;
}


.career_title{
  font-style: italic;
  font-size: 4rem;
  text-align: center;
  color:#fff;
}

.career_sub-title{
  font-size: 18px;
  color: #fff;
  font-weight: 500!important;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: -50px;
}


.career_section_title{
  font-size: 36px;
  line-height: 1;
  color: #000;
}

.career_jp-txt{
  font-size: 14px;
  display: block;
  font-weight: bold;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

.career_h3{
  text-align: center;
  color: #bd1616;
}

.career_h3_form{
    text-align: center;
    color: #ffffff;
}

.career_h3_en{
  font-size:28px;
  font-weight:lighter;
}

.career_about_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:40px;
}

.career_about_flex_l{
  width: 45%;
}

.career_about_flex_r{
  width: 50%;
}


.career_about_text{
  color: #000;
  text-align: left;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500!important;
  line-height: 1.5rem;
}

.career_about_text_area{
  max-width: 700px;
  margin: 40px auto;
  width: 92%;
}

.mission_img{
  max-width: 600px;
  width:92%;
  margin: 0 auto;

}

.about_strong{
  font-size: 18px;
  color: #bd1616;
}

.sec_about_us{
  background-color: #f1f1f1;
  padding: 40px 0;
  width: 100%;
  margin: -100px auto 0;
}

.sec_career_recruit{
  margin: -100px auto 0;
}


.career_recruit_text{
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500!important;
  line-height: 1.5rem;
}

.sec_ir_recruit{
  max-width: 600px;
  width: 90%;
  margin:0 auto;
}

.recruit_text{
  color: #000;
  text-align: left;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4rem;
  max-width:420px;
  margin:0px auto;
  width:90%;

}

.recruit_h4{
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold!important;
  text-align: center;
  font-size:20px;
}

.sec_recruit_flow{
  background-color: #f1f1f1;
  padding: 10px 0 40px;
  margin: -100px 0 0;
}

.sec_career_form{
    background-color: #bd1616;
    padding: 10px 0 80px;
    margin-bottom:-80px;
    
  }

  .career_form_area{
    background-color: #fff;
    max-width: 600px;
    padding:40px;
    width:85%;
    margin:0 auto;
  }

  .social-menu{
    align-items: center;
    display: flex;
    justify-content: center;
    gap:20px;
    align-items: baseline;
  }

  .social-menu h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    margin:0;
    padding: 70px 0;
    color:#ffffff;
}

.icon-wrap {
  display: flex;
  margin: 0;
  padding-left: 24px;}

  .icon-wrap img {
    height: 24px;
    width: 24px;
}
@media screen and (max-width: 640px) {
  .career_h2{
    font-style: italic;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    line-height: 2rem;
  }

  .career_h2_jp{
    font-size: 40px;
    padding-left:0;
  }

  .career_sub-title{
    margin-top: -20px;
  }

  .content-wrapper--vertical-spacing, .dnd-section{
    padding: 80px 0rem;
  }

  .dnd_area-row-0-background-image{
    height:360px;
  }

  .career_about_flex{
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .career_about_flex_l{
    width: 100%;
  }
  
  .career_about_flex_r{
    width: 100%;
  }
  .career_about_text{
    font-weight: 500!important;
    line-height: 1.2rem;
    margin-top:20px;
  }


  .sec_about_us{
    margin: -130px auto 0;
  }

  .sec_career_recruit{
    width:92%;
  }

  .career_recruit_text{
    text-align: left;
    line-height: 1.2rem;
    margin: 0 auto 40px;
        width: 82%;
  }

  .career_form_area {
    padding: 40px 10px;


}

.social-menu {
display: block;
text-align: center;
padding:40px 0;
}

.social-menu h2{
  padding:10px 0;
}
  
}























