@charset "UTF-8";
/*
	Filename: recruit_new_style
	Version: 1.0.1
*/
/*--------------------------------------------------------------------------------
	共通
----------------------------------------------------------------------------------*/
#breadcrumbs {
  position: absolute;
  left: 0;
  padding: 23px 30px;
}
#breadcrumbs ul li, #breadcrumbs ul li a {
  color: #fff !important;
}
@media screen and (max-width: 750px) {
  #breadcrumbs {
    top: 15vw;
    line-height: 1.3;
  }
    /* pagetop */
  #pagetop {
    bottom: 90px;
  }

}
@media screen and (max-width: 650px) {
  #breadcrumbs {
    top: 18vw;
  }
}
@media screen and (max-width: 480px) {
  #breadcrumbs {
    top: 22vw;
  }
}
@media screen and (max-width: 375px) {
  #breadcrumbs {
    top: 21.333vw;
  }
}
/*----------------
	共通
------------------*/
.recruit_fixed {
  position: fixed;
  top: 179px;
  right: 0;
  z-index: 100;
}
.recruit_new_title_area {
  width: 100%;
  height: 275px;
  position: relative;
  background: url("../img/recruit_new/sub/title_bg.jpg") no-repeat bottom right;
  background-size: cover;
  z-index: -1;
}
.recruit_new_title_area .title_inner {
  width: 1300px;
  margin: 0 auto;
  padding: 118px 0;
  position: relative;
}
.recruit_new_title_area .title_inner h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.recruit_new_title_area .en_title {
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_area {
  top: 80px;
}
.recruit_new_title_area .en_title.en_01 {
  bottom: -10px;
}
.recruit_new_title_area .en_title.en_02 {
  bottom: 30px;
}
.recruit_new_title_area .en_title.en_03 {
  bottom: 50px;
}
.recruit_new_title_area .en_title.en_04 {
  bottom: 40px;
}
.recruit_new_title_area .en_title.en_05 {
  bottom: 0px;
}
.recruit_new_title_area .en_title.en_06 {
  bottom: 50px;
}
.recruit_new_title_area .en_title.en_07 {
  bottom: -10px;
  right: -35px;
}
.recruit_new_title_area .en_title.en_01 img,
.recruit_new_title_area .en_title.en_02 img,
.recruit_new_title_area .en_title.en_03 img,
.recruit_new_title_area .en_title.en_04 img,
.recruit_new_title_area .en_title.en_05 img,
.recruit_new_title_area .en_title.en_06 img,
.recruit_new_title_area .en_title.en_07 img,
.recruit_new_title_area .en_title.en_08 img
{
  max-width: 100%;
}

a.link_btn  {
  padding: 13px 30px;
  background: #1eaabe;
  background: -moz-linear-gradient(-35deg,  #1eaabe 0%, #00326b 100%);
  background: -webkit-linear-gradient(-35deg,  #1eaabe 0%,#00326b 100%);
  background: linear-gradient(105deg,  #1eaabe 0%,#00326b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaabe', endColorstr='#00326b',GradientType=1 );
  border-radius: 30px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
a.link_btn::after {
  content: url("../img/recruit_new/w_arrow.png");
  margin-left: 5px;
}
.link_area {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .recruit_new_title_area {
    height: 275px;
  }
  .recruit_new_title_area .title_inner {
    width: 100%;
    margin: 0;
    padding: 118px 5%;
  }
  .recruit_new_title_area .title_inner h1 {
    font-size: 30px;
  }
  .recruit_new_title_area .en_title {
    max-width: 50%;
    position: absolute;
    bottom: -10px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  /*----------------
    共通
  ------------------*/
  .recruit_fixed {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  .recruit_fixed ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .recruit_fixed ul li {
    width: 50%;
    text-align: center;
  }
  .recruit_fixed ul li a {
    width: 100%;
    display: block;
    padding: 2.667vw 1.333vw;
    background: #00326b;
    border: 1px solid #fff;
    font-size: 4.8vw;
    color: #fff;
  }
  .recruit_fixed ul li:last-child a {
    padding: 2.667vw 1.333vw;
    background: #1eaabe;
    border-top: 1px solid #fff;
  }
  .recruit_new_title_area .en_title {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .title_inner h1 {
    font-size: 6.667vw;
  }
  a.link_btn {
    display: inline-block;
    margin-bottom: 15vw;
    padding: 1.533vw 12.533vw;
    font-size: 3.733vw;
    border-radius: 50px;
  }
  a.link_btn::after {
    width: 3.467vw;
    height: 2.933vw;
    content: "";
    display: inline-block;
    background: url("../img/recruit_new/sp_w_arrow.png") no-repeat center center;
    background-size: cover;
    margin-left: 5px;
  }
  .recruit_new_title_area {
    background: url("../img/recruit_new/sub/bg.png") no-repeat bottom right;
  }
}
@media screen and (max-width: 375px) {
  .recruit_new_title_area {
    height: 180px;
  }
  .recruit_new_title_area .title_inner {
    padding: 75px 5%;
  }
}

/*--------------------------------------------------------------------------------
	エントリー
----------------------------------------------------------------------------------*/
#contact {
  margin-top: 187px;
}
#form_contents .form_btn, #mfp_overlay_inner .form_btn {
  position: relative;
  margin-top: 95px;
  cursor: pointer;
  outline: none;
  padding: 13px 96.5px;
  background: #1eaabe;
  background: -moz-linear-gradient(-35deg,  #1eaabe 0%, #00326b 100%);
  background: -webkit-linear-gradient(-35deg,  #1eaabe 0%,#00326b 100%);
  background: linear-gradient(105deg,  #1eaabe 0%,#00326b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaabe', endColorstr='#00326b',GradientType=1 );
  border-radius: 30px !important;
  border: none;
  font-family: 'Noto Sans Japanese';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: .3s;
}
#form_contents .form_btn::after, #mfp_overlay_inner .form_btn::after {
  width: 13px;
  height: 12px;
  display: block;
  content: "";
  position: absolute;
	top: 50%;
  right: 35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  background: url("../img/recruit_new/w_arrow.png") no-repeat;
}
#form_contents .form_btn:hover::after, #mfp_overlay_inner .form_btn:hover::after {
  background: url("../img/recruit_new/w_arrow.png") no-repeat;
}
#form_contents .form_btn:hover, #mfp_overlay_inner .form_btn:hover {
  opacity: .65;
  background: #1eaabe;
  background: -moz-linear-gradient(-35deg,  #1eaabe 0%, #00326b 100%);
  background: -webkit-linear-gradient(-35deg,  #1eaabe 0%,#00326b 100%);
  background: linear-gradient(105deg,  #1eaabe 0%,#00326b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaabe', endColorstr='#00326b',GradientType=1 );
}

/*--------------------------------------------------------------------------------
	募集概要
----------------------------------------------------------------------------------*/
#summary {
  padding-bottom: 160px;
}
.summary.wrap {
  margin-top: 165px;
  margin-bottom: 170px;
}
/*アコーディオン*/
.menu {
  width: 100%;
}
.menu input {
  display: none;
}
.menu label {
  display: block;
  position: relative;
  margin: 0 0 30px;
  padding: 19px 19px 29px 0;
  border-bottom: 1px solid #050000;
  cursor :pointer;
  font-size: 22px;
  text-align: left;
  color: #050000;
  text-decoration: none;
  line-height: 1;
}
.menu div {
  margin: 0;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  text-align: left;
}
input[id^="menu_bar0"]:checked + label + div {
  height: auto;
  padding: 10px;
  opacity: 1;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content: url("../img/recruit_new/sub/open.png");
  display:block;
  position:absolute;
  right: 0;
  top: 15px;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content: url("../img/recruit_new/sub/close.png");
  display:block;
  position:absolute;
  right: 0;
  top: 15px;
  margin: auto;
}
#summary dl {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #050000;
}
#summary dl dt {
  width: 23%;
    max-width: 180px;
  font-size: 18px;
  color: #00326b;
  line-height: 2;
}
#summary dl dd {
  width: 76.8%;
}
#summary dl dd, #summary dl dd p {
  font-size: 18px;
  line-height: 2.1;
}
.welfare.wrap {
  margin-top: 90px;
  margin-bottom: 198px;
}

.process.wrap {
  margin-top: 100px;
  margin-bottom: 198px;
}
.process.wrap img {
  width: 100%;
  margin-bottom: 35px;
}
.process_bottom {
  margin-top: 40px;
}
.process_bottom p {
  font-size: 14px;
}
.process_bottom_l {
  width: 100%;
}
.process_bottom_r {
  width: 38%;
  padding-top: 23px;
}
.faq.wrap {
  margin-top: 80px;
  margin-bottom: 180px;
}
.faq label {
  font-size: 22px;
}
.faq label::before {
  margin-right: 20px;
  content: "Q.";
  color: #1eaabe;
}
.faq p {
  margin-top: -17px;
  font-size: 22px;
  padding-right: 30px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.faq p::before {
  margin-right: 20px;
  content: "A.";
  color: #00326b;
}

/*--------------------------------------------------------------------------------
	スペシャル
----------------------------------------------------------------------------------*/
#special .info {
  position: relative;
  margin-top: 84px;
  padding-top: 35px;
  padding-bottom: 160px;
  background: url("../img/recruit_new/sub/info_bg.jpg") no-repeat top center;
  background-size: cover;
}
#special .info .wrap {
  margin-bottom: 62px;
}
#special .info .wrap:last-of-type {
  margin-bottom: 0;
}
#special .info .wrap .special_en {
  margin-left: -25px;
}
#special .info .wrap h2 {
  margin-top: -122px;
  margin-bottom: 57px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #00326b;
}
#special .info .wrap:nth-of-type(2) h2 {
  margin-top: -55px;
  margin-bottom: 60px;
}
#special .info .wrap .box_01_child {
  width: 32.3%;
  position: relative;
  margin-bottom: 17px;
  background: #fff;
  text-align: center;
}
#special .info .wrap .box_01_child img {
  width: 100%;
}

