@charset "UTF-8";
/* ----------------------
変数登録
----------------------*/
/* ----------------------
CTA追従ボタン
----------------------*/
.cta {
  position: fixed;
  right: 0;
  bottom: 0.4rem;
  width: 140px;
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
  transition: transform 0.4s ease, opacity 0.4s ease; }

@media screen and (min-width: 512px) {
  .cta {
    width: 178px; } }
.cta:hover {
  opacity: 0.8; }

.cta.hide {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease; }

/* ----------------------
MV
----------------------*/
#top .header__nav a {
  color: #fff; }
#top .header__nav a:hover {
  color: #00498E; }

#top header.scrolled .header__nav a {
  color: #4A4A4A; }

#top header.scrolled .header__nav a:hover {
  color: #00498E; }

#top header .header__nav.is-in-company02 a {
  color: #fff; }

#top header .header__nav.is-in-company02 a:hover {
  opacity: 0.8; }

#top .header__inner::after {
  background-image: url(../img/mv_wave1_sp.webp); }

@media screen and (min-width: 512px) {
  #top .header__inner::after {
    background-image: url(../img/mv_wave1.webp);
    padding-top: 70.55%;
    width: 60%; } }
@media screen and (min-width: 1024px) {
  #top .header__inner::after {
    width: 523px; } }
#top header.scrolled .header__inner::after {
  padding-top: 33%; }

@media screen and (min-width: 512px) {
  #top header.scrolled .header__inner::after {
    padding-top: 31%; } }
@media screen and (min-width: 1024px) {
  #top header.scrolled .header__inner::after {
    padding-top: 20%; }
    #top header.scrolled .header__inner::after h1 img {
      width: 190px; }

  #top header.scrolled .header__inner h1 img {
    width: 152px; } }
@media screen and (min-width: 1600px) {
  #top header.scrolled .header__inner::after {
    padding-top: 14%; } }
