@charset "UTF-8";
/*
Theme Name: 嶋田工業株式会社.
Theme URI: https://
Description: 嶋田工業株式会社サイトオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.description {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: justify;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}
html body {
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
.teko {
  font-family: "Teko", sans-serif;
}

.pja {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 88.06%;
  max-width: 1120px;
  margin: 0 auto;
}

.cont2 {
  width: calc(100% - 176px);
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .cont2 {
    width: 88.06%;
  }
}

.cont3 {
  width: 88.06%;
  max-width: 736px;
  margin: 0 auto;
}

.cont4 {
  width: 88.06%;
  max-width: 928px;
  margin: 0 auto;
}

li {
  list-style: none;
}

body.home .header h1 {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.header h1 {
  width: 232px;
  position: fixed;
  top: 57px;
  left: 64px;
}
@media screen and (max-width: 767.9px) {
  .header h1 {
    width: 160px;
    top: 26px;
    left: 24px;
  }
}
.header h1 img {
  display: block;
}
.header h1 span {
  display: none;
}
.header .header-wrap {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and (max-width: 767.9px) {
  .header .header-wrap {
    display: block;
  }
}
.header .header-wrap.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header .circle-bg {
  position: fixed;
  top: 38px;
  right: 38px;
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  .header .circle-bg {
    width: 56px;
    height: 56px;
    top: 17px;
    right: 12px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
}
.header .circle-bg.active {
  -webkit-transform: scale(100);
          transform: scale(100); /* 必要に応じて調整 */
  -webkit-transition: -webkit-transform 1.4s ease;
  transition: -webkit-transform 1.4s ease;
  transition: transform 1.4s ease;
  transition: transform 1.4s ease, -webkit-transform 1.4s ease;
}
@media screen and (max-width: 767.9px) {
  .header .circle-bg.active {
    -webkit-transform: scale(50);
            transform: scale(50); /* 必要に応じて調整 */
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
  }
}
.header .menu_area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.header .gnav {
  max-width: 1056px;
  padding: 200px 0;
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav {
    padding: 44px 48px 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 69px;
    width: 100%;
  }
}
.header .gnav .left {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 422px;
  min-height: 200px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .left {
    min-width: unset;
    min-height: unset;
  }
}
.header .gnav .h_logo {
  width: 416px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .h_logo {
    width: 176px;
    margin-bottom: 0;
  }
}
.header .gnav .h_logo img {
  width: 100%;
}
.header .gnav .sns {
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sns {
    margin-top: 7px;
  }
}
.header .gnav .sns.sp-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sns.sp-none {
    display: none;
  }
}
.header .gnav .sns a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #01479d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sns a {
    width: 26px;
    height: 26px;
  }
}
.header .gnav .sns img {
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(27deg) brightness(100%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(27deg) brightness(100%) contrast(107%);
}
.header .gnav .sns a.insta img {
  width: 19px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sns a.insta img {
    width: 14px;
  }
}
.header .gnav .sns a.x img {
  width: 16px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sns a.x img {
    width: 12px;
  }
}
.header .gnav .sns a.youtube img {
  width: 17px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sns a.youtube img {
    width: 13px;
  }
}
.header .gnav .sns a:hover {
  background: #a1c8f8;
  opacity: 1;
}
.header .gnav .sns a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(47%) saturate(3752%) hue-rotate(202deg) brightness(89%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(47%) saturate(3752%) hue-rotate(202deg) brightness(89%) contrast(102%);
}
.header .gnav .h_other {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .h_other.sp-none {
    display: none;
  }
}
.header .gnav .h_other ul {
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .h_other ul {
    gap: 10px;
  }
}
.header .gnav .h_other ul a {
  font-size: 1.3rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .h_other ul a {
    font-size: 1.2rem;
  }
}
.header .gnav .h_other ul a:hover {
  opacity: 1;
  color: #01479d;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .sp_h_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -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-top: 4px;
  }
}
.header .gnav .right {
  max-width: 492px;
}
.header .gnav .right .h_corporate {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .right .h_corporate {
    margin-bottom: 57px;
  }
}
.header .gnav .right .h_corporate p {
  background: #01479d;
}
.header .gnav .right p {
  min-width: 200px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  text-box: trim-both cap alphabetic;
  padding: 6px 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .right p {
    font-size: 1.3rem;
    padding: 9px;
    min-width: 96px;
    margin-bottom: 17px;
  }
}
.header .gnav .right ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .right .h_recruit {
    max-width: 280px;
  }
}
.header .gnav .right .h_recruit p {
  letter-spacing: 0.5em;
  background: #61aff4;
}
.header .gnav .right ul {
  gap: 20px 32px;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .right ul {
    gap: 12px 32px;
  }
}
.header .gnav .right a {
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .header .gnav .right a {
    font-size: 1.8rem;
  }
}
.header .gnav .right a:hover {
  opacity: 1;
  color: #01479d;
}

.hamburger {
  display: block;
  cursor: pointer;
  width: 92px;
  height: 92px;
  position: fixed;
  top: 38px;
  right: 38px;
  z-index: 99;
  border-radius: 50%;
  border: none;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .hamburger {
    width: 56px;
    height: 56px;
    top: 17px;
    right: 12px;
  }
}

.hamburger__menu {
  font-size: 2.5rem;
  font-weight: 400;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #2c2c2c;
  top: 24px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .hamburger__menu {
    font-size: 2rem;
    top: 14px;
    text-box: trim-both cap alphabetic;
  }
}

.hamburger__line,
.hamburger__line::after {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  width: 40px;
  height: 2px;
  background: #01479d;
}
@media screen and (max-width: 767.9px) {
  .hamburger__line,
  .hamburger__line::after {
    width: 32px;
  }
}

.hamburger__line {
  top: 56px;
  left: 26px;
}
@media screen and (max-width: 767.9px) {
  .hamburger__line {
    top: 34px;
    left: 12px;
  }
}

.hamburger__line::after {
  content: "";
  top: 10px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .hamburger__line::after {
    top: 7px;
  }
}

/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span {
  -webkit-transform: translateY(6px) rotate(-14deg);
          transform: translateY(6px) rotate(-14deg);
  width: 42px;
}
@media screen and (max-width: 767.9px) {
  .hamburger.active span {
    width: 34px;
  }
}

.hamburger.active span::after {
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}

