@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*==========================================================
RECRUITER -採用担当者向けページ設定-
==========================================================*/
/*********************************************
 OUTLINE
*********************************************/
#recruiter-outline {
  padding-bottom: 150px;
}

@media only screen and (max-width: 970px) {
  #recruiter-outline {
    padding-bottom: 8.57vw;
  }
}
/*********************************************
 ABOUT
*********************************************/
#recruiter-about .section-ttl {
  font-size: 56px;
  font-size: 3.11rem;
  line-height: 1.0;
}
#recruiter-about .section-ttl strong {
  font-size: 125%;
  display: inline-block;
  position: relative;
}

/* ▼追記 */
#recruiter-about .section-ttl strong span {
    position: absolute;
    display: block;
    top: calc(50% + 1.5em);
    left: 0;
    font-size: 32%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    letter-spacing: .1em;
}
/* ▲追記 */

#recruiter-about .box-block {
  width: calc((100% - 10px) / 3);
  /*&:nth-child(2) {
    .img{
      margin-top: 45px;
      text-align: center;
      
      img {
        width: 89%;
        //max-width: 220px;
      }
    }
  }
  &:nth-child(3) {
    .img{
      margin-top: 65px;
    }
  }*/
}
#recruiter-about .box-block .txt {
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  #recruiter-about .section-ttl {
    font-size: 28px;
  }
  #recruiter-about .box-column {
    flex-direction: column;
    gap: 50px;
  }
  #recruiter-about .box-block {
    width: 100%;
  }
  #recruiter-about .box-block .img {
    text-align: center;
  }
  #recruiter-about .box-block img {
    width: 70%;
  }
  #recruiter-about .box-block:nth-child(2) .img {
    margin-top: 25px;
  }
  #recruiter-about .box-block:nth-child(2) .img img {
    width: 70%;
  }
  #recruiter-about .box-block:nth-child(3) .img {
    margin-top: 25px;
  }
}
/*********************************************
 FLOW
*********************************************/
#recruiter-flow {
  background: #009fc5;
  padding-top: 70px;
}
#recruiter-flow .section-subttl {
  margin-left: auto;
  margin-right: auto;
}
#recruiter-flow .num-mark {
  background-color: #1a327b;
  font-size: 40px;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
}
#recruiter-flow .box-column {
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
  row-gap: 90px;
}
#recruiter-flow .box-block {
  width: calc((100% - (25px * 2)) / 3);
  border-radius: 5px;
  padding: 25px 15px 20px;
}
#recruiter-flow .box-block .ttl {
  margin-bottom: .5em;
}
#recruiter-flow .box-block .ttl .num-mark {
  margin-top: -25px;
  margin-bottom: -15px;
}
#recruiter-flow .box-block .ttl .ls1em {
  letter-spacing: 1em;
  text-indent: 1em;
  display: inline-block;
}
#recruiter-flow .box-block .txt {
  text-align: center;
}
#recruiter-flow .note {
  max-width: calc((((100% - (25px * 2)) / 3) * 2) + 25px);
  margin: 35px auto 0;
  font-size: 1em;
  line-height: 1.75;
  color: #fff;
}
#recruiter-flow .section-footer {
  min-height: 40.71vw;
  background: url(../img/recruiter/bgimage-flow.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
#recruiter-flow .section-footer p.ttl-01 {
  color: #1a327b;
  margin: auto auto 0;
  padding: 75px 0;
  padding: 5.357vw 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #recruiter-flow {
    padding-top: 5%;
  }
  #recruiter-flow .section-contents {
    padding-top: 12vw;
    padding-bottom: 8.21vw;
  }
  #recruiter-flow .box-column {
    row-gap: 25px;
  }
  #recruiter-flow .box-block {
    width: 85%;
    padding: 15px 10px 10px 80px;
  }
  #recruiter-flow .box-block .ttl {
    font-size: 16px;
    margin-bottom: .25em;
    text-align: left;
  }
  #recruiter-flow .box-block .ttl .num-mark {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
  }
  #recruiter-flow .box-block .txt {
    line-height: 1.5;
    text-align: left;
  }
  #recruiter-flow .note {
    max-width: 85%;
    margin-top: 25px;
    line-height: 1.5;
  }
  #recruiter-flow .section-footer {
    min-height: 55.71vw;
  }
}
/*********************************************
 RECRUITER FORM
*********************************************/
/*********************************************
 RECRUITER THANKS
*********************************************/
.mfp_thanks .txt {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

/*==========================================================
WORKER -転職者向けページ設定-
==========================================================*/
form#mailformpro textarea#w-textarea {
  min-height: 90px;
}

#worker-form .form-item .form-label {
  width: 7em;
}

#w-textarea[disabled] + .mfp_err {
  display: none;
}

.agree-info {
  margin-top: 4em;
  font-size: 1em;
  text-align: right;
}
.agree-info .info-name {
  line-height: 1.75;
  font-weight: 500;
}
form#mailformpro .agree-info dl.info-item {
  text-align: right;
}
form#mailformpro .agree-info dl.info-item dt, form#mailformpro .agree-info dl.info-item dd {
  border-top: 0 none;
  font-size: 1em;
  padding: 0;
  line-height: 1.75;
  text-align: right;
  display: inline;
}
form#mailformpro .agree-info dl.info-item dt {
  float: none;
  width: auto;
  padding-right: .5em;
}

/*==========================================================
COMPANY -会社概要ページ設定-
==========================================================*/
#company-about p.txt {
  line-height: 2.5;
}
#company-about p.t-right {
  margin-top: 3em;
  line-height: 1.75;
}

.companylists {
  display: table;
  width: 100%;
  border-top: 1px dotted #009fc5;
}
.companylists__item {
  display: table-row;
}
.companylists__item dt, .companylists__item dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #009fc5;
  padding: 2em 1em;
  line-height: 1.75;
}
.companylists__item dt {
  font-weight: 500;
}
.companylists iframe {
  width: 100%;
}
.companylists .accesslist {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .companylists {
    display: block;
  }
  .companylists__item {
    display: block;
  }
  .companylists__item dt, .companylists__item dd {
    display: block;
    width: 100%;
    padding: .75em 0 .5em;
  }
  .companylists__item dt {
    border-bottom: 0 none;
    padding-bottom: .25em;
  }
  .companylists__item dd {
    padding-top: 0;
  }
  .companylists .accesslist {
    margin-top: .25em;
  }
}
