@charset "UTF-8";
/* _mixin.scss */
/* ページ全体の背景Canvas */
.c-background-objects {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  pointer-events: none;
  background-color: #fff;
}

/* コンテンツ全体を包むラッパー（Canvasの上に重ねる） */
.l-wrap {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.m-main-recruit {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .m-main-recruit {
    margin-top: 12vw !important;
  }
}
.m-main-recruit > * + * {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .m-main-recruit > * + * {
    margin-top: 26vw !important;
  }
}

.m-main-recruit--mts {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .m-main-recruit--mts {
    margin-top: 12vw !important;
  }
}
.m-main-recruit--mts > * + * {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .m-main-recruit--mts > * + * {
    margin-top: 18vw !important;
  }
}

.m-section__content--recruit > * + * {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .m-section__content--recruit > * + * {
    margin-top: 12vw !important;
  }
}

.m-section--blue {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 179, 176, 0.8235294118)), to(rgba(24, 127, 196, 0.8274509804)));
  background: linear-gradient(90deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .m-section--blue {
    padding: 10vw 0;
  }
}

.p-recruit-header {
  margin-top: -78px;
  position: relative;
  height: 100svh;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-recruit-header {
    min-height: 700px;
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-header {
    margin-top: -60px;
    max-height: 160vw;
  }
}
.p-recruit-header__bg {
  background: url(/wp-content/themes/okabe_valve/2026/assets/img/recruit/recruit-mv.jpg);
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 768px) {
  .p-recruit-header__bg {
    background: url(/wp-content/themes/okabe_valve/2026/assets/img/recruit/recruit-mv_sp.jpg);
    background-size: cover;
    max-height: 160vw;
    background-position: top center;
  }
}
.p-recruit-header__content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48%;
}
@media screen and (min-width: 769px) {
  .p-recruit-header__content {
    min-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-header__content {
    top: inherit;
    bottom: 0;
    width: 100%;
    right: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-header__title-group {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 221, 217, 0.1882352941)), to(rgba(24, 150, 235, 0.2235294118)));
    background: linear-gradient(90deg, rgba(0, 221, 217, 0.1882352941) 0%, rgba(24, 150, 235, 0.2235294118) 100%);
    padding: 4vw 5vw 5vw;
    backdrop-filter: blur(20px);
  }
}
.p-recruit-header__title {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#00b3af), to(#187fc4));
  background: linear-gradient(90deg, #00b3af 0%, #187fc4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-recruit-header__title {
    color: #fff;
    background: none;
    -webkit-text-fill-color: inherit;
    font-size: 10vw;
    line-height: 1.2;
  }
}
.p-recruit-header__btn {
  background: #000;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  text-box-trim: trim-both;
  -webkit-transition: all 0.8s ease, bacground-color 1s ease;
  transition: all 0.8s ease, bacground-color 1s ease;
  pointer-events: auto;
  min-width: 250px;
  padding: 10px 35px 8px;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-recruit-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
    padding: 10px 9vw;
    font-size: 4vw;
  }
}
.p-recruit-header__btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 24px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-recruit-header__btn:hover {
  background: #00b3af;
  -webkit-box-shadow: inset 0px 0px 40px 60px #00b3af;
          box-shadow: inset 0px 0px 40px 60px #00b3af;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-recruit-header__btn:hover::after {
    right: 20px;
  }
}

.m-recruit-header--people {
  height: 780px;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people {
    height: 125vw;
  }
}
.m-recruit-header--people .p-recruit-header__bg {
  background-image: var(--bg-pc);
  background-position: center top;
  height: 780px;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people .p-recruit-header__bg {
    margin-top: 45vw;
    background-image: var(--bg-sp);
    background-position: center top;
    height: 80vw;
  }
}
.m-recruit-header--people .p-recruit-header__content {
  top: inherit;
  -webkit-transform: none;
          transform: none;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people .p-recruit-header__content {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people .p-recruit-header__title-group {
    background: none;
    padding: 0;
    backdrop-filter: none;
  }
}
.m-recruit-header--people .p-recruit-header__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
  font-size: 5.6rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people .p-recruit-header__title {
    font-size: 7vw;
    padding-left: 5vw;
    color: #111;
    text-shadow: none;
  }
}
.m-recruit-header--people .p-recruit-header__name {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 179, 176, 0.8235294118)), to(rgba(24, 127, 196, 0.8274509804)));
  background: linear-gradient(90deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.4;
  margin-top: 100px;
  padding: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people .p-recruit-header__name {
    font-size: 7vw;
    text-align: center;
    line-height: 1.2;
    padding: 3vw 5vw;
    margin-top: 62vw;
  }
}
.m-recruit-header--people .p-recruit-header__name span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--people .p-recruit-header__name span {
    font-size: 4vw;
  }
}

