
body{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 16px;
  padding-top: 70px;
  line-height: 1.4
}

.wrapper{
  overflow: hidden;
}

.form_fix{
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 3;
}

img{
  max-width: 100%;
  width: auto;
}
div,
p,
h1,h2,h3,h4,h5,h6{
  margin: 0;
  box-sizing: border-box;
}
ul, ol {
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
ul li, ol li{
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.gothic {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.new_order {
  font-family: "new-order", sans-serif;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1023px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

.container{
  max-width: 1458px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}
.container-w{
  max-width: 1570px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}


/*******************************
*　header
********************************/
header {
  padding: 10px 15px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
header .container {
  padding: 0;
}

.hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdr_logo {
  width: 200px;
  line-height: 1;
}

.hdr_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/*gnav*/
.gnav {
  width: 434px;
  box-sizing: border-box;
}
.gnav_inner > ul {
  box-sizing: border-box;
}
.gnav ul li a {
  /* color: #172133; */
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
.gnav>ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}

.gnav_inner > ul > li {
  padding: 10px 0;
  width: auto;
  position: relative;
}
.gnav ul > li.menu-item-has-children {
  position: relative;
}
/*.gnav ul > li.menu-item-has-children:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #172133;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gnav ul > li.menu-item-has-children .sub-menu ul li a {
  position: relative;
}*/
.gnav li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gnav li a:hover {
  /*background: #333;*/
  /*color: #FFF;*/
}




.gnav li:hover > .children,
.gnav li:hover > .sub-menu {
  display: block;
}
.gnav .contact a {
  color: #fff;
  width: 160px;
}


@media (max-width:767px){
  header .hdr1 .hdr_logo .logo {
    width: 25%;
    margin: 0 auto;
  }

  .hdr_tel,
  .hdr_recruit{
    display: none;
  }

  header .gnav_open {
    width: 50px;
    height: 50px;
    background: #172133;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
  }
  header .gnav_open:hover{
    opacity: 1;
  }
  header .gnav_open img{
    width: 30px;
  }


  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 80%;
    position: fixed;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    background: rgba(255,255,255,0.8);
    z-index: 4;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 55px 15px 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }
  .gnav .sub-menu {
    margin-top: 15px;
  }
  .gnav .children li,
  .gnav .sub-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #172133;
    border-bottom: 1px solid #fff;
    text-align: center;
    min-width: 135px;
    padding: 0px 10px;
    transition: 0.3s;
    box-sizing: border-box;
  }
  .gnav .sub-menu li a{
    font-size: 16px;
    padding: 8px 0;
    box-sizing: border-box;
  }

  .recruit_ttl1_en.fs_80 {
    font-size: 80px;
  }
}
@media (min-width:768px){
  body{
    padding-top: 76px;
  }

  header {
    width: 100%;
    padding: 0;
    padding-left: 10px;
    background-color: #fff;
  }
  header .container {
    padding: 0;
  }
  .hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hdr_logo {
    width: 240px;
    padding-top: 0;
    margin-top: 0;
  }
  .hdr_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    gap: 0;
  }
  .gnav {
    width: 335px;
    margin: 0px;
  }
  .gnav_inner > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /* gap: 60px; */
    width: 547px;
    gap: 10px;
    width: auto;
  }
  .gnav_inner > ul > li {
    padding: 8px 0;
  }
  .gnav ul li a {
    /* color: #172133; */
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.075em;
    white-space: nowrap;
  }
  .gnav .children,
  .gnav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .gnav .children li,
  .gnav .sub-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #172133;
    border-bottom: 1px solid #fff;
    text-align: center;
    min-width: 135px;
    padding: 0px 10px;
    transition: 0.3s;
    box-sizing: border-box;
  }
  .gnav .children li:last-child,
  .gnav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gnav .sub-menu li a{
    padding: 11px 0;
  }
  .gnav .sub-menu li a {
    font-size: 13px;
  }
  .hdr_tel {
    color: #172133;
    font-size: 18px;
    letter-spacing: 0.075em;
    white-space: nowrap;
    font-weight: 700;
  }
  .hdr_tel img{
    height: 18px;
  }
  .hdr_recruit {
    width: 150px;
    height: 76px;
    margin-left: 20px;
    background-color: #172133;
  }
  .hdr_recruit a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 16px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: calc(75 / 20);
    letter-spacing: 0.075em;
  }
  .hdr_recruit a::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 31px;
    margin-right: 14px;
    background-image: url(img/recruit_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hdr_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .hdr_contact .gnav{
    order: 2;
  }
  .hdr_contact .hdr_tel{
    order: 1;
  }

  .gnav_open{
    display: none;
  }

  .form_fix{
    top: 100px;
  }
}
@media (min-width:1024px){
  body{
    padding-top: 96px;
  }
  header {
    padding-left: 20px;
  }
  .hdr_logo {
    width: 330px;
  }
  .gnav {
    width: 375px;
  }
  .gnav_inner > ul > li {
    padding: 10px 0 15px;
  }
  .gnav ul li a {
    font-size: 16px;
  }
  .gnav .sub-menu li a {
    font-size: 15px;
  }
  .hdr_recruit {
    width: 220px;
    height: 96px;
    margin-left: 20px;
  }
  .hdr_recruit a {
    padding: 0px 16px;
    font-size: 18px;
  }
  .hdr_recruit a::before {
    width: 55px;
    height: 31px;
  }
  .form_fix{
    top: 140px;
  }
}
@media (min-width:1200px){
  .hdr_logo {
    width: 26vw;
    padding-top: 0;
    margin-top: -10px;
  }
  .gnav {
    width: 375px;
    margin: 0px;
    margin-right: 20px;
  }
  .hdr_contact {
    flex-direction: row;
    align-items: center;
  }
  .hdr_contact .gnav{
    order: 1;
  }
  .hdr_contact .hdr_tel{
    order: 2;
  }
}