#special .info .wrap .box_02_child {
  width: 49.3%;
  position: relative;
  background: #fff;
  text-align: center;
}
#special .info .wrap .box_02_child img {
  width: 100%;
}
.box_02_child_fukidasi {
  position: absolute;
  bottom: -50px;
  right: -30px;
}
#special .info .wrap .box_03_child_l {
  width: 32.3%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}
#special .info .wrap .box_03_child_l img {
  width: 100%;
}
#special .info .wrap .box_03_child_r {
  width: 66.1%;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}
#special .info .wrap .box_03_child_r img {
  width: 100%;
}
#special .info .wrap .box_04_child_l {
  width: 66.1%;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  text-align: center;
}
#special .info .wrap .box_04_child_l img {
  width: 100%;
}
#special .info .wrap .box_04_child_r {
  width: 32.3%;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
}
#special .info .wrap .box_04_child_r img {
  width: 100%;
}
#special .info .wrap p.cyui {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.photogallery {
  padding: 100px 0 160px;
}
.photogallery .wrap {
  margin-bottom: 160px;
}
.photo_child {
  width: 33.3333333333333333333333333%;
}
.photo_child img {
  width: 100%;
}
/*--------------------------------------------------------------------------------
	キャリア
----------------------------------------------------------------------------------*/
#career .car {
  padding: 200px 0 150px;
}
#career .car img {
  width: 100%;
}