.m-recruit-header--page {
  height: 380px;
  min-height: inherit;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page {
    height: 60vw;
  }
}
.m-recruit-header--page .p-recruit-header__bg {
  background-image: var(--bg-pc);
  background-position: center center;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page .p-recruit-header__bg {
    background-image: var(--bg-sp);
    background-position: center center;
    height: 60vw;
  }
}
.m-recruit-header--page .p-recruit-header__content {
  top: 50%;
  left: 50px;
  -webkit-transform: none;
          transform: none;
  bottom: 40px;
  right: inherit;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page .p-recruit-header__content {
    bottom: 0;
    left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page .p-recruit-header__title-group {
    background: none;
    padding: 0;
    backdrop-filter: none;
  }
}
.m-recruit-header--page .p-recruit-header__title {
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
  font-size: 5.6rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page .p-recruit-header__title {
    font-size: 7vw;
  }
}
.m-recruit-header--page .p-recruit-header__name {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 179, 176, 0.8235294118)), to(rgba(24, 127, 196, 0.8274509804)));
  background: linear-gradient(90deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.4;
  margin-top: 100px;
  padding: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page .p-recruit-header__name {
    font-size: 7vw;
    text-align: center;
    line-height: 1.2;
    padding: 3vw 5vw;
    margin-top: 62vw;
  }
}
.m-recruit-header--page .p-recruit-header__name span {
  display: block;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--page .p-recruit-header__name span {
    font-size: 4vw;
  }
}

.m-recruit-header__btn--large {
  width: 450px;
  margin-top: 0;
  padding: 20px 35px 18px;
  font-size: 2rem;
  background: linear-gradient(45deg, #187fc4 0%, #00b3af 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .m-recruit-header__btn--large {
    max-width: 100%;
    padding: 12px 9vw;
  }
}
.m-recruit-header__btn--large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(45deg, #00b3af 0%, #187fc4 100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.m-recruit-header__btn--large::after {
  top: 50%;
  right: 34px;
}
@media screen and (min-width: 769px) {
  .m-recruit-header__btn--large:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: linear-gradient(45deg, #187fc4 0%, #00b3af 100%);
  }
  .m-recruit-header__btn--large:hover::before {
    opacity: 0;
  }
  .m-recruit-header__btn--large:hover::after {
    right: 30px;
  }
}
.m-recruit-header__btn--large span {
  position: relative;
}

/* --- メッセージセクション --- */
.p-recruit-message {
  background: url(/wp-content/themes/okabe_valve/2026/assets/img/recruit/recruit-message-bg.png) no-repeat;
  background-size: 80%;
  background-position: center;
  padding: 10px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-message {
    background-size: 90%;
    padding: 0 0 0 0;
  }
}
.p-recruit-message .p-recruit-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message .p-recruit-title {
    margin-bottom: 6vw;
  }
}
.p-recruit-message__body {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #333;
}
.p-recruit-message__body p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  margin: 0;
  text-align: center;
  color: #17225F;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__body p {
    font-size: 4vw;
  }
}
.p-recruit-message__body {
  /* 段落間の余白用のユーティリティ */
}
.p-recruit-message__body .u-mt-l {
  margin-top: 2em;
}

.p-recruit-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #00b3af;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit-title {
    font-size: 6vw;
  }
}
.p-recruit-title span {
  font-size: 5rem;
  color: #666;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit-title span {
    font-size: 9vw;
  }
}

.m-recruit-title--ta-c {
  text-align: center;
}
.m-recruit-title--ta-c-sp-ta-r {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-recruit-title--ta-c-sp-ta-r {
    text-align: right;
  }
}
.m-recruit-title--ta-c-sp-ta-l {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-recruit-title--ta-c-sp-ta-l {
    text-align: left;
  }
}

.m-content-unit--recruit, .m-img-box--recruit {
  position: relative;
}