.main_visual {
  position: relative;
  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;
}
@media screen and (max-width: 767.9px) {
  .main_visual {
    display: none;
  }
}
.main_visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/1564;
  background-image: url(assets/img/top-bg.svg);
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 767.9px) {
  .main_visual::before {
    content: none;
  }
}
.main_visual .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 3;
}
.main_visual .container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_visual .mv-top {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: clamp(145.0666666667px, 18.8888888889vw, 566.6666666667px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 900px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .mv-top {
    display: contents;
  }
}
.main_visual .text1 {
  width: 41.6666666667vw;
  padding-top: 10vh;
  margin-bottom: clamp(21.3333333333px, 2.7777777778vw, 83.3333333333px);
  margin-inline: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48.23vh;
  max-height: 82%;
}
@media screen and (max-width: 767.9px) {
  .main_visual .text1 {
    height: 29.5vh;
    margin-bottom: clamp(25.6px, 3.3333333333vw, 100px);
    width: auto;
    max-height: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
  }
}
.main_visual .text1 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main_visual .text1 img {
  height: 100%;
}
.main_visual .text2 {
  width: 35.5555555556vw;
  margin-bottom: clamp(51.2px, 6.6666666667vw, 200px);
  margin-inline: auto;
}
.main_visual .text2 img {
  display: block;
}
.main_visual .text3 {
  width: 35.5555555556vw;
  margin-bottom: clamp(357.3333333333px, 46.5277777778vw, 1395.8333333333px);
  margin-inline: auto;
}
.main_visual .text3 p {
  font-size: clamp(11.7333333333px, 1.5277777778vw, 45.8333333333px);
  font-weight: 800;
  margin-bottom: clamp(42.6666666667px, 5.5555555556vw, 166.6666666667px);
  line-height: 2.1818181818;
  text-box: trim-both cap alphabetic;
}

.top-news {
  padding-bottom: clamp(33.0666666667px, 4.3055555556vw, 129.1666666667px);
}
@media screen and (max-width: 767.9px) {
  .top-news {
    margin-bottom: 0;
    margin-inline: auto;
    padding: 0;
  }
}
.top-news h2 {
  margin-inline: auto;
  margin-bottom: clamp(2.6666666667px, 0.3472222222vw, 10.4166666667px);
  border: solid 1px #01479d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5555555556vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(4.17px, 0.347vw, 9.72px) clamp(6.24px, 0.556vw, 14.58px);
  border-radius: clamp(2px, 0.2777777778vw, 8px);
}
@media screen and (max-width: 767.9px) {
  .top-news h2 {
    margin-bottom: 14px;
    gap: 6px;
    padding: 2px 4px 2px 6px;
    border-radius: 4px;
  }
}
.top-news h2 span {
  font-size: clamp(8px, 1.0416666667vw, 31.25px);
  line-height: 1;
  color: #01479d;
}
@media screen and (max-width: 767.9px) {
  .top-news h2 span {
    font-size: 1.3rem;
  }
}
.top-news h2 a {
  color: #fff;
  background: #01479d;
  text-box: trim-both cap alphabetic;
  font-size: clamp(5.8666666667px, 0.7638888889vw, 22.9166666667px);
  font-weight: 700;
  padding: clamp(4.17px, 0.347vw, 9.72px) clamp(6.24px, 0.764vw, 14.58px);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: clamp(2px, 0.1388888889vw, 8px);
  border: solid 1px #01479d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top-news h2 a {
    font-size: 1rem;
    padding: 5px;
  }
}
.top-news h2 a:hover {
  background: #fff;
  color: #01479d;
  opacity: 1;
}
.top-news h2::before {
  content: "";
  width: 0.9722222222vw;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(assets/img/news-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top-news h2::before {
    width: 11px;
  }
}
.top-news .top-news-wrapper {
  overflow: hidden;
  height: 62px;
  height: auto;
  aspect-ratio: 889/62;
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .top-news .top-news-wrapper {
    height: 16px;
    margin: 0 auto;
    aspect-ratio: unset;
  }
}
.top-news .top-news-wrapper a {
  padding: clamp(10px, 1.18vw, 30px) clamp(12px, 1.39vw, 35px) clamp(11px, 1.25vw, 33px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 767.9px) {
  .top-news .top-news-wrapper a {
    height: 16px;
    padding: 3px 24px;
  }
}
.top-news .top-news-wrapper a time {
  color: #01479d;
  font-size: clamp(11.2px, 1.4583333333vw, 43.75px);
  font-weight: 400;
  line-height: 1;
  margin-top: clamp(3.2px, 0.4166666667vw, 12.5px);
}
@media screen and (max-width: 767.9px) {
  .top-news .top-news-wrapper a time {
    font-size: 1.6rem;
    margin-top: 2px;
  }
}
.top-news .top-news-wrapper a p {
  font-size: clamp(8.5333333333px, 1.1111111111vw, 33.3333333333px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 767.9px) {
  .top-news .top-news-wrapper a p {
    font-size: 1.2rem;
  }
}

.top_swiper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  overflow: hidden;
  width: 22.2222222222vw; /* 画面幅に合わせた調整 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦方向に並べるために追加 */
}
@media screen and (max-width: 767.9px) {
  .top_swiper {
    height: 20.58vh;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-animation: scroll-vertical 50s linear infinite;
          animation: scroll-vertical 50s linear infinite;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦スクロールの場合に列方向に並べる */
  gap: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767.9px) {
  .top_swiper .swiper-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; /* 横スクロールのために横並び */
    -webkit-animation: scroll-horizontal 50s linear infinite;
            animation: scroll-horizontal 50s linear infinite;
    margin-bottom: 0;
    margin-right: 3px;
    gap: 3px;
    width: auto;
  }
}

@-webkit-keyframes scroll-vertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scroll-vertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top_swiper1 .swiper-wrapper {
  -webkit-animation-name: scroll-vertical-1;
          animation-name: scroll-vertical-1;
}
@media screen and (max-width: 767.9px) {
  .top_swiper1 .swiper-wrapper {
    -webkit-animation-name: scroll-horizontal;
            animation-name: scroll-horizontal;
  }
}

.top_swiper2 .swiper-wrapper {
  -webkit-animation-name: scroll-vertical-2;
          animation-name: scroll-vertical-2;
}
@media screen and (max-width: 767.9px) {
  .top_swiper2 .swiper-wrapper {
    -webkit-animation-name: scroll-horizontal-reverse;
            animation-name: scroll-horizontal-reverse;
  }
}

@-webkit-keyframes scroll-vertical-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scroll-vertical-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scroll-vertical-2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll-vertical-2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スライド設定 */
.top_swiper1 .swiper-slide,
.top_swiper2 .swiper-slide {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 320/224;
}
@media screen and (max-width: 767.9px) {
  .top_swiper1 .swiper-slide,
  .top_swiper2 .swiper-slide {
    width: auto;
    aspect-ratio: 224/156;
    height: 100%;
  }
}

.top_swiper1 .swiper-slide img,
.top_swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .top_swiper1 .swiper-slide img,
  .top_swiper2 .swiper-slide img {
    height: 100%;
    width: auto;
  }
}

/* スワイパー1と2の位置設定 */
.top_swiper1 {
  position: sticky;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top_swiper1 {
    position: relative;
    top: auto;
    left: auto;
  }
}

.top_swiper2 {
  position: sticky;
  right: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 767.9px) {
  .top_swiper2 {
    position: relative;
    right: auto;
    top: auto;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

/* メディアクエリ（画面幅がmd以上のときの調整） */
@media screen and (max-width: 767.9px) {
  .top_swiper {
    height: 20.58vh;
    width: 100%;
  }
  .top_swiper .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; /* 横スクロールを設定 */
    -webkit-animation: scroll-horizontal 50s linear infinite;
            animation: scroll-horizontal 50s linear infinite;
  }
  @-webkit-keyframes scroll-horizontal {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll-horizontal {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @-webkit-keyframes scroll-horizontal-reverse {
    0% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes scroll-horizontal-reverse {
    0% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .top_swiper1 .swiper-wrapper {
    -webkit-animation-name: scroll-horizontal;
            animation-name: scroll-horizontal;
  }
  .top_swiper2 .swiper-wrapper {
    -webkit-animation-name: scroll-horizontal-reverse;
            animation-name: scroll-horizontal-reverse;
  }
}
.main_visual-sp {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .main_visual-sp {
    height: 100svh;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
  }
}
.main_visual-sp .text1 {
  height: 29.5svh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
  max-width: 90%;
}
.main_visual-sp .text1 h1 {
  height: 100%;
  width: 100%;
}
.main_visual-sp .text1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main_visual-sp2 {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .main_visual-sp2 {
    display: block;
  }
  .main_visual-sp2 .text2 {
    width: 240px;
    margin: 0 auto 46px;
  }
  .main_visual-sp2 .text2 img {
    width: 100%;
  }
  .main_visual-sp2 .text3 {
    width: 76.12%;
    margin: 0 auto 93px;
  }
  .main_visual-sp2 .text3 p {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.0555555556;
    margin-bottom: 32px;
  }
}

.top-strengths {
  z-index: 4;
  position: relative;
}
.top-strengths h2 {
  text-align: center;
  width: 46.3888888889vw;
  margin-inline: auto;
  margin-top: -23.6111111111vw;
  margin-bottom: clamp(50.1333333333px, 6.5277777778vw, 195.8333333333px);
}
@media screen and (max-width: 767.9px) {
  .top-strengths h2 {
    margin-top: 0;
    width: 306px;
    margin-bottom: 40px;
  }
}
.top-strengths li {
  min-height: 642px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 2px #01479d;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-strengths li .img {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .img {
    width: 100%;
    height: 360px;
  }
}
.top-strengths li .img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.top-strengths li .detail {
  width: 50%;
  background: #f4f5ff;
  display: grid;
  place-content: center;
  padding: 40px;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .detail {
    width: 100%;
    padding: 56px 40px 55px;
  }
}
.top-strengths li .detail h3 {
  font-size: 4.6rem;
  font-weight: 800;
  margin-bottom: 32px;
  color: #01479d;
  text-align: center;
  line-height: 1.1739130435;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .detail h3 {
    font-size: 3.4rem;
    margin-bottom: 24px;
  }
}
.top-strengths li .detail .teko {
  text-align: center;
  color: #01479d;
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-box: trim-both cap alphabetic;
  text-transform: uppercase;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .detail .teko {
    font-size: 1.6rem;
    margin-bottom: 48px;
  }
}
.top-strengths li .detail .description {
  width: 22.7777777778vw;
  max-width: 424px;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .detail .description {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.top-strengths li .no {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .no {
    top: 108px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-strengths li .no p {
  color: #01479d;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-size: 3rem;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .no p {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.top-strengths li .no span {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #01479d;
  color: #fff;
  font-size: 22rem;
  width: 120px;
  height: 184px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li .no span {
    font-size: 12.8rem;
    width: 72px;
    height: 119px;
    line-height: 1.1;
  }
}
.top-strengths li.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.9px) {
  .top-strengths li.re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.heading1 {
  font-size: 6.5rem;
  letter-spacing: 0.3em;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .heading1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.3rem;
    letter-spacing: 0.25em;
    gap: 11px;
  }
}
.heading1 span {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.0666666667;
  padding: 7px 24px;
  border-left: solid 3px #01479d;
  border-right: solid 3px #01479d;
  letter-spacing: normal;
  color: #01479d;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .heading1 span {
    font-size: 2.4rem;
    padding: 4.5px 16px;
  }
}

.top-heading_flex {
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .top-heading_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
}
.top-heading_flex .description {
  max-width: 520px;
}

.more_btn {
  background: #01479d;
  padding: 8px 60px 10px 24px;
  min-width: 213px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #01479d;
}
.more_btn span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;
  position: relative;
  display: block;
}
.more_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.more_btn::after {
  content: "";
  width: 7px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(assets/img/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.more_btn:hover {
  opacity: 1;
}
.more_btn:hover span {
  color: #01479d;
}
.more_btn:hover::before {
  -webkit-transform: scale(30);
          transform: scale(30);
  -webkit-animation: none;
          animation: none;
}
.more_btn.bounce::before {
  -webkit-animation: bounceBack 0.6s ease;
          animation: bounceBack 0.6s ease;
}
@-webkit-keyframes bounceBack {
  0% {
    -webkit-transform: translateY(-50%) scale(30);
            transform: translateY(-50%) scale(30);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
@keyframes bounceBack {
  0% {
    -webkit-transform: translateY(-50%) scale(30);
            transform: translateY(-50%) scale(30);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

.top-business {
  background: #01479d;
  padding-top: clamp(48px, 6.25vw, 187.5px);
  padding-bottom: 1px;
  background: #01479d;
}
@media screen and (max-width: 767.9px) {
  .top-business {
    padding: 58px 0 1px;
  }
}
.top-business .top-heading_flex {
  margin-bottom: clamp(35.7333333333px, 4.6527777778vw, 139.5833333333px);
}
@media screen and (max-width: 767.9px) {
  .top-business .top-heading_flex {
    margin-bottom: 50px;
  }
}
.top-business .heading1 {
  color: #fff;
}
.top-business .heading1 span {
  color: #04c9ff;
  border-color: #04c9ff;
}
.top-business .description {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-business .description {
    padding: 0 16px;
  }
}
.top-business ul {
  margin-bottom: clamp(56px, 7.2916666667vw, 218.75px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 2.53%;
}
@media screen and (max-width: 767.9px) {
  .top-business ul {
    margin-bottom: 80px;
  }
}
.top-business ul li {
  width: 31.6455696203%;
}
@media screen and (max-width: 1024px) {
  .top-business ul li {
    width: 100%;
  }
}
.top-business ul img {
  aspect-ratio: 400/528;
  height: auto;
  max-height: 528px;
  display: block;
  margin-bottom: 35px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-business ul img {
    aspect-ratio: unset;
    height: 424px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-business ul img {
    margin-bottom: 23px;
  }
}
.top-business ul h3 {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 767.9px) {
  .top-business ul h3 {
    font-size: 3rem;
  }
}
.top-business ul .teko {
  color: #04c9ff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 767.9px) {
  .top-business ul .teko {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.top-business ul .description {
  padding: 0 6%;
  margin: 0 auto 48px;
  max-width: 400px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .top-business ul .description {
    max-width: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .top-business ul .description {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.top-business .more_btn {
  background: #04c9ff;
  margin: 0 auto;
}
.top-business .more_btn::after {
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(100%) saturate(1591%) hue-rotate(156deg) brightness(102%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(56%) sepia(100%) saturate(1591%) hue-rotate(156deg) brightness(102%) contrast(103%);
}
.top-business .more_btn:hover::after {
  -webkit-filter: none;
          filter: none;
}

.top-works {
  padding-top: clamp(48px, 6.25vw, 187.5px);
  margin-bottom: clamp(56px, 7.2916666667vw, 218.75px);
}
@media screen and (max-width: 767.9px) {
  .top-works {
    margin-bottom: 80px;
    padding-top: 60px;
  }
}
.top-works .top-heading_flex {
  margin-bottom: clamp(34.6666666667px, 4.5138888889vw, 135.4166666667px);
}
@media screen and (max-width: 767.9px) {
  .top-works .top-heading_flex {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-works .top-heading_flex .description {
    padding: 0 16px;
  }
}
.top-works .top-works-wrapper {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top-works .top-works-wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.top-works .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-works .swiper-slide {
  width: 624px;
  height: auto;
  aspect-ratio: 624/424;
}
@media screen and (max-width: 767.9px) {
  .top-works .swiper-slide {
    width: 348px;
  }
}
.top-works .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.top-works .works-swiper2 {
  margin-top: -2px;
}

.more_btn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 440px;
  height: auto;
  aspect-ratio: 440/176;
  border-radius: 100px;
  z-index: 2;
  overflow: hidden;
  border: solid 8px #fff;
}
@media screen and (max-width: 767.9px) {
  .more_btn2 {
    zoom: 0.75;
  }
}
.more_btn2 a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #01479d;
  border-radius: 100px;
}
.more_btn2 a span {
  color: #01479d;
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 90px;
  display: block;
  text-align: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.more_btn2 a span:before {
  content: "";
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: #01479d;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: -1;
}
.more_btn2 a::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #01479d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more_btn2 a::after {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 7/12;
  background-image: url(assets/img/btn-arrow.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(101%) contrast(101%);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.more_btn2 a:hover {
  opacity: 1;
}
.more_btn2 a:hover::before {
  border: solid 1px #fff;
}
.more_btn2 a:hover span {
  color: #fff;
}
.more_btn2 a:hover span::before {
  -webkit-transform: translateX(-50%) scale(20);
          transform: translateX(-50%) scale(20);
  -webkit-animation: none;
          animation: none;
}
.more_btn2 a:not(:hover) span::before {
  -webkit-animation: bounceBack2 0.6s ease;
          animation: bounceBack2 0.6s ease;
}
@-webkit-keyframes bounceBack2 {
  0% {
    -webkit-transform: translateX(-50%) scale(20);
            transform: translateX(-50%) scale(20);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes bounceBack2 {
  0% {
    -webkit-transform: translateX(-50%) scale(20);
            transform: translateX(-50%) scale(20);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

.top-company {
  padding-top: 118px;
  padding-bottom: 136px;
  position: relative;
  background: #01479d;
}
@media screen and (max-width: 767.9px) {
  .top-company {
    padding: 60px 0 80px;
  }
}
.top-company::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440/557;
  background-image: url(assets/img/top-company-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top-company::before {
    aspect-ratio: 402/312;
    background-image: url(assets/img/top-company-bg-sp.png);
  }
}
.top-company .heading1 span {
  border-color: #04c9ff;
  color: #04c9ff;
}
.top-company .heading1 {
  margin-bottom: clamp(42.6666666667px, 5.5555555556vw, 166.6666666667px);
  -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: 20px;
}
@media screen and (max-width: 767.9px) {
  .top-company .heading1 {
    gap: 11px;
  }
}
.top-company h2 {
  color: #fff;
  margin-left: 14px;
}
.top-company .content {
  position: relative;
  margin: 0 160px;
}
@media screen and (max-width: 767.9px) {
  .top-company .content {
    margin: 0 auto;
    width: 88.3%;
  }
}
.top-company ul {
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .top-company ul {
    gap: 24px;
  }
}
.top-company li {
  background: #fff;
  height: auto;
  width: calc(50% - 16px);
  padding: 43px 40px 40px;
  min-width: 500px;
}
@media screen and (max-width: 767.9px) {
  .top-company li {
    width: 100%;
    min-width: unset;
    padding: 36px 20px 20px;
  }
}
.top-company h3 {
  font-size: 3rem;
  padding-bottom: 27px;
  border-bottom: solid 1px #000000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .top-company h3 {
    text-align: center;
    margin-inline: 16px;
    padding-bottom: 21px;
    margin-bottom: 23px;
    line-height: 1.3666666667;
  }
}
.top-company .description {
  padding-right: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .top-company .description {
    padding: 0 16px 56px;
    margin-bottom: 28px;
  }
}
.top-company .description::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #01479d;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top-company .description::before {
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
  }
}
.top-company .description::after {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 7/12;
  background-image: url(assets/img/btn-arrow.svg);
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(101%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(101%) contrast(101%);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 51%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .top-company .description::after {
    bottom: 11px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
  }
}
.top-company .img {
  height: 268px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-company .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-company .img p {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 8.8rem;
  line-height: 1;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top-company .img p {
    font-size: 8rem;
    bottom: -21px;
  }
}
.top-company a:hover {
  opacity: 1;
}
.top-company a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-company a:hover .description::before {
  -webkit-transform: translateY(-50%) scale(1.25);
          transform: translateY(-50%) scale(1.25);
}
@media screen and (max-width: 767.9px) {
  .top-company a:hover .description::before {
    -webkit-transform: translateX(-50%) scale(1.25);
            transform: translateX(-50%) scale(1.25);
  }
}

.top-recruit {
  overflow: hidden;
}
.top-recruit .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top-recruit .recruit-swiper {
  position: relative;
}
.top-recruit .recruit-swiper::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440/504;
  background-image: url(assets/img/recruit-swiper-bg.png);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.top-recruit .swiper-slide {
  width: 480px;
  height: auto;
  aspect-ratio: 480/504;
}
@media screen and (max-width: 767.9px) {
  .top-recruit .swiper-slide {
    width: 357px;
    aspect-ratio: 357/376;
  }
}
.top-recruit .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-recruit .cont {
  margin-top: -56px;
  max-width: 992px;
  padding: 31px 44px 80px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .top-recruit .cont {
    margin-top: -32px;
    padding: 20px 16px 80px;
  }
}
.top-recruit .cont p.teko {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 1;
  letter-spacing: 0.06em;
  margin-left: 6px;
  color: #fff;
  font-size: clamp(96px, 12.5vw, 375px);
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .top-recruit .cont p.teko {
    font-size: 11.2rem;
    letter-spacing: 0.03em;
    margin-left: 0;
  }
}
.top-recruit .top-recruit-top {
  margin-bottom: 43px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-recruit .top-recruit-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 37px;
  }
}
.top-recruit .top-recruit-top .more_btn {
  margin-left: auto;
}
.top-recruit .top-recruit-top img {
  width: 276px;
  display: block;
}
.top-recruit .top-recruit-top h2 {
  color: #01479d;
  font-size: 5rem;
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  letter-spacing: 0.25em;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  .top-recruit .top-recruit-top h2 {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    left: auto;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-recruit .top-recruit-top h2 {
    font-size: 4.2rem;
  }
}
.top-recruit .top-recruit-top h2::after {
  content: "";
  width: calc(100% - 13px);
  height: 7px;
  background: #01479d;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .top-recruit .top-recruit-top h2::after {
    height: 5px;
    width: calc(100% - 8px);
  }
}
.top-recruit .top-recruit-top .left,
.top-recruit .top-recruit-top .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-recruit .top-recruit-top .left {
  padding-top: 16px;
}
@media screen and (max-width: 1024px) {
  .top-recruit .top-recruit-top .left {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding-top: 32px;
  }
  .top-recruit .top-recruit-top .left img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit .top-recruit-top .right {
    display: none;
  }
}
.top-recruit .description {
  max-width: 664px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-recruit .description {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit .sp-block {
    display: block;
  }
}
.top-recruit .sp-block a {
  margin: 0 auto;
}

.footer {
  background: #002451;
  padding-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-top: 80px;
  }
}
.footer .content {
  margin: 0 88px;
}
@media screen and (max-width: 767.9px) {
  .footer .content {
    margin: 0 auto;
    width: 87.8%;
  }
}
.footer .footer-text {
  width: 100%;
  display: block;
}
.footer .footer-top {
  gap: 32px 100px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 58px;
  }
}
.footer .footer-top .f_logo {
  width: 304px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer-top .f_logo {
    width: 240px;
  }
}
.footer .footer-top .f_logo img {
  display: block;
}
.footer .footer-top .text {
  width: 424px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer-top .text {
    width: 185px;
  }
}
.footer .footer-menu {
  margin-bottom: 115px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 32px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer-menu {
    margin-bottom: 74px;
    row-gap: unset;
  }
}
.footer .footer-menu .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer-menu .right {
    margin: 0 auto;
    min-height: unset;
  }
}
.footer .footer-menu .right .sns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer-menu .right .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 44px;
  }
}
.footer .footer-menu .right .sns a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: grid;
  place-content: center;
}
.footer .footer-menu .right .sns img {
  display: block;
}
.footer .footer-menu .right .sns a.insta img {
  width: 19px;
}
.footer .footer-menu .right .sns a.x img {
  width: 16px;
}
.footer .footer-menu .right .sns a.youtube img {
  width: 17px;
}
.footer .footer-menu .right .sns a:hover {
  background: #a1c8f8;
}
.footer .footer-menu .right small {
  margin-top: auto;
  color: #fff;
  font-size: 1.3rem;
}
.footer .fnav p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5333333333;
  text-align: center;
  min-width: 106px;
  margin-right: 32px;
  text-box: trim-both cap alphabetic;
  padding: 6px 8px;
  margin-top: 2px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav p {
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.footer .fnav .flex-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 28px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .flex-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 21px;
  }
}
.footer .fnav ul.flex-top {
  gap: 12px 24px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul.flex-top {
    gap: 12px 20px;
  }
}
.footer .fnav a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  display: block;
}
.footer .fnav .f_corporate {
  border-bottom: solid 1px #3d6ac8;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .f_corporate {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.footer .fnav .f_corporate p {
  background: #01479d;
}
.footer .fnav .f_recruit {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .f_recruit {
    margin-bottom: 54px;
  }
}
.footer .fnav .f_recruit p {
  background: #61aff4;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .f_other {
    margin-bottom: 44px;
  }
}
.footer .fnav .f_other ul {
  gap: 16px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav .f_other ul {
    -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: 9px;
  }
}
.footer .fnav .f_other a {
  font-size: 1.3rem;
  font-weight: 500;
}

.common-page {
  margin-top: 168px;
  padding-top: 50px;
  border-top: solid 1px #01479d;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .common-page {
    margin-top: 90px;
    padding-top: 11px;
  }
}
.common-page .page-top {
  margin: 0 64px 120px;
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top {
    margin: 0 auto;
  }
}
.common-page .page-top.mb0 {
  margin-bottom: 0;
}
.common-page .page-top.mb0 .title_wrapper {
  margin-bottom: 0;
}
.common-page .page-top .title_wrapper {
  margin-bottom: 52px;
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top .title_wrapper {
    margin-bottom: 18px;
    margin-inline: 24px;
  }
}
.common-page .page-top .title_wrapper h2 {
  font-size: 6.5rem;
  font-weight: 800;
  max-width: calc(100% - 48px);
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top .title_wrapper h2 {
    font-size: 4rem;
  }
}
.common-page .page-top .title_wrapper h2 span {
  margin: 0 6px;
}
.common-page .page-top .title_wrapper .teko {
  color: #01479d;
  font-size: 2.4rem;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top .title_wrapper .teko {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
.common-page .page-top h3 {
  text-align: center;
  color: #01479d;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.8846153846;
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top h3 {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    width: 80%;
    margin-inline: auto;
    margin-bottom: 22px;
  }
}
.common-page .page-top .description {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top .description {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    text-align: justify;
    width: 80%;
    margin-inline: auto;
    padding-bottom: 72px;
    border-bottom: solid 1px #01479d;
  }
}
.common-page .page-top .top_img {
  height: 376px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767.9px) {
  .common-page .page-top .top_img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 42px;
  }
}
.common-page .page-top .top_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.two-column {
  margin: 0 64px 24px;
  padding: 56px 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .two-column {
    margin: 0;
    padding: 0;
  }
}
.two-column::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  background: #f4f5ff;
}
@media screen and (max-width: 767.9px) {
  .two-column::before {
    content: none;
  }
}
.two-column .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  min-height: 664px;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .two-column .img {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0;
    height: 320px;
    min-height: unset;
  }
}
.two-column .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.two-column .img .teko {
  color: #fff;
  font-size: 11.2rem;
  font-size: clamp(59.7333333333px, 7.7777777778vw, 233.3333333333px);
  position: absolute;
  text-box: trim-both cap alphabetic;
  bottom: 24px;
  left: 24px;
  line-height: 0.7589285714;
}
@media screen and (min-width: 2000px) {
  .two-column .img .teko {
    font-size: 13.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .two-column .img .teko {
    font-size: 7rem;
    line-height: 0.8;
    bottom: 20px;
    left: 16px;
    letter-spacing: -0.03em;
  }
}
.two-column .detail {
  width: 50%;
  padding-left: 7.3170731707%;
  padding-right: 7.3170731707%;
  max-width: 760px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .two-column .detail {
    width: 100%;
    padding: 38px 9.9% 72px;
    background: #f4f5ff;
    margin: 0;
  }
}
.two-column .detail h3 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 23px;
}
@media screen and (max-width: 767.9px) {
  .two-column .detail h3 {
    margin-bottom: 18px;
    line-height: 1.4444444444;
  }
}
.two-column .detail h4 {
  color: #01479d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .two-column .detail h4 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.two-column .detail p {
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .two-column .detail p {
    margin-bottom: 22px;
  }
}
.two-column .detail p.note {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-bottom: 0;
}
.two-column .detail .mb0 {
  margin-bottom: 0;
}
.two-column .detail ul {
  margin-left: 26px;
  margin-bottom: 20px;
}
.two-column .detail ul li {
  list-style: disc;
  list-style-position: outside;
}
.two-column .detail ul li::marker {
  font-size: 1.4rem;
}
.two-column .detail ul:last-child {
  margin-bottom: 0;
}
.two-column .detail .more_btn {
  margin-top: 40px;
}

.two-column.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-column.re .img {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .two-column.re .img {
    margin: 0;
  }
}
.two-column.re .img .teko {
  text-align: right;
  right: 24px;
}
@media screen and (max-width: 767.9px) {
  .two-column.re .img .teko {
    right: auto;
    left: 16px;
    text-align: left;
  }
}

.page-business {
  margin-bottom: 152px;
}
@media screen and (max-width: 767.9px) {
  .page-business {
    margin-bottom: 0;
  }
}
.page-business .page-top {
  padding-bottom: 87px;
  border-bottom: solid 1px #01479d;
}
@media screen and (max-width: 767.9px) {
  .page-business .page-top {
    border: none;
    padding-bottom: 0;
  }
}
.page-business .wrap {
  margin-bottom: 120px;
  margin-top: -12px;
}
@media screen and (max-width: 767.9px) {
  .page-business .wrap {
    margin-top: 0;
    padding-top: 70px;
    margin-bottom: 0;
  }
}
.page-business .wrap .wrap-h {
  text-align: center;
  color: #01479d;
  font-size: 3rem;
  margin-bottom: 60px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .page-business .wrap .wrap-h {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
}
.page-business .wrap .wrap-h span {
  margin: 0 4px;
}
.page-business .wrap .other {
  margin: 64px 64px 0;
  border-bottom: solid 1px #01479d;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page-business .wrap .other {
    margin-top: 52px;
    padding-bottom: 80px;
    width: 80%;
    margin-inline: auto;
  }
}
.page-business .wrap .other .ttl {
  text-align: center;
  color: #01479d;
  font-size: 1.8rem;
  margin-bottom: 34px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.9px) {
  .page-business .wrap .other .ttl {
    margin-bottom: 24px;
  }
}
.page-business .wrap .other .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767.9px) {
  .page-business .wrap .other .flex {
    gap: 20px;
  }
}
.page-business .wrap .other .flex p {
  border-radius: 30px;
  border: solid 1px #2c2c2c;
  padding: 15px 24px;
  text-box: trim-both cap alphabetic;
  text-align: center;
}
.page-business .wrap.last {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .page-business .wrap.last {
    margin-bottom: 10px;
  }
}
.page-business .wrap.last .other {
  border: none;
  padding-bottom: 0;
}
.page-business .transportation-detail-wrap {
  margin: -16px 64px 0;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap {
    margin-inline: auto;
    width: 80%;
    margin-top: 0;
  }
}
.page-business .transportation-detail-wrap .transportation-detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap .transportation-detail {
    margin-bottom: 80px;
  }
}
.page-business .transportation-detail-wrap .transportation-detail ul {
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap .transportation-detail ul {
    -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;
  }
}
.page-business .transportation-detail-wrap .transportation-detail ul li {
  width: calc((100% - 96px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 304px;
}
@media screen and (max-width: 430px) {
  .page-business .transportation-detail-wrap .transportation-detail ul li {
    width: 100%;
  }
}
.page-business .transportation-detail-wrap .transportation-detail ul img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.page-business .transportation-detail-wrap .transportation-detail ul .inner {
  background: #f4f5ff;
  padding: 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap .transportation-detail ul .inner {
    padding: 0 33px;
  }
}
.page-business .transportation-detail-wrap .transportation-detail ul h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 17px 0;
  line-height: 1.4;
  border-bottom: solid 1px #01479d;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap .transportation-detail ul h4 {
    padding: 25px 30px 26px;
  }
}
.page-business .transportation-detail-wrap .transportation-detail ul .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px 40px;
  padding: 34px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 260px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap .transportation-detail ul .flex {
    padding: 26px 30px 34px;
  }
}
.page-business .transportation-detail-wrap .transportation-detail ul .box {
  min-width: 32px;
}
.page-business .transportation-detail-wrap .transportation-detail ul .box h5 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1px;
  text-align: center;
}
.page-business .transportation-detail-wrap .transportation-detail ul .box p {
  font-size: 1.6rem;
  text-align: center;
}
.page-business .transportation-detail-wrap .transportation-detail ul .box p span {
  font-size: 2.4rem;
  line-height: 1;
  color: #01479d;
}
.page-business .transportation-detail-wrap .transportation-detail ul .box:nth-child(2),
.page-business .transportation-detail-wrap .transportation-detail ul .box:nth-child(4) {
  min-width: 105px;
}
.page-business .transportation-detail-wrap .total {
  background: #f4f5ff;
  text-align: center;
  padding: 18px 20px 14px;
  font-size: 1.6rem;
  text-align: center;
}
.page-business .transportation-detail-wrap .total span {
  font-size: 2.4rem;
  line-height: 1;
  color: #01479d;
}
.page-business .transportation-detail-wrap table {
  display: block;
  border-top: solid 1px #01479d;
  max-width: 1120px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap table {
    margin-bottom: 20px;
  }
}
.page-business .transportation-detail-wrap tbody {
  display: block;
}
.page-business .transportation-detail-wrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #01479d;
  padding: 56px 0;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 0 61px;
  }
}
.page-business .transportation-detail-wrap tr:last-child {
  border-bottom: none;
}
.page-business .transportation-detail-wrap th {
  color: #01479d;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4545454545;
  width: 288px;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap th {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page-business .transportation-detail-wrap td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap td {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page-business .transportation-detail-wrap .anzen {
  margin-top: 32px;
  background: #f4f5ff;
  border-radius: 8px;
  padding: 24px 32px;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .page-business .transportation-detail-wrap .anzen {
    padding: 24px;
  }
}
.page-business .transportation-detail-wrap .anzen img {
  width: 86px;
}
.page-business .transportation-detail-wrap .anzen p {
  max-width: 218px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-works,
.page-news {
  margin: 45px 64px 176px;
}
@media screen and (max-width: 767.9px) {
  .page-works,
  .page-news {
    margin: 28px 0 88px;
  }
}

.categories {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
  margin-bottom: 96px;
}
@media screen and (max-width: 767.9px) {
  .categories {
    margin: 0 5.97% 48px;
    gap: 20px;
  }
}
.categories a {
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories .current {
  color: #01479d;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.categories a:hover {
  opacity: 1;
  color: #01479d;
}

.works_ilst {
  gap: 80px 32px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .works_ilst {
    margin-bottom: 72px;
    gap: 64px;
  }
}
.works_ilst li {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 767.9px) {
  .works_ilst li {
    width: 100%;
  }
}
.works_ilst li .img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 640/384;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .works_ilst li .img {
    aspect-ratio: 402/384;
    margin-bottom: 24px;
  }
}
.works_ilst li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.works_ilst li .img .category_wrap {
  position: absolute;
  top: 16px;
  left: 16px;
  gap: 16px;
  z-index: 2;
}
.works_ilst li .img p {
  background: #fff;
  padding: 10px 16px;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}
.works_ilst li h3 {
  text-box: trim-both cap alphabetic;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767.9px) {
  .works_ilst li h3 {
    padding: 0 40px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagenation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.pagenation span,
.pagenation a {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 1;
  display: grid;
  place-content: center;
  background: #f4f5ff;
  color: #01479d;
  font-family: "Teko", sans-serif;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 3px;
}
.pagenation a:hover,
.pagenation .current {
  opacity: 1;
  color: #fff;
  background: #01479d;
}
.pagenation .page-numbers.next,
.pagenation .page-numbers.prev {
  border-radius: 50%;
  padding-top: 0;
}
.pagenation .page-numbers.next::before,
.pagenation .page-numbers.prev::before {
  display: block;
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(assets/img/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenation .page-numbers.next:hover::before,
.pagenation .page-numbers.prev:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pagenation .prev.page-numbers::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.news_list {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .news_list {
    margin-bottom: 72px;
    margin-top: -22px;
  }
}
.news_list li {
  border-bottom: solid 1px #01479d;
  width: 100%;
}
.news_list li a {
  padding: 38px 80px 30px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .news_list li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 38px 60px 30px 16px;
  }
}
.news_list li a::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f4f5ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .news_list li a::before {
    top: 90px;
  }
}
.news_list li a::after {
  content: "";
  width: 6px;
  height: auto;
  aspect-ratio: 6/8;
  background-image: url(assets/img/news-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .news_list li a::after {
    top: 90px;
  }
}
.news_list li a:hover {
  padding-left: 26px;
  padding-right: 64px;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .news_list li a:hover {
    padding-left: 16px;
    padding-right: 60px;
  }
}
.news_list li a:hover::before {
  background: #01479d;
}
.news_list li a:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.news_list li a time {
  font-size: 2.2rem;
  font-weight: 400;
  width: 113px;
  -webkit-margin-before: calc((1em - 1lh) / 2);
          margin-block-start: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767.9px) {
  .news_list li a time {
    line-height: 1;
    width: 98px;
  }
}
.news_list li a .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-margin-before: calc((1em - 1lh) / 2);
          margin-block-start: calc((1em - 1lh) / 2);
}
@media screen and (max-width: 767.9px) {
  .news_list li a .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 12px;
  }
}

.post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-right: 48px;
}
@media screen and (max-width: 767.9px) {
  .post_category {
    margin-right: 0;
  }
}
.post_category p {
  background: #01479d;
  color: #fff;
  padding: 3px 14px 4px;
  min-width: 96px;
  border-radius: 100px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
.post_category .short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em; /* 文字の間隔 */
}
.post_category .short span {
  font-size: 1.4rem;
  line-height: 1;
}

.news_content {
  margin-top: 134px;
  max-width: 800px;
  margin-bottom: 176px;
}
@media screen and (max-width: 767.9px) {
  .news_content {
    margin-top: 67px;
    width: 80.1%;
    margin-bottom: 80px;
  }
}
.news_content .post_category {
  margin-right: 0;
}
.news_content .time_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .news_content .time_wrap {
    margin-bottom: 27px;
  }
}
.news_content time {
  font-size: 2.2rem;
  font-weight: 400;
  text-box: trim-both cap alphabetic;
}
.news_content .news_title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7857142857;
  margin-bottom: 58px;
}
@media screen and (max-width: 767.9px) {
  .news_content .news_title {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    margin-bottom: 20px;
  }
}
.news_content .content {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .news_content .content {
    margin-bottom: 54px;
  }
}
.news_content .content a {
  text-decoration: underline;
}
.news_content .content p,
.news_content .content a,
.news_content .content span,
.news_content .content li {
  font-size: 1.7rem;
  line-height: 2.4705882353;
}
@media screen and (max-width: 767.9px) {
  .news_content .content p,
  .news_content .content a,
  .news_content .content span,
  .news_content .content li {
    line-height: 2;
  }
}
.news_content .content img {
  display: inline-block;
  margin-bottom: 10px;
}
.news_content .more_btn {
  margin: 0 auto;
}

.common-page2 {
  margin-bottom: 165px;
  padding-top: 116px;
}
@media screen and (max-width: 767.9px) {
  .common-page2 {
    padding-top: 58px;
    margin-bottom: 70px;
  }
}
.common-page2 .page-top {
  margin-inline: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .common-page2 .page-top h2 {
    text-align: center;
  }
}
.common-page2 .page-top h3 {
  letter-spacing: 0;
}
.common-page2 .page-top .title_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 106px;
}
@media screen and (max-width: 767.9px) {
  .common-page2 .page-top .title_wrapper {
    margin-bottom: 54px;
    margin-inline: 0;
    gap: 11px;
  }
}
.common-page2 .page-top .title_wrapper h2 {
  font-size: 5.5rem;
  max-width: unset;
}
@media screen and (max-width: 767.9px) {
  .common-page2 .page-top .title_wrapper h2 {
    font-size: 3.2rem;
    line-height: 1.3125;
  }
}

.page-partner .page-top {
  margin-bottom: 67px;
}
@media screen and (max-width: 767.9px) {
  .page-partner .page-top {
    margin-bottom: 50px;
  }
}
.page-partner .page-top h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .page-partner .page-top h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.page-partner .page-top .description {
  max-width: 736px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 767.9px) {
  .page-partner .page-top .description {
    border: none;
    padding-bottom: 0;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0 16px;
    width: auto;
    line-height: 1.7647058824;
  }
}
.page-partner .download_wrap {
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767.9px) {
  .page-partner .download_wrap {
    gap: 24px;
  }
}
.page-partner .download_wrap .download {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f4f5ff;
  display: grid;
  place-content: center;
  padding: 80px 40px 90px;
  min-width: 400px;
}
@media screen and (max-width: 767.9px) {
  .page-partner .download_wrap .download {
    margin: 0 auto;
    min-width: 328px;
    padding: 38px 16px 48px;
  }
}
.page-partner .download_wrap h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 28px;
}
.page-partner .download_wrap h4 span {
  display: block;
  font-size: 1.7rem;
}
.page-partner .download_wrap a {
  position: relative;
  padding: 24px 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-partner .download_wrap a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #01479d;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-partner .download_wrap a:hover {
  opacity: 1;
}
.page-partner .download_wrap a:hover::before {
  -webkit-transform: scale(1.104);
          transform: scale(1.104);
}
.page-partner .download_wrap a img {
  width: 37px;
  position: relative;
}
.page-partner .download_wrap a p {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
}
.page-partner .download_wrap a p span {
  display: block;
  font-size: 1.4rem;
  margin-top: 8px;
}
.page-partner .note_wrap {
  gap: 32px;
}
@media screen and (max-width: 767.9px) {
  .page-partner .note_wrap {
    margin: 0 16px;
    gap: 28px;
  }
}
.page-partner .note_wrap .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 679px;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
@media screen and (max-width: 767.9px) {
  .page-partner .note_wrap .left {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page-partner .note_wrap .right p {
  line-height: 2.3529411765;
}

@media screen and (max-width: 767.9px) {
  .pp_content {
    margin: 0 16px;
  }
}
.pp_content p {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .pp_content p:first-child {
    padding-bottom: 20px;
  }
}
.pp_content h2 {
  color: #01479d;
  font-size: 2.1rem;
  font-weight: 800;
  margin-top: 82px;
  line-height: 1.5238095238;
  letter-spacing: 0.03em;
  margin-bottom: 11px;
}
@media screen and (max-width: 767.9px) {
  .pp_content h2 {
    margin-top: 36px;
    line-height: 1.4;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.page-company .page-top {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-company .page-top {
    margin-bottom: 58px;
  }
}
.page-company .heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .page-company .heading {
    margin-bottom: 40px;
  }
}
.page-company .heading h3 {
  font-size: 4.6rem;
  font-weight: 800;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page-company .heading h3 {
    font-size: 3.2rem;
    margin-bottom: 6px;
  }
}
.page-company .heading .teko {
  color: #01479d;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.page-company section {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-company section {
    margin-bottom: 104px;
  }
}
.page-company table,
.page-company tbody {
  display: block;
}
.page-company tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-company th {
  text-box: trim-both cap alphabetic;
}
.page-company td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-box: trim-both cap alphabetic;
}

.company1 .two-column {
  position: relative;
}
.company1 .two-column::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f4f5ff;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  -webkit-transform: unset;
          transform: unset;
}
.company1 .two-column .detail {
  padding-left: 7.012195122%;
  padding-right: 7.012195122%;
  width: 55.5%;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .company1 .two-column .detail {
    width: 100%;
    background: none;
    padding: 0 10.45% 66px;
  }
}
.company1 .two-column .detail h4 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .company1 .two-column .detail h4 {
    font-size: 2.6rem;
    line-height: 1.5769230769;
    margin-bottom: 26px;
  }
}
.company1 .two-column .detail .description {
  line-height: 2.1764705882;
}
@media screen and (max-width: 767.9px) {
  .company1 .two-column .detail .description {
    line-height: 1.7647058824;
  }
}
.company1 .two-column .img {
  min-height: 808px;
}
@media screen and (max-width: 767.9px) {
  .company1 .two-column .img {
    aspect-ratio: 354/376;
    height: auto;
    margin: 0 5.97% 38px;
    min-height: unset;
  }
}
.company1 .two-column .sign {
  margin: 43px auto 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.9px) {
  .company1 .two-column .sign {
    margin-top: 32px;
    margin-bottom: -10px;
  }
}
.company1 .two-column .sign span {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: 0;
}

.company2 table {
  border-top: solid 1px #01479d;
}
.company2 tr {
  padding: 48px 0;
  border-bottom: solid 1px #01479d;
}
@media screen and (max-width: 767.9px) {
  .company2 tr {
    padding: 40px 17px;
  }
}
.company2 th {
  width: 160px;
  color: #01479d;
}
@media screen and (max-width: 767.9px) {
  .company2 th {
    width: 112px;
  }
}
.company2 td span {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .company2 td span {
    display: block;
  }
}
.company2 td .ttl {
  min-width: 116px;
}

.company3 {
  overflow: hidden;
}
.company3 .cont4 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767.9px) {
  .company3 .cont4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .company3 .heading {
    margin-bottom: 30px;
  }
}
.company3 tr {
  margin-bottom: 8px;
  position: relative;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .company3 tr {
    padding: 45px 16px;
  }
}
.company3 tr::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f4f5ff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.company3 tr::after {
  content: "";
  width: 1px;
  height: calc(100% + 8px);
  background: #01479d;
  position: absolute;
  top: -4px;
  left: 95px;
}
@media screen and (max-width: 767.9px) {
  .company3 tr::after {
    left: 97px;
  }
}
.company3 tr:first-child::after {
  height: calc(50% + 4px);
  top: 50%;
}
.company3 tr:last-child::after {
  height: calc(50% + 4px);
}
.company3 th {
  width: 132px;
  color: #01479d;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .company3 th {
    width: 107px;
  }
}
.company3 th::before {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #01479d;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}
@media screen and (max-width: 767.9px) {
  .company3 th::before {
    right: 21px;
  }
}

.page-company .company4 {
  margin-bottom: 170px;
}
@media screen and (max-width: 767.9px) {
  .page-company .company4 {
    margin-bottom: 80px;
  }
}

.company4 img {
  height: 376px;
  display: block;
  width: calc(100% - 128px);
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .company4 img {
    height: auto;
    aspect-ratio: 402/400;
    width: 100%;
  }
}
.company4 .cont {
  margin-top: -80px;
  background: #fff;
  padding: 53px 40px 0;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .company4 .cont {
    width: auto;
    padding: 30px 0 0;
    margin: -67px 9.95% 0;
  }
}
.company4 .cont p.teko {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 1;
  color: #fff;
  font-size: 9.6rem;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 1300px) {
  .company4 .cont p.teko {
    font-size: clamp(51.2px, 6.6666666667vw, 200px);
  }
}
.company4 h3 {
  color: #01479d;
  text-align: center;
  margin-bottom: 46px;
  font-size: 3.4rem;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .company4 h3 {
    font-size: 3.2rem;
    line-height: 1.5625;
    margin-bottom: 25px;
  }
}
.company4 .description {
  max-width: 736px;
  margin: 0 auto;
}

.recruit_wrapper {
  background: #61aff4;
  overflow: hidden;
}

.recruit_page-wrapper {
  padding-top: 168px;
  padding-bottom: 128px;
}
@media screen and (max-width: 767.9px) {
  .recruit_page-wrapper {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767.9px) {
  .interview {
    margin-bottom: 10px;
  }
}
.interview .top-img {
  height: auto;
  aspect-ratio: 1312/400;
  min-height: 400px;
  margin: 0 64px;
  max-width: calc(100% - 128px);
}
@media screen and (max-width: 767.9px) {
  .interview .top-img {
    padding: 0;
    aspect-ratio: unset;
    min-height: unset;
    margin: 0;
    height: 376px;
    max-width: 100%;
  }
}
.interview .top-img img {
  border-radius: 32px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .interview .top-img img {
    border-radius: 0;
  }
}
.interview .interview-top {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top {
    margin-bottom: 57px;
  }
}
.interview .interview-top .cont {
  margin-top: -64px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .cont {
    margin-top: -29px;
    width: 80.1%;
  }
}
.interview .interview-top .cont .pja {
  line-height: 1;
  color: #fff;
  font-size: 12rem;
  margin-bottom: 30px;
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .cont .pja {
    font-size: 5.6rem;
    text-align: center;
    margin-bottom: 37px;
  }
}
.interview .interview-top .cont .flex {
  gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.interview .interview-top .cont .lead {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.8461538462;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: unset;
  max-width: 736px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .cont .lead {
    font-size: 2rem;
    line-height: 1.8;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.interview .interview-top .cont .profile {
  padding: 13px 68px;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  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;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .cont .profile {
    border-right: none;
    border-left: none;
    border-top: solid 2px #fff;
    padding: 33px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.interview .interview-top .cont .profile * {
  text-box: trim-both cap alphabetic;
}
.interview .interview-top .cont .Job-description {
  background: #01479d;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  padding: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .cont .Job-description {
    font-size: 1.6rem;
    padding: 10px;
    margin: 0;
  }
}
.interview .interview-top .cont .name {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-top .cont .name {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
}
.interview .interview-top .cont .years {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.interview .interview-inner {
  border-radius: 32px;
  background: #fff;
  padding: 118px 0 57px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-inner {
    width: 100%;
    padding: 52px 0;
  }
}
.interview .interview-inner .detail {
  width: 90%;
  max-width: 736px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-inner .detail {
    width: 88.06%;
  }
  .interview .interview-inner .detail:last-child {
    margin-bottom: 0;
  }
}
.interview .interview-inner h3 {
  margin: 0 64px 27px;
  color: #228cea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-inner h3 {
    margin-inline: 16px;
  }
}
.interview .interview-inner h3 img {
  width: 32px;
  height: 32px;
  margin-top: 0;
}
.interview .interview-inner p {
  margin: 0 64px;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-inner p {
    margin-inline: 16px;
  }
}
.interview .interview-inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 736/376;
  border-radius: 16px;
  margin-top: 72px;
}
@media screen and (max-width: 767.9px) {
  .interview .interview-inner img {
    aspect-ratio: 1/1;
  }
}
.interview .interview_list {
  margin: 0 64px;
  gap: 67px 28px;
}

.interview_list-wrap {
  overflow: hidden;
}
.interview_list-wrap .interview_list-heading {
  height: 155px;
  position: relative;
  display: grid;
  place-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .interview_list-wrap .interview_list-heading {
    height: 96px;
    margin-bottom: 50px;
  }
}
.interview_list-wrap .interview_list-heading .loop-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.interview_list-wrap .interview_list-heading h3 {
  width: 391px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .interview_list-wrap .interview_list-heading h3 {
    width: 233px;
    margin-top: 10px;
  }
}

/*流れるテキスト*/
.loop-wrap {
  width: 100vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loop-wrap p {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
}
.loop-wrap p img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 155px;
  width: auto;
  aspect-ratio: 3588/155;
  max-width: unset;
}
@media screen and (max-width: 767.9px) {
  .loop-wrap p img {
    height: 96px;
  }
}

.loop-wrap p:nth-child(1) {
  -webkit-animation: MoveLeft 84s -42s infinite linear;
  animation: MoveLeft 84s -42s infinite linear;
}

.loop-wrap p:nth-child(2) {
  -webkit-animation: MoveLeft2 84s infinite linear;
  animation: MoveLeft2 84s infinite linear;
}

@-webkit-keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.interview_list {
  margin: 0 64px;
  gap: 72px 28px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .interview_list {
    gap: 0 !important;
    margin: 0 !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.interview_list li {
  width: calc((100% - 112px) / 5);
  min-width: 240px;
}
@media screen and (max-width: 767.9px) {
  .interview_list li {
    width: 240px;
    min-width: unset;
  }
}
.interview_list .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  position: relative;
  margin-bottom: 12px;
}
.interview_list .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.interview_list .img p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  color: #fff;
  background: #01479d;
  font-size: 2.1rem;
  font-weight: 700;
  min-width: 64px;
  display: grid;
  place-content: center;
  height: 64px;
  border-radius: 50%;
}
.interview_list a:hover {
  opacity: 1;
}
.interview_list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.interview_list .name {
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 7px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  margin-inline: 20px;
}
.interview_list .years {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  margin-inline: 20px;
}

.swiper-interview {
  position: relative;
}

.slider_btn_wrap {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .slider_btn_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-right: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 27.5px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(assets/img/slider_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.job-detail .top-img {
  height: auto;
  aspect-ratio: 1312/400;
  min-height: 400px;
  margin: 0 64px;
  max-width: 100%;
  width: calc(100% - 128px);
}
@media screen and (max-width: 767.9px) {
  .job-detail .top-img {
    padding: 0;
    aspect-ratio: unset;
    min-height: unset;
    margin: 0;
    height: 440px;
    width: 100%;
  }
}
.job-detail .top-img img {
  border-radius: 32px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .job-detail .top-img img {
    border-radius: 0;
  }
}
.job-detail .cont {
  margin-top: -63px;
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: 0 40px 1px;
  width: 80%;
}
@media screen and (max-width: 767.9px) {
  .job-detail .cont {
    padding-top: 32px;
    width: 88%;
    border-radius: 24px;
  }
}
.job-detail .cont p.pja {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 6.1vw;
  font-weight: 800;
  text-box: trim-both cap alphabetic;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .job-detail .cont p.pja {
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 767.9px) {
  .job-detail .cont p.pja {
    font-size: 4.2rem;
  }
}
.job-detail .cont h2 {
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .job-detail .cont h2 {
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 26px;
  }
}
.job-detail .cont h2 img {
  height: 64px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .job-detail .cont h2 img {
    height: 36px;
  }
}
.job-detail .cont .lead {
  max-width: 608px;
  margin: 0 auto 86px;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.7894736842;
  color: #002451;
}
@media screen and (max-width: 767.9px) {
  .job-detail .cont .lead {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-bottom: 48px;
  }
}
.job-detail .job-detail-category {
  max-width: 832px;
  margin: 0 auto 144px;
}
@media screen and (max-width: 767.9px) {
  .job-detail .job-detail-category {
    margin-bottom: 64px;
  }
  .job-detail .job-detail-category:last-child {
    margin-bottom: 40px;
  }
}
.job-detail .job-detail-category h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  margin-bottom: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .job-detail .job-detail-category h3 {
    gap: 24px;
    margin-bottom: 32px;
  }
}
.job-detail .job-detail-category h3::before, .job-detail .job-detail-category h3::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 3px;
  background: #01479d;
}
.job-detail .job-detail-category h3 img {
  height: 56px;
}
@media screen and (max-width: 767.9px) {
  .job-detail .job-detail-category h3 img {
    height: 32px;
  }
}
.job-detail .job-detail-category ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767.9px) {
  .job-detail .job-detail-category ul {
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.job-detail .job-detail-category li {
  width: 256px;
}
@media screen and (max-width: 767.9px) {
  .job-detail .job-detail-category li {
    width: 100%;
    max-width: 274px;
  }
}
@media screen and (max-width: 430px) {
  .job-detail .job-detail-category li {
    max-width: unset;
  }
}
.job-detail .job-detail-category li .img {
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.job-detail .job-detail-category li .img::before {
  content: "";
  background: #01479d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.job-detail .job-detail-category li .img img {
  width: 100%;
  height: 100%;
}
.job-detail .job-detail-category li .img .ttl {
  color: #fff;
  background: #01479d;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3181818182;
  max-width: 90%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px;
  text-box: trim-both cap alphabetic;
  min-width: 156px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .job-detail .job-detail-category li .img .ttl {
    min-width: 167px;
  }
}
.job-detail .job-detail-category li .hide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  background: #fff;
  color: #01479d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 800;
  border-radius: 100px;
  padding: 9px 28px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-box: trim-both cap alphabetic;
  z-index: 3;
}
.job-detail .job-detail-category li .hide::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(assets/img/recruit_carsol.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.job-detail .job-detail-category li a:hover {
  opacity: 1;
}
.job-detail .job-detail-category li a:hover .hide {
  visibility: visible;
  opacity: 1;
}
.job-detail .job-detail-category li a:hover .img::before {
  visibility: visible;
  opacity: 1;
}

.job_single {
  overflow: hidden;
}
.job_single .job-detail .cont h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767.9px) {
  .job_single .job-detail .cont h2 {
    margin-bottom: 65px;
  }
}
.job_single .cont {
  margin-top: -64px;
  padding-bottom: 116px;
}
@media screen and (max-width: 767.9px) {
  .job_single .cont {
    padding-bottom: 50px;
  }
}
.job_single h2 {
  margin-bottom: 88px;
}
.job_single h3 {
  background: #01479d;
  color: #fff;
  margin: 0 auto 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding: 9px 24px;
}
@media screen and (max-width: 767.9px) {
  .job_single h3 {
    font-size: 2.4rem;
    padding: 8px 20px;
    margin-bottom: 24px;
  }
}
.job_single table,
.job_single tbody {
  display: block;
}
.job_single table {
  max-width: 928px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767.9px) {
  .job_single table {
    margin-bottom: 56px;
  }
}
.job_single tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .job_single tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px;
  }
}
.job_single tr {
  padding: 48px 0;
  border-bottom: solid 1px #d8d6cf;
}
@media screen and (max-width: 767.9px) {
  .job_single tr {
    padding: 32px 0;
  }
}
.job_single th {
  width: 160px;
  color: #01479d;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .job_single th {
    width: 100%;
  }
}
.job_single td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .job_single td {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.entry_btn_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.entry_btn_wrap img,
.entry_btn_wrap .reverse {
  position: absolute;
}
.entry_btn_wrap .reverse {
  left: -187px;
  top: -30px;
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .entry_btn_wrap .reverse {
    width: 104px;
    left: -97px;
    top: -24px;
  }
}
.entry_btn_wrap .h07 {
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .entry_btn_wrap .h07 {
    width: 104px;
  }
}
.entry_btn_wrap .h06 {
  right: -190px;
  top: -30px;
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  .entry_btn_wrap .h06 {
    width: 104px;
    right: -97px;
    top: -24px;
  }
}
.entry_btn_wrap .entry_btn {
  display: block;
  background: #61aff4;
  color: #fff;
  font-size: 7rem;
  font-weight: 800;
  border-radius: 100px;
  padding: 28px 48px;
  margin: 0 auto 38px;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-box: trim-both cap alphabetic;
  -webkit-animation: bound 2.8s infinite ease-in-out;
          animation: bound 2.8s infinite ease-in-out;
}
@supports not (text-box: trim-both cap alphabetic) {
  .entry_btn_wrap .entry_btn {
    /* フォールバックスタイル */
    line-height: 1;
    padding: 0 48px;
  }
}
@media screen and (max-width: 767.9px) {
  .entry_btn_wrap .entry_btn {
    font-size: 4.4rem;
    padding: 18px 30px;
    margin-bottom: 22px;
  }
  @supports not (text-box: trim-both cap alphabetic) {
    .entry_btn_wrap .entry_btn {
      /* フォールバックスタイル */
      padding: 0 30px;
    }
  }
}
.entry_btn_wrap .entry_btn span {
  margin-left: -0.06em;
}
.entry_btn_wrap .back_btn {
  position: relative;
  padding-right: 33px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  line-height: 1;
  min-height: 30px;
  display: grid;
  place-content: center;
}
.entry_btn_wrap .back_btn span {
  color: #01479d;
  font-size: 2rem;
  font-weight: 700;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .entry_btn_wrap .back_btn span {
    font-size: 1.7rem;
  }
}
.entry_btn_wrap .back_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #01479d;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.entry_btn_wrap .back_btn::after {
  content: "";
  width: 6px;
  height: auto;
  aspect-ratio: 7/10;
  background-image: url(assets/img/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(309%) hue-rotate(242deg) brightness(113%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(309%) hue-rotate(242deg) brightness(113%) contrast(100%);
}
.entry_btn_wrap .back_btn:hover {
  opacity: 1;
}
.entry_btn_wrap .back_btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}

@-webkit-keyframes bound {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  6% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bound {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  6% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bound2 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    -webkit-transform: scale(1.078);
            transform: scale(1.078);
  }
  6% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bound2 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    -webkit-transform: scale(1.078);
            transform: scale(1.078);
  }
  6% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.reverse {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.human {
  width: 180px;
  height: auto;
  display: block;
}

.h01 {
  -webkit-animation: poseRotate1 1.3s steps(1, end) infinite;
          animation: poseRotate1 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate1 {
  0% {
    -webkit-transform: rotate(-5deg) translateY(-1px);
            transform: rotate(-5deg) translateY(-1px);
  }
  33% {
    -webkit-transform: rotate(15deg) translateY(0px);
            transform: rotate(15deg) translateY(0px);
  }
  66% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-5deg) translateY(-1px);
            transform: rotate(-5deg) translateY(-1px);
  }
}

@keyframes poseRotate1 {
  0% {
    -webkit-transform: rotate(-5deg) translateY(-1px);
            transform: rotate(-5deg) translateY(-1px);
  }
  33% {
    -webkit-transform: rotate(15deg) translateY(0px);
            transform: rotate(15deg) translateY(0px);
  }
  66% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-5deg) translateY(-1px);
            transform: rotate(-5deg) translateY(-1px);
  }
}
.h02 {
  -webkit-animation: poseRotate2 1.3s steps(1, end) infinite;
          animation: poseRotate2 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  66% {
    -webkit-transform: rotate(-6.5deg) translateX(3px);
            transform: rotate(-6.5deg) translateX(3px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  66% {
    -webkit-transform: rotate(-6.5deg) translateX(3px);
            transform: rotate(-6.5deg) translateX(3px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h03 {
  -webkit-animation: poseRotate3 1.3s steps(1, end) infinite;
          animation: poseRotate3 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  66% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  66% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h04 {
  -webkit-animation: poseRotate4 1.3s steps(1, end) infinite;
          animation: poseRotate4 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  66% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  66% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h05 {
  -webkit-animation: poseRotate5 1.3s steps(1, end) infinite;
          animation: poseRotate5 1.3s steps(1, end) infinite;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@-webkit-keyframes poseRotate5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(13deg) translateY(-6px);
            transform: rotate(13deg) translateY(-6px);
  }
  66% {
    -webkit-transform: rotate(-10deg) translateY(-8px);
            transform: rotate(-10deg) translateY(-8px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(13deg) translateY(-6px);
            transform: rotate(13deg) translateY(-6px);
  }
  66% {
    -webkit-transform: rotate(-10deg) translateY(-8px);
            transform: rotate(-10deg) translateY(-8px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h06 {
  -webkit-animation: poseRotate6 1.3s steps(1, end) infinite;
          animation: poseRotate6 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate6 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-4deg) translateY(-6px);
            transform: rotate(-4deg) translateY(-6px);
  }
  66% {
    -webkit-transform: rotate(6deg) translateY(0px);
            transform: rotate(6deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate6 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-4deg) translateY(-6px);
            transform: rotate(-4deg) translateY(-6px);
  }
  66% {
    -webkit-transform: rotate(6deg) translateY(0px);
            transform: rotate(6deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h07 {
  -webkit-animation: poseRotate7 1.3s steps(1, end) infinite;
          animation: poseRotate7 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate7 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  66% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate7 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  66% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h08 {
  -webkit-animation: poseRotate8 1.3s steps(1, end) infinite;
          animation: poseRotate8 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  66% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  66% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.h09 {
  -webkit-animation: poseRotate9 1.3s steps(1, end) infinite;
          animation: poseRotate9 1.3s steps(1, end) infinite;
}

@-webkit-keyframes poseRotate9 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  66% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes poseRotate9 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  66% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.page-entry {
  padding-top: 245px;
}
@media screen and (max-width: 767.9px) {
  .page-entry {
    padding-top: 154px;
  }
}
.page-entry .page-top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 96px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top {
    margin-bottom: 66px;
  }
}
.page-entry .page-top h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 56px;
  -webkit-animation: bound2 2.8s infinite ease-in-out;
          animation: bound2 2.8s infinite ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top h2 {
    margin-bottom: 50px;
  }
}
.page-entry .page-top h2 img {
  max-width: 640px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-entry .page-top h2 img {
    width: 400px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top h2 img {
    width: 289px;
  }
}
.page-entry .page-top h3 {
  font-size: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 900;
  color: #fff;
  background: #01479d;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.05em;
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top h3 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    padding: 16px;
  }
}
.page-entry .page-top .reverse,
.page-entry .page-top .h08 {
  position: absolute;
  top: 7px;
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top .reverse,
  .page-entry .page-top .h08 {
    width: 120px;
    top: 78px;
  }
}
.page-entry .page-top .reverse {
  left: -214px;
}
@media screen and (max-width: 1024px) {
  .page-entry .page-top .reverse {
    left: -136px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top .reverse {
    left: -36px;
  }
}
.page-entry .page-top .h08 {
  right: -200px;
}
@media screen and (max-width: 1024px) {
  .page-entry .page-top .h08 {
    right: -136px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-entry .page-top .h08 {
    right: -36px;
  }
}
.page-entry .form_wrap {
  background: #fff;
  border-radius: 32px;
  padding: 100px 96px 112px;
}
@media screen and (max-width: 767.9px) {
  .page-entry .form_wrap {
    border-radius: 24px;
    padding: 35px 40px 53px;
  }
}

.entry_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .entry_top {
    margin-bottom: 46px;
  }
}
.entry_top .lead {
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.95;
  font-size: 2rem;
  color: #01479d;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .entry_top .lead {
    line-height: 1.8;
    margin-bottom: 22px;
  }
}
.entry_top .note {
  border: solid 1px #01479d;
  border-radius: 8px;
  line-height: 1.75;
  color: #01479d;
  text-align: center;
  padding: 20px 20px 22px;
}
@media screen and (max-width: 767.9px) {
  .entry_top .note {
    padding: 14px 17px;
    line-height: 1.75;
    text-align: justify;
  }
}

.form {
  position: relative;
}
.form table,
.form tbody {
  display: block;
}
.form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .form tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 56px;
  }
}
.form tr.fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form tr.fs th {
  -webkit-margin-before: calc((1em - 1lh) / 2);
          margin-block-start: calc((1em - 1lh) / 2);
}
.form tr.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form th {
  width: 117px;
}
@media screen and (max-width: 767.9px) {
  .form th {
    width: 100%;
  }
}
.form th p {
  color: #01479d;
  font-size: 1.7rem;
  font-weight: 700;
}
.form td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .form td {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  font-weight: 500;
  width: 100%;
  border: none;
  background: #f4f5ff;
  font-size: 1.6rem;
  padding: 19px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0;
  border-radius: 4px;
}
@media screen and (max-width: 767.9px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form textarea {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.form textarea {
  min-height: 264px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .form textarea {
    min-height: 320px;
  }
}
.form input[type=radio],
.form input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.form .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: -12px;
  }
}
.form .zip input {
  width: 288px;
  max-width: 100%;
}
.form .wpcf7-form-control.wpcf7-radio {
  max-width: 433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 32px;
}
@media screen and (max-width: 767.9px) {
  .form .wpcf7-form-control.wpcf7-radio {
    gap: 10px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form .wpcf7-form-control.wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .privacy_policy_check {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check {
    margin-top: -8px;
    margin-bottom: 32px;
  }
}
.form .privacy_policy_check label,
.form .privacy_policy_check p {
  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;
}
.form .privacy_policy_check a {
  text-decoration: underline;
}
.form .privacy_policy_check a,
.form .privacy_policy_check p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  text-wrap: nowrap;
}
.form .entry_submit {
  position: relative;
  background: #61aff4;
  width: 248px;
  margin: 0 auto;
  border-color: #61aff4;
  cursor: pointer;
  padding: 0;
}
.form .entry_submit::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
}
.form .entry_submit::after {
  background-image: url(assets/img/btn-arrow2.svg);
  right: 32px;
}
.form .entry_submit br {
  display: none;
}
.form .entry_submit .wpcf7-spinner {
  position: absolute;
}
.form .entry_submit input {
  background: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  position: relative;
  cursor: pointer;
  width: 248px;
  height: 64px;
  text-align: left;
  padding: 17px 60px 19px 24px;
}
.form .submit2 {
  margin-top: 16px;
}
.form .entry_submit:hover input {
  color: #61aff4;
}
.form .entry_submit:hover::before {
  -webkit-transform: scale(30);
          transform: scale(30);
  -webkit-animation: none;
          animation: none;
}

.thanks_wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap {
    padding-top: 56px;
  }
}
.thanks_wrap h3 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.thanks_wrap p {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap p {
    text-align: justify;
    margin: 0 16px;
  }
}
.thanks_wrap .more_btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap .more_btn {
    margin-top: 40px;
  }
}

.page-id-38 .header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  width: 406px;
  gap: 24px;
}
@media screen and (max-width: 767.9px) {
  .page-id-38 .header h1 {
    gap: 16px;
    width: 273px;
  }
}
.page-id-38 .header h1 img {
  width: 232px;
}
@media screen and (max-width: 767.9px) {
  .page-id-38 .header h1 img {
    width: 161px;
  }
}
.page-id-38 .header h1 span {
  color: #01479d;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .page-id-38 .header h1 span {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    font-weight: 700;
  }
}

.recruit-top {
  overflow: hidden;
  padding-top: clamp(122.1333333333px, 15.9027777778vw, 477.0833333333px);
  margin-bottom: clamp(146.6666666667px, 19.0972222222vw, 572.9166666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-top {
    padding-top: 134px;
    margin-bottom: 128px;
  }
}
.recruit-top h2 {
  text-align: center;
  margin-bottom: clamp(38.9333333333px, 5.0694444444vw, 152.0833333333px);
}
@media screen and (max-width: 767.9px) {
  .recruit-top h2 {
    margin-bottom: 41px;
    margin-left: 0;
  }
}
.recruit-top .text1 {
  margin: 0 auto;
  width: 42.3611111111vw;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .text1 {
    width: 280px;
  }
}
.recruit-top .mv {
  position: relative;
  aspect-ratio: 1440/276;
  height: auto;
  margin-bottom: clamp(37.3333333333px, 4.8611111111vw, 145.8333333333px);
}
@media screen and (max-width: 767.9px) {
  .recruit-top .mv {
    aspect-ratio: unset;
    margin-bottom: 54px;
  }
}
.recruit-top .text2 {
  width: 106vw;
  position: absolute;
  max-width: unset;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit-top .loop-wrap {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .loop-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-top .loop-wrap p img {
    height: 176px;
    aspect-ratio: 1880/176;
  }
}
.recruit-top .recruit-top-swiper {
  padding-top: clamp(5.3333333333px, 0.6944444444vw, 20.8333333333px);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .recruit-top-swiper {
    padding: 0;
  }
}
.recruit-top .swiper-slide {
  margin-right: 1.3888888889vw;
  width: 12.5vw;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .swiper-slide {
    width: 180px;
    margin-right: 20px;
  }
}
.recruit-top .swiper-slide img {
  width: 100%;
}
.recruit-top .recruit-top_text-wrap {
  gap: 1.0416666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(13.8666666667px, 1.8055555556vw, 54.1666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-top .recruit-top_text-wrap {
    gap: 12px;
    margin-bottom: 22px;
  }
}
.recruit-top .recruit-top_text-wrap .text3 {
  width: 27.7777777778vw;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .recruit-top_text-wrap .text3 {
    width: 203px;
  }
}
.recruit-top .recruit-top_text-wrap .text4 {
  width: 45.8333333333vw;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .recruit-top_text-wrap .text4 {
    width: 336px;
  }
}
.recruit-top .text5 {
  text-align: center;
  font-size: clamp(16px, 2.0833333333vw, 62.5px);
  font-weight: 800;
  color: #01479d;
  font-style: italic;
}
@media screen and (max-width: 767.9px) {
  .recruit-top .text5 {
    font-size: 1.6rem;
  }
}

.recruit-section1 {
  overflow: hidden;
  margin-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 {
    margin-bottom: 88px;
  }
}
.recruit-section1 h2 img {
  display: block;
  width: 67.3611111111vw;
  margin-inline: auto;
  margin-bottom: clamp(37.8666666667px, 4.9305555556vw, 147.9166666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 h2 img {
    width: 322px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.recruit-section1 .flex-wrapper {
  position: relative;
}
.recruit-section1 .flex-wrapper .flex {
  width: 73.75vw;
  margin-inline: auto;
  padding-bottom: clamp(82.6666666667px, 10.7638888889vw, 322.9166666667px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .flex-wrapper .flex {
    width: 80.1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 51px;
    gap: 32px;
  }
}
.recruit-section1 .flex-wrapper .flex img {
  width: 42.2%;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .flex-wrapper .flex img {
    width: 259px;
  }
}
.recruit-section1 .flex-wrapper .flex .detail {
  width: 50.47%;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .flex-wrapper .flex .detail {
    width: 100%;
  }
}
.recruit-section1 .flex-wrapper .flex .description {
  color: #fff;
  line-height: 2.4117647059;
  letter-spacing: 0.05em;
}
.recruit-section1 .flex-wrapper .flex .description:last-child {
  line-height: 2.3529411765;
}
.recruit-section1 .flex-wrapper .flex .bg-blue {
  margin: 35px 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .flex-wrapper .flex .bg-blue {
    margin: 34px 0;
  }
}
.recruit-section1 .flex-wrapper .flex .bg-blue span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #01479d;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  padding: 10px;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .flex-wrapper .flex .bg-blue span {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
}
.recruit-section1 .flex-wrapper .flex .bg-blue span:last-child {
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .flex-wrapper .flex .bg-blue span:last-child {
    margin: 0;
  }
}
.recruit-section1 .flex-wrapper .text6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.recruit-section1 .recruit-top-swiper2 {
  margin-top: clamp(-66.6666666667px, -2.2222222222vw, -17.0666666667px);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .recruit-top-swiper2 {
    margin-top: 0;
  }
}
.recruit-section1 .recruit-top-swiper2 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit-section1 .recruit-top-swiper2 .swiper-slide {
  width: 520px;
  height: auto;
  aspect-ratio: 520/368;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .recruit-top-swiper2 .swiper-slide {
    width: 386px;
    aspect-ratio: 386/264;
  }
}
.recruit-section1 .recruit-top-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .recruit-section1 .recruit-top-swiper2 .swiper-slide img {
    border-radius: 12px;
  }
}

.recruit-section2 {
  border-radius: 64px;
  padding-top: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
  padding-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 {
    padding-top: 88px;
    padding-bottom: 88px;
    border-radius: 32px;
  }
}
.recruit-section2 h2 {
  position: relative;
  padding-bottom: clamp(23.4666666667px, 3.0555555556vw, 91.6666666667px);
  margin-bottom: clamp(13.3333333333px, 1.7361111111vw, 52.0833333333px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 h2 {
    padding-bottom: 17px;
    margin-bottom: 27px;
  }
}
.recruit-section2 h2 span {
  color: #228cea;
  font-size: clamp(72.5333333333px, 9.4444444444vw, 283.3333333333px);
  font-weight: 800;
  letter-spacing: -0.05em;
  text-box: trim-both cap alphabetic;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 h2 span {
    font-size: 5.5rem;
  }
}
.recruit-section2 h2 img {
  position: absolute;
  width: 19.8611111111vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 h2 img {
    width: 111px;
  }
}
.recruit-section2 .recruit_description {
  margin-bottom: clamp(30.4px, 3.9583333333vw, 118.75px);
  color: #002451;
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 .recruit_description {
    margin-bottom: 40px;
  }
}
.recruit-section2 .business_img {
  margin: 0 64px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 .business_img {
    margin: 0;
    overflow: auto;
  }
}
.recruit-section2 .business_img img {
  display: block;
  height: auto;
  aspect-ratio: 1312/856;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767.9px) {
  .recruit-section2 .business_img img {
    width: auto;
    height: 680px;
    max-width: unset;
  }
}

.recruit_description {
  font-size: 1.9rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.7894736842;
}
@media screen and (max-width: 767.9px) {
  .recruit_description {
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}

.recruit-section3 {
  padding-top: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
  margin-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 {
    padding-top: 88px;
    width: 88%;
    margin: 0 auto 88px;
  }
}
.recruit-section3 h2 {
  position: relative;
  padding-bottom: clamp(28.8px, 3.75vw, 112.5px);
  margin-bottom: clamp(13.8666666667px, 1.8055555556vw, 54.1666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.recruit-section3 h2 span {
  color: #01479d;
  font-size: clamp(72px, 9.375vw, 281.25px);
  font-weight: 800;
  letter-spacing: -0.05em;
  text-box: trim-both cap alphabetic;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 h2 span {
    font-size: 5rem;
  }
}
.recruit-section3 h2 img {
  position: absolute;
  width: 50.4861111111vw;
  bottom: 0;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 h2 img {
    width: 270px;
  }
}
.recruit-section3 .recruit_description {
  color: #fff;
  max-width: 613px;
  margin-inline: auto;
  margin-bottom: clamp(49.0666666667px, 6.3888888889vw, 191.6666666667px);
  text-align: justify;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 .recruit_description {
    margin: 0 16px 56px;
  }
}
.recruit-section3 li {
  position: relative;
  width: 68.8888888889vw;
  margin: 0 auto 112px;
}
@media screen and (max-width: 1024px) {
  .recruit-section3 li {
    aspect-ratio: unset;
    width: 89%;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li {
    margin-bottom: 72px;
    width: 100%;
  }
}
.recruit-section3 li .no {
  position: absolute;
  left: 32px;
  min-width: 124px;
  text-align: center;
  z-index: 2;
  top: -40px;
  color: #01479d;
  font-style: italic;
  font-size: 20rem;
  font-weight: 800;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li .no {
    font-size: 12rem;
    top: -24px;
    min-width: unset;
    left: 17px;
  }
}
.recruit-section3 li .img {
  position: relative;
  height: 336px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li .img {
    margin-bottom: 28px;
  }
}
.recruit-section3 li .img img {
  display: block;
}
.recruit-section3 li .img .img1 {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.recruit-section3 li .img h3 {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #01479d;
  padding: 12px 14px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li .img h3 {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 7px 8px;
  }
}
.recruit-section3 li .img h3 img {
  height: 40px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li .img h3 img {
    height: 32px;
  }
}
.recruit-section3 li p,
.recruit-section3 li .flex {
  color: #fff;
  max-width: 736px;
  margin: 0 auto;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li p,
  .recruit-section3 li .flex {
    margin: 0 16px;
  }
}
.recruit-section3 li .note {
  font-size: 1.2rem;
  line-height: 2;
  text-box: trim-both cap alphabetic;
  margin-top: 30px;
}
.recruit-section3 li .flex {
  gap: 12px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li .flex {
    margin: 0 10px;
  }
}
.recruit-section3 li .flex p {
  border-radius: 100px;
  text-box: trim-both cap alphabetic;
  padding: 7px 12px;
  font-size: 1.7rem;
  border: solid 1px #fff;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li .flex p {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-section3 li:first-child .img h3 img {
    height: 70px;
  }
}

.recruit-section4 {
  padding-top: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
  padding-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
  margin-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
  background: #fff;
  border-radius: 64px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 {
    padding-top: 80px;
    padding-bottom: 88px;
    margin-bottom: 88px;
    border-radius: 32px;
    overflow: hidden;
  }
}
.recruit-section4 .wrapper {
  margin: 0 64px;
  width: auto;
  gap: 7.4305555556vw;
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 .wrapper {
    margin: 0;
    gap: 35px;
  }
}
.recruit-section4 span.pja {
  font-size: clamp(106.6666666667px, 13.8888888889vw, 416.6666666667px);
  font-weight: 800;
  color: #228cea;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-box: trim-both cap alphabetic;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 span.pja {
    font-size: 11.6rem;
  }
}
.recruit-section4 .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 .content {
    overflow: hidden;
    margin-top: 10px;
  }
}
.recruit-section4 h2 img {
  display: block;
  width: 28.9583333333vw;
  margin-bottom: clamp(17.6px, 2.2916666667vw, 68.75px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 h2 img {
    width: 185px;
    margin-bottom: 20px;
  }
}
.recruit-section4 .recruit_description {
  color: #002451;
  max-width: 669px;
  margin-bottom: clamp(32px, 4.1666666667vw, 125px);
  text-align: justify;
  margin-right: 14.3%;
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 .recruit_description {
    line-height: 1.8235294118;
    margin-bottom: 24px;
  }
}
.recruit-section4 .interview_list {
  gap: 56px 32px;
  margin: 0;
}
.recruit-section4 .interview_list li {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 .interview_list li {
    width: 240px;
    max-width: calc(90.1vw - 120px);
  }
}
.recruit-section4 .interview_list .name,
.recruit-section4 .interview_list .years {
  color: #002451;
}
.recruit-section4 .interview_list .name {
  border-color: #002451;
}
@media screen and (max-width: 767.9px) {
  .recruit-section4 .swiper-interview {
    padding-bottom: 56px;
  }
}

.recruit-section5 {
  margin-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 {
    margin-bottom: 80px;
  }
}
.recruit-section5 .wrapper {
  margin: 0 64px;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .wrapper {
    margin: 0 auto;
    width: 88%;
  }
}
.recruit-section5 .heading_flex {
  gap: 40px;
  margin-bottom: clamp(33.0666666667px, 4.3055555556vw, 129.1666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .heading_flex {
    gap: 22px;
    padding: 0 16px;
  }
}
.recruit-section5 .heading_flex h2 {
  position: relative;
  padding-bottom: clamp(21.3333333333px, 2.7777777778vw, 83.3333333333px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .heading_flex h2 {
    padding-bottom: 16px;
  }
}
.recruit-section5 .heading_flex h2 span {
  color: #01479d;
  text-box: trim-both cap alphabetic;
  font-size: clamp(96px, 12.5vw, 375px);
  font-weight: 800;
  letter-spacing: -0.05em;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .heading_flex h2 span {
    font-size: 7.53rem;
  }
}
.recruit-section5 .heading_flex h2 img {
  position: absolute;
  width: 18.6111111111vw;
  bottom: 0;
  left: -5px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .heading_flex h2 img {
    width: 112px;
  }
}
.recruit-section5 .heading_flex .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4px;
  min-width: 0;
  color: #fff;
  max-width: 448px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .heading_flex .description {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.recruit-section5 .recruit_job_detail {
  margin-bottom: 72px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail {
    margin-bottom: 24px;
  }
}
.recruit-section5 .recruit_job_detail .img {
  height: 408px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .img {
    height: 320px;
  }
}
.recruit-section5 .recruit_job_detail .img img {
  width: 100%;
  height: 100%;
  border-radius: 32px 32px 0 0;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .img img {
    border-radius: 24px 24px 0 0;
  }
}
.recruit-section5 .recruit_job_detail .img .heading_wrap {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: -13px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.recruit-section5 .recruit_job_detail .img .heading_wrap h3 {
  color: #fff;
  text-box: trim-both cap alphabetic;
  background: #01479d;
  font-size: 8rem;
  font-weight: 900;
  padding: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .img .heading_wrap h3 {
    font-size: 4.8rem;
    margin-bottom: 20px;
  }
}
.recruit-section5 .recruit_job_detail .img .heading_wrap span {
  color: #fff;
  text-align: center;
  text-box: trim-both cap alphabetic;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .img .heading_wrap span {
    font-size: 1.7rem;
  }
}
.recruit-section5 .recruit_job_detail .detail {
  background: #fff;
  border-radius: 32px;
  margin-top: -32px;
  padding: 113px 96px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail {
    border-radius: 24px;
    margin-top: -24px;
    padding: 64px 40px 40px;
  }
}
.recruit-section5 .recruit_job_detail .detail h4 {
  color: #01479d;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.4615384615;
  text-box: trim-both cap alphabetic;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail h4 {
    font-size: 2.1rem;
    line-height: 1.5714285714;
    margin-bottom: 29px;
  }
}
.recruit-section5 .recruit_job_detail .detail .description1 {
  max-width: 711px;
  margin: 0 auto 48px;
  color: #01479d;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .description1 {
    margin-bottom: 32px;
  }
}
.recruit-section5 .recruit_job_detail .detail .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .flex {
    margin-bottom: 32px;
  }
}
.recruit-section5 .recruit_job_detail .detail .flex .inner {
  width: calc((100% - 32px) / 2);
  padding: 40px 52px 32px;
  border: solid 2px #01479d;
  border-radius: 16px;
  height: auto;
  min-height: 241px;
  min-width: 300px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .flex .inner {
    width: 100%;
    min-width: unset;
    min-height: unset;
    padding: 32px 32px 22px;
  }
}
.recruit-section5 .recruit_job_detail .detail .flex .inner h5 {
  background: #01479d;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  text-box: trim-both cap alphabetic;
  padding: 16px 28px;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 auto 21px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .flex .inner h5 {
    font-size: 2rem;
    padding: 16px 24px;
    margin-bottom: 14px;
  }
}
.recruit-section5 .recruit_job_detail .detail .flex .inner .description {
  color: #01479d;
}
.recruit-section5 .recruit_job_detail .detail .more_btn {
  background: #61aff4;
  margin: 0 auto;
  border-color: #61aff4;
  padding: 19px 92px 20px 37px;
  min-width: 341px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .more_btn {
    min-width: unset;
    padding: 23px 64px 23px 26px;
  }
}
.recruit-section5 .recruit_job_detail .detail .more_btn span {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .more_btn span {
    font-size: 2.1rem;
  }
}
.recruit-section5 .recruit_job_detail .detail .more_btn::before {
  width: 28px;
  height: 28px;
  right: 36px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .more_btn::before {
    width: 19px;
    height: 19px;
    top: 21px;
    right: 25px;
  }
}
.recruit-section5 .recruit_job_detail .detail .more_btn::after {
  -webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(12%) saturate(2095%) hue-rotate(171deg) brightness(103%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(63%) sepia(12%) saturate(2095%) hue-rotate(171deg) brightness(103%) contrast(91%);
  width: 9px;
  right: 45px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section5 .recruit_job_detail .detail .more_btn::after {
    width: 7px;
    right: 31px;
  }
}
.recruit-section5 .recruit_job_detail .detail .more_btn:hover span {
  color: #61aff4;
}

.recruit-section6 {
  margin-bottom: clamp(68.2666666667px, 8.8888888889vw, 266.6666666667px);
}
@media screen and (max-width: 767.9px) {
  .recruit-section6 {
    margin-bottom: 80px;
  }
}
.recruit-section6 .wrapper {
  margin: 0 64px;
  width: auto;
  border-radius: 32px;
  background-image: url(assets/img/recruit9.jpg);
  background-size: cover;
  padding-top: clamp(65.6px, 8.5416666667vw, 256.25px);
  padding-bottom: clamp(64px, 8.3333333333vw, 250px);
  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;
}
@media screen and (max-width: 767.9px) {
  .recruit-section6 .wrapper {
    margin: 0 auto;
    width: 88%;
    padding: 48px 0 55px;
  }
}
.recruit-section6 h2 {
  margin-bottom: 63px;
}
@media screen and (max-width: 767.9px) {
  .recruit-section6 h2 {
    margin-bottom: 37px;
  }
}
.recruit-section6 h2 img {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .recruit-section6 h2 img {
    width: 90%;
  }
}
@media screen and (max-width: 767.9px) {
  .recruit-section6 h2 img {
    width: 269px;
  }
}
.recruit-section6 .entry_btn_wrap {
  position: relative;
}
.recruit-section6 .entry_btn_wrap .comment {
  position: absolute;
  right: -238px;
  width: 168px;
  height: auto;
  aspect-ratio: 1/1;
  top: -71px;
}
@media (max-width: 1150px) {
  .recruit-section6 .entry_btn_wrap .comment {
    width: 140px;
    right: -180px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-section6 .entry_btn_wrap .comment {
    width: 90px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 116px;
  }
}
.recruit-section6 .entry_btn_wrap p.pja {
  text-align: center;
  color: #01479d;
  font-style: italic;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .recruit-section6 .entry_btn_wrap p.pja {
    font-size: 2rem;
  }
}
.recruit-section6 .entry_btn_wrap img {
  z-index: 2;
}
.recruit-section6 .entry_btn_wrap .reverse {
  left: -100px;
  top: 20px;
  width: 180px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recruit-section6 .entry_btn_wrap .reverse {
    left: -30px;
    top: 116px;
    width: 127px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-section6 .entry_btn_wrap .h01 {
    width: 127px;
  }
}
.recruit-section6 .entry_btn_wrap .h02 {
  right: -82px;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit-section6 .entry_btn_wrap .h02 {
    width: 127px;
    right: -20px;
    top: 116px;
  }
}
.recruit-section6 .entry_btn_wrap a {
  font-size: 14rem;
  border-radius: 200px;
  padding: 56px 89px;
  margin-bottom: 57px;
  letter-spacing: 0.05em;
}
@supports not (text-box: trim-both cap alphabetic) {
  .recruit-section6 .entry_btn_wrap a {
    /* フォールバックスタイル */
    line-height: 1;
    padding: 0 89px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-section6 .entry_btn_wrap a {
    font-size: 5.9rem;
    padding: 24px 40px;
    margin-bottom: 240px;
  }
  @supports not (text-box: trim-both cap alphabetic) {
    .recruit-section6 .entry_btn_wrap a {
      /* フォールバックスタイル */
      padding: 0 40px;
    }
  }
}

@media screen and (max-width: 767.9px) {
  .page-id-24 .common-page .page-top .description {
    border: none;
  }
}

@media screen and (max-width: 767.9px) {
  .page-id-26 .common-page {
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */