@charset "UTF-8";
/*=== recruit.html 専用スタイル ===*/
.rec__contwidth {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .rec__contwidth {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1280px) {
  .rec__contwidth {
    width: 1240px;
  }
}

span.shuffle {
  display: block;
  font-family: var(--font-family-hind);
  letter-spacing: 0.01em;
  opacity: 0;
  transition: opacity 2s ease-in;
}
span.shuffle.reveal {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  h2 > span.shuffle-group > span.shuffle {
    display: inline-block;
    margin-right: 0.25em;
  }
}

span.reph {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: block;
  font-size: 1.6666666667em;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  span.reph {
    font-size: 32px;
    line-height: 1.4375;
  }
}

h1 span.shuffle {
  font-size: 6.5625vw;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (min-width: 586px) {
  h1 span.shuffle {
    font-size: min(46px, 7.1672354949vw);
  }
}
@media screen and (min-width: 768px) {
  h1 span.shuffle {
    font-size: min(64px, 6.5104166667vw);
    line-height: 1.15;
  }
}
h1 span.reph {
  margin-top: 0.4666666667em;
}
@media screen and (min-width: 768px) {
  h1 span.reph {
    margin-top: -7px;
  }
}

h2 span.shuffle {
  font-size: min(40px, 5.9375vw);
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  h2 span.shuffle {
    font-size: min(50px, 4.5572916667vw);
    line-height: 1.15;
  }
}
h2 span.reph {
  margin-top: 0.5666666667em;
}
@media screen and (min-width: 768px) {
  h2 span.reph {
    margin-top: 4px;
  }
}

:root {
  --color-primary: #003F67;
  --color-text: #ffffff;
  --font-family: Noto Sans JP, Hiragino Sans, ヒラギノ角ゴシック, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Yu Gothic, 游ゴシック, YuGothic, 游ゴシック体, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, sans-serif;
  --font-family-hind: Hind, Helvetica, Arial, Verdana, sans-serif;
  --font-family-publ: Public Sans, Helvetica, Arial, Verdana, sans-serif;
  --font-size-sp: max(13px, 3.0716723549vw);
  --font-size-pc: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-primary);
  background-image: url(../img/recruit/rec_bgimg-upper.svg), url(../img/recruit/rec_bgimg-lower.svg);
  background-position: 0 -8.5vw, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: var(--color-text);
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-size: var(--font-size-sp);
  line-break: strict;
  line-height: 1.7777777778;
  position: relative;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 586px) {
  body {
    font-size: var(--font-size-pc);
  }
}
@media screen and (min-width: 768px) {
  body {
    background-position: 0 0, 0 100%;
  }
}

html.of-hidden, body.of-hidden {
  overflow: hidden;
}

main {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  transition: color 0.08s ease-out;
}

a.uline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

ul.compact {
  margin: 0;
  padding-left: 1.5em;
}

.lst-none {
  list-style-type: none;
  padding: 0;
}

.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ffs-palt {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.nowrap {
  white-space: nowrap;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 586px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .xs-lg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .lg-over {
    display: none;
  }
}

header {
  padding: 50px 0 185px;
}
header .rec__contwidth {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .nauh {
  flex-shrink: 0;
  flex-grow: 0;
}
header .nauh > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/icon_logo-w.svg) 0 0/contain no-repeat;
  display: block;
  height: 2em;
  width: 10.5em;
}
header .page__name {
  font-size: 0.8333333333em;
}

.intro__sect {
  position: relative;
}

.intro__content {
  position: relative;
}

@media screen and (min-width: 768px) {
  h1 {
    padding-left: 30px;
  }
}

.intro__body {
  margin-top: 4.1111111111em;
}
@media screen and (min-width: 768px) {
  .intro__body {
    margin-top: 9.1111111111em;
    padding-left: 30px;
  }
}
.intro__body .body-image {
  aspect-ratio: 1064/733;
  height: auto;
  margin: 3.2222222222em -10px 0 auto;
  overflow: hidden;
  position: relative;
  width: 96.5870307167vw;
}
@media screen and (min-width: 768px) {
  .intro__body .body-image {
    margin-right: -70px;
    margin-top: -36px;
    width: 70vw;
  }
}
@media screen and (min-width: 1280px) {
  .intro__body .body-image {
    margin-top: -236px;
  }
}
.intro__body .body-image img {
  border-radius: 50px;
  height: auto;
  mix-blend-mode: screen;
  overflow: hidden;
  position: absolute;
}
.intro__body .body-image img.p1 {
  left: 0;
  opacity: 0.7;
  top: 40.3819918145%;
  width: 30.2631578947%;
}
.intro__body .body-image img.p2 {
  border-radius: 50px 0 0 50px;
  right: 0;
  top: 0;
  width: 73.0263157895%;
}
.intro__body .body-image img.p3 {
  bottom: 0;
  left: 22.1804511278%;
  opacity: 0.7;
  width: 28.1015037594%;
}
.intro__body .body-image img.p4 {
  bottom: 17.3260572988%;
  opacity: 0.7;
  right: 32.1428571429%;
  width: 20.0187969925%;
}
.intro__body .body-text p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .intro__body .body-text p {
    font-size: 1.1111111111em;
    line-height: 1.6;
  }
}
.intro__body .body-text p + p {
  margin-top: 1.5555555556em;
}
@media screen and (min-width: 768px) {
  .intro__body .body-text p + p {
    margin-top: 1.4em;
  }
}