.visual {
  background: url(../img/mv_img_sp.webp);
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative; }
  .visual .center {
    height: 100vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
    .visual .center .visual__msg h2 {
      font-family: "noto-sans-cjk-jp", sans-serif;
      font-weight: 700;
      font-size: 0.46rem;
      line-height: 1.304;
      letter-spacing: 0.008rem;
      color: #fff;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      margin-bottom: 0.24rem;
      text-align: left; }
.visual .center .visual__msg h2 .sp_non {
        display: none;
  }
@media screen and (min-width: 667px) {
      .visual .center .visual__msg h2 .sp_non {
        display: inline;
  }
}
@media screen and (min-width: 1000px) {
      .visual .center .visual__msg h2 {
        font-size: 0.6rem;
          letter-spacing: 0.1em;
          margin-bottom: 0.1rem;
    }
}
    @media screen and (min-width: 1180px) {
      .visual .center .visual__msg h2 {
        font-size: 0.75rem;
        letter-spacing: 0.1em;
        margin-bottom: 0.2rem;
        text-align: center; } }
    .visual .center .visual__msg p {
      font-weight: 600;
      font-size: 0.17rem;
      line-height: 1.647;
      color: #fff;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 812px) {
    .visual .center .visual__msg p {
      width: 80%;
      text-align: left;
    }
}
@media screen and (min-width: 1000px) {
    .visual .center .visual__msg p {
      font-size: 0.2rem;
    }
}
@media screen and (min-width: 1200px) {
  .visual .center .visual__msg p {
      width:auto;
    }
}


    @media screen and (min-width: 1280px) {
      .visual .center .visual__msg p {
        font-size: 0.24rem;
        text-align: center; } }
    @media screen and (min-width: 667px) {
      .visual .center .visual__msg br {
        display: none; } }

@media screen and (min-width: 512px) {
  .visual {
    background-image: url(../img/mv_img.webp); } }
.visual::after {
  position: absolute;
  content: "";
  background: url(../img/mv_wave2_sp.webp);
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 93.3%;
  padding-top: 42.6%; }

@media screen and (min-width: 512px) {
  .visual::after {
    background-image: url(../img/mv_wave2.webp);
    padding-top: 43%;
    width: 56%; } }
@media screen and (min-width: 1000px) {
  .visual::after {
    padding-top: 0;
    width: 493px;
    height: 378px; } }
/* ----------------------
business
----------------------*/
.business {
  background: #eee;
  position: relative;
  margin: 0;
  padding: 60px 0;
  z-index: 0; }

@media screen and (min-width: 812px) {
  .business {
    padding: 100px 0; } }
.business::after {
  position: absolute;
  content: "";
  background: url(../img/bis_wave_sp.webp);
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 24.85%;
  z-index: -1; }

@media screen and (min-width: 812px) {
  .business::after {
    background-image: url(../img/bis_wave.webp); } }
.business__list {
  margin-top: 0.32rem;
  flex-flow: column; }
  .business__list > li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.32rem; }
    .business__list > li .business__ttl {
      background: #00498E;
      color: #fff;
      padding: 0.32rem 0.16rem;
      border-radius: 10px 10px 0 0; }
      .business__list > li .business__ttl h3 {
        all: unset;
        font-weight: 700;
        font-size: 0.22rem;
        text-align: center;
        margin-bottom: 0.16rem;
        display: block; }
      .business__list > li .business__ttl p {
        font-size: 0.15rem;
        line-height: 1.8; }
        .business__list > li .business__ttl p br {
          display: none; }
    .business__list > li .business__txt {
      padding: 0.32rem 0.16rem; }
      .business__list > li .business__txt figure {
        margin-bottom: 0.16rem; }
      .business__list > li .business__txt .business__sublist {
        padding-left: 0.2rem; }
        .business__list > li .business__txt .business__sublist li {
          margin-bottom: 0.16rem; }
          .business__list > li .business__txt .business__sublist li h4 {
            all: unset;
            font-family: "noto-sans-cjk-jp", sans-serif;
            font-weight: 700;
            font-size: 0.15rem;
            line-height: 1.467;
            color: #00498E;
            display: block;
            margin-bottom: 0.06rem;
            position: relative; }
          .business__list > li .business__txt .business__sublist li h4::after {
            position: absolute;
            content: "";
            height: 2px;
            width: 11px;
            background: linear-gradient(90deg, #C3C3C3 0%, #1A4D89 100%);
            top: 0.11rem;
            left: -0.2rem; }
          .business__list > li .business__txt .business__sublist li p {
            font-size: 0.13rem;
            line-height: 1.615; }
        .business__list > li .business__txt .business__sublist li:last-of-type {
          margin-bottom: 0; }
  .business__list > li:last-of-type {
    margin-bottom: 0; }
    .business__list > li:last-of-type .business__ttl {
      background: #3079BE; }

@media screen and (min-width: 812px) {
  .business__list {
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
    align-items: stretch;
    margin-top: 0.52rem; }
    .business__list > li {
      flex: 1;
      margin: 0 0.63rem 0 0; }
      .business__list > li .business__ttl {
        padding: 0.32rem 0.3rem; }
        .business__list > li .business__ttl h3 {
          font-size: 0.26rem;
          margin-bottom: 0.13rem; }
        .business__list > li .business__ttl p {
          font-size: 0.17rem;
          line-height: 1.588;
          text-align: center; }
          .business__list > li .business__ttl p br {
            display: block; }
      .business__list > li .business__txt {
        padding: 0.32rem; }
        .business__list > li .business__txt figure {
          margin-bottom: 0.24rem; }
        .business__list > li .business__txt .business__sublist {
          padding-left: 0.32rem; }
          .business__list > li .business__txt .business__sublist li {
            margin-bottom: 0.12rem; }
            .business__list > li .business__txt .business__sublist li h4 {
              font-size: 0.18rem;
              line-height: 1.688; }
            .business__list > li .business__txt .business__sublist li h4::after {
              width: 20px;
              top: 0.11rem;
              left: -0.32rem; }
            .business__list > li .business__txt .business__sublist li p {
              font-size: 0.15rem;
              line-height: 2.077; }
    .business__list > li:last-of-type {
      margin-right: 0; } }
/* ----------------------
company
----------------------*/
.company01 {
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative; }

@media screen and (min-width: 812px) {
  .company01 {
    padding-bottom: 237px; } }
.company01::after {
  position: absolute;
  content: "";
  background: url(../img/phi_wave1_sp.webp);
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 24.85%; }

@media screen and (min-width: 812px) {
  .company01::after {
    background-image: url(../img/phi_wave1.webp);
    padding-top: 24.85%; } }
.company__block {
  margin-top: 0.32rem; }

@media screen and (min-width: 812px) {
  .company__block {
    margin-top: 0.8rem; } }
.company__mesblk {
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
  gap: 0.24rem; }
  .company__mesblk figure {
    width: 100%; }
  .company__mesblk h4 {
    color: #00498E;
    margin-bottom: 0.16rem;
    line-height: 1.875; }
    .company__mesblk h4 br {
      display: none; }
  .company__mesblk h4::after {
    content: none; }
  .company__mesblk .company__nameblc {
    margin-top: 0.24rem;
    text-align: right; }
    .company__mesblk .company__nameblc .company__post {
      font-size: 0.14rem; }
    .company__mesblk .company__nameblc .company__name,
.privacy__after .company__name{
      font-family: "Noto Serif JP", serif;
      /*font-family: "ta-rehitsu-m", sans-serif;*/
      font-weight: 400;
      font-style: normal;
      font-size: 0.3rem;
      display: block; }

@media screen and (min-width: 812px) {
  .company__mesblk {
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
    ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    gap: 0; }
    .company__mesblk figure {
      width: 34%;
      margin-right: 0.42rem; }
    .company__mesblk .company__mestxt {
      width: calc(66% - 0.42rem); }
      .company__mesblk .company__mestxt h4 {
        font-size: 0.2rem;
        line-height: 1.7;
        margin-bottom: 0.32rem; }
        .company__mesblk .company__mestxt h4 br {
          display: block; }
      .company__mesblk .company__mestxt p {
        line-height: 1.7;
        text-align: justify; }
      .company__mesblk .company__mestxt .company__nameblc {
        margin-top: 0.6rem; }
        .company__mesblk .company__mestxt .company__nameblc .company__post {
          font-size: 0.16rem;
          margin-bottom: 0.08rem; }
        .company__mesblk .company__mestxt .company__nameblc .company__name,.privacy__after .company__name {
          font-size: 0.32rem; } }
.company__outline .flow {
  flex-flow: column; }
  .company__outline .flow .company__table {
    width: 100%; }
    .company__outline .flow .company__table tr {
      display: inline-block;
      border-bottom: 1px solid #E8E8E8;
      padding: 20px 0;
      width: 100%; }
      .company__outline .flow .company__table tr th {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.08rem;
        text-align: left;
        font-weight: 700;
        line-height: 1.5;
        color: #7D7D7D; }
      .company__outline .flow .company__table tr td {
        display: inline-block;
        width: 100%;
        line-height: 1.75; }
        .company__outline .flow .company__table tr td a {
          text-decoration: underline; }
      .company__outline .flow .company__table tr .company__table--small {
        font-size: 0.14rem;
        line-height: 2;
        color: #7D7D7D; }

@media screen and (min-width: 812px) {
  .company__outline .flow {
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
    ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start; }
    .company__outline .flow .company__table {
      flex: 1;
      margin-right: 0.4rem; }
      .company__outline .flow .company__table tr td {
        line-height: 1.5; }
    .company__outline .flow .company__table:last-of-type {
      margin-right: 0; } }
.company__his {
  ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start; }
  .company__his h4 {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 0.26rem;
    letter-spacing: 0.004em;
    color: #00498E;
    width: 23.3%;
    margin-right: 0.16rem;
    padding-top: 0.05rem; }
    .company__his h4 span {
      font-family: "noto-sans-cjk-jp", sans-serif;
      font-weight: 700;
      font-size: 0.14rem;
      color: #4A4A4A;
      margin-left: 0.06rem; }
  .company__his h4::after {
    content: none; }
  .company__his ul {
    width: calc(76.7% - 0.16rem); }
    .company__his ul li {
      text-align: left;
      flex-flow: column;
      padding: 0 0 0.2rem 0.16rem;
      border-left: 1px solid #E8E8E8; }
      .company__his ul li h5 {
        position: relative;
        font-family: "din-2014", sans-serif;
        font-weight: 700;
        font-size: 0.24rem;
        letter-spacing: 0.004em;
        color: #4A4A4A;
        margin: 0;
        width: 100%; }
        .company__his ul li h5 span {
          font-family: "noto-sans-cjk-jp", sans-serif;
          font-weight: 700;
          font-size: 0.14rem;
          color: #4A4A4A;
          margin-left: 0.06rem; }
      .company__his ul li h5::after {
        position: absolute;
        content: "";
        background: #4A4A4A;
        width: 0.08rem;
        height: 0.08rem;
        border-radius: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -0.2rem; }
      .company__his ul li p {
        line-height: 1.7;
        width: 100%; }
    .company__his ul li:first-of-type h5::after {
      background: #00498E;
      width: 0.12rem;
      height: 0.12rem;
      left: -0.23rem; }

@media screen and (min-width: 812px) {
  .company__his h4 {
    font-size: 0.3rem;
    letter-spacing: 0.04em;
    width: 12%;
    margin-right: 0.44rem;
    padding-top: 0; }
    .company__his h4 span {
      font-size: 0.16rem;
      margin-left: 0.06rem; }
  .company__his ul {
    width: calc(90% - 0.44rem); }
    .company__his ul li {
      padding: 0 0 0.18rem 0.44rem; }
      .company__his ul li h5 {
        font-size: 0.26rem; }
        .company__his ul li h5 span {
          font-size: 0.14rem;
          margin-left: .06rem; }
      .company__his ul li h5::after {
        left: -0.48rem; }
      .company__his ul li p {
        font-size: 0.17rem; }
    .company__his ul li:first-of-type h5::after {
      left: -0.5rem; } }
.company__his:first-of-type ul li:first-of-type {
  border-left: none;
  position: relative; }
.company__his:first-of-type ul li:first-of-type::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  background: #E8E8E8;
  top: 0.17rem;
  left: -0.001rem;
  z-index: -1; }

.company__his:last-of-type ul li:last-of-type {
  padding-bottom: 0; }

.company02 {
  background: #00498E;
  color: #fff;
  margin: 0;
  padding: 60px 0; }
  .company02 .company__block {
    margin-top: 0; }
    .company02 .company__block h3 {
      color: #fff; }
      .company02 .company__block h3 span {
        color: #fff; }
      .company02 .company__block h3 span::after {
        background: #fff; }
    .company02 .company__block h4 {
      color: #fff; }
    .company02 .company__block h4::after {
      background: #fff; }

@media screen and (min-width: 812px) {
  .company02 {
    padding: 100px 0 66px; } }
.company__phiblc {
  margin-bottom: 0.32rem; }
  .company__phiblc .flow {
    flex-flow: column;
    ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start; }
    .company__phiblc .flow h5 {
      width: 100%;
      font-weight: 700;
      font-size: 0.22rem;
      line-height: 1.5;
      margin: 0 0 0.24rem; }
    .company__phiblc .flow p {
      width: 100%;
      text-align: justify; }
    .company__phiblc .flow ul {
      margin-bottom: 0.24rem; }
      .company__phiblc .flow ul li {
        padding: 0.2rem 0;
        border-bottom: 1px solid #fff;
        font-weight: 700;
        font-size: 0.18rem; }
      .company__phiblc .flow ul li:first-of-type {
        padding-top: 0; }

@media screen and (min-width: 812px) {
  .company__phiblc {
    margin-bottom: 0;
    margin-top: 0.64rem; }
    .company__phiblc .flow {
      -ms-flex-flow: row;
      -webkit-flex-flow: row;
      flex-flow: row;
      ms-flex-align: flex-start;
      -webkit-box-align: flex-start;
      align-items: flex-start; }
      .company__phiblc .flow h5 {
        font-size: 0.24rem;
        line-height: 160%;
        margin-right: 0.7rem;
        width: 27%;
        white-space: nowrap; }
      .company__phiblc .flow p {
        line-height: 2;
        width: calc(73% - 0.7rem); }
      .company__phiblc .flow ul {
        width: 57.2%;
        margin-right: 0.4rem;
        margin-bottom: 0; }
      .company__phiblc .flow figure {
        width: calc(42.8% - 0.4rem); } }
.company03 {
  padding: 133px 0 100px;
  position: relative;
  margin: 0; }
  .company03 .center {
    padding: 0.4rem 0; }

@media screen and (min-width: 812px) {
  .company03 {
    padding: 370px 0 320px; }
    .company03 .center {
      padding: 0; } }
@media screen and (min-width: 1600px) {
  .company03 {
    padding: 570px 0 520px; } }
.company03::after {
  position: absolute;
  content: "";
  background: url(../img/phi_wave2_sp.webp);
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 24.85%; }

@media screen and (min-width: 812px) {
  .company03::after {
    background-image: url(../img/phi_wave2.webp); } }
.company03::before {
  position: absolute;
  content: "";
  background: url(../img/rec_wave_sp.webp);
  bottom: -0.5px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 24.85%; }

@media screen and (min-width: 812px) {
  .company03::before {
    background-image: url(../img/rec_wave.webp); } }
.company__acclist li {
  flex-flow: column;
  margin-bottom: 0.32rem; }
  .company__acclist li .company__accmap {
    width: 100%;
    height: 204px;
    margin-bottom: 0.16rem; }
    .company__acclist li .company__accmap iframe {
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 667px) {
    .company__acclist li .company__accmap {
      height: 230px; } }
  .company__acclist li .company__acctxt {
    width: 100%; }
    .company__acclist li .company__acctxt h4 {
      color: #00498E; }
    .company__acclist li .company__acctxt h4::after {
      background: #00498E; }
    .company__acclist li .company__acctxt p {
      margin-bottom: 0.16rem; }
    .company__acclist li .company__acctxt p:last-of-type {
      margin-bottom: 0; }
.company__acclist li:last-of-type {
  margin-bottom: 0; }

@media screen and (min-width: 812px) {
  .company__acclist li {
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
    ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.44rem; }
    .company__acclist li .company__accmap {
      width: 46%;
      aspect-ratio: 479 / 285;
      margin-right: 0.4rem;
      margin-bottom: 0; }
    .company__acclist li .company__acctxt p {
      line-height: 1.7; } }
/* ----------------------
recruit
----------------------*/
.recruit {
  background: #EEEEEE;
  padding-top: 60px;
  margin: 0;
  padding-bottom: 60px; }
  .recruit h2 + p {
    margin-bottom: 0.32rem; }
  @media screen and (min-width: 812px) {
    .recruit h2 + p {
      margin-bottom: 0.52rem; } }
  .recruit .recruit__blc {
    margin-bottom: 0.32rem; }
  .recruit .recruit__blc:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 812px) {
    .recruit .recruit__blc {
      margin-bottom: 0.8rem; } }
  .recruit .recruit__stolist {
    flex-flow: column; }
    .recruit .recruit__stolist li {
      margin-bottom: 0.32rem;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
      .recruit .recruit__stolist li .recruit__stottl {
        background: #3AA1D4;
        text-align: center;
        padding: 0.2rem 0.16rem;
        border-radius: 10px 10px 0 0; }
        .recruit .recruit__stolist li .recruit__stottl h4 {
          text-align: center;
          color: #fff;
          font-family: "noto-sans-cjk-jp", sans-serif;
          font-weight: 700;
          font-size: 0.18rem;
          line-height: 1.67;
          margin-bottom: 0; }
          .recruit .recruit__stolist li .recruit__stottl h4 .recruit__stottl--num {
            font-family: "din-2014", sans-serif;
            font-weight: 500;
            font-size: 0.26rem;
            letter-spacing: -0.05em;
            display: block;
            position: relative;
            margin-bottom: 0.12rem; }
          .recruit .recruit__stolist li .recruit__stottl h4 .recruit__stottl--num::after {
            position: absolute;
            content: "";
            background: #fff;
            height: 2px;
            width: 0.2rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0.05rem; }
          .recruit .recruit__stolist li .recruit__stottl h4 .recruit__stottl--big {
            font-size: 0.26rem;
            line-height: 1.31; }
        .recruit .recruit__stolist li .recruit__stottl h4::after {
          content: none; }
      .recruit .recruit__stolist li .recruit__stotxt {
        padding: 0.2rem 0.16rem; }
        .recruit .recruit__stolist li .recruit__stotxt figure {
          margin-bottom: 0.16rem; }
        .recruit .recruit__stolist li .recruit__stotxt p {
          line-height: 1.7;
          text-align: justify; }
          .recruit .recruit__stolist li .recruit__stotxt p .recruit__stotxt--kasen {
            background: linear-gradient(transparent 60%, #C1D5E8 60%); }
    .recruit .recruit__stolist li:nth-of-type(2) .recruit__stottl {
      background: #3079BE; }
    .recruit .recruit__stolist li:nth-of-type(3) {
      margin-bottom: 0; }
      .recruit .recruit__stolist li:nth-of-type(3) .recruit__stottl {
        background: #00498E; }
  @media screen and (min-width: 667px) {
    .recruit .recruit__stolist {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      flex-direction: row;
      align-items: stretch; }
      .recruit .recruit__stolist li {
        width: calc(50% - 0.1rem);
        margin-right: 0.2rem; }
      .recruit .recruit__stolist li:nth-of-type(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .recruit .recruit__stolist {
      align-items: stretch; }
      .recruit .recruit__stolist li {
        flex: 1;
        margin-right: 0.33rem;
        margin-bottom: 0; }
        .recruit .recruit__stolist li .recruit__stottl {
          padding: 0.3rem 0.1rem; }
          .recruit .recruit__stolist li .recruit__stottl h4 {
            font-size: 0.22rem; }
            .recruit .recruit__stolist li .recruit__stottl h4 .recruit__stottl--big {
              font-size: 0.3rem; }
        .recruit .recruit__stolist li .recruit__stotxt {
          padding: 0.32rem 0.2rem; }
          .recruit .recruit__stolist li .recruit__stotxt figure {
            margin-bottom: 0.16rem; }
          .recruit .recruit__stolist li .recruit__stotxt p {
            line-height: 1.7; }
      .recruit .recruit__stolist li:nth-of-type(2n) {
        margin-right: 0.33rem; }
      .recruit .recruit__stolist li:last-of-type {
        margin-right: 0; } }
  .recruit .recruit__table {
    width: 100%; }
    .recruit .recruit__table tr {
      display: inline-block;
      border-bottom: 1px solid #D3D3D3;
      padding: 20px 0;
      width: 100%; }
      .recruit .recruit__table tr th {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.08rem;
        text-align: left;
        font-weight: 700;
        line-height: 1.5;
        color: #7D7D7D; }
      .recruit .recruit__table tr td {
        display: inline-block;
        width: 100%;
        line-height: 1.75; }
  .recruit .recruit__flow {
    margin-top: 0.74rem; }
    .recruit .recruit__flow li {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      padding: 0.8rem 0.16rem 0.2rem;
      margin-bottom: 0.78rem;
      text-align: center;
      position: relative; }
      .recruit .recruit__flow li h4 {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -0.46rem;
        font-family: "din-2014", sans-serif;
        font-weight: 600;
        font-size: 0.24rem;
        color: #00498E;
        text-align: center; }
        .recruit .recruit__flow li h4 .recruit__flow--big {
          font-size: 0.66rem;
          letter-spacing: -0.05em;
          display: block;
          margin-bottom: -0.1rem; }
      .recruit .recruit__flow li h4::after {
        content: none; }
      .recruit .recruit__flow li figure {
        text-align: center;
        margin-bottom: 0.24rem; }
        .recruit .recruit__flow li figure img {
          width: 0.8rem;
          display: inline-block; }
      .recruit .recruit__flow li h5 {
        font-weight: 700;
        font-size: 0.2rem;
        line-height: 1.2;
        color: #00498E;
        margin-bottom: 0.16rem; }
      .recruit .recruit__flow li p {
        text-align: left;
        text-align: justify; }
        .recruit .recruit__flow li p .recruit__flow--small {
          font-size: 0.14rem; }
    .recruit .recruit__flow li:nth-of-type(2) figure img {
      width: 0.91rem; }
    .recruit .recruit__flow li:last-of-type {
      margin-bottom: 0; }
      .recruit .recruit__flow li:last-of-type figure img {
        width: 1.2rem; }
  @media screen and (min-width: 667px) {
    .recruit .recruit__flow {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      ms-flex-align: flex-start;
      -webkit-box-align: flex-start;
      align-items: flex-start;
      align-items: stretch; }
      .recruit .recruit__flow li {
        flex: 1;
        margin-right: 0.16rem;
        margin-bottom: 0;
        padding: 1.3rem 0.2rem 0.32rem; }
        .recruit .recruit__flow li h4 .recruit__flow--big {
          position: relative; }
        .recruit .recruit__flow li h4 .recruit__flow--big::after {
          position: absolute;
          content: "";
          background: #00498E;
          width: 0.14rem;
          height: 0.14rem;
          border-radius: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: -0.64rem; }
        .recruit .recruit__flow li figure {
          height: 100px;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          ms-flex-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          -webkit-box-align: center;
          align-items: center; }
      .recruit .recruit__flow li:nth-of-type(2)::before {
        position: absolute;
        content: "";
        background: #00498E;
        height: 1px;
        width: calc(100% + 0.16rem);
        z-index: 2;
        left: 50%;
        top: 0.92rem; }
      .recruit .recruit__flow li:nth-of-type(2)::after {
        position: absolute;
        content: "";
        background: #00498E;
        height: 1px;
        width: calc(100% + 0.16rem);
        z-index: 2;
        right: 50%;
        top: 0.92rem; }
      .recruit .recruit__flow li:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 812px) {
    .recruit .recruit__flow {
      margin-top: 0.8rem; }
      .recruit .recruit__flow li {
        margin-right: 0.33rem;
        padding: 1.5rem 0.2rem 0.32rem; }
        .recruit .recruit__flow li h4 {
          font-size: 0.28rem; }
          .recruit .recruit__flow li h4 .recruit__flow--big {
            font-size: 0.7rem;
            letter-spacing: -0.05em; }
          .recruit .recruit__flow li h4 .recruit__flow--big::after {
            bottom: -0.6rem; }
        .recruit .recruit__flow li figure img {
          height: 108px;
          width: auto; }
        .recruit .recruit__flow li h5 {
          font-size: 0.22rem;
          margin-bottom: 0.2rem; }
      .recruit .recruit__flow li:nth-of-type(2)::before {
        width: calc(100% + 0.33rem); }
      .recruit .recruit__flow li:nth-of-type(2)::after {
        width: calc(100% + 0.33rem); }
      .recruit .recruit__flow li:nth-of-type(2) figure img {
        width: auto; }
      .recruit .recruit__flow li:last-of-type figure img {
        width: auto; } }

@media screen and (min-width: 812px) {
  .recruit {
    padding: 0 0 100px; } }
/* ----------------------
contact
----------------------*/
.contact {
  background: linear-gradient(90deg, #00498E 0%, #0A5EAD 100%);
  margin: 0;
  padding: 60px 0; }
  .contact .flow {
    flex-flow: column; }
    .contact .flow .contact__left {
      margin-bottom: 0.24rem; }
      .contact .flow .contact__left h2 {
        color: #fff;
        text-align: left;
        font-weight: 600; }
        .contact .flow .contact__left h2 span {
          color: #fff; }
      .contact .flow .contact__left p {
        color: #fff;
        text-align: left; }
        /*
        .contact .flow .contact__left p br {
          display: none; }
          */
    .contact .flow > a {
      width: 100%; }
    .contact .flow .contact__mail {
      width: 100%;
      border: 1px solid #fff;
      padding: 0.1rem .16rem;
      text-align: center;
      cursor: pointer; }
      .contact .flow .contact__mail h3 {
        color: #fff;
        text-align: center;
        font-family: "din-2014", sans-serif;
        font-weight: 600;
        font-size: 0.32rem;
        letter-spacing: 0.04em;
        vertical-align: middle;
        margin-bottom: 0; }
        .contact .flow .contact__mail h3 figure {
          display: inline-block;
          margin-right: 0.12rem; }
        .contact .flow .contact__mail h3 figure.disnon {
          display: none; }
        .contact .flow .contact__mail h3 span {
          margin-top: 0;
          font-weight: 400;
          font-size: 0.13rem;
          color: #fff; }
        .contact .flow .contact__mail h3 span::after {
          display: none; }
    .contact .flow .contact__mail:hover {
      background: #fff;
      color: #00498E;
      transition: all 0.4s; }
      .contact .flow .contact__mail:hover h3, .contact .flow .contact__mail:hover span {
        color: #00498E; }
      .contact .flow .contact__mail:hover figure {
        display: none; }
      .contact .flow .contact__mail:hover figure.disnon {
        display: inline-block; }

@media screen and (min-width: 1024px) {
  .contact .flow {
    flex-flow: row;
    ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
    .contact .flow .contact__left {
      width: 38.5%;
      margin-right: 0.6rem; }
      .contact .flow .contact__left h2 {
        font-size: 0.2rem;
        letter-spacing: 0.04em;
        margin-bottom: 0.36rem; }
        .contact .flow .contact__left h2 span {
          font-size: 0.32rem; }
      /*
      .contact .flow .contact__left p br {
        display: block; }
        */
    .contact .flow > a {
      width: 37.8%; }
    .contact .flow .contact__mail h3 {
      font-size: 0.42rem; }
      .contact .flow .contact__mail h3 span {
        font-size: 0.14rem; } }

/*# sourceMappingURL=top.css.map */