.p-recruit-num {
  position: absolute;
  font-size: 22rem;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(141, 206, 202, 0.5921568627)), to(rgba(24, 127, 195, 0)));
  background: linear-gradient(180deg, rgba(141, 206, 202, 0.5921568627) 0%, rgba(24, 127, 195, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-recruit-num {
    font-size: 26vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(141, 206, 202, 0.5921568627)), to(rgba(24, 127, 195, 0.2078431373)));
    background: linear-gradient(180deg, rgba(141, 206, 202, 0.5921568627) 0%, rgba(24, 127, 195, 0.2078431373) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.m-recruit-num--top-right {
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-recruit-num--top-right {
    top: -15vw;
  }
}

.m-recruit-num--bottom-right {
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-recruit-num--bottom-right {
    top: -2vw;
  }
}

.m-recruit-num--top-left {
  top: -60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m-recruit-num--top-left {
    top: -15vw;
  }
}

.m-recruit-num--bottom-left {
  top: -50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m-recruit-num--bottom-left {
    top: -2vw;
  }
}

.m-card--recruit .c-card__body {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 179, 176, 0.8235294118)), to(rgba(24, 127, 196, 0.8274509804)));
  background: linear-gradient(90deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  min-height: 7cqw;
  height: auto;
  padding: 3cqw 3cqw 3cqw 5cqw;
}
.m-card--recruit .triangle {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 25px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: rgba(255, 255, 255, 0.7490196078);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-card--recruit a:hover .triangle {
  width: 30px;
  background: #fff;
}

.m-card__body--recruit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-card__body--recruit p {
  text-align: center;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .m-card__body--recruit p {
    font-size: 4.5cqw;
  }
}
.m-card__body--recruit span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .m-card__body--recruit span {
    font-size: 1.2rem;
  }
}

.m-card__body--recruit-pd {
  padding: 25px !important;
}

.m-card__body--recruit-wht {
  background: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-card__body--recruit-wht p {
  color: #17225F;
}
.m-card__body--recruit-wht .triangle {
  background: #17225F;
}
a:hover .m-card__body--recruit-wht .triangle {
  background: #17225F !important;
}

.m-card__text--ta-c {
  text-align: center;
}

.m-data__item--recruit {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background: none;
  border: 4px solid #00b3af;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .m-data__item--recruit {
    border: 1vw solid #00b3af;
  }
}
.m-data__item--recruit .p-data__label {
  margin-bottom: 10px;
  color: #00b3af;
  line-height: 1.3;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-data__item--recruit .p-data__label {
    font-size: 3vw;
    margin-bottom: 1vw;
    min-height: 4em;
  }
}
.m-data__item--recruit .p-data__label span {
  font-size: 85%;
  font-weight: normal;
  width: 100%;
}
.m-data__item--recruit .p-data__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .m-data__item--recruit .p-data__img {
    margin-bottom: 1vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-data__item--recruit .p-data__number-wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .m-data__item--recruit .p-data__number-wrap {
    padding-bottom: 2vw;
  }
}
.m-data__item--recruit .p-data__number {
  font-size: 8rem;
  color: #00b3af;
  line-height: 1;
  text-box-trim: trim-both;
}
@media screen and (max-width: 768px) {
  .m-data__item--recruit .p-data__number {
    font-size: 11vw;
  }
}
.m-data__item--recruit .m-data__number--small {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .m-data__item--recruit .m-data__number--small {
    font-size: 8vw;
    letter-spacing: -0.05;
  }
}
.m-data__item--recruit .p-data__separator {
  color: #00b3af;
}
.m-data__item--recruit .p-data__unit {
  color: #00b3af;
}
.m-data__item--recruit .m-data__unit--small {
  font-size: 90%;
  letter-spacing: -0.05;
}

.m-card__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-card__faq .c-card__img-wrapper {
  width: 30%;
  aspect-ratio: inherit;
}
.m-card__faq .c-card__body {
  background: #eff2f7;
  width: 70%;
  position: inherit;
  padding: 0;
  padding-right: 10%;
}
.m-card__faq .c-card__body .c-card__text {
  margin: 0 auto;
  font-size: 2.2rem;
  color: #17225F;
}
@media screen and (max-width: 768px) {
  .m-card__faq .c-card__body .c-card__text {
    font-size: 4.1vw;
  }
}
.m-card__faq .c-card__body .triangle {
  background-color: #17225F;
}
.m-card__faq .c-card__body:hover .triangle {
  background-color: #17225F;
}