nav.intro__sidenav {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  nav.intro__sidenav {
    display: block;
  }
}
nav.intro__sidenav li {
  font-size: 12px;
  line-height: 1.4166666667;
}
nav.intro__sidenav li + li {
  margin-top: 9px;
}
nav.intro__sidenav li > a {
  background-position: 89% 50%;
  background-repeat: no-repeat;
  background-size: 200% 13px;
  color: #4C8CB4;
  display: block;
  padding-left: 38px;
  padding-right: 0.5em;
  width: 100%;
  height: 100%;
  transition: background-position-x 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
nav.intro__sidenav li > a:hover {
  background-position-x: 0%;
}
nav.intro__sidenav li:nth-of-type(1) > a {
  background-image: linear-gradient(90deg, #B9E4FF 50%, transparent 50%);
}
nav.intro__sidenav li:nth-of-type(2) > a {
  background-image: linear-gradient(90deg, #99D6FC 50%, transparent 50%);
}
nav.intro__sidenav li:nth-of-type(3) > a {
  background-image: linear-gradient(90deg, #58BFFF 50%, transparent 50%);
}
nav.intro__sidenav li:nth-of-type(4) > a {
  background-image: linear-gradient(90deg, rgba(0, 245, 255, 0.8) 50%, transparent 50%);
}
nav.intro__sidenav li:nth-of-type(5) > a {
  background-image: linear-gradient(90deg, rgba(159, 251, 255, 0.8) 50%, transparent 50%);
}

.three__sect {
  margin-top: 13.5555555556em;
}
@media screen and (min-width: 768px) {
  .three__sect {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .three__content {
    margin-left: auto;
    max-width: 930px;
    padding-left: 30px;
  }
}

.three__body {
  margin-top: 3.0555555556em;
}
@media screen and (min-width: 768px) {
  .three__body {
    margin-top: 5.5555555556em;
  }
}
.three__body .body-key {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .three__body .body-key {
    flex-direction: row;
    gap: 50px;
  }
}
.three__body .body-key h3 {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-image: url(../img/recruit/rec_three-key-sign.svg), linear-gradient(90deg, #fff, #E4E7FB);
  background-position: left bottom -11px, left top;
  background-repeat: no-repeat;
  background-size: 81px auto, contain;
  border-radius: 30px;
  color: var(--color-primary);
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5555555556em;
  font-weight: 600;
  padding: 1.2857142857em 0.5em;
  text-align: center;
  width: 12.8571428571em;
}
.three__body .body-key p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1em;
  letter-spacing: 0.05em;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .three__body .body-key p {
    text-align: left;
    margin-top: 0;
  }
}
.three__body .body-key + .body-key {
  margin-top: 3.0555555556em;
}
@media screen and (min-width: 768px) {
  .three__body .body-key + .body-key {
    margin-top: 2.7777777778em;
  }
}

.worky__sect {
  margin-top: 10em;
}

@media screen and (min-width: 768px) {
  .worky__content {
    padding-left: 30px;
  }
}

.worky__body {
  margin-top: 2.7777777778em;
}
@media screen and (min-width: 768px) {
  .worky__body {
    margin-top: 1.5555555556em;
    display: grid;
    gap: 45px 0;
    grid-template-areas: "text text" "table graph";
    grid-template-columns: min(490px, 47.572815534%) min(492px, 47.7669902913%);
    justify-content: space-between;
  }
}
.worky__body p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .worky__body p {
    grid-area: text;
  }
}
.worky__body table {
  margin-top: 2.7777777778em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .worky__body table {
    grid-area: table;
    margin-top: 0;
  }
}
.worky__body table tr:nth-of-type(odd) th, .worky__body table tr:nth-of-type(odd) td {
  background-color: #004C7C;
}
.worky__body table tr:nth-of-type(even) th, .worky__body table tr:nth-of-type(even) td {
  background-color: #035589;
}
.worky__body table th {
  font-size: 0.8888888889em;
  font-weight: 600;
  line-height: 1.3125;
  text-align: left;
  padding-bottom: 0.3125em;
  padding-left: 1.4375em;
  padding-top: 0.25em;
  width: 11.0625em;
}
@media screen and (min-width: 768px) {
  .worky__body table th {
    padding-left: 20px;
    width: 152px;
  }
}
@media screen and (min-width: 1024px) {
  .worky__body table th {
    width: 152px;
  }
}
.worky__body table td {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.8333333333em;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 0.3333333333em;
  padding-right: 1.5333333333em;
  padding-top: 0.2666666667em;
}
@media screen and (min-width: 768px) {
  .worky__body table td {
    letter-spacing: 0.025em;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .worky__body table td {
    letter-spacing: 0.05em;
  }
}
.worky__body .graphset {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin: 1.6666666667em auto 0;
}
@media screen and (min-width: 768px) {
  .worky__body .graphset {
    display: block;
    grid-area: graph;
    height: 100%;
    margin-top: 0;
    position: relative;
    width: 100%;
  }
}
.worky__body .graphset > img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
}
.worky__body .graphset img.graph {
  width: 58.0204778157vw;
}
@media screen and (min-width: 768px) {
  .worky__body .graphset img.graph {
    position: absolute;
    left: 0;
    top: 0;
    width: min(100%, 340px);
  }
}
.worky__body .graphset img.legend {
  width: 25.9385665529vw;
}
@media screen and (min-width: 768px) {
  .worky__body .graphset img.legend {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 152px;
  }
}

.ourvi__sect {
  margin-top: 10em;
}

@media screen and (min-width: 768px) {
  .ourvi__content {
    padding-left: 30px;
  }
}

.ourvi__body {
  margin-top: 3.0555555556em;
}
@media screen and (min-width: 768px) {
  .ourvi__body {
    margin-top: 1.4444444444em;
    display: grid;
    gap: 0 min(100px, 9.7087378641%);
    grid-template-areas: "text photo";
    grid-template-columns: 1fr min(32.0388349515%, 330px);
  }
}
@media screen and (min-width: 1280px) {
  .ourvi__body {
    gap: 0 80px;
    grid-template-columns: 1fr 390px;
  }
}
.ourvi__body img {
  border-radius: 1.6666666667em;
  box-shadow: -1.1111111111em 1.6666666667em #013557;
  display: block;
  height: auto;
  margin: 0 auto;
  width: min(100%, 18.3333333333em);
}
@media screen and (min-width: 768px) {
  .ourvi__body img {
    margin-top: 4px;
    grid-area: photo;
    width: 100%;
  }
}
.ourvi__body .body-text {
  margin-top: 3.3333333333em;
}
@media screen and (min-width: 768px) {
  .ourvi__body .body-text {
    grid-area: text;
    margin-top: 0;
  }
}
.ourvi__body .body-text p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
}
.ourvi__body .body-text p + p {
  margin-top: 1.8888888889em;
}
.ourvi__body .body-text strong {
  display: inline-block;
  padding-left: 4em;
}
.ourvi__body .body-text div.sect-btnBase.button {
  height: 2.7777777778em;
  margin: 2.5555555556em auto 0;
  width: 13.6666666667em;
}
@media screen and (min-width: 768px) {
  .ourvi__body .body-text div.sect-btnBase.button {
    margin-left: 0;
    margin-top: 51px;
  }
}
.ourvi__body .body-text div.sect-btnBase.button a.button__inner {
  padding-right: 1.9444444444em;
}
.ourvi__body .body-text div.sect-btnBase.button a.button__inner::before {
  width: 1.6666666667em;
}
.ourvi__body .body-text div.sect-btnBase.button a.button__inner span.sect-btnText {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.groww__sect {
  margin-top: 10em;
}
@media screen and (min-width: 768px) {
  .groww__sect {
    margin-top: 185px;
  }
}

@media screen and (min-width: 768px) {
  .groww__content {
    padding-left: 30px;
  }
}

.groww__body {
  margin-top: 3.0555555556em;
  padding-bottom: 95.7337883959vw;
  position: relative;
}
@media screen and (min-width: 586px) {
  .groww__body {
    padding-bottom: 561px;
  }
}
@media screen and (min-width: 768px) {
  .groww__body {
    margin-top: 26px;
    padding-bottom: 0;
  }
}
.groww__body img.body-image {
  bottom: 0;
  display: block;
  height: auto;
  position: absolute;
  right: -12.2866894198vw;
  width: 85.3242320819vw;
}
@media screen and (min-width: 586px) {
  .groww__body img.body-image {
    right: -72px;
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .groww__body img.body-image {
    bottom: auto;
    left: min(663px, 57.2815533981% + 74px);
    max-width: none;
    right: auto;
    top: -78px;
    width: 872px;
  }
}
@media screen and (min-width: 1280px) {
  .groww__body img.body-image {
    left: 664px;
  }
}
.groww__body p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  text-align: justify;
}

ol.groww__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  ol.groww__list {
    width: min(590px, 57.2815533981%);
  }
}
ol.groww__list > li {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 2.7777777778em;
}
ol.groww__list > li h3 {
  align-items: center;
  display: flex;
  gap: 1.1111111111em;
}
ol.groww__list > li h3 span.service-lastCont-list__item-icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-family: var(--font-family-publ);
  font-size: 1.5555555556em;
  font-weight: 400;
  height: 2.1428571429em;
  width: 2.1428571429em;
}
ol.groww__list > li h3 span.service-lastCont-list__item-icon::before {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}
ol.groww__list > li h3 span.list-title {
  font-size: 1.1666666667em;
  font-weight: 500;
  line-height: 1.4285714286;
  word-break: keep-all;
}
ol.groww__list > li > p {
  font-size: 0.8888888889em;
  margin-top: 0.875em;
  padding-left: 5em;
  text-align: justify;
}

.letsg__sect {
  margin-bottom: 7.9444444444em;
  margin-top: 7.9444444444em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .letsg__sect {
    margin-bottom: 330px;
    margin-top: 627px;
  }
}
.letsg__sect .rec__contwidth {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .letsg__sect .rec__contwidth {
    display: block;
  }
}

img.letsg__image {
  display: block;
  height: auto;
  margin-top: 7.337883959vw;
  margin-left: -9.7269624573vw;
  order: 2;
  width: 85.3242320819vw;
}
@media screen and (min-width: 768px) {
  img.letsg__image {
    margin-left: 0;
    margin-top: 0;
    order: initial;
    right: min(694px, 65.4716981132%);
    top: -452px;
    max-width: none;
    position: absolute;
    width: 872px;
  }
}
@media screen and (min-width: 1024px) {
  img.letsg__image {
    right: 694px;
  }
}

.letsg__content {
  position: relative;
  order: 1;
}
@media screen and (min-width: 768px) {
  .letsg__content {
    margin-left: auto;
    margin-right: 0;
    width: min(75.5660377358%, 755px);
  }
}
.letsg__content h2 span.shuffle {
  font-size: 7.8125vw;
}
@media screen and (min-width: 768px) {
  .letsg__content h2 span.shuffle {
    font-size: min(56px, 6.5104166667vw);
  }
}

.letsg__body {
  margin-top: 2.1111111111em;
}
@media screen and (min-width: 768px) {
  .letsg__body {
    margin-top: 30px;
  }
}
.letsg__body p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.3333333333em;
  letter-spacing: 0.05em;
  text-align: justify;
}
.letsg__body div.button {
  height: 3.9444444444em;
  margin: 2.3888888889em auto 0;
  width: 17.7777777778em;
}
@media screen and (min-width: 768px) {
  .letsg__body div.button {
    margin-right: 0;
  }
}
.letsg__body div.button span.service-last-btnText {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.1111111111em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

[class*=slidein_] {
  filter: opacity(0);
  transition-delay: var(--dly);
  transition-duration: 1.5s;
  transition-property: transform, filter;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[class*=slidein_].done {
  filter: opacity(1);
  transform: translateX(0);
}

.slidein_lt {
  transform: translateX(max(-200px, -20vw));
}

.slidein_rt {
  transform: translateX(20vw);
}
/*# sourceMappingURL=recruit.css.map */
