@charset "UTF-8";
/* ==========================================================================
   Variables & Mixins
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
html, body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 2;
  text-align: justify;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==========================================================================
   Heading Component (共通見出し)
   ========================================================================== */
.c-heading-message__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.c-heading-message__top .en {
  font-size: clamp(44px, 8vw, 90px);
  font-weight: 900;
  color: #172b88;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-heading-message__top .en {
    font-size: 70px;
  }
}
.c-heading-message__top .jp {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  color: #172b88;
}
.c-heading-message__main {
  font-size: clamp(50px, 10vw, 90px);
  font-weight: 900;
  color: #172b88;
  line-height: 0.9;
  margin-top: 5px;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.recruit-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.recruit-hero::after {
  content: "";
  background: url(../images/mv.webp) no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 40%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-hero::after {
    height: 25%;
  }
}
@media screen and (min-width: 1921px) {
  .recruit-hero::after {
    height: 30%;
  }
}
.recruit-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  min-height: 600px;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-hero__inner {
    height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .recruit-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 390px;
    max-height: 65vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-hero__inner {
    margin: 100px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    min-height: 500px;
  }
}
@media screen and (min-width: 1921px) {
  .recruit-hero__inner {
    height: 90vh;
  }
}
.recruit-hero__left {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-hero__left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-hero__left {
    width: 100%;
    height: 15vh;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-hero__left {
    width: 50%;
  }
}
.recruit-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-hero__bg img {
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
@media screen and (max-width: 767px) {
  .recruit-hero__bg img {
    display: none;
  }
}
.recruit-hero__copy {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4vh;
  z-index: 3;
}
@media screen and (min-width: 1921px) {
  .recruit-hero__copy {
    bottom: 10%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-hero__copy {
    bottom: 15vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-hero__copy {
    width: 130%;
    bottom: 10vh;
  }
}
@media screen and (max-width: 767px) {
  .recruit-hero__copy {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 140px;
  }
}
.recruit-hero__right {
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*background: url(../images/recruit/mv__right.webp)no-repeat right top / cover;*/
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-hero__right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-hero__right {
    width: 100%;
  }
}
.recruit-hero__slider {
  height: 60%;
  margin-top: auto;
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-hero__slider {
    height: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-hero__slider {
    height: 72%;
  }
}
@media screen and (min-width: 1921px) {
  .recruit-hero__slider {
    height: 70%;
  }
}
.recruit-hero__slider .slider-item {
  height: 100%;
}
.recruit-hero__slider .slider-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   Message
   ========================================================================== */
.recruit-message {
  padding: clamp(80px, 10vw, 360px) 0 120px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-message {
    padding-top: 5vh;
  }
}
@media screen and (min-width: 1921px) {
  .recruit-message {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message {
    padding: 80px 0 60px;
  }
}
.recruit-message__deco {
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-message__deco {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-message__deco {
    margin-top: -10vh;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__deco {
    margin-top: -65px;
  }
}
.recruit-message__arrow {
  position: absolute;
  pointer-events: none;
}
.recruit-message__arrow.-left {
  top: 0px;
  left: -60px;
  width: 35%;
}
.recruit-message__arrow.-left img {
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-message__arrow.-left {
    top: -40px;
  }
}
@media screen and (min-width: 1481px) {
  .recruit-message__arrow.-left {
    top: -230px;
  }
}
@media screen and (min-width: 2561px) {
  .recruit-message__arrow.-left {
    top: -320px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__arrow.-left {
    top: -90px;
    left: -15px;
    width: 40%;
  }
}
.recruit-message__arrow.-right {
  top: -100px;
  right: -100px;
  width: 83%;
}
.recruit-message__arrow.-right img {
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-message__arrow.-right {
    width: 89%;
  }
}
@media screen and (min-width: 1481px) {
  .recruit-message__arrow.-right {
    top: -350px;
  }
}
@media screen and (min-width: 2561px) {
  .recruit-message__arrow.-right {
    top: -550px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-message__arrow.-right {
    top: -60px;
    right: -50px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__arrow.-right {
    top: -110px;
    right: -60px;
    width: 92%;
  }
}
.recruit-message__inner {
  max-width: 1300px;
  margin: 15vh auto 0;
  padding: 0 clamp(20px, 5vw, 50px);
}
@media screen and (min-width: 1921px) {
  .recruit-message__inner {
    margin-top: 300px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-message__inner {
    margin-top: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-message__inner {
    padding-top: 150px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__inner {
    padding-top: 60px;
    margin-top: 0;
  }
}
.recruit-message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-message__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-message__body {
  width: 52%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-message__body {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__body {
    width: 100%;
  }
}
.recruit-message__image-area {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-message__image-area {
    width: 100%;
    max-width: 270px;
    margin: 20px auto 0;
  }
}
.recruit-message__image-bg {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 130%;
  z-index: 1;
}
.recruit-message__image-bg img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-message__image-bg {
    top: 15%;
    left: 55%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message__image-bg {
    top: 40%;
    left: 65%;
  }
}
.recruit-message__photo {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1.1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.recruit-message__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-message__caption {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 30px;
  text-align: center;
}
.recruit-message__caption .post {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-message__caption .post {
    margin-top: 0;
  }
}
.recruit-message__caption .post {
  text-align: center;
}
.recruit-message__caption .name {
  font-size: clamp(20px, 3vw, 24px);
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

/* ==========================================================================
   Mission
   ========================================================================== */
.recruit-vision {
  background: url(../images/recruit/vision__bg.webp) center bottom/cover;
  padding: 0 0 clamp(60px, 8vw, 15vh) 0;
}
.recruit-vision__text {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 10vh;
  text-align: center;
  line-height: 1.855;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-vision__text {
    font-size: 1.4rem;
    padding-bottom: 10vh;
  }
}

.recruit-mission {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 100px) 0 0;
  overflow: hidden;
}
.recruit-mission::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -10vw;
  opacity: 0.5;
}
@media screen and (min-width: 1921px) {
  .recruit-mission::before {
    left: -20vw;
  }
}
.recruit-mission::before {
  top: 0;
  background: url(../images/recruit/bg-left.webp) no-repeat right top/cover;
}
.recruit-mission__panels {
  width: 100%;
  margin-bottom: clamp(40px, 6vw, 80px);
}
@media screen and (max-width: 767px) {
  .recruit-mission__panels {
    width: 100%;
    margin-left: 0;
  }
}
.recruit-mission__panel-row {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.recruit-mission__panel-row img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-mission__panel-row {
    width: 100%;
    margin: auto;
  }
}
.recruit-mission__panel-row.-bottom {
  margin-top: -25%;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-mission__panel-row.-bottom {
    margin-top: -15%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-mission__panel-row.-bottom {
    margin-top: -80px;
  }
}
.recruit-mission__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
  position: relative;
  z-index: 1;
}
.recruit-mission__content:first-of-type {
  margin-bottom: 15vh;
}
@media screen and (max-width: 767px) {
  .recruit-mission__content:first-of-type {
    margin-bottom: 10vh;
  }
}
.recruit-mission__heading {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}
.recruit-mission__heading h2.en {
  font-size: clamp(50px, 8vw, 80px);
  font-weight: 900;
  color: #172b88;
  line-height: 1;
  letter-spacing: 0.05em;
}
.recruit-mission__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: 5vh;
}
@media screen and (max-width: 767px) {
  .recruit-mission__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;
    gap: 40px;
  }
}
.recruit-mission p {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2;
  text-align: justify;
}
.recruit-mission__copy, .recruit-mission__thumb {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruit-mission__copy, .recruit-mission__thumb {
    width: 100%;
  }
}
.recruit-mission__copy img, .recruit-mission__thumb img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   System
   ========================================================================== */
.recruit-system {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 120px) 0 0;
  position: relative;
  background: #f0f7ff url(../images/recruit/recruit__bg.webp) no-repeat center center/cover;
  overflow: hidden;
}
.recruit-system__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
  position: relative;
  z-index: 2;
}
.recruit-system__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(40px, 6vw, 80px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-system__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-system__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.recruit-system__heading .c-heading-message .en, .recruit-system__heading .c-heading-message .jp, .recruit-system__heading .c-heading-message__main {
  color: #172b88;
}
.recruit-system__heading .c-heading-message .en {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.155;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-system__heading .c-heading-message .en {
    padding-top: 0;
  }
}
.recruit-system__heading .c-heading-message .jp {
  text-align: left;
  display: block;
  margin-top: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-system__heading .c-heading-message br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruit-system__heading .c-heading-message br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-system__heading .c-heading-message h2 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .recruit-system__heading .c-heading-message h2 {
    margin-bottom: 0;
    padding-top: 0 !important;
  }
}
.recruit-system__main-img {
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-system__main-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-system__main-img {
    width: 100%;
  }
}
.recruit-system__main-img img {
  width: 100%;
  -webkit-box-shadow: 20px 20px 0 rgba(23, 43, 136, 0.1);
          box-shadow: 20px 20px 0 rgba(23, 43, 136, 0.1);
}
.recruit-system__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 30px);
}
@media screen and (max-width: 767px) {
  .recruit-system__grid {
    grid-template-columns: 1fr;
  }
}
.recruit-system__card {
  background: -webkit-gradient(linear, left top, left bottom, from(#d2ecfa), color-stop(20%, #ffffff));
  background: linear-gradient(to bottom, #d2ecfa 0%, #ffffff 20%);
  padding: clamp(25px, 4vw, 40px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.recruit-system__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.recruit-system__card-title .icon {
  width: clamp(30px, 4vw, 40px);
  height: auto;
}
.recruit-system__card-title h3 {
  font-size: clamp(18px, 2.5vw, 29px);
  font-weight: bold;
  color: #333;
  margin: 0;
}
.recruit-system__card-text {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.recruit-system__bottom-deco {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .recruit-system__bottom-deco {
    padding-top: 0;
  }
}
.recruit-system__bottom-deco {
  position: relative;
}
.recruit-system__bottom-deco::after {
  content: "";
  background: url(../images/recruit/company__top.webp) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  .recruit-system__bottom-deco::after {
    background-size: cover;
  }
}
.recruit-system__bottom-deco::after {
  position: absolute;
  width: 100vw;
  height: 110%;
  max-height: 800px;
  right: 0;
  top: -15vh;
}
.recruit-system__bottom-deco .Inner-flex {
  max-width: 1500px;
  margin: 10vh auto;
  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;
  gap: 0px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-system__bottom-deco .Inner-flex {
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-system__bottom-deco .Inner-flex {
    padding: 100px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.recruit-system__bottom-deco .img-wrap {
  position: relative;
  z-index: 1;
}
.recruit-system__bottom-deco .img-wrap img {
  max-width: 100%;
  height: auto;
}
.recruit-system__bottom-deco .img-wrap:first-of-type {
  margin-top: -25%;
}
.recruit-system__bottom-deco .img-wrap:last-of-type {
  margin-bottom: -10%;
}
@media screen and (max-width: 767px) {
  .recruit-system__bottom-deco .img-wrap:last-of-type {
    margin-top: 5vh;
  }
}

/* ==========================================================================
   Company Profile (Table)
   ========================================================================== */
.company-profile {
  padding: 5vh 40px 5vh;
}
@media screen and (min-width: 1921px) {
  .company-profile {
    padding-top: 10vh;
  }
}
.company-profile {
  position: relative;
  z-index: 1;
}
.company-profile h2 {
  color: #fff !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-profile {
    padding-top: 15vh;
  }
}
@media screen and (max-width: 767px) {
  .company-profile {
    padding: 0 20px 0;
  }
}
.company-profile__inner {
  max-width: 1130px;
  margin: 0 auto;
}
.company-profile__inner h2.en {
  color: #172b88;
  font-size: clamp(44px, 8vw, 80px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1921px) {
  .company-profile__inner h2.en {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-profile__inner h2.en {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .company-profile__inner h2.en .jp {
    margin-top: 0.5em;
  }
  .company-profile__inner h2.en {
    color: #fff;
  }
}
.company-profile .table {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.company-profile .table tbody {
  display: inline;
}
.company-profile .table tr {
  display: table;
  width: 100%;
}
.company-profile .table th, .company-profile .table td {
  border-bottom: 1px solid #ddd;
  padding: 1.5em;
  line-height: 1.8;
}
.company-profile .table th {
  width: 20%;
  background-color: #fafafa;
  text-align: left;
  font-weight: bold;
}
.company-profile .table td {
  width: 80%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .company-profile .table {
    display: block;
  }
  .company-profile .table th, .company-profile .table td {
    display: block;
    width: 100%;
  }
  .company-profile .table th {
    border-bottom: none;
  }
}
.company-profile .flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .company-profile .flex-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.company-profile .flex-group .three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.3333333333%;
}
@media screen and (max-width: 767px) {
  .company-profile .flex-group .three {
    width: 100%;
  }
}
.company-profile .flex-group .three picture {
  width: 100%;
}
.company-profile .flex-group .three picture img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.company-profile .flex-group .three a.link {
  border: 1px solid #172b88;
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0.6em;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  color: #172b88;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company-profile .flex-group .three a.link:hover {
  background: #172b88;
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.company-profile h3.border {
  border-bottom: 4px solid #172b88;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: bold;
}
.company-profile h3.border.mt {
  margin-top: 10vh;
}

.center__image {
  width: 100vw;
  max-width: 1920px;
  display: block;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .center__image {
    max-width: 100%;
  }
  .center__image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 300px;
  }
}

/* ==========================================================================
   Interview
   ========================================================================== */
.recruit-interview {
  width: 100%;
  max-width: 100%;
  padding: clamp(300px, 40vw, 500px) 0 10vh;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-interview {
    padding-top: 5vh;
    padding-bottom: 0;
  }
  .recruit-interview .recruit-interview__deco {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-interview {
    padding-top: 5vh;
  }
  .recruit-interview .recruit-interview__deco {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .recruit-interview {
    padding-top: 600px;
  }
}
@media screen and (min-width: 2561px) {
  .recruit-interview {
    padding-top: 850px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.recruit-interview__arrow {
  position: absolute;
}
.recruit-interview__arrow.-left {
  top: 120px;
  left: -60px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .recruit-interview__arrow.-left {
    top: -40px;
    left: -15px;
    width: 40%;
  }
}
.recruit-interview__arrow.-right {
  top: 0;
  right: -100px;
  width: 83%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-interview__arrow.-right {
    top: -40px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview__arrow.-right {
    top: -70px;
    right: -60px;
    width: 95%;
  }
}
@media screen and (min-width: 2561px) {
  .recruit-interview__arrow.-right {
    top: -130px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-interview__arrow.-right {
    top: -50px;
  }
}
.recruit-interview__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
}
.recruit-interview__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-interview__heading {
    margin-bottom: 1em;
  }
}
.recruit-interview__heading h2.en {
  font-size: clamp(44px, 8vw, 80px);
  font-weight: 900;
  color: #172b88;
  line-height: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit-interview__heading h2.en {
    margin-bottom: 0;
  }
}
.recruit-interview__heading .jp {
  font-size: 18px;
  font-weight: bold;
  color: #172b88;
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .recruit-interview__heading .jp {
    text-align: center;
  }
}
.recruit-interview__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: clamp(50px, 8vw, 80px);
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-interview__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2%;
  }
}
.recruit-interview__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 4vw, 30px);
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-interview__item {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-interview__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-interview__image {
  width: 55%;
  aspect-ratio: 1.8/1;
  overflow: hidden;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}
.recruit-interview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-interview__image {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-interview__image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview__image {
    width: 100%;
    aspect-ratio: 1.5/1;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  }
}
.recruit-interview__info {
  width: 40%;
  padding: 0.5em 0 1.5em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-interview__info {
    width: 70%;
    border-bottom: none;
    margin-bottom: 5vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-interview__info {
    width: 45%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview__info {
    width: 100%;
  }
}
.recruit-interview__info h3 {
  font-size: clamp(22px, 3vw, 26px);
  font-weight: bold;
  margin-bottom: 5px;
}
.recruit-interview__info .post {
  font-size: 18px;
  color: #172b88;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruit-interview__info .text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}
.recruit-interview__info a.btn {
  max-width: 190px;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recruit-interview__info a.btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .recruit-interview__info a.btn {
    margin: auto;
  }
}

/* ==========================================================================
   Solution (Service)
   ========================================================================== */
.recruit-solution {
  width: 100%;
  max-width: 100%;
  padding: 120px 0 clamp(200px, 30vw, 400px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution {
    padding-top: 5vh;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .recruit-solution {
    padding-bottom: 500px;
  }
}
.recruit-solution {
  position: relative;
  background: url(../images/recruit/service__bg.webp) no-repeat center center/cover;
  overflow: hidden;
}
@media screen and (min-width: 2561px) {
  .recruit-solution__deco {
    margin-bottom: 250px;
  }
}
.recruit-solution__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution__inner {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .recruit-solution__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution__inner {
    gap: 0;
  }
}
.recruit-solution__side {
  width: 250px;
}
@media (max-width: 1024px) {
  .recruit-solution__side {
    width: 100%;
  }
}
.recruit-solution__side .c-heading-message {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution__side .c-heading-message {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution__side .c-heading-message {
    margin-bottom: 0;
  }
}
.recruit-solution__side .c-heading-message .en {
  font-size: clamp(50px, 8vw, 70px);
  color: #fff;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution__side .c-heading-message .en {
    font-size: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution__side .c-heading-message .en {
    margin-bottom: 0;
  }
}
.recruit-solution__side .c-heading-message .jp {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-solution__side .c-heading-message .jp {
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0.5em auto 0;
  }
}
.recruit-solution__side a.btn {
  max-width: 200px;
  font-size: 14px;
}
.recruit-solution__main {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}
@media (max-width: 1024px) {
  .recruit-solution__main {
    width: 100%;
  }
}
.recruit-solution .solution-upper {
  margin-bottom: clamp(60px, 10vw, 100px);
}
@media screen and (max-width: 767px) {
  .recruit-solution p {
    margin-top: 0;
  }
}
.recruit-solution .solution-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 8vw, 80px) 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
}
.recruit-solution .solution-lower .solution-unit {
  width: 48%;
}
@media (max-width: 1024px) {
  .recruit-solution .solution-lower .solution-unit {
    width: 100%;
  }
}
.recruit-solution .solution-unit__title {
  background: -webkit-gradient(linear, left top, right top, from(#172b88), to(#1788ae));
  background: linear-gradient(90deg, #172b88 0%, #1788ae 100%);
  color: #fff;
  padding: 8px 25px;
  font-size: clamp(22px, 2.5vw, 22px);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution .solution-unit__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution .solution-unit__title {
    clip-path: none;
  }
}
.recruit-solution .solution-unit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit-solution .solution-unit__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-solution .solution-unit__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-solution .solution-unit__text p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.recruit-solution .solution-unit__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .recruit-solution .solution-unit__img {
    width: 100%;
  }
}
.recruit-solution .solution-unit__img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.recruit-solution .solution-unit__img .img-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.recruit-solution__arrow.-left {
  position: absolute;
  bottom: 0px;
  left: -60px;
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution__arrow.-left {
    position: relative;
    width: 35%;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution__arrow.-left {
    position: relative;
    top: 60px;
    left: -15px;
    width: 40%;
  }
}
@media screen and (min-width: 2561px) {
  .recruit-solution__arrow.-left {
    bottom: 0px;
  }
}
.recruit-solution__arrow.-right {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 83%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-solution__arrow.-right {
    position: relative;
    width: 105%;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-solution__arrow.-right {
    position: relative;
    top: -60px;
    right: -60px;
    width: 105%;
  }
}
@media screen and (max-width: 500px) {
  .recruit-solution__arrow.-right {
    top: -30px;
  }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.recruit-faq {
  width: 100%;
  max-width: 100%;
  padding: clamp(60px, 8vw, 100px) 0;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-faq {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-faq {
    padding-top: 0;
  }
}
.recruit-faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
}
.recruit-faq__heading {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}
.recruit-faq__heading h2.en {
  font-size: clamp(50px, 8vw, 80px);
  font-weight: 900;
  color: #172b88;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-faq__heading h2.en {
    margin-bottom: 0;
  }
}
.recruit-faq__heading .jp {
  font-size: 16px;
  color: #172b88;
  display: block;
  margin-top: 10px;
}
.recruit-faq__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: 15px;
}
.recruit-faq__question {
  width: 100%;
  background: #172b88;
  color: #fff;
  padding: clamp(15px, 3vw, 20px) clamp(20px, 4vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  border: none;
}
.recruit-faq__question .q-icon {
  font-size: clamp(20px, 4vw, 27px);
  font-weight: 900;
  margin-right: 20px;
}
.recruit-faq__question .text {
  font-size: clamp(15px, 2.5vw, 22px);
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  text-align: left;
}
.recruit-faq__question .toggle-icon {
  position: absolute;
  right: clamp(20px, 4vw, 30px);
  width: 20px;
  height: 20px;
}
.recruit-faq__question .toggle-icon::before, .recruit-faq__question .toggle-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit-faq__question .toggle-icon::before {
  width: 100%;
  height: 2px;
}
.recruit-faq__question .toggle-icon::after {
  width: 2px;
  height: 100%;
}
.recruit-faq__answer {
  height: 0;
  overflow: hidden;
  background: #f8f9fa;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.recruit-faq__answer .answer-inner {
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #eee;
  border-top: none;
}
.recruit-faq__answer .answer-inner p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  color: #333;
}
.recruit-faq__item.is-active .recruit-faq__question .toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* ==========================================================================
   Process
   ========================================================================== */
.p-recruit-process {
  width: 100%;
  max-width: 100%;
  padding: clamp(60px, 8vw, 100px) 0;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruit-process {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-process {
    padding-top: 0;
  }
}
.p-recruit-process__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
}
.p-recruit-process__heading {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}
.p-recruit-process__heading h2.en {
  font-size: clamp(50px, 8vw, 80px);
  font-weight: 900;
  color: #172b88;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-process__heading h2.en {
    margin-bottom: 0;
  }
}
.p-recruit-process__heading .jp {
  font-size: 16px;
  color: #172b88;
  display: block;
  margin-top: 10px;
}
.p-recruit-process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-recruit-process__list {
    gap: 15px;
  }
}
.p-recruit-process__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border: 1px solid #1a2a8a;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .p-recruit-process__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 769px) {
  .p-recruit-process__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-top: 2px solid #1a2a8a;
    border-right: 2px solid #1a2a8a;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    z-index: 2;
  }
}
.p-recruit-process__head {
  background: #1a2a8a;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.p-recruit-process__head span {
  font-size: 1.4rem;
  margin-left: 0.15em;
}
.p-recruit-process__body {
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 120px;
}
@media (max-width: 768px) {
  .p-recruit-process__body {
    min-height: 100px;
    padding: 15px 10px;
  }
}
.p-recruit-process__title {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.p-recruit-process__text {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
  color: #333;
}
.p-recruit-process p.attention {
  font-size: 0.9rem;
}
.p-recruit-process h3.border {
  border-bottom: 4px solid #172b88;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: bold;
  margin-top: 5vh;
}
@media screen and (max-width: 767px) {
  .p-recruit-process h3.border {
    margin-bottom: 0.5em;
  }
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.recruit-gallery {
  width: 100%;
  max-width: 100%;
  padding: clamp(60px, 8vw, 100px) 0;
  background: #fff;
}
.recruit-gallery h2.title {
  color: #172b88;
  margin-bottom: 1em;
  font-size: clamp(1.4re, 1.45rem, 1.5rem);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .recruit-gallery {
    padding-top: 5vh;
  }
}
.recruit-gallery__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 50px);
}
.recruit-gallery__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .recruit-gallery__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.recruit-gallery__column.-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-gallery__column.-left {
    gap: 10px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit-gallery__column.-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18.5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-gallery__column.-right {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit-gallery__column.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-gallery__item {
  width: 31.4%;
}
@media screen and (max-width: 767px) {
  .recruit-gallery__item {
    width: 49%;
  }
}
.recruit-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   数字で見る
   ========================================================================== */
.p-company-profile {
  width: 100%;
  max-width: 100%;
  padding: clamp(60px, 8vw, 100px) 0;
  background-color: #f9f9f9;
}
.p-company-profile h2.bk.en {
  color: #172b88;
  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;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}
.p-company-profile h2.bk.en .jp {
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  margin-top: 10px;
}
.p-company-profile__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  max-width: 1130px;
  padding: 0 clamp(15px, 3vw, 20px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-company-profile__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-company-profile__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: clamp(20px, 4vw, 30px);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.p-company-profile__card.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-company-profile__card .card-label {
  font-weight: bold;
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin-bottom: 5px;
  color: #333;
}
.p-company-profile__card .card-number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000;
}
.p-company-profile__card .card-number-wrap .num {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}
.p-company-profile__card .card-number-wrap .unit {
  font-size: clamp(1rem, 2vw, 1.1rem);
  margin-left: 4px;
  font-weight: bold;
}
.p-company-profile__card .card-icon {
  width: clamp(60px, 8vw, 80px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company-profile__card .card-icon img {
  width: 100%;
  height: auto;
}

/* Utils */
.pc-only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block;
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    margin-top: 0;
    width: 100%;
  }
}

/* ==========================================================================
   募集職種
   ========================================================================== */
.p-occupation-detail .Inner__wrap {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.p-occupation-detail h2 {
  color: #003399;
  font-weight: bold;
  font-size: 1.95rem;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 3px solid #003399;
  border-top: 3px solid #003399;
}
@media screen and (max-width: 767px) {
  .p-occupation-detail h2 {
    font-size: 1.45rem;
  }
}
.p-occupation-detail .c-heading-statement {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  color: #1a308d;
  padding: 40px 20px;
  background-color: #f4f7ff;
  border-left: 8px solid #1a308d;
  border-radius: 0 8px 8px 0;
  font-size: 1.5rem;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-occupation-detail .c-heading-statement {
    font-size: 1.5rem;
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-occupation-detail .c-heading-statement {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-occupation-detail .p-occupation-detail__grid:nth-of-type(2) {
  margin-top: 5vh;
}
@media screen and (max-width: 767px) {
  .p-occupation-detail .p-occupation-detail__grid:nth-of-type(2) {
    margin-top: 0;
  }
}

.c-heading-primary {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 3px solid #e0e0e0;
}
.c-heading-primary::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #003399;
}

.p-occupation-detail__list {
  padding-left: 0;
}

.p-occupation-detail__list ul, .p-occupation-detail__list li {
  list-style: none;
  padding-left: 0;
}

.p-occupation-intro {
  padding: 60px 0;
}
.p-occupation-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-occupation-intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-occupation-intro__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media screen and (max-width: 767px) {
  .p-occupation-intro__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.p-occupation-intro__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-occupation-intro__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-occupation-intro__body p {
  line-height: 1.8;
}
.p-occupation-intro__body p:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-occupation-detail {
  background-color: #fff;
  padding-top: 0;
}
.p-occupation-detail__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.p-occupation-detail__grid:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-occupation-detail__grid:first-of-type h4 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-occupation-detail__grid:first-of-type h4 {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-occupation-detail__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.p-occupation-detail__list {
  margin-top: 20px;
}
.p-occupation-detail__list li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.p-occupation-detail__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #003399;
  font-weight: bold;
}
.p-occupation-detail__content p {
  line-height: 1.7;
}
.p-occupation-detail__content p:not(:last-child) {
  margin-bottom: 1em;
}

.c-table-primary {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.c-table-primary tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
}
.c-table-primary tr:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-table-primary tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-table-primary th {
  padding: 15px 20px;
  background-color: #1a308d;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-table-primary th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding: 25px 30px;
    font-size: 1rem;
  }
}
.c-table-primary td {
  padding: 15px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
  font-size: 1rem;
  color: #333;
}
.c-table-primary td .u-text-bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-table-primary td {
    padding: 25px 30px;
    font-size: 1rem;
  }
}
.c-table-primary td .c-list-check {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
}
.c-table-primary td .c-list-check li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
}
.c-table-primary td .c-list-check li:not(:last-child) {
  margin-bottom: 8px;
}
.c-table-primary td .c-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a308d;
  font-weight: bold;
}

.p-occupation-nav {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-occupation-nav {
    padding-bottom: 0;
  }
}
.p-occupation-nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-occupation-nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.p-occupation-nav__link {
  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;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #1a308d;
  background-color: #fff;
  color: #1a308d;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}
.p-occupation-nav__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a308d;
  border-right: 2px solid #1a308d;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-occupation-nav__link:hover {
  background-color: #001883;
  color: #fff;
}
.p-occupation-nav__link:hover::after {
  border-color: #fff;
  -webkit-transform: rotate(135deg) translate(-2px, -2px);
          transform: rotate(135deg) translate(-2px, -2px);
}

#contact .Inner__wrap {
  margin: auto;
  max-width: 1130px !important;
}

/* ==========================================================================
   Animations
   ========================================================================== */
.js-fade-up, .js-fade-right, .js-fade-left {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-fade-up.is-visible, .js-fade-right.is-visible, .js-fade-left.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-fade-up {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.js-fade-right {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.js-fade-left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay-5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-6 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-7 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-8 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay-9 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay-10 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

/* Utils */
.pc-only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block;
    text-align: center;
  }
}

.page-top {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.page-top.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-top a {
  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;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #oc-02, #oc-03, #oc-04, #oc-05 {
    padding-top: 0;
  }
}
/***************追従ボタン******************/
a.floating-btn {
  position: fixed;
  bottom: 90px;
  right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 66px;
  font-size: 19px;
  font-weight: 500;
  border-radius: 23px;
  border: 1px solid #dc1010;
  background: #fff;
  max-width: 260px;
  border-radius: 10px;
  color: #dc1010;
  font-weight: bold;
  text-decoration: none;
  z-index: 55;
}
@media screen and (max-width: 767px) {
  a.floating-btn {
    right: inherit;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 240px;
    height: 56px;
    font-size: 16px;
  }
}
a.floating-btn i {
  font-size: 26px;
  margin-left: 0px;
  margin-bottom: -5px;
}
a.floating-btn:hover {
  background: #dc1010;
  color: #fff;
  opacity: 1;
}

/***************プライバシーチェック******************/
.privacy-title {
  font-size: 1rem;
  color: #202020;
  margin: 0;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.privacy-title span.text_red {
  background: #fe0000;
  text-align: center;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  font-size: 0.85rem;
  padding: 3px;
  font-weight: normal;
}

#policy-scroll-box {
  height: 160px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  margin-bottom: 20px;
  position: relative;
  font-size: 0.9rem;
  -webkit-overflow-scrolling: touch;
}
#policy-scroll-box h3 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
#policy-scroll-box p {
  font-size: 0.9rem !important;
}
#policy-scroll-box .policy-content #scroll-end-marker {
  height: 1px;
  width: 100%;
}
#policy-scroll-box:focus {
  border: 2px solid #000;
}

.privacy-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 14px 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: not-allowed;
}
.privacy-box:has(.is-active) {
  background-color: #ecf9ff;
  border-color: #b3d7ff;
  cursor: pointer;
}

.wpcf7-acceptance {
  opacity: 0.25;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.wpcf7-acceptance.is-active {
  opacity: 1;
  pointer-events: auto;
}
.wpcf7-acceptance label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
}