@media screen and (min-width: 769px) {
  .c-grid-layout__item:nth-child(8n+2) .m-data__item--recruit, .c-grid-layout__item:nth-child(8n+4) .m-data__item--recruit, .c-grid-layout__item:nth-child(8n+5) .m-data__item--recruit, .c-grid-layout__item:nth-child(8n+7) .m-data__item--recruit {
    border: none;
    background: linear-gradient(45deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  }
  .c-grid-layout__item:nth-child(8n+2) .m-data__item--recruit .p-data__label, .c-grid-layout__item:nth-child(8n+4) .m-data__item--recruit .p-data__label, .c-grid-layout__item:nth-child(8n+5) .m-data__item--recruit .p-data__label, .c-grid-layout__item:nth-child(8n+7) .m-data__item--recruit .p-data__label {
    color: #fff;
  }
  .c-grid-layout__item:nth-child(8n+2) .m-data__item--recruit .p-data__img, .c-grid-layout__item:nth-child(8n+4) .m-data__item--recruit .p-data__img, .c-grid-layout__item:nth-child(8n+5) .m-data__item--recruit .p-data__img, .c-grid-layout__item:nth-child(8n+7) .m-data__item--recruit .p-data__img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .c-grid-layout__item:nth-child(8n+2) .m-data__item--recruit .p-data__number, .c-grid-layout__item:nth-child(8n+4) .m-data__item--recruit .p-data__number, .c-grid-layout__item:nth-child(8n+5) .m-data__item--recruit .p-data__number, .c-grid-layout__item:nth-child(8n+7) .m-data__item--recruit .p-data__number {
    color: #fff;
  }
  .c-grid-layout__item:nth-child(8n+2) .m-data__item--recruit .p-data__separator, .c-grid-layout__item:nth-child(8n+4) .m-data__item--recruit .p-data__separator, .c-grid-layout__item:nth-child(8n+5) .m-data__item--recruit .p-data__separator, .c-grid-layout__item:nth-child(8n+7) .m-data__item--recruit .p-data__separator {
    color: #fff;
  }
  .c-grid-layout__item:nth-child(8n+2) .m-data__item--recruit .p-data__unit, .c-grid-layout__item:nth-child(8n+4) .m-data__item--recruit .p-data__unit, .c-grid-layout__item:nth-child(8n+5) .m-data__item--recruit .p-data__unit, .c-grid-layout__item:nth-child(8n+7) .m-data__item--recruit .p-data__unit {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-grid-layout__item:nth-child(4n+2) .m-data__item--recruit, .c-grid-layout__item:nth-child(4n+3) .m-data__item--recruit {
    border: none;
    background: linear-gradient(45deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  }
  .c-grid-layout__item:nth-child(4n+2) .m-data__item--recruit .p-data__label, .c-grid-layout__item:nth-child(4n+3) .m-data__item--recruit .p-data__label {
    color: #fff;
  }
  .c-grid-layout__item:nth-child(4n+2) .m-data__item--recruit .p-data__img, .c-grid-layout__item:nth-child(4n+3) .m-data__item--recruit .p-data__img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .c-grid-layout__item:nth-child(4n+2) .m-data__item--recruit .p-data__number, .c-grid-layout__item:nth-child(4n+3) .m-data__item--recruit .p-data__number {
    color: #fff;
  }
  .c-grid-layout__item:nth-child(4n+2) .m-data__item--recruit .p-data__separator, .c-grid-layout__item:nth-child(4n+3) .m-data__item--recruit .p-data__separator {
    color: #fff;
  }
  .c-grid-layout__item:nth-child(4n+2) .m-data__item--recruit .p-data__unit, .c-grid-layout__item:nth-child(4n+3) .m-data__item--recruit .p-data__unit {
    color: #fff;
  }
}

.p-recruit-read {
  position: absolute;
  top: 50%;
  left: 50px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 768px) {
  .p-recruit-read {
    font-size: 6vw;
    left: 4vw;
  }
  .p-recruit-read:lang(en) {
    font-size: 4vw;
  }
}

.m-column-title--recruit {
  color: #00b3af;
  text-align: center;
}

.c-content-title {
  color: #187fc4;
}
.m-section--blue .c-content-title {
  color: #fff;
}

.m-content-title--line {
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.m-section--blue .c-text {
  color: #fff;
}

.c-sns-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-sns-recruit {
    margin-top: 12vw;
  }
}
.c-sns-recruit a {
  background: #17225F;
  width: 50px;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .c-sns-recruit a:hover {
    opacity: 0.7;
  }
}

.m-section--entry {
  background: linear-gradient(45deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .m-section--entry {
    margin-top: 12vw !important;
  }
}
.m-section--entry .m-recruit-title--entry {
  width: 100%;
  padding: 20px 0 25px;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .m-section--entry .m-recruit-title--entry:hover {
    opacity: 0.7;
  }
}
.m-section--entry .m-recruit-title--entry::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 15px;
  left: 50%;
  border: 0;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-section--entry .m-recruit-title--entry.is-active::after {
  -webkit-transform-origin: 100% center;
          transform-origin: 100% center;
  -webkit-transform: translateX(-50%) rotate(315deg);
          transform: translateX(-50%) rotate(315deg);
}
.m-section--entry .js-entry-accordion-target {
  display: none;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .m-section--entry .js-entry-accordion-target {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.m-section--entry .m-recruit-header__btn--wht {
  background: #fff;
  color: #111;
}
.m-section--entry .m-grid--2col {
  max-width: 800px;
  margin: 0 auto;
}
.m-section--entry .c-entry-btn {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.m-section--entry .c-entry-btn .triangle {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 25px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #17225F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-section--entry .c-entry-btn:hover .triangle {
  width: 30px;
}
.m-section--entry .c-btn {
  background: #000;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  text-box-trim: trim-both;
  -webkit-transition: all 0.8s ease, bacground-color 1s ease;
  transition: all 0.8s ease, bacground-color 1s ease;
  pointer-events: auto;
  min-width: 250px;
  padding: 10px 35px 8px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-section--entry .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
    padding: 10px 9vw;
    font-size: 4vw;
  }
}
.m-section--entry .c-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 24px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-section--entry .c-btn:hover {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 40px 60px #fff;
          box-shadow: inset 0px 0px 40px 60px #fff;
  color: #111;
}
@media screen and (min-width: 769px) {
  .m-section--entry .c-btn:hover::after {
    right: 20px;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
  }
}

.m-main-people .c-block-title {
  color: #187fc4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #187fc4;
  padding-bottom: 5px;
  line-height: 1.2;
}
.m-main-people .c-block-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-main-people .c-block-title__text .time {
  font-size: 12px;
  color: #111;
  padding-left: 2px;
}
.m-main-people .c-icon-clock {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  margin-right: 10px;
}
.m-main-people .c-icon-clock::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.m-main-people .c-icon-clock .h-hand, .m-main-people .c-icon-clock .m-hand {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 1px);
  width: 2px;
  background-color: currentColor;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.m-main-people .c-icon-clock .h-hand {
  height: 9px;
  -webkit-transform: rotate(calc(var(--h) * 30deg + var(--m) * 0.5deg));
          transform: rotate(calc(var(--h) * 30deg + var(--m) * 0.5deg));
}
.m-main-people .c-icon-clock .m-hand {
  height: 12px;
  -webkit-transform: rotate(calc(var(--m) * 6deg));
          transform: rotate(calc(var(--m) * 6deg));
}

.m-faq-list--recruit .p-faq-list__question {
  background: #EFF2F6;
  color: #111;
  padding: 0;
  padding-right: 15px;
  margin-bottom: 2px;
}
.m-faq-list--recruit .p-faq-list__question .p-faq-list__symbol {
  width: 60px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  min-height: 60px;
  background: #00b3af;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-faq-list--recruit .p-faq-list__answer {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-faq-list--recruit .p-faq-list__answer .p-faq-list__symbol {
  width: 60px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  min-height: 60px;
  background: #cdebeb;
  color: #00b3af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-faq-list--recruit .p-faq-list__answer .p-faq-list__a-content {
  padding: 15px 15px 15px 0;
}

.m-data-list--recruit {
  border-top: none;
}
.m-data-list--recruit .c-data-list__label {
  background: #cdebeb;
  color: #00b3af;
}
.m-data-list--recruit .c-data-list__item {
  border: none;
  margin-bottom: 2px;
}
.m-data-list--recruit .c-data-list__data {
  background: #EFF2F6;
}
@media screen and (max-width: 768px) {
  .m-data-list--recruit .c-data-list__data {
    padding: 4vw;
  }
}

.p-works-flow {
  margin: 0 auto;
}
.p-works-flow__thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-works-flow__thead {
    display: block;
  }
}
.p-works-flow__th {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.p-works-flow__th.-main {
  background-color: #00b3af;
  width: 65%;
  font-size: 2.6rem;
  border-right: 1px solid #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-works-flow__th.-main {
    width: 100%;
    font-size: 2rem;
    border-right: none;
    padding: 15px;
  }
}
.p-works-flow__th.-sub {
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-works-flow__th.-sub {
    display: none;
  }
}
.p-works-flow__th-label {
  background-color: #00b3af;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-size: 1.6rem;
}
.p-works-flow__roles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 5px;
}
.p-works-flow__role {
  background-color: #00b3af;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}
.p-works-flow__role-name {
  text-align: center;
  line-height: 1.4;
  padding: 5px 0;
}
.p-works-flow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .p-works-flow__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-flow__content {
  background: #cdebeb;
  width: 65%;
  padding: 35px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-flow__content {
    width: 100% !important;
    padding: 30px 20px;
  }
}
.p-works-flow__content::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #00b3af;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-works-flow__content::after {
    bottom: -90px;
  }
}
.p-works-flow__row:last-child .p-works-flow__content::after {
  display: none;
}
.p-works-flow__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-flow__title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-works-flow__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #111;
  text-align: justify;
}
.p-works-flow__range {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-works-flow__range {
    width: 100%;
    padding: 0 0 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-works-flow__col {
  background: #EFF2F6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-works-flow__col {
    border: none;
    padding: 30px 0 10px;
  }
  .p-works-flow__col::before {
    position: absolute;
    top: 5px;
    font-size: 1.2rem;
  }
  .p-works-flow__col:nth-child(1)::before {
    content: "営業";
  }
  .p-works-flow__col:nth-child(2)::before {
    content: "事務";
  }
  .p-works-flow__col:nth-child(3)::before {
    content: "配送";
  }
}
.p-works-flow__dot {
  position: relative;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .p-works-flow__dot {
    width: 6vw;
    height: 6vw;
  }
}
.p-works-flow__dot.-active {
  background-color: #00b3af;
  border-radius: 50%;
  z-index: 5;
}
.p-works-flow__dot.-active::before {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #00b3af;
  top: -100px;
  bottom: -250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-works-flow__dot.-active::before {
    display: none;
  }
}
.p-works-flow__dot.-start::before {
  top: 50%;
}
.p-works-flow__dot.-end::before {
  bottom: 50%;
}

.p-career-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-career-step__list {
    gap: 30px;
  }
}
.p-career-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFF2F6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-career-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-career-step__item::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00b3af;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-career-step__item::after {
    display: none;
  }
}
.p-career-step__item:last-child::after {
  display: none;
}
.p-career-step__period {
  width: 250px;
  background-color: #00b3af;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-career-step__period {
    width: 100%;
    padding: 15px;
  }
}
.p-career-step__period::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00b3af;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-career-step__period::after {
    display: none;
  }
}
.p-career-step__period-text {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-career-step__period-text {
    font-size: 2rem;
  }
}
.p-career-step__item:last-child .p-career-step__period::after {
  display: none;
}
.p-career-step__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-career-step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
    gap: 20px;
  }
}
.p-career-step__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-career-step__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-career-step__title {
    font-size: 2rem;
    text-align: center;
  }
}
.p-career-step__details {
  list-style: none;
  padding: 0;
}
.p-career-step__details li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #111;
}
.p-career-step__details li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-career-step__image {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-career-step__image {
    width: 100%;
  }
}
.p-career-step__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-office-gallery {
  padding-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-office-gallery {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.p-office-gallery .c-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-office-gallery .c-tab-list {
    gap: 5px;
    padding: 0 5vw;
  }
}
.p-office-gallery .c-tab-item {
  cursor: pointer;
  width: 33%;
  padding: 12px 40px;
  background: #EFF2F6;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-office-gallery .c-tab-item {
    padding: 10px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-office-gallery .c-tab-item.is-active {
  background: #00b3af;
  color: #fff;
}
.p-office-gallery .c-tab-panel {
  display: none;
}
.p-office-gallery .c-tab-panel.is-active {
  display: block;
}
.p-office-gallery .p-office-slider {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
  overflow: visible;
}
.p-office-gallery .p-office-slider .swiper-slide {
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.p-office-gallery .p-office-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-office-gallery .p-office-slider__img {
  width: 100%;
  aspect-ratio: 2/1.3;
}
.p-office-gallery .p-office-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-office-gallery .p-office-slider .swiper-button-next,
.p-office-gallery .p-office-slider .swiper-button-prev {
  background: #00b3af;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-office-gallery .p-office-slider .swiper-button-next,
  .p-office-gallery .p-office-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
}
.p-office-gallery .p-office-slider .swiper-button-next {
  right: 13px;
}
@media screen and (max-width: 768px) {
  .p-office-gallery .p-office-slider .swiper-button-next {
    right: 2vw;
  }
}
.p-office-gallery .p-office-slider .swiper-button-prev {
  left: 13px;
}
@media screen and (max-width: 768px) {
  .p-office-gallery .p-office-slider .swiper-button-prev {
    left: 2vw;
  }
}
.p-office-gallery .swiper-slide-active .p-office-slider__caption {
  opacity: 1;
}
.p-office-gallery .p-office-thumbs {
  max-width: 1000px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-office-gallery .p-office-thumbs {
    margin-left: 5vw;
    margin-right: 5vw;
    overflow: hidden;
  }
}
.p-office-gallery .p-office-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  aspect-ratio: 4/3;
}
.p-office-gallery .p-office-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-office-gallery .p-office-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.m-recruit-header--story {
  height: auto;
  min-height: auto;
  max-height: inherit;
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--story {
    padding-top: 60px;
  }
}
.m-recruit-header--story .p-recruit-header__bg {
  background: rgba(203, 225, 238, 0.2392156863);
  background-image: none;
  max-height: inherit;
}
.m-recruit-header--story .p-recruit-header__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: inherit;
  top: inherit;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--story .p-recruit-header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .m-recruit-header--story .p-recruit-header__content {
    gap: 30px;
  }
}
.m-recruit-header--story .p-recruit-header__content .p-recruit-header__title-group {
  background: none;
}
.m-recruit-header--story .p-recruit-header__content h1 {
  background: linear-gradient(45deg, rgba(0, 179, 176, 0.8235294118) 0%, rgba(24, 127, 196, 0.8274509804) 100%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 20px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .m-recruit-header--story .p-recruit-header__content h1 {
    font-size: 6vw;
  }
}

.m-section--story {
  overflow: hidden;
}
.m-section--story .p-recruit-title {
  text-align: center;
  font-size: 5rem;
  border-bottom: 2px solid #00b3af;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-section--story .p-recruit-title {
    font-size: 10vw;
    margin-left: 0;
  }
}
.m-section--story .p-content__story {
  position: relative;
  margin-top: 0 !important;
}
.m-section--story .p-content__story::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #00b3af;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .m-section--story .p-content__story::before {
    left: 0;
  }
}
.m-section--story .m-content__story--last::before {
  display: none;
}
.m-section--story .m-content__story--last .p-story__body {
  background: none;
}
@media screen and (max-width: 768px) {
  .m-section--story .m-content__story--last .p-story__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-section--story .m-content__story--last .p-story__item {
    padding-top: 10px;
  }
}

