@charset "UTF-8";
/* html {
  font-size: 100%;
} */
@media (max-width: 1030px) {
  html {
    font-size: 1.5533980583vw;
  }
}
/* @media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
} */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

article {
  font-family: "kozuka-gothic-pro", sans-serif;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  article > * + * {
    margin-top: -4.5rem;
  }
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.recruit {
  margin-top: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .recruit {
    margin-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

.section__title-wrap {
  text-align: center;
}

.recruit__inner {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .recruit__inner {
    margin-top: 2.5rem;
    max-width: 37.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.recruit__title {
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 0.01em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .recruit__title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.recruit__item {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .recruit__item {
    margin-top: 2.5rem;
  }
}

.recruit__summary {
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, .16);
          box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  list-style: none;
  /* 必要なら幅・高さを指定 */
  /* width: rem(300); */
  /* height: rem(200); */
}
@media screen and (max-width: 768px) {
  .recruit__summary {
    display: block;
  }
}

.recruit__summary::-webkit-details-marker {
  display: none;
  /* デフォルトの矢印を非表示にする */
}

.recruit__summary > picture {
  display: inline-block;
  width: auto;
}

.recruit__image {
  max-width: 30.625rem;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
          -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .recruit__image {
    display: block;
    max-width: 37.5rem;
  }
}

/* 3) ホバー時に拡大 */
.recruit__summary:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.recruit__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .recruit__text {
    padding-top: 1.75rem;
    padding-left: 1.25rem;
  }
}

.recruit__position {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.01em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .recruit__position {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.recruit__catch {
  max-width: 22.125rem;
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .recruit__catch {
    margin-top: 1.25rem;
    max-width: 100%;
  }
}

.recruit__icon {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-left: auto;
  margin-top: 1.875rem;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .recruit__icon {
    margin-top: 1.25rem;
  }
}

.recruit__icon.recruit__icon--plus {
  margin-top: -1.5rem;
}
@media screen and (max-width: 768px) {
  .recruit__icon.recruit__icon--plus {
    margin-top: 1.125rem;
  }
}

/* 横棒（共通） */
.recruit__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 縦棒（＋のときだけ表示） */
.recruit__icon::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #000000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* アコーディオンが開いたら縦棒（＋）を非表示にして−だけに */
.recruit__item[open] .recruit__icon::before {
  opacity: 0;
}

/* アコーディオン開いたらアイコンを回転（＋ → −） */
.recruit__item[open] .recruit__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.recruit__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .recruit__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.recruit__detail-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #EDF5FD;
  border-radius: 0.375rem;
  padding: 2.5rem 2.5rem 2.375rem 10.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit__detail-box {
    padding: 8rem 1.5625rem 2.375rem 2.5rem;
    min-width: 200px;
  }
}

.recruit__detail-box__icon {
  position: absolute;
  top: 4.0625rem;
  left: 1.25rem;
  width: 6.25rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .recruit__detail-box__icon {
    position: absolute;
    left: 50%;
    top: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4.25rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.recruit__detail-box__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #133D83;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .recruit__detail-box__title {
    letter-spacing: 0.1em;
  }
}

.recruit__detail-box__list {
  list-style: decimal inside;
  margin-top: 1.875rem;
}

.recruit__detail-box__list li {
  font-size: 1rem;
  font-weight: 500;
  color: #133D83;
  line-height: 1.75;
  letter-spacing: 0;
  text-indent: -1em;
}

.recruit__detail-box__list:nth-child(2) li {
  line-height: 2.625;
}

.js-accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.8s ease-in-out, opacity 0.6s ease-in-out;
  transition: max-height 0.8s ease-in-out, opacity 0.6s ease-in-out;
}

.js-accordion.open .js-accordion-body {
  opacity: 1;
}

.js-accordion.open .recruit__icon::before {
  /* 横棒（＋の横線）を消す */
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}

/* 回転アニメーションも同様にクラスセレクタに */
.js-accordion.open .recruit__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.recruit-mv {
  width: 100%;
}

/* ヘッダー（グラデーション背景） */
.recruit-mv__header {
  background: transparent -webkit-gradient(linear, left top, right top, from(#9BCCFF), to(rgba(155, 204, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #9BCCFF 0%, rgba(155, 204, 255, 0) 100%) 0% 0% no-repeat padding-box;
  padding-top: 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-mv__header {
    padding-top: 2.0625rem;
    padding-bottom: 0.75rem;
  }
}

.recruit-mv__title-wrap {
  max-width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
@media screen and (max-width: 768px) {
  .recruit-mv__title-wrap {
    max-width: 37.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-mv__title {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1.1428571429;
  letter-spacing: 0.035em;
  color: #133D83;
}
@media screen and (max-width: 768px) {
  .recruit-mv__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.recruit-mv__subtitle {
  font-family: "times-new-roman", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8125rem;
  line-height: 1.1379310345;
  letter-spacing: 0.03482em;
  color: #133D83;
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .recruit-mv__subtitle {
    font-size: 1.75rem;
    line-height: 1.1428571429;
    display: block;
    margin-left: 0;
  }
}

.recruit-mv__visual {
  position: relative;
  text-align: center;
}

/* イラストビジュアル */
.recruit-mv__visual {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* １枚画像を幅いっぱいに */
.recruit-mv__img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.scroll_down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: arrowmove 1.5s ease-in-out infinite;
          animation: arrowmove 1.5s ease-in-out infinite;
  z-index: 2;
}

.scroll_down a {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-family: "kozuka-gothic-pro", sans-serif;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .scroll_down a {
    font-size: 0.875rem;
  }
}

.scroll_text {
  position: absolute;
  left: -1.5625rem;
  top: -9.6875rem;
  padding: 1.25rem 1.25rem 2.5rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .scroll_text {
    left: -1.875rem;
    top: -6.5625rem;
  }
}

.scroll_down a::after {
  content: "";
  position: absolute;
  top: -3.25rem;
  right: -0.5rem;
  width: 1px;
  height: 2.5rem;
  background: #FFFFFF;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
}
@media screen and (max-width: 768px) {
  .scroll_down a::after {
    top: -1.875rem;
    right: -0.34375rem;
    height: 1.625rem;
  }
}

.scroll_down a::before {
  content: "";
  position: absolute;
  top: -8.4375rem;
  right: 0;
  width: 1px;
  height: 7.5rem;
  background: #FFFFFF;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media screen and (max-width: 768px) {
  .scroll_down a::before {
    top: -5.3125rem;
    height: 5rem;
  }
}

/* スクロール先に来たときに線を伸ばす */
.scroll_down a:hover::before {
  height: 8.9375rem;
}
@media screen and (max-width: 768px) {
  .scroll_down a:hover::before {
    height: 6.25rem;
  }
}

.scroll_down a:hover::after {
  top: -1.875rem;
}
@media screen and (max-width: 768px) {
  .scroll_down a:hover::after {
    top: -0.625rem;
  }
}

.timelines__wrapper {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .timelines__wrapper {
    margin-top: 1.25rem;
  }
}

/* 見出し */
.timelines__heading {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0;
  color: #133D83;
}
@media screen and (max-width: 768px) {
  .timelines__heading {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

/*─────────────────────────────────────
  ラッパー (.timelines)：２列→スマホ縦並び
─────────────────────────────────────*/
.timelines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.75rem;
  margin-top: 0.75rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .timelines {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 2.3125rem;
  }
}

/*─────────────────────────────────────
    各タイムライン (.timeline)
  ─────────────────────────────────────*/
.timeline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .timeline {
    padding-top: 0;
  }
}

/*─────────────────────────────────────
    縦線：上半分＝破線、下半分＝実線
  ─────────────────────────────────────*/
/* 上半分（破線） */
.timeline02::before {
  content: "";
  position: absolute;
  top: 0;
  /* 丸マーカー中心まで伸ばす（100% - 半径24px） */
  bottom: calc(100% - 4.0625rem);
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 0.125rem dashed #133d83;
}

/* 下半分（実線） */
.timeline__item::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  /* 丸マーカー中心からスタート */
  bottom: 0;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.125rem;
  background-color: #133d83;
}

/*─────────────────────────────────────
    各アイテム (.timeline__item)
  ─────────────────────────────────────*/
.timeline__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 時刻マーカー (.timeline__time) */
.timeline__time {
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #133d83;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 5rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .timeline__time {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.875rem;
    line-height: 3.75rem;
  }
}

/* コンテンツボックス (.timeline__content) */
.timeline__content {
  margin-left: 4.75rem;
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .timeline__content {
    margin-left: 3.125rem;
    padding-top: 0.9375rem;
    padding-bottom: 2.5rem;
  }
}

/* タイトル (.timeline__title) */
.timeline__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  color: #133D83;
}
@media screen and (max-width: 768px) {
  .timeline__title {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

/* 本文 */
.timeline__content p {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .timeline__content p {
    margin-top: 1.25rem;
  }
}

/* 画像 */
.timeline__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.875rem;
  object-fit: cover;
  aspect-ratio: 348/168;
}

@media screen and (max-width: 768px) {
  .timeline__content img {
    margin-top: 1.25rem;
  }
}

/*─────────────────────────────────────
  各アイテムの下に引く「接続線」実線
─────────────────────────────────────*/
.timeline__item.timeline__item--dashed::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% - 3rem);
  width: 0;
  border-left: 0.125rem dashed #133d83;
}
.timeline__item.border-none::after {
  width: 0;
}

/*─────────────────────────────────────
 13:00 アイテム下の線（実線＋破線に分割）
─────────────────────────────────────*/
/* 実線部分 */
.timeline__item.timeline__item--dashed::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  /* 円の下から実線スタート */
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 18.125rem;
  /* 実線の長さ */
  border-left: 0.125rem solid #133d83;
}
/* 破線部分を追加（実線の続きから） */
.timeline__item.timeline__item--dashed::before {
  content: "";
  position: absolute;
  top: 21.875rem;
  /* 円の高さ＋実線の長さの続きから破線 */
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3.75rem;
  /* 破線の長さ */
  border-left: 0.125rem dashed #133d83;
}

.company-intro__image {
  max-width: 61.25rem;
  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;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.3125rem;
  height: auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .company-intro__image {
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 2.3125rem;
    position: relative;
    z-index: 2;
  }
}

.company-intro {
  position: relative;
  width: 100%;
  height: 50rem;
  background-color: #133D83;
  overflow: visible;
  margin-top: -7.5rem;
}
@media screen and (max-width: 768px) {
  .company-intro {
    margin-top: -4.375rem;
    height: 31.25rem;
  }
}

.company-intro__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .company-intro__inner {
    padding-top: 8.125rem;
  }
}

.company-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.company-intro__body {
  text-align: center;
  z-index: 2;
  position: relative;
}

.company-intro__text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .company-intro__text {
    font-size: 0.96875rem;
    line-height: 2.25;
    letter-spacing: 0em;
  }
}

/* ------------------ */
/* BEM: section block  */
/* ------------------ */
.section {
  text-align: center;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 3.75rem;
  }
}

.section__title {
  text-align: center;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2083333333;
  color: #133D83;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 1.75rem;
    line-height: 1.2142857143;
  }
}

.section__title--underline {
  padding-bottom: 0.75rem;
  border-bottom: 0.25rem solid #133D83;
}

.section__text {
  margin-top: 3.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section__text {
    margin-top: 2.5rem;
  }
}

.benefits {
  background-color: #EDF5FD;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .benefits {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .benefits__inner {
    max-width: 37.5rem;
  }
}