.roll {
  padding-top: 100px;
  padding-bottom: 182px;
  background: url("../img/recruit_new/sub/roll_bg.jpg") no-repeat top center;
  background-size: cover;
}
.roll p {
  font-size: 24px;
  margin-bottom: 50px;
}
.roll_child {
  width: 32.3%;
  margin-bottom: 20px;
  padding: 90px 0;
  background: url("../img/recruit_new/sub/roll_box_bg.png") no-repeat top center;
  background-size: cover;
  text-align: center;
}
.roll_child:last-of-type {
  padding: 60px 0;
}
.roll_child h2 {
  font-size: 35px;
  line-height: 1.7;
  color: #fff;
}
.roll_child h2 span {
  font-size: 25px;
}

/*--------------------------------------------------------------------------------
	working_note
----------------------------------------------------------------------------------*/
body.working_note #breadcrumbs ul.working_note li, body.working_note #breadcrumbs ul.working_note li a {
  color: #050000 !important;
}
body.working_note .recruit_new_title_area {
  width: 100%;
  height: 275px;
  position: relative;
  background: none;
  background-size: cover;
  z-index: -1;
}
body.working_note .recruit_new_title_area .title_inner {
  width: 1300px;
  margin: 0 auto;
  padding: 112px 0;
  position: relative;
}
body.working_note .recruit_new_title_area .title_inner h1 {
  color: #00326b;
}
.works_title {
  position: relative;
  margin-top: 60px;
}
.works_title img {
  width: 100%;
}
.works_spec {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}
.works_spec_inner {
  width: 1300px;
  margin: 0 auto;
  padding-top: 17px;
}
.works_spec_inner h2 {
  width: 360px;
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 0.03em;
  border-top: 1px solid #231815;
}

