@charset "UTF-8";
/* ========== ========== ==========
変数定義
========== ========== ========== */
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  line-height: 1.5;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
}
body :where(*) {
  font-weight: 500;
}

.pageTop {
  padding-top: clamp(40px, 5.46875vw, 70px);
}

#html #body .sp-show,
#html #body .sp-show2,
#html #body .sp-show-flex {
  display: none;
}

@media screen and (max-width: 768px) {
  #html #body .sp-show {
    display: block;
  }
  #html #body .sp-show-flex {
    display: flex;
  }
  #html #body .sp-hide {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #html #body .sp-show2 {
    display: block;
  }
}
#html #body .tb-show,
#html #body .tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  #html #body .tb-show {
    display: block;
  }
  #html #body .tb-show-flex {
    display: flex;
  }
  #html #body .tb-hide {
    display: none;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.center {
  text-align: center;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.sectionWrap {
  width: 89.375vw;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .sectionWrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding: 0 clamp(15px, 3.90625vw, 30px);
  }
}

.sectionWrap2 {
  width: 81.25vw;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .sectionWrap2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding: 0 clamp(15px, 3.90625vw, 30px);
  }
}

.sectionWrap3 {
  width: 75vw;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .sectionWrap3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionWrap3 {
    width: 100%;
    padding: 0 clamp(15px, 3.90625vw, 30px);
  }
}

.sectionTitle {
  font-size: clamp(24px, 2.81vw, 36px);
  color: var(--color-main);
  font-weight: 600;
}
.sectionTitle span {
  margin-top: 10px;
  display: block;
  font-size: clamp(16px, 1.5625vw, 20px);
  color: #000000;
}
@media screen and (max-width: 768px) {
  .sectionTitle span {
    margin-top: 0;
  }
}

.sectionTitle2 {
  font-size: clamp(28px, 3.90625vw, 50px);
  color: var(--color-main);
  text-align: center;
  font-weight: 600;
}
.sectionTitle2_span {
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.5625vw, 20px);
  color: black;
}

.sectionTitle3 {
  font-size: clamp(16px, 2.34375vw, 30px);
  text-align: center;
  margin-bottom: 2.109375vw;
}

.section_subtitle {
  font-size: 12px;
  line-height: 1;
}

.section_title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.section_text {
  font-size: 14px;
  line-height: 2.2142857143;
}

.sectionTitle :where(span),
.section_subtitle :where(span),
.section_title :where(span),
.section_text :where(span) {
  display: inline-block;
}

.btn {
  display: inline-block;
  border: solid 1px var(--color-main);
  border-radius: 999px;
  padding: 15px 113px;
  text-decoration: none;
  font-size: clamp(16px, 1.5625vw, 20px);
  transition: all 0.3s;
  color: var(--color-main);
}
.btns {
  text-align: center;
}
.btn:hover {
  background-color: var(--color-main);
  color: white;
}

.btn2 {
  display: inline-block;
  color: white;
  background: linear-gradient(to right, #0000FF, #00E5FF);
  border-radius: 999px;
  padding: 15px 60px;
  text-decoration: none;
  font-size: clamp(16px, 1.5625vw, 20px);
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.css-fadeDownExpand {
  opacity: 0;
  -webkit-animation: fadeDownExpand 0.7s ease forwards;
          animation: fadeDownExpand 0.7s ease forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.header {
  position: relative;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 5.078125vw;
}
.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding-inline: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding-inline: 2vw;
  }
}
.header_logo {
  height: var(--header-height);
}
.header_nav {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: none;
  }
}
.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 50px;
}
.header_nav_li {
  overflow: hidden;
}
.header_nav_li_link-main {
  color: black;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  height: var(--header-height);
  line-height: var(--header-height);
}
.header_nav_li_link-main:is(.-recruit *) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: white;
}
.header_nav_li_link-main:is(.-recruit *) .circle {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00CFFF;
  border-radius: 50%;
}
.header_nav_li.-recruit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 8px 16px;
  border-radius: 999px;
  background: linear-gradient(to right, #00A7FF, #2700FF);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  width: 150px;
  height: 31px;
}
.header_sp {
  display: none;
  overflow: hidden;
}
.header_sp_hamburger {
  height: calc(var(--header-height));
  width: calc(var(--header-height));
  position: relative;
  z-index: 200;
}
.header_sp_hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.7s;
}
.header_sp_hamburger span:is(.-active *) {
  background-color: white;
}
.header_sp_hamburger span:nth-of-type(1) {
  top: 5px;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.header_sp_hamburger span:nth-of-type(3) {
  top: calc(100% - 5px);
  transform: translate(0, -50%);
}
.header_sp_hamburger.-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header_sp_hamburger.-active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(225deg);
}
.header_sp_hamburger.-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header_sp_nav {
  position: fixed;
  inset: 0;
  padding-top: var(--header-height);
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
}
.header_sp_ul {
  padding-top: 50px;
  max-width: 500px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}