.m-section--story + .m-section--story {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .m-section--story + .m-section--story {
    margin-top: 40px !important;
  }
}

.p-story__item {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding-top: 40px;
}

.m-story__item--w400 {
  max-width: 400px;
}

.story-ttl__right {
  margin-left: 50%;
  font-weight: bold;
  color: #00b3af;
  font-size: 3.3rem;
  padding: 0 0 0 40px;
  border-bottom: 2px solid #00b3af;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story-ttl__right {
    margin-left: 0;
    padding-left: 5vw;
    font-size: 7vw;
  }
}
.story-ttl__right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #00b3af;
  border-radius: 20px;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}
.story-ttl__right span {
  font-size: 2rem;
}

.story-ttl__left {
  margin-right: 50%;
  font-weight: bold;
  color: #00b3af;
  font-size: 3.3rem;
  text-align: right;
  padding: 0 40px 0 0;
  border-bottom: 2px solid #00b3af;
  position: relative;
}
@media screen and (max-width: 768px) {
  .story-ttl__left {
    margin-left: 0;
    padding-left: 5vw;
    font-size: 7vw;
  }
}
.story-ttl__left::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #00b3af;
  border-radius: 20px;
  -webkit-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
}
@media screen and (max-width: 768px) {
  .story-ttl__left::before {
    right: inherit;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
}
.story-ttl__left span {
  font-size: 2rem;
}

.p-story__body {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-story__body {
    padding: 25px;
    border-radius: 10px;
    background: #EFF2F6;
  }
}
@media screen and (max-width: 768px) {
  .p-story__body {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-story__body img {
    max-height: 50vw;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-story__body .story-ttl {
  color: #00b3af;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-story__body .story-ttl {
    font-size: 5vw;
  }
}
.p-story__body .m-story-ttl--ta-c {
  text-align: center;
}
.p-story__body .story-read {
  color: #17225F;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-story__body .story-read {
    font-size: 4vw;
  }
}
.p-story__body .m-story-read--middle {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-story__body .m-story-read--middle {
    font-size: 4vw;
  }
}
.p-story__body .m-story-read--large {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-story__body .m-story-read--large {
    font-size: 9vw;
  }
}
.p-story__body .story-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-story__body .story-text {
    font-size: 1.3rem;
  }
}
.p-story__body .m-story-text--ta-c {
  text-align: center;
}
.p-story__body .story-read + .story-text {
  margin-top: 10px;
}
.p-story__body img + .story-text {
  margin-top: 10px;
}
.p-story__body .story-ttl + .story-read {
  margin-top: 10px !important;
}
.p-story__body > * + * {
  margin-top: 30px;
}

.m-recruit-title--numbers span {
  color: inherit;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .m-recruit-title--numbers span {
    font-size: 4vw;
  }
}
.m-recruit-title--numbers {
  padding-bottom: 5px;
  border-bottom: 2px solid #00b3af;
}

.p-numbers-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
  font-size: 12rem;
  color: #00b3af;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-numbers-score {
    font-size: 20vw;
  }
}
.p-numbers-score span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-numbers-score span {
    font-size: 10vw;
  }
}