@media (min-width: 1500px) {
  .hdr_logo {
    width: 380px;
    padding-top: 0;
    margin-top: -10px;
  }
  .gnav {
    width: 415px;
    margin: 0px;
    margin-right: 40px;
  }
  .gnav_inner > ul {
    width: 425px;
  }
  .gnav ul li a {
    font-size: 18px;
  }
  .gnav .sub-menu li{
    min-width: 175px;
  }
  .gnav .sub-menu li a {
    font-size: 17px;
  }
  .hdr_tel {
    font-size: 20px;
  }
  .hdr_recruit {
    width: 292px;
    margin-left: 40px;
  }
  .hdr_recruit a {
    padding: 0px 36px;
    font-size: 20px;
  }
  .hdr_recruit a::before {
    width: 75px;
    height: 51px;
    margin-right: 44px;
  }
  .hdr_tel img {
    height: auto;
  }
}

@media (min-width: 1750px) {
  .hdr_logo {
    width: auto;
    margin-top: -15px;
  }
  .gnav {
    width: 545px;
    margin: 0px;
    margin-right: 90px;
  }
  .gnav_inner > ul {
    width: 547px;
  }
  .gnav ul li a {
    font-size: 19px;
  }
}


/*******************************
*　採用情報
********************************/
.mv{
  height: 65vh;
  margin-bottom: 100px;
  background: url(img/recruit/mv_sp.jpg) no-repeat center / cover;
  display: flex;
  align-items: center;
  position: relative;
}
.mv:before{
  content: "";
  width: 115px;
  height: 191px;
  background: url(img/recruit/mv_left.png) no-repeat center / contain;
  position: absolute;
  left: -51px;
  top: -40px;
  z-index: 0;
}
.mv:after{
  content: "";
  width: 132px;
  height: 92px;
  background: url(img/recruit/mv_right.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 0;
}
.mv_txt{
  margin-top: 30vh;
  position: relative;
  left: 0;
  transform: none;
  z-index: 1;
}
.mv .ja {
  width: 350px;
  max-width: 100%;
  font-size: 26px;
  padding: 15px 0;
  margin-top: -8px;
  border: 4px solid #e2558f;
  background: #ffffff;
  text-align: center;
  color: #e2558f;
  font-weight: 500;
  margin-left: 0px;
}
.mv .en{
  font-size: 80px;
  margin-bottom: -10px;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  color: #e2558f;
  line-height: 1;
}
.mv_txt .en::first-letter{
  color: #e2558f;
}



.recruit_ttl1 {
  max-width: 1428px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
.pg_recruit .section#sec1 .recruit_ttl1{
  background: url(img/recruit/message_left.png) no-repeat left top / 70px auto,
    url(img/recruit/message_right.png) no-repeat right top / 70px auto;
}
.recruit_ttl1_ja{
  font-size: 22px;
  margin-bottom: 15px;
  color: #888888;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit_ttl1_en{
  font-size: 50px;
  padding-bottom: 15px;
  background: url(img/recruit/message_under.svg) no-repeat center bottom;
  font-family: 'new-order', sans-serif;
  font-weight: 600;
  color: #faa9bc;
  line-height: 0.8;
}

.pg_recruit .section#sec1{
  padding-bottom: 30px;
  background: url(img/recruit/message_bg.png) no-repeat right bottom / 89% auto;
}
.pg_recruit .section#sec1 .recruit_ttl1_ja{
  color: #555555;
  font-weight: 500;
}
.recruit_message .txt{
  margin-top: 30px;
  padding: 20px;
  background: #ffffff;
}
.recruit_message .ttl{
  font-size: 20px;
  margin-bottom: 30px;
  color: #1ec580;
  font-weight: 700;
}
.recruit_message .text{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}
.recruit_message .text p + p{
  margin-top: 30px;
}
.recruit_message .right{
  font-size: 18px;
  margin-top: 50px;
  padding-right: 20px;
  text-align: right;
  font-weight: 500;
}


