@charset "utf-8";
/* ===============================================
# sec_main
=============================================== */
.sec_main{
  position: relative;
  padding-top: 44.5%;
  background: url("/recruit_staff/img/img_main.jpg")repeat-x bottom center;
  background-size: cover;
}
.sec_main h1{
  width: 37%;
  position: absolute;
  top:15%;
  left:4.3%;
}
@media print,screen and (max-width :1500px) {
  .sec_main{
    padding-top: 50%;
  }
  .sec_main h1{
    top: 18%;
  }
}
@media print,screen and (max-width :1024px) {
  .sec_main{
    padding-top: 60%;
  }
  .sec_main h1{
    top: 22%;
  }
}
@media screen and (max-width :768px) {
  .sec_main{
    padding-top: 114%;
    background-image: url("/recruit_staff/img/img_main_sp.jpg");
    background-size: 100% auto;
  }
  .sec_main h1{
    width: 87.46%;
    top:14.6vw;
    left:5.3%;
  }
}
/* ===============================================
# navigation_recruit
=============================================== */
#navigation_recruit::before{
  opacity: 0;
}
#navigation_recruit.on::before{
  opacity: 1;
}

/* ===============================================
# sec_msg
=============================================== */
.sec_msg{
  position: relative;
  z-index: 1;
  background: url("/recruit_staff/common/img/bg_wave_w.svg")repeat-x bottom center;
  background-color: transparent;
}
@media screen and (max-width :768px) {
  .sec_msg{
    background-size: 80px auto;
  }
}
/*wrap_top------------------*/
.sec_msg_wrap{
  max-width: 1720px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.sec_msg .wrap_top{
  padding-top: 156px;
}
.sec_msg .wrap_top .inner{
  -webkit-box-align: start;
  align-items: flex-start;
}
.sec_msg .wrap_top .box_txt{
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
  z-index: 1;
}
.sec_msg .wrap_top h2{
  display: inline-block;
  margin-bottom: 37px;
}
.sec_msg .wrap_top .txt_copy{
  color: #1b41ae;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.533;
}
.sec_msg .wrap_top .txt_msg{
  margin-top: 35px;
  font-weight: bold;
  line-height: 2.5;
}
.sec_msg .wrap_top .txt_msg .blue{
  color: #1b41ae;
}
.sec_msg .wrap_top .txt_msg .line1{
  background: url("/recruit_staff/img/img_line1.svg")no-repeat center bottom -2px;
  background-size: auto 13px;
}
.sec_msg .wrap_top .txt_msg .line2{
  background: url("/recruit_staff/img/img_line3.svg")no-repeat center bottom -2px;
  background-size: auto 11px;
}
.sec_msg .wrap_top .box_img{
  position: relative;
  width: 41.8%;
  z-index: 0;
}
.sec_msg .wrap_top .box_img .img1{
  position: absolute;
  top: 0;
  left: 0;
  width: 58.2%;
  -webkit-transform: translate(-17%,-49%);
  transform: translate(-17%,-49%);
  z-index: 2;
}
.sec_msg .wrap_top .box_img .img2{
  width: 106.6%;
  position: relative;
  margin-top: 20px;
  -webkit-transform: translateX(21%);
  transform: translateX(21%);
  z-index: 1;
}
.sec_msg .wrap_top .box_img .img3{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49.6%;
  -webkit-transform: translateY(81.17%);
  transform: translateY(81.17%);
  z-index: 0
}
@media print,screen and (max-width :1280px) {
  .sec_msg .wrap_top .txt_msg br.line{
    display: none;
  }
}
@media print,screen and (max-width :1024px) {
  .sec_msg .wrap_top .inner{
    display: block;
  }
  .sec_msg .wrap_top{
    padding-top: 0;
  }
  .sec_msg .wrap_top h2{
    padding-top: 50px;
  }
  .sec_msg .wrap_top .box_img{
    width: 100%;
    margin-top: 23.5vw;
  }
}
@media screen and (max-width :768px) {
  .sec_msg_wrap{
    padding-bottom: 60px;
  }
  .sec_msg .wrap_top h2{
    margin-bottom: 25px;
  }
  .sec_msg .wrap_top .txt_copy{
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_msg .wrap_top .txt_msg{
    margin-top: 20px;
    line-height: 2;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_msg .wrap_top .box_img .img1{
    left: -2.7%;
    width: 41.4%;
    -webkit-transform: translate(0,-51.5%);
    transform: translate(0,-51.5%);
  }
  .sec_msg .wrap_top .box_img .img2{
    width: 76%;
    margin: 0 3.3% 0 auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_msg .wrap_top .box_img .img3{
    left: 4.7%;
    width: 35.2%;
    -webkit-transform: translateY(85%);
    transform: translateY(85%);
    z-index: 0
  }
}
/*装飾*/
.sec_msg .deco{
  position: relative;
}
.sec_msg .deco *{
  position: relative;
  z-index: 1;
}
.sec_msg .deco::before,
.sec_msg .deco::after{
  position: absolute;
  content: '';
  aspect-ratio: 1 / 1;
  height: auto;
  background-size: auto auto;
  background-color: rgba(248, 250, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(232, 238, 255, 1) 4px, rgba(232, 238, 255, 1) 8px );
  z-index: 0;
}
.sec_msg .sec_msg_wrap::before{
  width: 24%;
  max-width: 407px;
  right: 0;
  top: 0;
}
.sec_msg .wrap_top::before{
  width: 9.3%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(28.1%);
  transform: translateY(28.1%);
}
.sec_msg .wrap_top h2.deco::before{
  width: 74.7%;
  left:0;
  top: 0;
  -wekbit-transform: translate(-67.7%,-41.5%);
  transform: translate(-67.7%,-41.5%);
}
@media print,screen and (min-width :1025px){
  .sec_msg .wrap_top::after{
    width: 18.13%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(66%);
    transform: translateY(66%);
  }
  .sec_msg .wrap_top .box_img.deco::before{
    width: 38.23%;
    left:0;
    bottom: 0;
    -webkit-transform: translate(-52.3%,43%);
    transform: translate(-71.2%,43%);
  }
}
@media print,screen and (max-width :1024px) {
  .sec_msg .sec_msg_wrap::before{
    width: 26%;
    max-width: 100px;
    top:160px;
  }
  .sec_msg .wrap_top::before{
    width:19.4%;
    max-width:70px;
    -webkit-transform: translateY(134%);
    transform: translateY(134%);
  }
  .sec_msg .wrap_top h2.deco::before{
    width: 51.8%;
    -wekbit-transform: translate(-50px,0);
    transform: translate(-50px,0);
  }
  .sec_msg .wrap_top .box_txt.deco::after{
    width: 43.9%;
    max-width:156px;
    left: -50px;
    bottom: -40px;
  }
  .sec_msg .wrap_top .box_img.deco::before{
    width: 49.2%;
    max-width: 175px;
    right:-50px;
    top: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@media screen and (max-width :768px) {
  .sec_msg .deco::before,
  .sec_msg .deco::after{
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(232, 238, 255, 1) 2px, rgba(232, 238, 255, 1) 4px );
  }
  .sec_msg .sec_msg_wrap::before{
    top:75px;
  }
  .sec_msg .wrap_top .box_txt.deco::after{
    left: -2.8%;
    bottom: -15px;
  }
  .sec_msg .wrap_top h2.deco::before{
    width: 26vw;
    max-width: 100px;
    left: -2.8vw;
    -wekbit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .sec_msg .wrap_top .box_img.deco::before{
    right:-2.8vw;
    -webkit-transform: translateY(-68%);
    transform: translateY(-68%);
  }
  .sec_msg .wrap_top::before{
    -webkit-transform: translateY(62%);
    transform: translateY(62%);
  }
}

/*wrap_link------------------*/
.sec_msg .wrap_link{
  margin-top: 145px;
}
.sec_msg .wrap_link .inner{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.sec_msg .wrap_link .inner > div{
  position: relative;
  width: 48.36%;
}
.sec_msg .wrap_link .inner > div.job{
  background: url("/recruit_staff/img/img_link01.jpg")no-repeat right center;
  background-size: cover;
}
.sec_msg .wrap_link .inner > div.people{
  background: url("/recruit_staff/img/img_link02.jpg")no-repeat right center;
  background-size: cover;
}
.sec_msg .wrap_link .inner  > div > a{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: 336px;
  background-color   : rgba(27,65,174,0.43);
  background-image   : radial-gradient(rgba(27,65,174,0.43) 20%, transparent 20%),
                       radial-gradient(rgba(27,65,174,0.43) 20%, transparent 20%);
  background-position: 0 0, 3px 3px;
  background-size    : 6px 6px;
}

.sec_msg .wrap_link dl{
  width: 90%;
  max-width: 512px;
  margin: 0 auto;
}
.sec_msg .wrap_link dl dt{
  line-height: 1;
}
.sec_msg .wrap_link dl dt span[lang="en"]{
  display: block;
}
.sec_msg .wrap_link .job dl dt span[lang="en"]{
  width: 108px;
}
.sec_msg .wrap_link .people dl dt span[lang="en"]{
  width: 191px;
}
.sec_msg .wrap_link dl dt span[lang="jp"]{
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
.sec_msg .wrap_link dl dd p{
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}
@media (hover: hover) and (pointer: fine) {
  .sec_msg .wrap_link a:hover{
    opacity: 0.5;
  }
}
@media print,screen and (max-width :1024px) {
  .sec_msg .wrap_link{
    margin-top: 200px;
  }
}
@media screen and (max-width :834px){
  .sec_msg .wrap_link .inner{
    display: block;
  }
  .sec_msg .wrap_link .inner > div{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .sec_msg .wrap_link .inner > div+div{
    margin-top: 20px;
  }
  .sec_msg .wrap_link .inner  > div > a{
    min-height: 250px;
  }
}
@media screen and (max-width :768px) {
  .sec_msg .wrap_link{
    margin-top: 34.6vw;
  }
  .sec_msg .wrap_link .inner  > div > a{
    min-height: 200px;
  }
  .sec_msg .wrap_link dl{
    width: 94.3%;
  }
  .sec_msg .wrap_link .job dl dt span[lang="en"]{
    width: 80px;
  }
  .sec_msg .wrap_link .people dl dt span[lang="en"]{
    width: 140px;
  }
  .sec_msg .wrap_link dl dt span[lang="jp"]{
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .sec_msg .wrap_link dl dd p{
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.786
  }
}

/*wrap_statue------------------*/
.sec_msg .wrap_statue{
  margin-top: 92px;
}
.sec_msg .wrap_statue .box_frame{
  position: relative;
  text-align: center;
  background: #fff9ea;
  padding: 0 10px 32px;
}
.sec_msg .wrap_statue .box_frame h3{
  text-align: center;
  color: #1b41ae;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_msg .wrap_statue .box_frame h3 span{
  position: relative;
  display: inline-block;
}
.sec_msg .wrap_statue .box_frame h3 span::before,
.sec_msg .wrap_statue .box_frame h3 span::after{
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: -5px;
  background: #000;
}
.sec_msg .wrap_statue .box_frame h3 span::before{
  left:-11px;
  transform-origin: right bottom;
  transform: rotate(-35deg);
}
.sec_msg .wrap_statue .box_frame h3 span::after{
  right:-11px;
  transform-origin: left bottom;
  transform: rotate(35deg);
}
.sec_msg .wrap_statue .box_frame ul{
  margin-top: 22px;
  display: inline-block;
}
.sec_msg .wrap_statue .box_frame ul li{
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.sec_msg .wrap_statue .box_frame ul li+li{
  margin-top: 8px;
}
.sec_msg .wrap_statue .box_frame ul li::before {
  font-size: 14px;
  padding:0.5em;
  -webkit-ttransform: translateY(-2px);
  transform: translateY(-2px);
}
@media print,screen and (max-width :1024px) {
  .sec_msg .wrap_statue .box_frame ul li{
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width :768px) {
  .sec_msg .wrap_statue{
    margin-top: 66px;
  }
  .sec_msg .wrap_statue .box_frame{
    padding: 0 10px 15px;
  }
  .sec_msg .wrap_statue .box_frame h3{
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_msg .wrap_statue .box_frame h3 span::before,
  .sec_msg .wrap_statue .box_frame h3 span::after{
    height: 45px;
    bottom: -5px;
  }
  .sec_msg .wrap_statue .box_frame h3 span::before{
    left:-7px;
  }
  .sec_msg .wrap_statue .box_frame h3 span::after{
    right:-7px;
  }
  .sec_msg .wrap_statue .box_frame ul{
    margin-top: 15px;
  }
  .sec_msg .wrap_statue .box_frame ul li{
    font-size:16px;
    font-size:1.6rem;
    line-height:1.43;
  }
  .sec_msg .wrap_statue .box_frame ul li+li{
    margin-top: 5px;
  }
  .sec_msg .wrap_statue .box_frame ul li::before {
    font-size: 10px;
    -webkit-ttransform: translateY(0);
    transform: translateY(0);
  }
}

/* ===============================================
# sec_data
=============================================== */
.sec_data{
  position: relative;
  z-index: 0;
  margin-top: -50px;
  padding-top: 125px;
  padding-bottom: 120px;
  background-color: #e8eeff;
  background-image:
    radial-gradient(#f8faff 21%, transparent 21%),
    radial-gradient(#f8faff 21%, transparent 21%);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}
.sec_data h2.sitecmn_h2{
  text-align: center;
  margin-bottom: 10px;
}
.sec_data h2.sitecmn_h2 span[lang="jp"]{
  margin-top: 10px;
}
.sec_data h2 span[lang="en"]{
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.sec_data .ttl_note{
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1b41ae;
}
@media screen and (max-width :768px) {
  .sec_data{
    margin-top: -30px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 9px 9px;
    background-position: 0 0, 4.5px 4.5px;
  }
  .sec_data h2.sitecmn_h2{
    margin-bottom: 5px;
  }
  .sec_data h2.sitecmn_h2 span[lang="jp"]{
    margin-top: 10px;
  }
  .sec_data h2 span[lang="en"]{
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
  }
  .sec_data .ttl_note{
    font-size: 10px;
    font-size: 1rem;
  }
}
/*list_data*/
.sec_data .list_data{
  margin-top: 40px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.sec_data .list_data li{
  position: relative;
  width: 23.77%;
  padding: 38px 10px 26px;
  background: #fff;
  box-shadow: 0px 3px 0px 0px rgba(188, 168, 126, 0.39);
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
}
.sec_data .list_data li::before{
  content: '';
  display: block;
  width: 32.4%;
  height: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: rgba(193,197,148,0.20);
}
.sec_data .list_data li img.ico{
  width: 47%;
  margin: 0 auto 30px;
}
.sec_data .list_data li .ttl{
  text-align: center;
  color: #1b41ae;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 10px;
  background: url("/recruit_staff/img/img_line2.svg")no-repeat center bottom -3px;
}
.sec_data .list_data li .ttl.short{
  background-image: url("/recruit_staff/img/img_line1.svg");
}
.sec_data .list_data li .data{
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
.sec_data .list_data li .data .no_txt{
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #1b41ae;
}
.sec_data .list_data li .data .no{
  font-size: 74px;
  font-size: 7.4rem;
  font-weight: 400;
  color: #1b41ae;
  font-family: 'Jost',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.sec_data .list_data li .data .small{
  font-size: 25px;
  font-size: 2.5rem;
  font-feature-settings: "palt";
}
.sec_data .list_data li .data+.note{
  margin-top: 10px;
}
.sec_data .list_data li .note{
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.025;
}
@media print,screen and (max-width :1280px) and (min-width :1025px){
  .sec_data .list_data li .ttl{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_data .list_data li .data{
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sec_data .list_data li .data .no{
    font-size: 50px;
    font-size: 5rem;
  }
}
@media print,screen and (max-width :1024px) {
  .sec_data .list_data{
    flex-wrap: wrap;
  }
  .sec_data .list_data li{
    width: 47.8%;
  }
  .sec_data .list_data li:nth-child(n+3){
    margin-top: 25px;
  }
}
@media screen and (max-width :768px) {
  .sec_data .list_data{
    margin-top: 20px;
  }
  .sec_data .list_data li{
    padding: 25px 10px 15px;
    box-shadow: 0px 1.5px 0px 0px rgba(188, 168, 126, 0.39);
    border-radius: 3px;
  }
  .sec_data .list_data li::before{
    width: 32.7%;
    height: 15px;
  }
  .sec_data .list_data li img.ico{
    width: 46%;
    margin-bottom: 15px;
  }
  .sec_data .list_data li .ttl{
    font-size:14px;
    font-size: 1.4rem;
    margin-bottom: 3px;
    background-size: auto 12px;
  }
  .sec_data .list_data li .data{
    font-size: 25px;
    font-size: 2.5rem;
  }
  .sec_data .list_data li .data+.note{
    margin-top: 5px;
  }
  .sec_data .list_data li .data .no_txt{
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .sec_data .list_data li .data .no{
    font-size: 50px;
    font-size: 5rem;
  }
  .sec_data .list_data li .data .small{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec_data .list_data li .note{
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/*list_link*/
.sec_data .ttl_data{
  margin-top: 85px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.sec_data .ttl_data .blue{
  color: #1b41ae;
}
.sec_data .ttl_data > span{
  position: relative;
  display: inline-block;
}
.sec_data .ttl_data > span::before,
.sec_data .ttl_data > span::after{
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: -5px;
  background: #000;
}
.sec_data .ttl_data > span::before{
  left:-11px;
  transform-origin: right bottom;
  transform: rotate(-35deg);
}
.sec_data .ttl_data > span::after{
  right:-11px;
  transform-origin: left bottom;
  transform: rotate(35deg);
}
.sec_data .list_link{
  max-width: 860px;
  margin: 30px auto 0;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_data .list_link li{
  width: 31%;
  max-width: 268px;
  min-width: 220px;
}
.sec_data .list_link li+li{
  margin-left: 2.8%;
}
.sec_data .list_link li:nth-child(n+4){
  margin-top: 20px;
}
@media screen and (min-width :769px) and (max-width :999px) {
  .sec_data .list_link{
    max-width: 670px;
  }
  .sec_data .list_link li:nth-child(n+3){
    margin-top: 20px;
  }
  .sec_data .list_link li:nth-child(3){
    margin-left: 0;
  }
}
@media screen and (max-width :768px) {
  .sec_data .ttl_data{
    margin-top: 45px;
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 1.171;
  }
  .sec_data .ttl_data > span::before,
  .sec_data .ttl_data > span::after{
    height: 46px;
  }
  .sec_data .ttl_data > span::before{
    left:0;
  }
  .sec_data .ttl_data > span::after{
    right:0;
  }
  .sec_data .list_link{
    max-width: 335px;
    margin-top: 15px;
  }
  .sec_data .list_link li{
    width: 100%;
    max-width: inherit;
  }
  .sec_data .list_link li+li{
    margin-top: 15px;
    margin-left: 0;
  }
}
/* ===============================================
# sec_qa
=============================================== */
.sec_qa{
  position: relative;
  z-index: 3;
  background: url("/recruit_staff/common/img/bg_wave_w.svg")repeat-x top center,url("/recruit_staff/common/img/bg_wave_w.svg")repeat-x bottom center;
  background-color: transparent;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 90px;
}
.sec_qa h2{
  text-align: center;
}
.sec_qa h2.sitecmn_h2 span[lang="jp"]{
  margin-top: 20px;
}
@media screen and (max-width :768px) {
  .sec_qa{
    background-size: 80px auto;
    margin-top: -30px;
    padding-top:70px;
    padding-bottom: 50px;
  }
  .sec_qa h2{
    margin-bottom: 35px;
  }
}
/*box_faq*/
.sec_qa .box_faq dl .ico{
  width: 32px;
  line-height: 30px;
  text-align: center;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 50%;
  box-shadow: 3px 3px 0px 0px rgba(232, 238, 255, 1);
  border-color:#1b41ae;
  border: solid 1px #1b41ae;
}
.sec_qa .box_faq dl:last-child{
  border-bottom: solid 1px #a6a6a6;
}
.sec_qa .box_faq dl dt{
  position: relative;
  border-top: solid 1px #a6a6a6;
}
.sec_qa .box_faq dl dt span.ico{
  color: #fff;
  background: #1b41ae;
  font-weight: 400;
}
.sec_qa .box_faq dl dd span.ico{
  color: #1b41ae;
  background: #fff;
}

.sec_qa .box_faq dl dt::before{
  content: '';
  width: 57px;
  height: 1px;
  background: #1b41ae;
  background: linear-gradient(90deg, #fff 0%, #fff 10%, #1b41ae 10%, #1b41ae 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
}
.sec_qa .box_faq dl dt button{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #1b41ae;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 19px 0;
  background:url("/common/img/ico_down_b.svg")no-repeat center right 20px;
  background-size: 11px auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.sec_qa .box_faq dl dt button.open{
  background-image:url("/common/img/ico_up_b.svg");
}
.sec_qa .box_faq dl dt .ttl{
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 57px;
}
.sec_qa .box_faq dl dd{
  height: 0;
  overflow: hidden;
}
.sec_qa .box_faq dl dd .in{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 15px 0 40px;
  border-top: solid 1px #a6a6a6;
}
.sec_qa .box_faq dl dd .in > div{
  -webkit-box-flex: 1;
  flex: 1;
}
.sec_qa .box_faq dl dd .in > div .sitecmn_btn_link{
  margin-top: 10px;
}
@media screen and (max-width :768px) {
  .sec_qa .box_faq dl .ico{
    width: 25px;
    line-height: 23px;
    margin-top: -3px;
    font-size: 15px;
    font-size: 1.5rem;
    box-shadow: 1.5px 1.5px 0px 0px rgba(232, 238, 255, 1);
  }
  .sec_qa .box_faq dl dt .ttl{
    padding-right: 33px;
  }
  .sec_qa .box_faq dl dt::before{
    width: 33px;
    background: linear-gradient(90deg, #fff 0%, #fff 15%, #1b41ae 15%, #1b41ae 100%);
  }
  .sec_qa .box_faq dl dt button{
    font-size: 15px;
    font-size: 1.5rem;
    padding: 13px 0;
    background-position: right 9px center;
    background-size: 8px auto;
  }
  .sec_qa .box_faq dl dd .in{
    padding: 13px 0 25px;
  }
}
/* ===============================================
# sec_flow
=============================================== */
.sec_flow{
  position: relative;
  z-index: 1;
  background: #e8eeff;
  padding: 150px 0;
}
.sec_flow .sitecmn_h2{
  text-align: center;
}
@media screen and (max-width :768px) {
  .sec_flow{
    margin-top: -30px;
    padding: 100px 0 80px;
  }
}
/*list_step*/
.sec_flow .list_step{
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
/*step～4*/
.sec_flow .list_step li{
  position: relative;
  padding: 44px 3px 20px;
  width: 22.5%;
  background: #fff;
}
/*step～5
.sec_flow .list_step li{
  position: relative;
  padding: 44px 3px 20px;
  width: 18%;
  background: #fff;
}*/
.sec_flow .list_step li:nth-child(n+2)::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 13.6%;
  height: 100%;
  background: url("/recruit_staff/img/ico_step.svg")no-repeat center center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sec_flow .list_step li .ico{
  position: absolute;
  left: -4px;
  top: -5px;
  padding:9px 7px 10px;
  background: #1b41ae;
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  clip-path: polygon(0 0,100% 0,100% 100%,50% calc(100% - 5px),0 100%)
}
.sec_flow .list_step li .ico .en{
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_flow .list_step li .ico .no{
  font-size: 22px;
  font-size: 2.2rem;
}
.sec_flow .list_step li figure{
  width: 56%;
  margin: 0 auto;
}
.sec_flow .list_step li .ttl{
  margin-top: 10px;
  text-align: center;
  color: #1b41ae;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  background: url("/recruit_staff/img/img_line3.svg")no-repeat center bottom;
  background-size: auto 15px;
}
.sec_flow .list_step li .txt{
  text-align:center;
  font-weight: bold;
}
.sec_flow .scroll_area .ico_scroll{
  display: none;
}
@media screen and (max-width :1280px) {
  .sec_flow .scroll_area{
    position: relative;
    overflow-x: auto;
  }
  .sec_flow .scroll_area .list_step{
    width: 1200px;
    padding-left: 10px;
  }
  .sec_flow .scroll_area .ico_scroll{
    display: block;
    width: 120px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
  }
  .sec_flow .scroll_area .ico_scroll.none{
    display: none;
  }
}
@media screen and (max-width :768px) {
  .sec_flow .scroll_area .list_step{
    width: 980px;
  }
  .sec_flow .list_step li{
    padding: 30px 3px 15px;
  }
  .sec_flow .list_step li:nth-child(n+2)::before{
    background-size: 13px auto;
  }
  .sec_flow .list_step li .ico{
    left: -3px;
    top: -3px;
    padding:7px 5px 8px;
    clip-path: polygon(0 0,100% 0,100% 100%,50% calc(100% - 4px),0 100%)
  }
  .sec_flow .list_step li .ico .en{
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_flow .list_step li .ico .no{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_flow .list_step li .ttl{
    margin-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    background-size: auto 11px;
  }
}
/* ===============================================
# sec_recruit
=============================================== */
.sec_recruit{
  position: relative;
  z-index: 2;
  background: url("/recruit_staff/common/img/bg_wave_w.svg")repeat-x top center;
  background-color: transparent;
  margin-top: -50px;
  padding-top: 100px;
}
.sec_recruit::after{
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: url("/recruit_staff/common/img/bg_wave_w.svg")repeat-x bottom center;
}
.sec_recruit .sitecmn_h2{
  text-align: center;
}
.sec_recruit .cmn_p em{
  font-size: 18px;
  font-weight: bold;
}
/*list_submit*/
.sec_recruit .sitecmn_list_circle{
  margin-top: 15px;
}
/*sitecmn_frame*/
.sitecmn_frame{
  margin-bottom: 10px;
}

@media screen and (max-width :768px) {
  .sec_recruit{
    background-size: 80px auto;
    margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .sec_recruit::after{
    height: 40px;
    background-size: 80px auto;
  }
  .sec_recruit .sitecmn_btn_link a.short{
    margin-right: auto;
    margin-left: auto;
  }
  .sec_recruit .cmn_p em{
    font-size: 16px;
    font-weight: bold;
  }
  /*list_submit*/
  .sec_recruit .sitecmn_list_circle{
    margin-top: 15px;
  }
  /*sitecmn_frame*/
  .sitecmn_frame{
    width: 108%;
    margin-left: -4%;
    margin-bottom: 10px;
  }
}