.header_sp_li {
  width: calc(50% - 20px);
}
.header_sp_li a {
  display: block;
  color: white;
  text-underline-offset: 7px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .header_sp {
    display: flex;
    align-items: center;
  }
}

.footer {
  background-color: var(--color-main);
  border-radius: 50px 50px 0 0;
  padding-top: 53px;
  padding-bottom: 25px;
}
.footer :where(*) {
  color: white;
}
.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: clamp(106.67px, 12.5vw, 160px);
}
@media screen and (max-width: 768px) {
  .footer_content {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer_logo {
  width: clamp(165.33px, 19.38vw, 248px);
}
@media screen and (max-width: 768px) {
  .footer_logoWrap {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.footer_nav_ul {
  display: flex;
  gap: 6.25vw;
  flex-wrap: wrap;
}
.footer_nav_li {
  font-size: 14px;
}
.footer_nav_link {
  text-decoration: none;
}
.footer_bottom {
  text-align: center;
}

/* ----- よくある質問 ----- */
.faq {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.faq_lists {
  width: 100%;
}
.faq_list {
  margin-bottom: 20px;
}
.faq_list:hover {
  cursor: pointer;
}
.faq_textQ, .faq_textA {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.faq_textQ {
  background-color: #fde076;
}
.faq_plusMinus {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
.faq_plusMinus::before, .faq_plusMinus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: black;
}
.faq_plusMinus::after {
  transform: translate(-50%, -50%) rotate(270deg);
  transition: all 0.5s;
}
.faq_list.-active .faq_plusMinus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq_answer {
  display: none;
  background-color: #fffbeb;
}

/* ----- スライダー ----- */
.slick-track {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  height: auto !important;
}

* {
  min-width: 0;
  min-height: 0;
}

.slider_ul {
  margin-bottom: 100px;
}
.slider_li {
  border: solid 1px #B8B8B8;
  padding: 0 0 clamp(12px, 2vw, 18px);
  margin: 0 9px;
}
.slider_link {
  text-decoration: none;
  color: black;
}
.slider_link:visited {
  color: black;
}
.slider_images {
  display: flex;
  margin-bottom: clamp(15px, 3vw, 32px);
  width: 100%;
}
.slider_images img {
  width: 100%;
}

.graph {
  margin-bottom: 10.546875vw;
}

.table {
  margin-bottom: 64px;
  margin-inline: auto;
}
.table_title {
  margin-bottom: 48px;
}
.table_dl {
  display: flex;
  flex-wrap: wrap;
}
.table_dt, .table_dd {
  padding: 7px 0;
  line-height: 2;
  font-size: clamp(16px, 1.5625vw, 20px);
}
.table_dt:nth-of-type(2n+1), .table_dd:nth-of-type(2n+1) {
  background-color: #EAEAEA;
}
.table_dt {
  width: 30%;
  padding-left: 5%;
  border-radius: 20px 0 0 20px;
  color: var(--color-main);
}
.table_dd {
  padding-right: 5%;
  width: 70%;
  border-radius: 0 20px 20px 0;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover {
    transition: all 0.3s;
  }
  .css-hover:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
/* ----- ズーム付のホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover-zoom {
    transition: all 0.5s;
  }
  .css-hover-zoom:hover {
    transform: scale(1.08);
  }
}
/* ----- 遅延 ----- */
.css-delay05 {
  /* 0.5秒遅らせる */
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.css-delay1 {
  /* 1秒遅らせる */
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.css-delay2 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.css-delay3 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.css-delay4 {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

.css-delay5 {
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}

/* ----- フェードイン ----- */
.js-fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.js-fadeIn.-active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----- ぼかしが消えながらフェードイン ----- */
.js-fadeIn-blurry {
  overflow: hidden;
}
.js-fadeIn-blurry:not(:has(.animation)), .js-fadeIn-blurry .animation {
  opacity: 0;
  transition: all 1s;
  filter: blur(100px);
}

.js-fadeIn-blurry.-active:not(:has(.animation)), .js-fadeIn-blurry.-active .animation {
  opacity: 1;
  -webkit-animation: animation-blurry 1s ease-in forwards;
          animation: animation-blurry 1s ease-in forwards;
}

@-webkit-keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    transform: scale(1);
  }
}
/* ----- 左から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromLeft {
  opacity: 0;
}

.js-fadeIn-fromLeft.-active {
  -webkit-animation: js-fadeIn-fromLeft 1.5s ease-out forwards;
          animation: js-fadeIn-fromLeft 1.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.css-fadeLoop {
  overflow: hidden;
}
.css-fadeLoop:has(.animation) .animation, .css-fadeLoop:not(:has(.animation)) {
  -webkit-animation: animation-fadeLoop 10s ease-in-out infinite;
          animation: animation-fadeLoop 10s ease-in-out infinite;
}

@-webkit-keyframes animation-fadeLoop {
  0% {
    opacity: 0;
    /* 透明から始まる */
    transform: scale(1.2);
    /* 大きいサイズから始まる */
  }
  20% {
    opacity: 1;
    /* 徐々に見えるようになる */
    transform: scale(1);
    /* 通常サイズになる */
  }
  70% {
    opacity: 1;
    /* その状態で維持 */
    transform: scale(0.9);
    /* 少し小さくなる */
  }
  90% {
    opacity: 0;
    /* 徐々に透明になる */
    transform: scale(0.8);
    /* 小さくなりながら消える */
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes animation-fadeLoop {
  0% {
    opacity: 0;
    /* 透明から始まる */
    transform: scale(1.2);
    /* 大きいサイズから始まる */
  }
  20% {
    opacity: 1;
    /* 徐々に見えるようになる */
    transform: scale(1);
    /* 通常サイズになる */
  }
  70% {
    opacity: 1;
    /* その状態で維持 */
    transform: scale(0.9);
    /* 少し小さくなる */
  }
  90% {
    opacity: 0;
    /* 徐々に透明になる */
    transform: scale(0.8);
    /* 小さくなりながら消える */
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
/* ----- 画像クリックで拡大 ----- */
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

img.popup {
  cursor: pointer;
}

/* ----- FVの下につくスクロールを促すアニメーション ----- */
.scrollLine {
  padding-left: 0;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
}

.scrollLine span {
  display: inline-block;
  width: 1px;
  height: 70px;
  background-color: black;
  margin-bottom: 20px;
  -webkit-animation: scrollAnimation 2s linear infinite;
          animation: scrollAnimation 2s linear infinite;
}

@-webkit-keyframes scrollAnimation {
  0% {
    transform: translateY(-30px);
    /* 上から始まる */
    opacity: 0;
    /* フェードイン開始 */
  }
  50% {
    transform: translateY(0);
    /* 元の位置まで移動 */
    opacity: 1;
    /* フェードイン完了 */
  }
  100% {
    transform: translateY(30px);
    /* 下に移動して消える */
    opacity: 0;
    /* フェードアウト */
  }
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(-30px);
    /* 上から始まる */
    opacity: 0;
    /* フェードイン開始 */
  }
  50% {
    transform: translateY(0);
    /* 元の位置まで移動 */
    opacity: 1;
    /* フェードイン完了 */
  }
  100% {
    transform: translateY(30px);
    /* 下に移動して消える */
    opacity: 0;
    /* フェードアウト */
  }
}
/* ----- テキストアニメーション ----- */
.css-textAnimation span:not(.sectionTitle2_span) {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  -webkit-animation: leftRight 0.5s forwards;
          animation: leftRight 0.5s forwards;
}

.css-textAnimation span:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.css-textAnimation span:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.css-textAnimation span:nth-of-type(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.css-textAnimation span:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.css-textAnimation span:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.css-textAnimation span:nth-of-type(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.css-textAnimation span:nth-of-type(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.css-textAnimation span:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.css-textAnimation span:nth-of-type(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.css-textAnimation span:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.css-textAnimation span:nth-of-type(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.css-textAnimation span:nth-of-type(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.css-textAnimation span:nth-of-type(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.css-textAnimation span:nth-of-type(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.css-textAnimation span:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.css-textAnimation span:nth-of-type(17) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.css-textAnimation span:nth-of-type(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.css-textAnimation span:nth-of-type(19) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.css-textAnimation span:nth-of-type(20) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.css-textAnimation span:nth-of-type(21) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.css-textAnimation span:nth-of-type(22) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.css-textAnimation span:nth-of-type(23) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.css-textAnimation span:nth-of-type(24) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.css-textAnimation span:nth-of-type(25) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.css-textAnimation span:nth-of-type(26) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.css-textAnimation span:nth-of-type(27) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.css-textAnimation span:nth-of-type(28) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.css-textAnimation span:nth-of-type(29) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.css-textAnimation span:nth-of-type(30) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.css-textAnimation span:nth-of-type(31) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.css-textAnimation span:nth-of-type(32) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.css-textAnimation span:nth-of-type(33) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.css-textAnimation span:nth-of-type(34) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.css-textAnimation span:nth-of-type(35) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.css-textAnimation span:nth-of-type(36) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.css-textAnimation span:nth-of-type(37) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.css-textAnimation span:nth-of-type(38) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.css-textAnimation span:nth-of-type(39) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.css-textAnimation span:nth-of-type(40) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

@-webkit-keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #0f40ba;
  }
  60% {
    color: #348c04;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #0f40ba;
  }
  60% {
    color: #348c04;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform: translate(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translate(0, 0, -1);
  }
}
@keyframes fadeUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform: translate(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translate(0, 0, -1);
  }
}
@-webkit-keyframes fadeDownExpand {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownExpand {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes radiusExpand {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 50px 50px 0 0;
  }
}
@keyframes radiusExpand {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 50px 50px 0 0;
  }
}
@-webkit-keyframes radiusExpan_sp {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 20px 20px 0 0;
  }
}
@keyframes radiusExpan_sp {
  from {
    border-radius: 0;
  }
  to {
    border-radius: 20px 20px 0 0;
  }
}
/* アニメーション
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FVSections {
  height: calc(100svh - (5.078125vw + 33px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .FVSections {
    height: calc(100svh - (5.078125vw + 25px));
  }
}

.FV {
  height: 100%;
  position: relative;
}
.FV .sectionWrap {
  position: relative;
  height: 100%;
}
.FVInner {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translate(0, -50%);
}
.FV_text1 {
  font-size: clamp(26px, 4.921875vw, 63px);
  line-height: 1.5;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .FV_text1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.FV_text1 span {
  font-weight: 600;
}
.FV_text2 {
  font-size: clamp(17px, 2.34375vw, 30px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .FV_text2 {
    text-align: center;
  }
}
.FV_text2 span {
  font-weight: 600;
}

.about {
  opacity: 0;
  transform: translateY(30px) scaleX(0.6);
  transform-origin: center;
  -webkit-animation: fadeUpExpand 0.7s ease forwards;
          animation: fadeUpExpand 0.7s ease forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  position: relative;
  z-index: 0;
  margin-top: auto;
  flex-shrink: 0;
}
.about .sectionWrap {
  background: linear-gradient(112deg, #007FFF, #0800CE);
  padding: 61px 59px;
  display: flex;
  color: white;
  -webkit-animation: radiusExpand 0.4s ease forwards;
          animation: radiusExpand 0.4s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media screen and (max-width: 768px) {
  .about .sectionWrap {
    padding: 12px 20px 10px;
    -webkit-animation: radiusExpan_sp 0.4s ease forwards;
            animation: radiusExpan_sp 0.4s ease forwards;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
    flex-direction: column;
    gap: 10px 0;
  }
}
.about_title {
  font-size: clamp(26px, 4.6875vw, 36px);
  color: white;
}
.about_title span {
  display: block;
  font-size: clamp(14px, 2.34375vw, 18px);
  color: white;
}
@media screen and (max-width: 768px) {
  .about_title span {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .about_title {
    line-height: 1.3;
  }
}
.about_texts {
  margin-inline: auto;
  font-size: clamp(11px, 2.6041666667vw, 20px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about_texts {
    margin: 0;
    line-height: 1.3;
  }
}

.services {
  margin-bottom: clamp(66.67px, 7.81vw, 100px);
  padding-block: 11.71875vw;
  background-color: var(--color-back);
}
.services .sectionWrap {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .services .sectionWrap {
    flex-direction: column;
  }
}
.services_title {
  width: 178px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .services_title {
    margin-bottom: 20px;
  }
}
.services_block {
  display: flex;
  position: relative;
  margin-right: 5.078125vw;
}
.services_blocks {
  width: 100%;
}
.services_block:not(:last-of-type) {
  margin-bottom: 13.28125vw;
}
@media screen and (max-width: 1000px) {
  .services_block {
    margin-right: 0;
  }
}
.services_block:where(.-block1) {
  padding-left: calc(28.671875vw + 50px);
  margin-left: auto;
  width: 100%;
}
.services_block:where(.-block2) {
  padding-right: calc(28.671875vw + 50px);
}
@media screen and (max-width: 768px) {
  .services_block {
    padding-inline: initial;
    flex-direction: column;
    gap: 20px;
  }
}
.services_block_title {
  color: var(--color-main);
  font-size: clamp(18px, 1.875vw, 24px);
  font-weight: 600;
  margin-bottom: 2.34375vw;
}
.services_block_text1 {
  font-size: clamp(14px, 1.25vw, 16px);
  width: 100%;
  max-width: 447px;
}
.services_block_image {
  position: absolute;
  overflow: visible;
  width: max(28.671875vw, 150px);
  height: 100%;
}
.services_block_image:is(:where(.-block1 *)) {
  top: 0;
  left: 0;
  transform: translate(0, 50%);
}
.services_block_image:is(:where(.-block2 *)) {
  right: 0;
  bottom: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .services_block_image {
    position: relative;
    margin-inline: auto;
    transform: none;
  }
}

.news {
  margin-bottom: 85px;
}
.news .sectionWrap {
  display: flex;
  gap: 30px 10px;
}
@media screen and (max-width: 768px) {
  .news .sectionWrap {
    flex-direction: column;
  }
}
.news_title {
  flex-shrink: 0;
}
.news_content {
  max-width: 858px;
  margin-inline: auto;
}
.news_li:not(:last-of-type) {
  margin-bottom: clamp(38.67px, 4.53vw, 58px);
}
.news_li_link {
  color: #000000;
  text-decoration: none;
}
.news_li_title {
  font-size: clamp(18px, 1.5625vw, 20px);
  margin-bottom: 2.34375vw;
}
.news_li_title time {
  margin-right: 5px;
  font-weight: 600;
}
.news_li_text1 {
  font-size: clamp(14px, 1.25vw, 16px);
}

.philosophy {
  background-color: var(--color-back);
  padding-block: 63px 79px;
  text-align: center;
}
.philosophy_li:not(:last-of-type) {
  margin-bottom: 68px;
}
.philosophy_li_title {
  margin-bottom: 28px;
  line-height: 1.3;
}
.philosophy_li_text1 {
  font-size: clamp(20px, 3.125vw, 40px);
  line-height: 1.5;
  margin-bottom: 10px;
}
.philosophy_li_text2 {
  font-size: clamp(14px, 1.5625vw, 20px);
}

.imageSlider {
  margin-bottom: 85px;
  padding-bottom: 5.9375vw;
  background-color: var(--color-back);
}
.imageSlider_li {
  padding: 0 3.125vw;
}
.imageSlider_li.li01 img {
  width: 19.53125vw;
}
.imageSlider_li.li02 img {
  margin-top: 5.46875vw;
  width: 27.34375vw;
}
.imageSlider_li.li03 img {
  margin-top: 5.46875vw;
  width: 19.53125vw;
}
.imageSlider_li.li04 img {
  margin-top: 9.375vw;
  width: 19.53125vw;
}
.imageSlider_li.li05 img {
  width: 19.53125vw;
}

.blog {
  margin-bottom: clamp(75.33px, 8.83vw, 113px);
}
.blog_title {
  margin-bottom: 42px;
}
.blog_ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(42px, 4.92vw, 63px) 4.921875vw;
}
.blog_li {
  width: calc((100% - 9.84375vw) / 3 - 0.2px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .blog_li {
    width: calc((100% - 4.921875vw) / 2 - 0.2px);
  }
}
.blog_li_link {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_li_link:hover .blog_li_icon_arrow {
  transform: translate(25px, 0);
}
.blog_li_thumbnail {
  border-radius: 15px;
  width: 100%;
  height: max(15.625vw, 150px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.blog_li_body {
  padding-inline: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .blog_li_body {
    padding-inline: 0;
  }
}
.blog_li_body_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px clamp(10px, 1.17vw, 15px);
  margin-bottom: 20px;
}
.blog_li_body_head_time {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.blog_li_body_head_category {
  font-size: 11px;
  border: solid 1px var(--color-main);
  border-radius: 999px;
  padding: 2px 30px;
  color: var(--color-main);
  display: block;
}
.blog_li_title {
  font-size: clamp(16px, 1.5625vw, 20px);
  margin-bottom: 5px;
}
.blog_li_text {
  font-size: clamp(14px, 1.25vw, 16px);
}
.blog_li_icon {
  position: relative;
  text-align: right;
  margin-top: auto;
}
.blog_li_icon_arrow {
  transition: all 0.3s;
}
.blog_li_icon_circle {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translate(30%, 0);
}

.recruit {
  margin-bottom: clamp(62px, 7.27vw, 93px);
}
.recruit_body {
  display: flex;
  justify-content: space-between;
  gap: 4.6875vw;
  margin-bottom: clamp(72px, 8.44vw, 108px);
}
@media screen and (max-width: 768px) {
  .recruit_body {
    flex-direction: column;
  }
}
.recruit_title {
  margin-bottom: 6.71875vw;
}
.recruit_content_title {
  color: var(--color-main);
  font-size: clamp(24px, 2.34375vw, 30px);
  margin-bottom: 15px;
}
.recruit_content_text1 {
  font-weight: 400;
  line-height: 1.6875;
}
.recruit_right {
  width: 29.21875vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit_right {
    margin-inline: auto;
  }
}
.recruit_btns {
  text-align: center;
}
.recruit_btn_viewMore {
  display: inline-block;
  padding: 12px 80px;
  border-radius: 9999px;
  background: linear-gradient(to right, var(--color-main), #00E5FF);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: clamp(16px, 1.5625vw, 20px);
  transition: all 0.3s;
}

.contact {
  margin-bottom: clamp(59.33px, 6.95vw, 89px);
  text-align: center;
}
.contactInner {
  background: linear-gradient(106deg, var(--color-main), #050080);
  border-radius: 999px;
  padding: 21px 10px 27px 10px;
  display: inline-block;
  max-width: 686px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactInner {
    border-radius: 50px;
    width: 90%;
  }
}
.contact_title {
  color: white;
  font-size: clamp(20px, 2.34375vw, 30px);
  margin-bottom: 14px;
}
.contact_title span {
  display: block;
  font-size: clamp(16px, 1.5625vw, 20px);
}
.contact_link {
  display: inline-block;
  padding: 16px clamp(36.67px, 4.3vw, 55px);
  border-radius: 999px;
  background-color: white;
  color: #4691DB;
  text-decoration: none;
  font-size: clamp(16px, 1.5625vw, 20px);
}

/* 個別部ここまで
---------- ---------- */
.recruit-text-slide {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes slideInOut {
  0%, 50% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  74% {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  75% {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slideInOut {
  0%, 50% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  74% {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  75% {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}