.pg_recruit .section#sec2{
  padding: 50px 0;
}
.pg_recruit .section#sec2 .recruit_ttl1{
  margin-bottom: 0;
}
.recruit_point .point_num{
  font-size: 60px;
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'new-order', sans-serif;
  font-weight: 600;
  color: #95e8e5;
  line-height: 0.8;
  z-index: 1;
}
.recruit_point .point_num span{
  font-size: 90px;
  margin-left: 10px;
  vertical-align: middle;
}
.recruit_point .point_num:after{
  content: "";
  width: 213px;
  height: 147px;
  background: url(img/recruit/point_i1.png) no-repeat center / contain;
  position: absolute;
  right: -110px;
  bottom: -88px;
  z-index: -1;
}
.recruit_point .point_num img{
  position: relative;
  z-index: 1;
}
.recruit_point .ttl{
  max-width: 400px;
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 58px;
  padding: 10px;
  background: #80dbd8;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.recruit_point .ttl:after{
  content: "";
  border-style: solid;
  border-width: 50px 20.5px 0 20.5px;
  border-color: #80dbd8 transparent transparent transparent;
  position: absolute;
  left: 24px;
  bottom: -45px;
}
.recruit_point .catch {
  font-size: 22px;
  margin-bottom: 20px;
  color: #34ded8;
  font-weight: 700;
  line-height: 1.75;
}
.recruit_point_bg#no1{
  padding: 50px 0;
  background: url(img/recruit/point_bg1.jpg?1) no-repeat left center / cover;
}
.recruit_point .text{
  font-size: 18px;
  position: relative;
  width: fit-content;
  text-align: justify;
  line-height: 1.75;
}
.recruit_point_bg#no1 .text:after{
  content: "";
  width: 101px;
  height: 101px;
  background: url(img/recruit/point_i2.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 0;
}
.recruit_point_bg .catch,
.recruit_point_bg .text p{
  position: relative;
  z-index: 1;
}
.recruit_point .img{
  margin-top: 30px;
  position: relative;
}
.recruit_point .img:before{
  content: "";
  width: 50%;
  height: 130px;
  position: absolute;
  right: 0;
  bottom: -50px;
  background: url(img/recruit/point_i3.png) no-repeat center / contain;
  z-index: 2;
}
.recruit_point .img:after{
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: 0;
  background: #80dbd8;
}
.recruit_point_bg:nth-child(even) .recruit_point .img:after{
  left: inherit;
  right: -10px;
}
.recruit_point .img_item{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.recruit_point_bg:nth-child(even) .recruit_point .img:before{
  background-image: url(img/recruit/point_i4.png);
  right: inherit;
  left: 0;
}
.recruit_point_bg#no2 .recruit_point .ttl,
.recruit_point_bg#no2 .recruit_point .img:after{
  background: #f8c166;
}
.recruit_point_bg#no2 .recruit_point .ttl:after{
  border-color: #f8c166 transparent transparent transparent;
}
.recruit_point_bg#no2 .recruit_point .point_num,
.recruit_point_bg#no2 .recruit_point .catch{
  color: #f8c166;
}
.recruit_point_bg#no2 .text:after{
  content: "";
  width: 101px;
  height: 101px;
  background: url(img/recruit/point_i5.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
}
.recruit_point_bg:nth-child(even){
  margin: 55px 0;
}

.recruit_point_bg#no3{
  padding: 50px 0;
  background: url(img/recruit/point_bg2.jpg) no-repeat left center / cover;
}
.recruit_point_bg#no3 .recruit_point .ttl,
.recruit_point_bg#no3 .recruit_point .img:after{
  background: #7adba1;
}
.recruit_point_bg#no3 .recruit_point .ttl:after{
  border-color: #7adba1 transparent transparent transparent;
}
.recruit_point_bg#no3 .recruit_point .point_num,
.recruit_point_bg#no3 .recruit_point .catch{
  color: #7adba1;
}

.recruit_voice .box1{
  padding-bottom: 15px;
  border-top: 1px solid #80dbd8;
  background: url(img/recruit/voice_bg1.jpg) no-repeat center bottom / cover;
  position: relative;
}
.recruit_voice .box1:after{
  content: "";
  width: 145px;
  height: 110px;
  background: url(img/recruit/voice_i1.png) no-repeat center / contain;
  position: absolute;
  right: 10px;
  top: 0;
}
.recruit_voice#no2 .box1{
  border-top: 1px solid #eaa83b;
  background: url(img/recruit/voice_bg2.jpg) no-repeat center bottom / cover;
}
.recruit_voice .box1 .txt {
  height: 160px;
  padding-left: 60px;
  background: #ffffff;
  border: 1px solid #80dbd8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.recruit_voice#no2 .box1 .txt {
  border: 1px solid #eaa83b;
}
.recruit_voice .box1 .txt:after{
  content: "";
  width: 217px;
  height: 155px;
  background: url(img/recruit/voice_i2.png) no-repeat center / contain;
  position: absolute;
  right: 10px;
  bottom: -50px;
}
.recruit_voice .meta {
  font-size: 22px;
  display: flex;
  font-weight: 700;
  color: #80dbd8;
  font-weight: 300;
}
.recruit_voice#no2 .meta{
  color: #eaa83b;
}
.recruit_voice .meta dt{
  width: 100px;
}
.recruit_voice .meta dt h3{
  font-size: 22px;
  font-weight: 300;
}
.recruit_voice .meta dd{
  margin-left: 0;
}
.recruit_voice .box1 .ttl{
  font-size: 50px;
  text-shadow: 0 5px 0#dedede;
  font-family: 'new-order', sans-serif;
  font-weight: 600;
  color: #80dbd8;
  line-height: 1;
  position: absolute;
  top: -22px;
  left: 10px;
}
.recruit_voice#no2 .box1 .ttl{
  color: #f8c166;
}

.recruit_voice .box2{
  padding: 50px 0 80px;
  background: url(img/recruit/voice_bg0.jpg) center top;
  position: relative;
}
.recruit_voice .box2 dl{
  margin: 0;
  border: 2px solid #80dbd8;
}
.recruit_voice .box2 dt{
  font-size: 20px;
  padding: 15px 30px 20px;
  background: #6eccc9;
  color: #ffffff;
  font-weight: 500;
}
.recruit_voice .box2 dd{
  font-size: 18px;
  margin: 0;
  padding: 20px 30px;
  background: #ffffff;
  text-align: justify;
  box-sizing: border-box;
  font-weight: 500;
  color: #333333;
  line-height: 1.75;
}
.recruit_voice .box2 dd p{
  font-size: 18px;
}
.recruit_voice .box2 dd p.bold{
  font-size: 20px;
  margin-bottom: 16px;
  color: #6eccc9;
  font-weight: 700;
}
.recruit_voice .box2 dl + dl{
  margin-top: 34px;
}