.p-numbers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-numbers-list li {
  color: #00b3af;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-numbers-list li {
    font-size: 1.5rem;
  }
}

.m-numbers-list--blk li {
  color: #111;
}

.p-gap-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-gap-table {
    font-size: 3vw;
  }
}
.p-gap-table th, .p-gap-table td {
  border: 3px solid transparent;
  padding: 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-gap-table th, .p-gap-table td {
    padding: 3vw;
  }
}
.p-gap-table th {
  background-color: #00b3af;
  color: #EFF2F6;
  font-weight: bold;
  text-align: center;
  width: 40%;
}
.p-gap-table th:first-child {
  width: 20%;
  min-width: 80px;
  background-color: transparent;
}
.p-gap-table th.category-th {
  background-color: #00b3af;
  color: #EFF2F6;
  text-align: center;
  padding: 8px 5px;
}
.p-gap-table th.category-th .cat-sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-gap-table th.category-th .cat-sub {
    font-size: 1rem;
  }
}
.p-gap-table th.category-th .cat-main {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-gap-table th.category-th .cat-main {
    font-size: 3vw;
  }
}
.p-gap-table td {
  color: #00b3af;
  background-color: #EFF2F6;
  font-weight: bold;
}

.p-numbers-message {
  text-align: center;
  font-weight: bold;
  color: #00b3af;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-numbers-message {
    font-size: 8vw;
    line-height: 1.2;
  }
}