.benefits__heading {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .benefits__heading {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .benefits__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .benefits__list {
    grid-template-columns: 1fr;
  }
}

.benefits__item {
  display: grid;
  /* 上段をアイコン固定高さ、下段を本文自動伸び */
  grid-template-rows: 6.25rem auto;
  row-gap: 1rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 2.5rem 1.75rem 1.75rem;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  .benefits__item {
    padding: 2.125rem 1.75rem 2rem;
  }
}

.benefits__icon {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #133D83;
}
@media screen and (max-width: 768px) {
  .benefits__title {
    font-size: 1rem;
    line-height: 1.75;
  }
}

/* ────────────────
talents
────────────────*/
.talents {
  background-color: #EDF5FD;
  text-align: center;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .talents {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .talents__inner {
    max-width: 37.5rem;
  }
}

.talents__heading {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .talents__heading {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.talents__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0625rem;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .talents__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .talents__list {
    grid-template-columns: 1fr;
  }
}

.talents__item {
  display: grid;
  /* 上段をアイコン固定高さ、下段を本文自動伸び */
  grid-template-rows: 4.0625rem auto;
  row-gap: 1rem;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 2.25rem 1.75rem 1.75rem;
  justify-items: center;
}
/* icon */
.talents__icon {
  width: 6.25rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* text */
.talents__text {
  margin-top: 1.625rem;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #133D83;
}
@media screen and (max-width: 768px) {
  .talents__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.job-info {
  background-color: #FFFFFF;
  padding-top: 6.25rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .job-info {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .job-info__inner {
    max-width: 37.5rem;
  }
}

.job-info__heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .job-info__heading {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.job-info__img-wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .job-info__img-wrapper {
    margin-top: 2.5rem;
  }
}

/* 画像は常にボックスいっぱいにフィット */
.job-info__img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-info__list {
  margin-top: 3.75rem;
  display: grid;
  row-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .job-info__list {
    margin-top: 3.125rem;
    row-gap: 1.25rem;
  }
}

.job-info__item {
  display: grid;
  grid-template-columns: 13.75rem 1fr; /* dt の幅を固定、dd は伸縮 */
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .job-info__item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.job-info__item:first-child {
  border-top: 1px solid #E3E3E3;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .job-info__item:first-child {
    padding-top: 1.25rem;
  }
}

/* 用語部分（dt） */
.job-info__term {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
  color: #133D83;
}

/* 説明部分（dd） */
.job-info__desc {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .job-info__desc.md-none {
    display: none;
  }
}

/* dd を flex にして、テキストとボタンを左右に配置 */
.job-info__item--location .job-info__desc {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 行数が増えても崩れにくく */
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .job-info__item--location .job-info__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.job-info__map-link {
  display: inline-block;
  padding: 0.875rem 1.25rem 0.875rem 1.375rem;
  border: 1px solid #133D83;
  background-color: #133D83;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 0.375rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .job-info__map-link {
    margin-left: auto;
    padding: 0.625rem 0.625rem 0.625rem 0.875rem;
  }
}

.job-info__map-arrow {
  display: inline-block;
  font-weight: 400;
  margin-left: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .job-info__map-arrow {
    margin-left: 0.25rem;
  }
}

/* ホバー時：背景⇆文字色を反転 */
.job-info__map-link:hover {
  background-color: #fff;
  color: #133D83;
  opacity: 1;
}

/* ホバー時：矢印を右に伸ばす */
.job-info__map-link:hover .job-info__map-arrow {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
@media screen and (max-width: 768px) {
  .job-info__map-link:hover .job-info__map-arrow {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}

.apply-contact {
  position: relative;
  overflow: hidden; /* 背景画像はみ出し防止 */
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .apply-contact {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* 背景画像を絶対配置で背面に */
.apply-contact__bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.apply-contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.0625rem 1fr;
  background-color: rgba(19, 61, 131, .85);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  border-radius: 0.375rem;
}
@media screen and (max-width: 768px) {
  .apply-contact__inner {
    max-width: 35rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 0.0625rem auto;
    row-gap: 1.5rem;
  }
}

/* カラム間の仕切り線 */
.apply-contact__divider {
  background-color: #fff;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .apply-contact__divider {
    display: block;
    width: 100%;
  }
}

.apply-contact__col.col01 {
  padding-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .apply-contact__col.col01 {
    padding-right: 0;
    max-width: 22.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.apply-contact__col.col02 {
  padding-left: 4.25rem;
}
@media screen and (max-width: 768px) {
  .apply-contact__col.col02 {
    padding-left: 0;
    max-width: 22.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.apply-contact__heading {
  position: relative;
  left: 50%;
  top: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  line-height: 1.2083333333;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: inline-block;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .apply-contact__heading {
    font-size: 1.75rem;
    line-height: 1.2142857143;
    padding-bottom: 0.625rem;
  }
}

.apply-contact__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.apply-contact__body p,
.apply-contact__address {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .apply-contact__body p,
  .apply-contact__address {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.apply-contact__body {
  margin-top: 3.75rem;
}
/* お問い合わせボタン */
.apply-contact__button {
  margin-top: 2.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 2.375rem 1.5625rem 4.375rem;
  background-color: #fff;
  color: #133D83;
  text-decoration: none;
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid rgb(19, 61, 131);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .apply-contact__button {
    max-width: 37.5rem;
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.75;
    padding: 1.25rem 1.5625rem 1.25rem 3.4375rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.apply-contact__arrow {
  display: inline-block;
  margin-left: 1.0625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ボタンホバー */
.apply-contact__button:hover {
  background-color: #133D83;
  color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}

.apply-contact__button:hover .apply-contact__arrow {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

html {
  scroll-behavior: smooth;
}

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

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.page_title.recruit_page_title {
  background: transparent linear-gradient(90deg, rgba(155, 204, 255, 1) 0%, rgba(155, 204, 255, 0) 100%) 0% 0% no-repeat padding-box;
  height: 190px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_title.recruit_page_title {
    background: transparent linear-gradient(90deg, rgba(155, 204, 255, 1) 0%, rgba(155, 204, 255, 0) 100%) 0% 0% no-repeat padding-box;
    height: 150px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .page_title_text {
      height: 150px;
      width: 100%;
      padding-bottom: 1rem;
  }
}

.page_title_bg_inner {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(155, 204, 255, 1) 50%, rgba(155, 204, 255, 1) 100%);
  max-width: 1700px;
  height: 12.3%;
  width: 85%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page_title_bg_inner  {
    height: 20.7%;
  }
}

@media screen and (max-width: 768px) {
  .page_title_text {
      height: 90px;
      width: 100%;
      padding-bottom: 1rem;
  }
}

.page_title .en_title {
  color: #133D83;
}
@media screen and (max-width: 768px) {
  .page_title .en_title {
      font-size: 28px;
      margin-bottom: 0.2rem;
  }
}
.page_title h2 {
  color: #133D83;
}

@media screen and (max-width: 768px) {
  .page_title h2 {
      font-size: 13px;
  }
}

#header_logo_jp {
  width: 324px;
  margin-left: auto;
}

.underline span {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2px;
  margin-bottom: 4px; 
}