.works_spec_inner .flex {
  width: 360px;
  margin-bottom: 5px;
}
.works_spec_inner .flex .spec_child_l {
  width: 36%;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #231815;
}
.works_spec_inner .flex .spec_child_r {
  width: 62.5%;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #00326b;
}
.works_spec_inner h3 {
  width: 360px;
  margin-bottom: 5px;
  padding: 10px 10px;
  background: #fff;
  font-size: 20px;
}
.works_spec_inner h4 {
  width: 360px;
  padding: 15px 10px;
  background: #fff;
  font-size: 30px;
}
.works_contents {
  position: relative;
}
.works_contents_inner {
  width: 792px;
  margin: 0 auto;
}
.works_contents_img {
  position: absolute;
  text-align: left;
  z-index: -1;
}
.img_01 {
  top: 100px;
  left: 0;
}
.img_02 {
  top: -120px;
  left: 0;
}
.works_contents_inner h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.7;
  color: #1eaabe;
}
.works_contents_inner h2:last-of-type {
  margin-top: 143px;
}
.works_contents_inner p {
  font-size: 18px;
  line-height: 2;
}
.works_contents_inner img {
  margin: 143px 0;
}
.works_time {
  margin-top: 20px;
  position: relative;
  height: 790px;
}
.works_time_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.works_time_bg img {
  width: 100%;
  height: 790px;
  object-fit: cover;
}
.works_time_img_inner {
  width: 1300px;
  margin: 0 auto;
  padding-top: 350px;
}
.time_child {
  width: 50%;
}
.time_child img {
  max-width: 100%;
}
/*----------------
	#bootom_link
------------------*/
#bootom_link {
  position: relative;
  padding: 195px 0 160px;
}
#bootom_link .wrap {
  position: relative;
}
#bootom_link .wrap h2 {
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00326b;
}
#bootom_link .bootom_link_box {
  width: 100%;
  margin-bottom: 80px;
}
#bootom_link .bootom_link_box_child {
  width: 23.8%;
  position: relative;
  text-align: center;
}
#bootom_link .bootom_link_box_child img {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  /*--------------------------------------------------------------------------------
    スペシャル
  ----------------------------------------------------------------------------------*/
  .recruit_new_title_area .en_title.en_07 {
    bottom: -10px;
    right: 0;
  }
  #special .info {
    margin-top: 5.793vw;
    padding-top: 2.414vw;
    padding-bottom: 11.034vw;
  }
  #special .info .wrap {
    margin-bottom: 4.276vw;
  }
  #special .info .wrap .special_en {
    margin-left: -1.724vw;
  }
  #special .info .wrap h2 {
    margin-top: -8.414vw;
    margin-bottom: 3.931vw;
    font-size: 2.069vw;
  }
  #special .info .wrap:nth-of-type(2) h2 {
    margin-top: -3.793vw;
    margin-bottom: 4.138vw;
  }
  .box_02_child_fukidasi {
    bottom: -4.138vw;
    right: 0;
  }
  .box_02_child_fukidasi img {
    width: 16vw !important;
  }
  #career .car {
    padding: 13.793vw 0 10.345vw;
  }
  .roll {
    padding-top: 6.897vw;
    padding-bottom: 12.552vw;
  }
  .roll p {
    font-size: 1.655vw;
    margin-bottom: 3.448vw;
  }
  .roll_child {
    width: 32.3%;
    margin-bottom: 1.379vw;
    padding: 6.207vw 0;
  }
  .roll_child:last-of-type {
    padding: 4.138vw 0;
  }
  .roll_child h2 {
    font-size: 2.414vw;
  }
  .roll_child h2 span {
    font-size: 1.724vw;
  }

  .photogallery {
    padding: 6.897vw 0 11.034vw;
  }
  .photogallery .wrap {
    margin-bottom: 11.034vw;
  }
}