.recruit_voice#no2 .box2 dl{
  border-color: #eaa83b;
}
.recruit_voice#no2 .box2 dt{
  background: #eaa83b;
}
.recruit_voice#no2 .box2 dd .bold{
  color: #eaa83b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.pg_recruit .section#sec4{
  padding-top: 50px;
}
.recruit_intro {
  margin-top: 64px;
  padding: 54px 0;
  background: #f7fbf5;
}
.recruit_intro .ttl{
  max-width: 330px;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 62px;
  padding: 22px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #1ec580;
  text-align: center;
}
.recruit_intro dl,
.recruit_intro dd{
  margin: 0;
}
.recruit_intro dl{
  padding-left: 5px;
}
.recruit_intro dl + dl{
  margin-top: 30px;
}
.recruit_intro dt{
  font-size: 25px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #1ec580;
}
.recruit_intro dd{
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
}
.recruit_intro .link{
  max-width: 256px;
  font-size: 20px;
  margin: 50px auto 0;
  padding: 15px;
  color: #1ec580;
  border: 1px solid #1ec580;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.075em;
  display: block;
  box-sizing: border-box;
}
.recruit_intro .img{
  margin-top: 30px;
}

.pg_recruit .section#sec5{
  padding: 50px 0;
  background: url(img/recruit/question_i1.png) no-repeat right 70px top 65px,
    url(img/recruit/question_i1.png) no-repeat left -100px top 50%,
    url(img/recruit/question_i2.png) no-repeat right 5px bottom 185px,
    linear-gradient(to bottom, #e9ffec 0%,#faffe9 100%);
}
.recruit_question .recruit_ttl1_en{
  background-image: url(img/recruit/question_under.svg);
  color: #add6c5;
  text-shadow: 0 8px 0#dedede;
}
.recruit_question {
  padding: 50px 30px;
  background: #ffffff;
  border: 3px solid #1ec580;
}
.question_list {
  margin-top: 50px;
}
.question_item{
  padding: 15px 40px 15px 10px;
  border-bottom: 3px solid #cecece;
  position: relative;
}
.question_item .q{
  font-size: 18px;
  padding: 10px 0;
  padding-left: 50px;
  font-weight: 500;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.question_item .q:before{
  content: "";
  width: 33px;
  height: 50px;
  background: url(img/recruit/question_q.svg) no-repeat left center / contain;
  position: absolute;
  left: 0;
  top: 0;
}
.question_item .q:after{
  content: "";
  width: 23px;
  height: 23px;
  background: url(img/recruit/question_plus.svg?1) no-repeat left center / contain;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.question_item .q.active:after{
  height: 3px;
  background: url(img/recruit/question_minus.svg) no-repeat left center / contain;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.question_item .a{
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.75;
  text-align: justify;
  display: none;
}

.pg_recruit .section#sec6{
  padding: 50px 0;
}
.recruit_ov .ttl{
  margin-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff 0, #ffffff 20%, #d5fafe 20%, #d5fafe 100%);
  text-align: center;
}
.recruit_ov .ttl .en{
  font-size: 50px;
  text-shadow: 0 5px 0#dedede;
  font-family: 'new-order', sans-serif;
  font-weight: 600;
  color: #80dbd8;
  line-height: 0.8;
}
.recruit_ov .ttl .ja{
  font-size: 24px;
  margin-top: 32px;
  color: #888888;
  font-weight: 500;
}
.recruit_ov .bg{
  padding: 50px 0;
  background: url(img/recruit/voice_bg0.jpg) center top;
  position: relative;
}
.recruit_ov table{
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.recruit_ov table tr{
  border-collapse: collapse;
  display: flex;
  flex-direction: column;
}
.recruit_ov table th,
.recruit_ov table td{
  padding: 10px;
  border: 1px solid #bcbcbc;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
.recruit_ov table th{
  /*width: 100px;*/
  font-size: 18px;
  background: #85e3e0;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.recruit_ov table td{
  background: #ffffff;
  font-weight: 400;
  text-align: justify;
}
.recruit_ov table td a{
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.pg_recruit .section#sec7 {
  padding: 50px 0;
  margin: 0 15px;
  background: url(img/recruit/contact_bg1.png) center top;
  position: relative;
}
.pg_recruit .section#sec7:before{
  content: "";
  width: 96px;
  height: 157px;
  background: url(img/recruit/contact_img1.png) no-repeat center / contain;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
}
.pg_recruit .section#sec7:after{
  content: "";
  width: 137px;
  height: 163px;
  background: url(img/recruit/contact_img2.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pg_recruit .section#sec7 .recruit_ttl1{
  position: relative;
}
.pg_recruit .section#sec7 .recruit_ttl1:before{
  content: "";
  width: 103px;
  height: 59px;
  background: url(img/recruit/message_left.png) no-repeat center / contain;
  position: absolute;
  left: -65px;
  top: -15px;
  z-index: 0;
}
.pg_recruit .section#sec7 .recruit_ttl1:after{
  content: "";
  width: 103px;
  height: 59px;
  background: url(img/recruit/message_right.png) no-repeat center / contain;
  position: absolute;
  right: -65px;
  top: -15px;
  z-index: 0;
}
.pg_recruit .section#sec7 .recruit_ttl1_en{
  background-image: url(img/recruit/contact_under.svg);
  z-index: 2;
  position: relative;
  color: #1ec580;
  text-shadow: 0 5px 0#dedede;
}
.pg_recruit .section#sec7 .recruit_ttl1_ja{
  margin: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.pg_recruit .section#sec7 .links{
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pg_recruit .section#sec7 .links .item a{
  padding: 15px;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-decoration: none;
  border: 1px solid #1ec580;
}
.pg_recruit .section#sec7 .links .item.no1 a{
  font-size: 24px;
  padding-left: 80px;
  background: #1ec580;
  color: #ffffff;
}
.pg_recruit .section#sec7 .links .item.no1 a:before{
  content: "";
  width: 28px;
  height: 41px;
  background: url(img/recruit/contact_i1.png) no-repeat center / contain;
  position: absolute;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
}
.pg_recruit .section#sec7 .links .item.no2 a{
  font-size: 22px;
  padding-left: 80px;
  background: #ffffff;
  color: #1ec580;
}
.pg_recruit .section#sec7 .links .item.no2 a:before{
  content: "";
  width: 49px;
  height: 32px;
  background: url(img/recruit/contact_i2.png) no-repeat center / contain;
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
}