.p-real-heading {
  font-weight: bold;
  color: #00b3af;
  font-size: 3.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-real-heading {
    font-size: 8vw;
    text-align: center;
    line-height: 1.2;
  }
}

.p-real-sub {
  color: #00b3af;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-real-sub {
    font-size: 1.5rem;
  }
}

.p-follow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-follow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFF2F6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-follow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-follow-badge {
  background-color: #00b3af;
  color: #EFF2F6;
  font-weight: bold;
  font-size: 2rem;
  padding: 30px 15px;
  width: 160px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-follow-badge {
    width: 100%;
    font-size: 4vw;
    padding: 5px;
  }
}

.p-follow-text {
  padding-left: 20px;
  color: #00b3af;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-follow-text {
    font-size: 4vw;
    padding: 10px;
  }
}

.m-content-title--numbers {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .m-content-title--numbers {
    font-size: 6vw;
  }
}

.p-education-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.p-education-flow__item {
  position: relative;
}
.p-education-flow__item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #00b3af;
  z-index: 10;
}
.p-education-flow__item:last-child::after {
  display: none;
}
.p-education-flow__item:last-child .p-education-flow__ttl {
  font-size: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-education-flow__item:last-child .p-education-flow__ttl {
    font-size: 7vw;
    text-align: center;
  }
}
.p-education-flow__ttl {
  color: #00b3af;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-education-flow__ttl {
    font-size: 5vw;
  }
}
.p-education-flow__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-education-flow__text {
    font-size: 1.6rem;
  }
}