@media screen and (max-width: 1340px) {
  /*--------------------------------------------------------------------------------
    working_note
  ----------------------------------------------------------------------------------*/
  body.working_note .recruit_new_title_area {
    width: 100%;
    height: 20.522vw;
  }
  body.working_note .recruit_new_title_area .title_inner {
    width: 97.015vw;
    padding: 8.358vw 5%;
  }
  .works_title {
    margin-top: 4.478vw;
  }
  .works_spec {
    top: 2.239vw;
  }
  .works_spec_inner {
    width: 97.015vw;
    padding-top: 1.269vw;
  }
  .works_spec_inner h2 {
    width: 26.866vw;
    margin-bottom: 0.373vw;
    padding-top: 0.746vw;
    font-size: 1.493vw;
  }
  .works_spec_inner .flex {
    width: 26.866vw;
    margin-bottom: 0.373vw;
  }
  .works_spec_inner .flex .spec_child_l {
    width: 36%;
    padding: 0.746vw 1.866vw;
    font-size: 1.493vw;
  }
  .works_spec_inner .flex .spec_child_r {
    width: 62.5%;
    padding: 0.746vw 1.493vw;
    font-size: 1.493vw;
  }
  .works_spec_inner h3 {
    width: 26.866vw;
    margin-bottom: 0.373vw;
    padding: 0.746vw 0.746vw;
    font-size: 1.493vw;
  }
  .works_spec_inner h4 {
    width: 26.866vw;
    padding: 1.119vw 0.746vw;
    font-size: 2.239vw;
  }
  .img_01 {
    top: 7.463vw;
  }
  .img_01 img {
    width: 25.448vw;
  }
  .img_02 {
    top: -10.463vw;
  }
  .works_contents_inner h2 {
    margin-bottom: 2.239vw;
    font-size: 2.239vw;
  }
  .works_contents_inner p {
    font-size: 1.343vw;
  }
  .works_contents_inner img {
    margin: 10.672vw 0;
  }
  .works_time {
    margin-top: 1.493vw;
    height: 58.955vw;
  }
  .works_time_bg img {
    height: 58.955vw;
  }
  .works_time_img_inner {
    width: 97.015vw;
    padding-top: 26.119vw;
  }

  /*----------------
    #bootom_link
  ------------------*/
  #bootom_link {
    padding: 14.552vw 0 11.94vw;
  }
  #bootom_link .wrap h2 {
    margin-bottom: 3.358vw;
    font-size: 2.239vw;
  }
  #bootom_link .bootom_link_box {
    margin-bottom: 5.97vw;
  }
  #bootom_link .bootom_link_box_child {
    width: 23.8%;
  }
}