.pg_recruit .section#sec8{
  padding: 60px 0 0;
}
.recruit_flow{
  padding: 40px 15px;
  margin-top: 60px;
  background: url(img/recruit/flow_bg1.png) center top;
}
.recruit_flow .list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.recruit_flow .item{
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.recruit_flow .ttl{
  font-size: 24px;
  margin-bottom: 15px;
  color: #1ec580;
  font-weight: 500;
}
.recruit_flow .bg{
  width: 100%;
  padding: 20px;
  background: #f5fcfc;
}
.recruit_flow .item:nth-child(even) .bg{
  background: #ffffff;
}
.recruit_flow .time{
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 500;
}
.recruit_flow .text{
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.75;
}


@media (max-width:767px){
  .form_fix{
    width: 120px;
  }

  .recruit_ttl1_en{
    background-size: auto 10px;
  }

  .recruit_point .point_num img{
    height: 60px;
  }
  .recruit_point .ttl {
    max-width: 270px;
    font-size: 18px;
  }

  .recruit_voice .box1 .img{
    margin-top: -30px;
  }

  .pg_recruit .section#sec7{
    padding-bottom: 167px;
    margin: 0;
  }
  .pg_recruit .section#sec7 .links .item.no2{
    margin-top: 30px;
  }

  .recruit_flow .item:nth-child(n+2){
    margin-top: 35px;
  }
  .mv_txt {
    bottom: 0px;
  }
  .mv_txt .en {
    padding-left: 0px;
  }
}
@media (min-width:768px){
  .mv{
    height: 60vw;
    max-height: 1000px;
    margin-bottom: 100px;
    background: url(img/recruit/mv.jpg) no-repeat center / cover;
  }
  .mv:before {
    width: 107px;
    height: 170px;
    left: 0;
    top: 10px;
  }
  .mv:after {
    width: 252px;
    height: 192px;
    right: 25px;
  }
  .mv .ja {
    max-width: 407px;
    width: auto;
    font-size: 30px;
    padding: 45px 15px;
  }
  .mv .en{
    font-size: 100px;
    margin-bottom: -10px;
  }

  .mv_txt {
    bottom: 0px;
  }
  .recruit_ttl1_ja{
    font-size: 32px;
    margin-bottom: 25px;
  }
  .pg_recruit .section#sec1{
    padding-bottom: 50px;
  }
  .pg_recruit .section#sec1 .recruit_ttl1{
    background-size: 150px auto,
      150px auto;
  }
  .recruit_message .img {
    width: 75%;
    margin: 0 auto;
    position: relative;
    text-align: right;
    overflow: hidden;
  }

  .recruit_ttl1_en{
    font-size: 100px;
    padding-bottom: 45px;
  }
  .recruit_message .txt{
    margin-top: 50px;
    padding: 40px;
  }
  .recruit_message .ttl{
    font-size: 25px;
    padding-left: 15px;
    line-height: 1.75;
    margin-bottom: 50px;
  }
  .recruit_message .text{
    font-size: 18px;
    line-height: 1.75;
  }
  .recruit_message .right {
    font-size: 20px;
    margin-top: 75px;
    padding-right: 50px;
  }

  .pg_recruit .section#sec2{
    padding: 195px 0;
  }
  .pg_recruit .section#sec2 .recruit_ttl1{
    margin-bottom: 50px;
  }
  .recruit_point .point_num{
    font-size: 100px;
  }
  .recruit_point .point_num span{
    font-size: 130px;
  }
  .recruit_point .ttl{
    font-size: 26px;
    padding: 30px 10px;
  }
  .recruit_point .catch {
    font-size: 28px;
    margin-bottom: 37px;
  }
  .recruit_point .img{
    margin-top: 50px;
  }
  .recruit_point .img:before{
    width: 669px;
    height: 511px;
    right: -170px;
    bottom: -192px;
  }
  .recruit_point_bg:nth-child(even) .recruit_point .img:before{
    width: 649px;
    height: 495px;
    left: -188px;
    bottom: -132px;
  }
  .recruit_point_bg#no3 .img:before{
    width: 619px;
    height: 473px;
    right: -145px;
    bottom: -202px;
  }
  .recruit_point .img:after{
    left: -20px;
    bottom: -30px;
  }
  .recruit_point_bg:nth-child(even) .recruit_point .img:after{
    left: inherit;
    right: -20px;
  }
  .recruit_point_bg#no1 .text:after{
    width: 211px;
    height: 211px;
    bottom: -30px;
  }
  .recruit_point .point_num:after{
    width: 333px;
    height: 227px;
    right: -165px;
    bottom: -138px
  }
  .recruit_point_bg#no2{
    margin-top: 105px;
  }
  .recruit_point_bg#no2 .text:after{
    width: 244px;
    height: 245px;
    top: 25px;
  }
  .recruit_point_bg:nth-child(even) .recruit_point .point_num:after{
    right: -102px;
    bottom: -112px;
  }
  .recruit_point_bg#no3{
    padding: 355px 0;
    margin-top: -50px;
  }
  .recruit_point_bg#no3 .recruit_point .point_num:after{
    width: 263px;
    height: 187px;
    right: 70px;
    bottom: -102px;
  }

  .pg_recruit .section#sec3{
    margin-top: -120px;
  }
  .pg_recruit .section#sec3 .recruit_ttl1{
    margin-bottom: 400px;
  }
  .recruit_voice .box1{
    height: 708px;
    padding-bottom: 0;
  }
  .recruit_voice#no2 .box1{
    height: 750px;
  }
  .recruit_voice .box1:after {
    width: 315px;
    height: 240px;
    right: 50px;
    top: -105px;
  }
  .recruit_voice .box1 .container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .recruit_voice .box1 .txt{
    width: 69%;
    height: 200px;
    padding-left: 72px;
    margin-left: -14%;
    margin-bottom: 22px;
    padding-top: 16px;
  }
  .recruit_voice#no2 .box1 .txt{
    margin-bottom: -15px;
  }
  .recruit_voice .box1 .img{
    width: 45%;
    height: 650px;
    position: relative;
  }
  .recruit_voice#no2 .box1 .img{
    width: 39%;
  }
  .recruit_voice .box1 .img_item{
    width: 619px;
    height: 746px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .recruit_voice#no2 .box1 .img_item{
    transform: translateX(-30%);
  }
  .recruit_voice .box1 .ttl{
    font-size: 70px;
    text-shadow: 0 8px 0#dedede;
    top: -42px;
    left: 40px;
  }
  .recruit_voice .box1 .txt:after {
    width: 217px;
    height: 155px;
    right: 30px;
    bottom: -50px;
  }
  .recruit_voice .meta {
    font-size: 30px;
  }
  .recruit_voice .meta dt h3{
    font-size: 30px;
  }
  .recruit_voice .meta dt{
    width: 190px;
  }
  .recruit_voice .box2{
    padding: 105px 0 235px;
  }
  .recruit_voice .box2 dt{
    font-size: 25px;
    padding: 38px 95px;
  }
  .recruit_voice .box2 dd{
    padding: 50px 105px 105px;
  }
  .recruit_voice .box2 dd p.bold{
    font-size: 24px;
  }
  .recruit_voice .box2 dl + dl{
    margin-top: 54px;
  }
  .recruit_voice#no2 .box2{
    padding-bottom: 0;
  }

  .pg_recruit .section#sec4{
    padding-top: 162px;
  }
  .recruit_intro {
    margin-top: 214px;
    padding: 44px 0;
  }
  .recruit_intro .ttl{
    font-size: 30px;
    margin-left: 0;
  }
  .recruit_intro .link{
    /*margin-left: 0;*/
    margin-top: 68px;
  }
  .recruit_intro .img{
    margin-top: 50px;
  }

  .pg_recruit .section#sec5{
    padding: 100px 0 80px;
  }
  .recruit_question {
    padding: 100px 80px;
  }
  .question_list {
    margin-top: 60px;
  }
  .question_item{
    padding: 30px 50px;
  }
  .question_item .q{
    font-size: 20px;
    padding: 15px 0;
    padding-left: 80px;
  }
  .question_item .q:before {
    width: 43px;
    height: 60px;
  }
  .question_item .q:after{
    width: 33px;
    height: 33px;
    right: -40px;
    top: 30px;
    transform: none;
  }
  .question_item .q.active:after{
    right: -60px;
    top: 40px;
  }
  .question_item .a{
    font-size: 18px;
    margin-top: 50px;
  }
  .pg_recruit .section#sec5 .recruit_ttl1_ja{
    margin-bottom: 40px;
  }

  .pg_recruit .section#sec6{
    padding: 130px 0 205px;
  }
  .recruit_ov .ttl{
    margin-top: 175px;
    padding-bottom: 50px;
  }
  .recruit_ov .ttl .en{
    font-size: 70px;
    text-shadow: 0 8px 0#dedede;
  }
  .recruit_ov .ttl .ja{
    font-size: 30px;
  }
  .recruit_ov .bg{
    padding: 80px 0;
  }
  .recruit_ov table tr{
    display: table-row;
  }
  .recruit_ov table th{
    width: 225px;
    font-size: 24px;
  }
  .recruit_ov table td{
    font-size: 18px;
  }

  .pg_recruit .section#sec7{
    padding: 125px 35px;
    max-width: 1604px;
    margin: 0 auto;
  }
  .pg_recruit .section#sec7:before {
    width: 256px;
    height: 407px;
    left: 20px;
  }
  .pg_recruit .section#sec7:after {
    width: 367px;
    height: 443px;
    right: -40px;
  }
  .pg_recruit .section#sec7 .recruit_ttl1_ja{
    margin-top: 30px;
  }
  .pg_recruit .section#sec7 .links{
    max-width: 1370px;
    margin: 115px auto 0;
    display: flex;
  }
  .pg_recruit .section#sec7 .links .item{
    width: 50%;
    padding: 0 20px;
  }
  .pg_recruit .section#sec7 .links .item a{
    padding: 40px 30px;
  }
  .pg_recruit .section#sec7 .links .item.no1 a{
    font-size: 20px;
    padding-left: 90px;
  }
  .pg_recruit .section#sec7 .links .item.no2 a{
    font-size: 18px;
    padding-left: 88px;
  }
  .pg_recruit .section#sec7 .links .item.no1 a:before{
    width: 38px;
    height: 71px;
    left: 30px;
  }
  .pg_recruit .section#sec7 .links .item.no2 a:before{
    width: 59px;
    height: 32px;
    left: 42px;
  }
  .pg_recruit .section#sec7 .recruit_ttl1:before{
    width: 223px;
    height: 119px;
    left: -135px;
    top: -70px;
  }
  .pg_recruit .section#sec7 .recruit_ttl1:after {
    width: 203px;
    height: 119px;
    right: -124px;
    top: -58px;
  }
  .pg_recruit .section#sec7 .recruit_ttl1_en{
    text-shadow: 0 8px 0#dedede;
  }

  .pg_recruit .section#sec8{
    padding: 125px 0 0;
  }
  .recruit_flow{
    padding: 145px 15px 172px;
    margin-top: 220px;
  }
  .recruit_flow .list{
    margin: 0 -15px;
  }
  .recruit_flow .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .recruit_flow .item:nth-child(n+4){
    margin-top: 85px;
  }
  .recruit_flow .ttl,
  .recruit_flow .time{
    font-size: 24px;
  }
  .recruit_flow .text{
    font-size: 22px;
  }
  .recruit_flow .bg{
    min-height: 411px;
    padding: 42px 30px 50px;
  }
  .recruit_flow .time{
    margin-bottom: 60px;
  }

  .recruit_point .point_num:after {
    right: 65px;
  }

}
@media (min-width:1024px){
  .mv{
    height: 52.1vw;
    margin-bottom: 195px;
  }
  .mv:before {
    width: 177px;
    height: 300px;
    left: 32px;
    top: 10px;
  }
  .mv:after {
    width: 332px;
    height: 252px;
    right: 25px;
  }
  .mv_txt{
    margin-top: 305px;
  }
  .mv .en{
    font-size: 190px;
    margin-bottom: -18px;
  }
  .mv .ja {
    font-size: 60px;
    max-width: 767px;
    padding: 15px 0;
  }

  .recruit_ttl1 {
    margin-bottom: 0;
  }
  .recruit_ttl1_en{
    font-size: 120px;
    padding-bottom: 45px;
  }
  .pg_recruit .section#sec1 .recruit_ttl1{
    margin-bottom: 165px;
    background-size: 200px auto,
      200px auto;
  }

  .recruit_message {
    display: flex;
  }
  .recruit_message .img {
    width: 45%;
    position: relative;
    text-align: right;
    overflow: hidden;
  }
  .recruit_message .img img{
    width: 883px;
    max-width: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .recruit_message .txt{
    width: calc(55% - 15px);
    margin-left: 15px;
    margin-top: 0;
    padding: 50px 30px;
    margin-top: -34px;
  }
  .recruit_message .ttl{
    margin-bottom: 55px;
  }

  .pg_recruit .section#sec2 .recruit_ttl1{
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
  }
  .recruit_point {
    display: flex;
  }
  .recruit_point .point_num{
    font-size: 90px;
    margin-left: -10px;
  }
  .recruit_point .point_num span{
    font-size: 120px;
  }
  .recruit_point .txt{
    width: 49.8%;
    margin-top: 20px;
    padding-right: 50px;
  }
  .recruit_point_bg:nth-child(even) .recruit_point .txt{
    padding-right: 0;
    padding-left: 80px;
    margin-top: 45px;
  }
  .recruit_point .img{
    width: 50.2%;
    height: 700px;
    margin-top: 0;
    margin-bottom: -70px;
  }
  .recruit_point .img:after{
    width: 120.5%;
  }
  .recruit_point .img img{
    width: 963px;
    max-width: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .recruit_point .ttl{
    font-size: 28px;
  }
  .recruit_point_bg#no1{
    padding: 158px 0 340px;
    margin-top: 20px;
  }
  .recruit_point_bg:nth-child(even) .txt{
    order: 2;
  }
  .recruit_point_bg:nth-child(even) .img{
    order: 1;
  }
  .recruit_point_bg:nth-child(even) .recruit_point .img_item{
    position: absolute;
    right: 0;
  }
  .recruit_point_bg#no3{
    background-size: auto;
  }
  .recruit_point_bg#no3 .recruit_point .text{
    max-width: 652px;
  }

  .recruit_voice .box1:after {
    width: 345px;
    height: 270px;
    right: 150px;
    top: -195px;
  }
  .recruit_voice#no2 .box1:after {
    right: 124px;
    top: -135px;
  }
  .recruit_voice .box1 .txt{
    height: 290px;
    padding-left: 142px;
  }
  .recruit_voice .box1 .txt:after {
    width: 317px;
    height: 215px;
    right: 30px;
    bottom: -50px;
  }
  .recruit_voice .box1 .img{
    height: 650px;
  }
  .recruit_voice .box1 .img_item{
    width: 919px;
    height: 856px;
  }
  .recruit_voice#no2 .box1 .img{
    height: 680px;
  }
  .recruit_voice#no2 .box1 .img_item{
    width: 976px;
    height: 738px;
  }
  .recruit_voice .box1 .ttl{
    font-size: 90px;
  }

  .recruit_intro .container-w{
    display: flex;
  }
  .recruit_intro {
    padding: 94px 0;
  }
  .recruit_intro .img{
    width: 50%;
    margin-top: 0;
    height: 700px;
    position: relative;
    order: 1;
  }
  .recruit_intro .img_fit{
    width: 950px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .recruit_intro .txt{
    width: 50%;
    padding-left: 80px;
    padding-top: 80px;
    order: 2;
  }
  .recruit_intro .link {
    margin-left: 0;
    margin-top: 68px;
  }
  .pg_recruit .section#sec5{
    padding: 224px 0 150px;
  }
  .recruit_question {
    padding: 100px 100px;
  }
  .question_list {
    margin-top: 100px;
  }
  .question_item {
    padding: 55px 80px;
  }
  .question_item .q {
    font-size: 22px;
    padding: 22px 0;
    padding-left: 120px;
  }
  .question_item .q:after{
    width: 43px;
    height: 43px;
    right: -62px;
  }
  .question_item .q.active:after {
    right: -62px;
    top: 50px;
  }
  .question_item .q:before {
    width: 53px;
    height: 70px;
  }
  .question_item .a{
    margin-top: 80px;
  }
  .recruit_ov table th,
  .recruit_ov table td{
    padding: 20px;
  }
  .recruit_ov table th {
    width: 305px;
    font-size: 26px;
  }
  .recruit_ov table td{
    font-size: 21px;
  }
  .recruit_ov .ttl .en{
    font-size: 90px;
  }

  .pg_recruit .section#sec7:before {
    width: 326px;
    height: 527px;
    left: 20px;
  }
  .pg_recruit .section#sec7:after {
    width: 467px;
    height: 563px;
    right: -40px;
  }
  .pg_recruit .section#sec7 .recruit_ttl1:after {
    width: 313px;
    height: 179px;
    right: -234px;
    top: -108px;
  }
  .pg_recruit .section#sec7 .recruit_ttl1:before {
    width: 313px;
    height: 179px;
    left: -135px;
    top: -70px;
  }
  .pg_recruit .section#sec7 .links .item{
    padding: 0 30px;
  }
  .pg_recruit .section#sec7 .links .item a{
    padding: 50px;
  }
  .pg_recruit .section#sec7 .links .item.no1 a:before {
    width: 38px;
    height: 71px;
    left: 70px;
  }
  .pg_recruit .section#sec7 .links .item.no2 a:before {
    width: 69px;
    height: 42px;
    left: 72px;
  }
  .pg_recruit .section#sec7 .links .item.no1 a {
    font-size: 28px;
    padding-left: 130px;
  }
  .pg_recruit .section#sec7 .links .item.no2 a {
    font-size: 26px;
    padding-left: 168px;
  }


  .recruit_flow .list {
    margin: 0 -15px;
  }
  .recruit_flow .item {
    width: 25%;
    padding: 0 15px;
  }
  .recruit_flow .item:nth-child(n+4) {
    margin-top: 0;
  }
  .recruit_flow .item:nth-child(n+5) {
    margin-top: 125px;
  }
  .recruit_flow .ttl,
  .recruit_flow .time {
    font-size: 28px;
  }
  .recruit_flow .time{
    margin-bottom: 110px;
  }
  footer .copy {
    margin-bottom: 40px;
  }
}
@media (min-width:1200px){
  .mv:before {
    width: 287px;
    height: 470px;
  }
  .mv:after {
    width: 502px;
    height: 382px;
    right: 95px;
    bottom: -55px;
  }

  .pg_recruit .section#sec1 .recruit_ttl1{
    margin-bottom: 235px;
    padding-top: 16px;
    margin-top: -22px;
    background: url(img/recruit/message_left.png) no-repeat left top / auto,
      url(img/recruit/message_right.png) no-repeat right top / auto;
  }
  .recruit_ttl1_en{
    font-size: 140px;
  }

  .recruit_message .img {
    overflow: inherit;
  }
  .recruit_message .txt{
    padding: 50px 55px;
  }
  .recruit_message .img img{
    right: 0;
    left: inherit;
    transform: none;
    top: -120px;
  }

  .recruit_point .img_item{
    width: 962px;
  }
  .recruit_point_bg:nth-child(even) .recruit_point .txt{
    padding-left: 150px;
  }
  .recruit_point .point_num{
    font-size: 120px;
  }
  .recruit_point .point_num span{
    font-size: 150px;
  }

  .recruit_voice .box1 .txt:after {
    width: 417px;
    height: 285px;
    right: 50px;
    bottom: -50px;
  }
  .recruit_voice .box1 .ttl{
    font-size: 120px;
  }
  .recruit_ov .ttl .en{
    font-size: 120px;
  }
  .recruit_voice .box1:after {
    width: 615px;
    height: 470px;
  }

  .recruit_question {
    padding: 100px 170px 182px;
  }
  .question_list {
    margin-top: 128px;
  }
  .question_item {
    padding: 48px 90px;
    padding-left: 140px;
  }
  .question_item .q {
    padding-left: 160px;
  }

  .pg_recruit .section#sec7 .links .item{
    padding: 0 60px;
  }
  .pg_recruit .section#sec7 .links .item.no1 a {
    font-size: 35px;
    padding-left: 130px;
  }
  .pg_recruit .section#sec7 .links .item.no2 a {
    font-size: 33px;
    padding-left: 228px;
  }
  .pg_recruit .section#sec7 .links .item.no1 a:before {
    width: 48px;
    height: 81px;
    left: 90px;
  }
  .pg_recruit .section#sec7 .links .item.no2 a:before {
    width: 89px;
    height: 62px;
    left: 102px;
  }

  .recruit_flow .list{
    margin: 0 -30px;
  }
  .recruit_flow .item {
    padding: 0 25px;
  }
  .recruit_flow .ttl,
  .recruit_flow .time {
    font-size: 35px;
  }
}

@media(min-width:1600px){
  .recruit_flow .list{
    margin: 0 -70px;
  }
  .recruit_voice#no2 .box1 .img_item{
    transform: translateX(-50%);
  }
}


/*******************************
*　
********************************/


/* コピー用 */
@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