@media screen and (max-width: 1100px) {
  /*--------------------------------------------------------------------------------
    スペシャル
  ----------------------------------------------------------------------------------*/
  #special .info {
    margin-top: 7.636vw;
    padding-top: 3.182vw;
    padding-bottom: 14.545vw;
  }
  #special .info .wrap {
    margin-bottom: 5.636vw;
  }
  #special .info .wrap .special_en {
    margin-left: -2.273vw;
  }
  #special .info .wrap h2 {
    margin-top: -11.091vw;
    margin-bottom: 5.182vw;
    font-size: 2.727vw;
  }
  #special .info .wrap:nth-of-type(2) h2 {
    margin-top: -5vw;
    margin-bottom: 5.455vw;
  }
  #career .car {
    padding: 18.182vw 0 13.636vw;
  }
  .roll {
    padding-top: 9.091vw;
    padding-bottom: 16.545vw;
  }
  .roll p {
    font-size: 2.182vw;
    margin-bottom: 4.545vw;
  }
  .roll_child {
    width: 32.3%;
    margin-bottom: 1.818vw;
    padding: 8.182vw 0;
  }
  .roll_child:last-of-type {
    padding: 6.255vw 0;
  }
  .roll_child h2 {
    font-size: 2.182vw;
  }
  .roll_child h2 span {
    font-size: 1.273vw;
  }
  .photogallery {
    padding: 9.091vw 0 14.545vw;
  }
  .photogallery .wrap {
    margin-bottom: 14.545vw;
  }
  /*--------------------------------------------------------------------------------
    working_note
  ----------------------------------------------------------------------------------*/
  body.working_note .recruit_new_title_area {
    width: 100%;
    height: 25vw;
  }
  body.working_note .recruit_new_title_area .title_inner {
    width: 100%;
    padding: 10.182vw 5%;
  }
  .works_title {
    max-width: 100%;
    position: relative;
    margin-top: 5.455vw;
  }
  .works_title img {
    max-width: 100%;
  }
  .works_spec {
    width: 95%;
    position: absolute;
    top: 2.727vw;
    left: 5%;
  }
  .works_spec_inner {
    width: 100%;
    padding-top: 1.545vw;
  }
  .works_spec_inner h2 {
    width: 32.727vw;
    max-width: 100%;
    margin-bottom: 0.455vw;
    padding-top: 0.909vw;
    font-size: 1.818vw;
  }
  .works_spec_inner .flex {
    width: 32.727vw;
    max-width: 100%;
    margin-bottom: 0.455vw;
  }
  .works_spec_inner .flex .spec_child_l {
    width: 36%;
    padding: 0.909vw 2.273vw;
    font-size: 1.818vw;
  }
  .works_spec_inner .flex .spec_child_r {
    width: 62.5%;
    padding: 0.909vw 1.818vw;
    font-size: 1.818vw;
  }
  .works_spec_inner h3 {
    width: 32.727vw;
    max-width: 100%;
    margin-bottom: 0.455vw;
    padding: 0.909vw 0.909vw;
    background: #fff;
    font-size: 1.818vw;
  }
  .works_spec_inner h4 {
    width: 32.727vw;
    max-width: 100%;
    padding: 1.364vw 0.909vw;
    font-size: 2.727vw;
  }
  .works_contents_inner {
    width: 80%;
  }
  .img_01, .img_02 {
    display: none;
  }
  .works_contents_inner h2 {
    margin-bottom: 2.727vw;
    font-size: 2.727vw;
  }
  .works_contents_inner p {
    font-size: 1.636vw;
  }
  .works_contents_inner img {
    width: 100%;
    margin: 13vw 0;
  }
  .works_time {
    margin-top: 1.818vw;
    height: 71.818vw;
  }
  .works_time_bg img {
    height: 71.818vw;
  }
  .works_time_img_inner {
    width: 90%;
    padding-top: 31.818vw;
  }

  /*----------------
    #bootom_link
  ------------------*/
  #bootom_link {
    position: relative;
    padding: 17.727vw 0 14.545vw;
  }
  #bootom_link .wrap h2 {
    margin-bottom: 4.091vw;
    font-size: 2.727vw;
  }
  #bootom_link .bootom_link_box {
    margin-bottom: 7.273vw;
  }
  #bootom_link .bootom_link_box_child {
    width: 23.8%;
  }
}

@media screen and (max-width: 750px) {
  /*--------------------------------------------------------------------------------
    エントリー
  ----------------------------------------------------------------------------------*/
  #contact {
    margin-top: 187px;
  }
  #form_contents .form_btn, #mfp_overlay_inner .form_btn {
    position: relative;
    margin-top: 95px;
    cursor: pointer;
    outline: none;
    padding: 13px 96.5px;
    background: #1eaabe;
    background: -moz-linear-gradient(-35deg,  #1eaabe 0%, #00326b 100%);
    background: -webkit-linear-gradient(-35deg,  #1eaabe 0%,#00326b 100%);
    background: linear-gradient(105deg,  #1eaabe 0%,#00326b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaabe', endColorstr='#00326b',GradientType=1 );
    border-radius: 30px !important;
    border: none;
    font-family: 'Noto Sans Japanese';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: .3s;
  }
  #form_contents .form_btn::after, #mfp_overlay_inner .form_btn::after {
    width: 13px;
    height: 12px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url("../img/recruit_new/w_arrow.png") no-repeat;
  }
  #form_contents .form_btn:hover::after, #mfp_overlay_inner .form_btn:hover::after {
    background: url("../img/recruit_new/w_arrow.png") no-repeat;
  }
  #form_contents .form_btn:hover, #mfp_overlay_inner .form_btn:hover {
    opacity: .65;
    background: #1eaabe;
    background: -moz-linear-gradient(-35deg,  #1eaabe 0%, #00326b 100%);
    background: -webkit-linear-gradient(-35deg,  #1eaabe 0%,#00326b 100%);
    background: linear-gradient(105deg,  #1eaabe 0%,#00326b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eaabe', endColorstr='#00326b',GradientType=1 );
  }

  /*--------------------------------------------------------------------------------
    募集概要
  ----------------------------------------------------------------------------------*/
  .menu label {
    font-size: 5.333vw;
  }
  #summary dl dt {
      width: 45%;
      max-width: 45%;
    font-size: 3.733vw;
  }
    #summary dl dd {
  width: 50%;
}
  #summary dl dd, #summary dl dd p {
    font-size: 3.733vw;
  }
  .process_child {
    width: 100%;
    text-align: center;
  }
  .process_child img {
    width: 80% !important;
    margin: 0 auto;
  }
  .process_bottom p {
    font-size: 3.333vw;
  }
  .process_bottom_l {
    width: 100%;
  }
  .process_bottom_r {
    width: 100%;
  }
  .faq label {
    font-size: 5.333vw;
    line-height: 1.7;
    padding-right: 30px;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .faq label::before {
    margin-right: 10px;
  }
  .faq p {
    margin-top: -17px;
    font-size: 5.333vw;
    padding-right: 30px;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .faq p::before {
    margin-right: 10px;
  }
  /*--------------------------------------------------------------------------------
    スペシャル
  ----------------------------------------------------------------------------------*/
  .recruit_new_title_area .en_title.en_05 {
    bottom: 30%;
  }
  #special .info {
    margin-top: 80px;
    padding-top: 4.667vw;
    padding-bottom: 21.333vw;
  }
  #special .info .wrap {
    margin-bottom: 8.267vw;
  }
  #special .info .wrap .special_en {
    margin-left: -3.333vw;
  }
  #special .info .wrap h2 {
    margin-top: -16.267vw;
    margin-bottom: 7.6vw;
    font-size: 6vw;
  }
  #special .info .wrap:nth-of-type(2) h2 {
    margin-top: -7.333vw;
    margin-bottom: 8vw;
  }
  #special .info .wrap .box_01_child {
    width: 100%;
    margin-bottom: 20px;
  }
  #special .info .wrap .box_02_child {
    width: 100%;
    margin-bottom: 20px;
  }
  #special .info .wrap .box_03_child_l {
    width: 100%;
    margin-bottom: 20px;
  }
  #special .info .wrap .box_03_child_r {
    width: 100%;
    margin-bottom: 20px;
  }
  #special .info .wrap .box_04_child_l {
    width: 100%;
    margin-bottom: 20px;
  }
  #special .info .wrap .box_04_child_r {
    width: 100%;
    margin-bottom: 20px;
  }
  #special .info .wrap p.cyui {
    text-align: left;
  }
  #career .car {
    padding: 26.667vw 0 20vw;
  }
  #career .car img {
    margin-bottom: 5vw;
  }
  .roll {
    padding-top: 13.333vw;
    padding-bottom: 24.267vw;
  }
  .roll p, .car p {
    font-size: 4.4vw;
    margin-bottom: 6.667vw;
  }
  .roll_child {
    width: 100%;
    margin-bottom: 2.667vw;
    padding: 12vw 0;
  }
  .roll_child:last-of-type {
    padding: 8vw 0;
  }
  .roll_child h2 {
    font-size: 6.667vw;
  }
  .roll_child h2 span {
    font-size: 4.833vw;
  }

  .photogallery {
    padding: 13.333vw 0 21.333vw;
  }
  .photogallery .wrap {
    margin-bottom: 21.333vw;
  }
  .photo_child {
    width: 100%;
    margin-bottom: 20px;
  }
  
  /*--------------------------------------------------------------------------------
    working_note
  ----------------------------------------------------------------------------------*/
  body.working_note #breadcrumbs {
    display: none;
  }
  body.working_note .recruit_new_title_area {
    width: 100%;
    height: 220px;
  }
  body.working_note .recruit_new_title_area .title_inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    text-align: center;
  }
  .works_title {
    margin-top: 80px;
  }
  .works_title img {
    width: 100%;
  }
  .works_spec {
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 11%;
  }
  .works_spec_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    padding-top: 0;
  }
  .works_spec_inner h2 {
    width: 100%;
    margin-bottom: 0.667vw;
    padding-top: 1.333vw;
    font-size: 4.667vw;
  }
  .works_spec_inner .flex {
    width: 100%;
    margin-bottom: 0.667vw;
  }
  .works_spec_inner .flex .spec_child_l {
    width: 36%;
    padding: 2.333vw 4.333vw;
    font-size: 4.667vw;
  }
  .works_spec_inner .flex .spec_child_r {
    width: 62.5%;
    padding: 2.333vw 3.667vw;
    font-size: 4.667vw;
  }
  .works_spec_inner h3 {
    width: 100%;
    margin-bottom: 0.667vw;
    padding: 2.333vw;
    font-size: 4.667vw;
  }
  .works_spec_inner h4 {
    width: 100%;
    padding: 3vw 2.333vw;
    font-size: 6vw;
  }
  .works_contents_inner {
    width: 100%;
    margin: 30px auto 0;
  }
  .works_contents_inner h2 {
    margin-bottom: 4vw;
    padding: 0 3%;
    font-size: 5vw;
  }
  .works_contents_inner p {
    padding: 0 3%;
    font-size: 4.4vw;
    line-height: 2;
  }
  .works_contents_inner img {
    margin: 19.067vw 0;
  }
  .works_time {
    margin-top: 50px;
    height: auto;
  }
  .works_time_bg {
    display: none;
  }
  .time_child {
    width: 100%;
    margin-bottom: 0;
  }
  .time_child img {
    width: 100%;
  }

  /*----------------
    #bootom_link
  ------------------*/
  #bootom_link {
    padding: 26vw 0 21.333vw;
  }
  #bootom_link .wrap h2 {
    margin-bottom: 6vw;
    font-size: 6vw;
  }
  #bootom_link .bootom_link_box {
    width: 100%;
    margin-bottom: 10.667vw;
  }
  #bootom_link .bootom_link_box_child {
    width: 100%;
    text-align: left;
    border-top: 1px solid #000;
  }
  #bootom_link .bootom_link_box_child a {
    width: 100%;
    display: block;
    padding: 15px;
  }
    #bootom_link .bootom_link_box_child h3 {
    margin-bottom: 1.333vw;
    font-size: 4.933vw;
  }
  #bootom_link .bootom_link_box_child:last-of-type {
    border-bottom: 1px solid #000;
  }
  .recruit_new_title_area .en_title.en_01 {
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_02 {
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_03 {
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_04 {
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_05 {
    bottom: 3.467vw;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_06 {
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_07 {
    bottom: 0;
    right: 0;
  }
  .recruit_new_title_area .en_title.en_08 {
    bottom: 0;
    right: 0;
  }

}


@media screen and (max-width: 375px) {
  body.working_note .recruit_new_title_area {
    width: 100%;
    height: 150px;
  }
  .recruit_new_title_area .en_title.en_05 {
    bottom: 0;
    right: 0;
  }
}





















