@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 62.5% !important;
  overflow-x: hidden;
}

* {
  letter-spacing: 0.12em;
}

body {
  overflow-x: hidden;
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  color: #103380;
  letter-spacing: 0.12em;
}

[id] {
  scroll-margin-top: 100px;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  width: -webkit-fill-available;
  height: auto;
  width: -moz-available;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.fade {
  opacity: 0;
  transform: translateY(50px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}

.fade-left {
  opacity: 0;
  transform: translateX(-60px);
}

.fade-right {
  opacity: 0;
  transform: translateX(60px);
}

.fade-left.fade-in,
.fade-right.fade-in {
  opacity: 1;
  transform: translateX(0);
  transition: 1s;
}

.pcBr {
  display: none;
}

.wide--position {
  width: 81.4%;
  margin: 0 auto;
}

.page-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 7vw;
  background: linear-gradient(to right, #17BBEF, #103380);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.page-ttl::before, .page-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7vw;
  height: 10vw;
  background-image: url(../images/business-page-intro-icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-ttl::before {
  left: -8vw;
}
.page-ttl::after {
  right: -8vw;
  background-image: url(../images/business-page-intro-icon02.png);
}
.page-ttl span {
  position: relative;
  display: block;
  color: #103380;
  font-size: 3.2558vw;
  margin: 4% auto 0;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  width: -moz-max-content;
  width: max-content;
}
.page-ttl span::before, .page-ttl span::after {
  position: absolute;
  content: "";
  background-color: #103380;
  height: 1px;
  width: 35%;
  top: 50%;
  left: -49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-ttl span::after {
  left: auto;
  right: -49%;
}

.ttl--l {
  color: #006EC9;
  font-size: 10.25641vw;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.ttl--m {
  font-weight: bold;
  line-height: 1.45;
  font-size: 6.153846vw;
}

.ttl--s {
  font-size: 7.179487vw;
  line-height: 1.5;
  font-weight: bold;
}

.ttl--ss {
  font-size: 6.153846vw;
  font-weight: bold;
}

.txt {
  line-height: 1.47;
  font-size: 4.358974vw;
  font-weight: bold;
}

.video-wrap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.header {
  position: fixed;
  z-index: 3;
  width: 100%;
  padding-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  background-color: #fff;
}
.header__wrapper {
  width: 65%;
}
.header__ttl {
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
}
.header__logo {
  width: 60%;
}
.header__pcList {
  display: none;
}
.header__entry a {
  position: relative;
  width: 17.14vw;
  text-align: center;
  background-image: linear-gradient(180deg, rgb(88, 160, 255) 10%, rgb(88, 136, 255) 68%, rgb(89, 102, 255) 90%);
  font-size: 2.0551282vw;
  font-weight: bold;
  padding: 13.47% 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}
.header__entry a span {
  width: 1.611vw;
  margin-left: 7%;
}

.menu {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: 17.4%;
  padding: 6.5% 0;
  cursor: pointer;
  z-index: 200;
  border-radius: 0 0 0 22px;
  background: linear-gradient(to bottom, #007AFF, #1DC8FE);
}
.menu span {
  position: absolute;
  display: block;
  width: 36%;
  height: 2.5px;
  background-color: #FFF;
  border-radius: 2px;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.menu span:nth-of-type(1) {
  top: 35%;
}
.menu span:nth-of-type(2) {
  top: 48%;
}
.menu span:nth-of-type(3) {
  top: 60%;
}

#menu {
  display: none;
}
#menu:checked ~ .menu {
  background-color: transparent;
  background-image: none;
  transition: transform 250ms ease;
  top: 5%;
  right: 0;
}
#menu:checked ~ .menu span {
  background-color: #707070;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  top: 50%;
  transform: rotate(135deg);
}
#menu:checked ~ .menu span:nth-of-type(3) {
  display: none;
}
#menu:checked ~ .nav {
  right: 0px;
  transition: right 0.5s ease;
  background: linear-gradient(to bottom, #FFF, #1DC8FE);
}
#menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 0.5s ease;
}

.nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url("../images/humberger-bg.png");
  background-color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: right 1s ease;
  z-index: 99;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3%;
}
.nav__header {
  position: absolute;
  width: 55%;
  top: 2%;
  left: 2%;
}
.nav ul {
  position: relative;
  list-style-type: none;
  margin: 15% auto 0;
}
.nav ul li {
  position: relative;
  display: block;
  padding: 5.296% 0 3.237%;
  border-bottom: 1px solid #016FC7;
}
.nav ul li a {
  position: relative;
  display: block;
  margin: 0;
  color: #006EC9;
  font-size: 5.34883721vw;
  text-decoration: none;
  text-transform: uppercase;
}
.nav ul li a span {
  display: block;
  font-size: 3.72093vw;
  color: #1D1D1D;
  font-weight: bold;
  padding-top: 2.236%;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.nav ul li a::after {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  border-top: 3px solid #006EC9;
  border-right: 3px solid #006EC9;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
.nav ul li:first-child {
  padding-top: 0;
}
.nav__logo {
  margin-top: 7%;
}
.nav__link {
  margin-top: 3%;
  font-size: 3.30232vw;
  text-align: center;
}
.nav__copyright {
  margin: 5% auto 0;
  text-align: center;
  color: #fff;
  font-size: 2.3vw;
}
.nav {
  /* サブメニュー付きアイテム：ヘッダー行のレイアウト */
}
.nav .nav__has-sub-header {
  position: relative;
  display: block;
  /* a::after の > 矢印を非表示（ボタンに置き換え） */
}
.nav .nav__has-sub-header a::after {
  display: none;
}
.nav {
  /* 下向き矢印トグルボタン */
}
.nav .nav__sub-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 3.236%;
  height: 37.53%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: url(../images/humberger-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.35s ease;
}
.nav .nav__sub-toggle::before, .nav .nav__sub-toggle::after {
  display: none;
}
.nav {
  /* 開いたとき: 上向き矢印に */
}
.nav .nav__has-sub.is-open .nav__sub-toggle {
  transform: translateY(-50%) rotate(-90deg);
}
.nav {
  /* サブメニュー本体（ul li.nav > ul より詳細度を上げてmarginをリセット） */
}
.nav .nav__sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.nav .nav__sub-menu li {
  border-bottom: none !important;
  padding: 3% 0 !important;
}
.nav .nav__sub-menu li:first-child {
  padding-top: 10% !important;
}
.nav .nav__sub-menu li a {
  font-size: 4.5vw !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #006EC9;
  padding-left: 3%;
}
.nav .nav__sub-menu li a span {
  font-size: 4.5vw;
  color: #006EC9;
  font-weight: normal;
  padding-top: 0;
}
.nav .nav__sub-menu li a::after {
  display: none !important;
}
.nav {
  /* 開いたとき: サブメニュー展開 */
}
.nav .nav__has-sub.is-open > .nav__sub-menu {
  max-height: 300px;
}

.fv__img {
  width: 100%;
  position: relative;
}

.main {
  padding: 20% 0 0;
}

.intro {
  padding-bottom: 20%;
  position: relative;
}
.intro__content {
  width: 81.4%;
  margin: 0 auto;
}
.intro__bg {
  position: absolute;
  width: 25.6774%;
  left: 0;
  top: 3%;
}
.intro__bg + .intro__bg {
  right: 0;
  left: auto;
  top: auto;
  bottom: 4%;
}
.intro__img {
  width: 70%;
  margin: 0 auto;
}
.intro h2 {
  margin-top: 10%;
  background: linear-gradient(to right, #17BBEF, #103380);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Noto Serif JP", serif;
  font-size: 6.976vw;
  text-align: center;
}
.intro p {
  color: #103380;
  font-size: 3.7209vw;
  line-height: 1.5;
  margin-top: 7.5%;
}

.corporate {
  position: relative;
}
.corporate__content {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 81.4%;
  margin: 0 auto;
}
.corporate__content h2 {
  font-size: 6.976vw;
  text-align: center;
  color: #fff;
}
.corporate__img {
  margin: 9% auto 0;
}
.corporate__icon {
  width: 70%;
  margin: 19% auto 0;
}

.news {
  position: relative;
  margin-top: -23.5%;
  background: linear-gradient(to bottom, #103b87, #0077c2, #00bcd4);
  padding: 10% 0 50%;
}
.news__bg {
  position: relative;
  z-index: 0;
}
.news::before {
  content: "";
  position: absolute;
  top: -13vw;
  left: 0;
  width: 100%;
  height: 25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath d='M0,40 C240,5 480,75 720,40 C960,5 1200,75 1440,40 L1440,80 L0,80 Z' fill='%23103b87'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 35% 100%;
  animation: newsWave 10s linear infinite;
  z-index: 1;
  pointer-events: none;
}
.news__inner {
  z-index: 2;
  width: 81.4%;
  margin: 0 auto;
  color: #fff;
}
.news__inner h2 {
  font-size: 5.581395vw;
  font-weight: bold;
  text-align: center;
}
.news__inner ul {
  margin-top: 7%;
}
.news__inner ul li {
  border-bottom: 1px solid;
  padding-bottom: 3%;
}
.news__inner ul li p {
  background-color: #fff;
  color: #0050a4;
  padding: 1.5% 3%;
  border-radius: 50px;
  font-weight: bold;
  font-size: 3.7209vw;
  width: -moz-max-content;
  width: max-content;
}
.news__inner ul li span {
  padding-right: 2%;
  font-size: 3.7209vw;
  display: block;
  margin-top: 3%;
}
.news__inner ul li h3 {
  font-size: 3.7209vw;
  margin-top: 3%;
}
.news__inner ul li + li {
  margin-top: 5%;
}
.news__content + .news__content {
  margin-top: 15%;
}
.news__link {
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10% auto 0;
}

.information {
  margin-top: -30%;
  position: relative;
  z-index: 1;
  color: #103380;
}
.information h2 {
  color: #fff;
  font-size: 6.976vw;
  text-align: center;
}
.information__img {
  margin-top: 8%;
}
.information__txtWrapper {
  line-height: 1.5;
  width: 81.4%;
  margin: 10% auto 0;
}
.information__txtWrapper p {
  font-size: 3.7209vw;
}
.information__txtWrapper a {
  color: #103380;
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10% auto 0;
}
.information__content {
  margin-top: 19%;
}
.information__contentImg {
  width: 90.7%;
  margin-left: auto;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
  border-radius: 30px 0 0 30px;
}
.information__box {
  width: 81.4%;
  margin: 9% auto 0;
}
.information__box h3 {
  font-size: 4.65116279vw;
  font-weight: bold;
}
.information__box p {
  margin-top: 4%;
  font-size: 3.7209vw;
  line-height: 1.7;
}
.information__content + .information__content .information__contentImg {
  margin-left: 0;
  border-radius: 0 30px 30px 0;
}
.information__bg {
  position: absolute;
  top: 43.5%;
  z-index: -1;
}
.information__bg + .information__bg {
  top: auto;
  bottom: 1.5%;
}
.information__icon {
  width: 46.4587%;
  position: absolute;
  top: 20.5%;
  left: 3%;
}

.social {
  position: relative;
  margin-top: 15%;
}
.social__content {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 81.4%;
}
.social__content h2 {
  font-size: 6.976vw;
  color: #00459c;
  line-height: 1.3;
  letter-spacing: 0.3em;
}
.social__content h2 span {
  color: #fff;
  letter-spacing: 0.3em;
}
.social__content p {
  margin-top: 8%;
  font-size: 3.7209vw;
  line-height: 1.8;
}
.social__content a {
  color: #103380;
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 50% auto 0;
}
.social__img {
  width: 85.11627%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.social__img div {
  width: 24.1%;
}
.social__img div + div {
  width: 23%;
  margin-top: 7%;
}
.social__img div + div + div {
  width: 28.5%;
  margin-top: 0;
}
.social__img + .social__img {
  top: auto;
  bottom: 23%;
}
.social__img + .social__img div {
  width: 27.6%;
}
.social__img + .social__img div + div {
  width: 28%;
  margin-top: -7%;
}
.social__img + .social__img div + div + div {
  width: 28%;
  margin-top: 0;
}

.business {
  position: relative;
}
.business__content {
  line-height: 1.5;
  width: 81.4%;
  margin: 10% auto 0;
}
.business__content h2 {
  font-size: 6.976vw;
  background: linear-gradient(to right, #17BBEF, #103380);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.business__content p {
  font-size: 3.7209vw;
  margin-top: 3%;
}
.business__content a {
  color: #103380;
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10% auto 0;
}
.business ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15% auto 0;
  width: 81.4%;
}
.business ul li {
  width: 48%;
}
.business ul li a {
  color: #103380;
}
.business ul li .business__itemImg {
  border-radius: 2.8vw;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
}
.business ul li p {
  font-size: 3.7209vw;
  font-weight: bold;
  margin-top: 7%;
  text-align: center;
}
.business ul li:nth-child(n+3) {
  margin-top: 9%;
}
.business__bg {
  position: absolute;
  width: 33.875%;
  top: 61%;
  z-index: -1;
}
.business__bg + .business__bg {
  top: auto;
  bottom: -12.5%;
  right: 0;
  width: 33.875%;
}

.recruit {
  margin-top: 23%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #cce8f8 98%, #cce8f8 100%);
  padding-bottom: 15%;
}
.recruit__content {
  margin: 10% auto 0;
  width: 81.4%;
}
.recruit__content h2 {
  font-size: 6.976vw;
  font-weight: 400;
}
.recruit__content h2 span {
  display: block;
  font-size: 2.79375vw;
  margin-bottom: 2%;
}
.recruit__content p {
  font-size: 3.7209vw;
  margin-top: 3%;
  line-height: 1.5;
}
.recruit__content a {
  color: #103380;
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10% auto 0;
}

.okamura {
  margin-top: 0;
  background: linear-gradient(to bottom, #cce8f8 0%, #cce8f8 10%, #ffffff 30%, #ffffff 80%, #cce8f8 98%, #cce8f8 100%);
  padding-bottom: 20%;
}
.okamura__content {
  margin: 10% auto 0;
  width: 81.4%;
}
.okamura__content h2 {
  font-size: 6.976vw;
  font-weight: 400;
}
.okamura__content h2 span {
  display: block;
  font-size: 2.79375vw;
  margin-bottom: 2%;
}
.okamura__content p {
  font-size: 3.7209vw;
  margin-top: 3%;
  line-height: 1.5;
}
.okamura__content a {
  color: #103380;
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10% auto 0;
}

.history {
  position: relative;
  background: linear-gradient(to bottom, #cce8f8 0%, #cce8f8 10%, #ffffff 30%, #ffffff 100%);
  color: #fff;
  text-align: center;
}
.history__content {
  position: absolute;
  top: 7%;
  width: 100%;
}
.history__content h2 {
  font-size: 6.976vw;
}
.history__content p {
  font-size: 3.7209vw;
  margin-top: 3%;
}
.history__content ul li {
  position: absolute;
}
.history__content ul li .history__itemYear {
  width: 25vw;
  height: 25vw;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2558vw;
  margin: 0 auto;
}
.history__content ul li .history__itemYear::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.25));
}
.history__content ul li p {
  font-size: 3.2558vw;
  margin-top: 10%;
  line-height: 1.5;
}
.history__content ul li:nth-child(1) {
  top: 150%;
  left: 13%;
}
.history__content ul li:nth-child(2) {
  top: 212%;
  left: auto;
  right: 6%;
}
.history__content ul li:nth-child(3) {
  top: 527%;
  left: auto;
  width: 100%;
}
.history__content ul li:nth-child(3) .history__itemYear {
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: -16%;
  left: 19%;
}
.history__content ul li:nth-child(3) .history__itemImg {
  width: 59.304%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.history__content ul li:nth-child(3) p {
  position: absolute;
  bottom: 14%;
  left: 5%;
  margin-top: 0;
}
.history__content ul li:nth-child(4) {
  top: 960%;
  left: 7%;
}
.history__content ul li:nth-child(5) {
  top: 1010%;
  left: auto;
  right: 9%;
}
.history__content ul li:nth-child(6) {
  top: 1447%;
  left: auto;
}
.history__content ul li:nth-child(6) .history__itemYear {
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: -30%;
  left: auto;
  right: 13%;
}
.history__content ul li:nth-child(6) .history__itemImg {
  width: 59.304%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-left: 10%;
}
.history__content ul li:nth-child(6) p {
  margin-left: 10%;
  text-align: left;
  margin-top: 3%;
}

.contact {
  line-height: 1.5;
  margin-top: 10%;
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 80%, #cce8f8 100%, #cce8f8 100%);
  padding-bottom: 30%;
}
.contact__content {
  width: 81.4%;
  margin: 0 auto;
}
.contact__img {
  width: 60%;
  margin: 0 auto;
}
.contact h2 {
  font-size: 6.976vw;
  margin-top: 10%;
}
.contact p {
  font-size: 3.7209vw;
  margin-top: 3%;
}
.contact a {
  color: #103380;
  font-size: 3.7209vw;
  border: 1px solid;
  width: 35vw;
  height: 35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10% auto 0;
}

.service {
  margin-top: 7%;
  background-image: url(../images/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 14%;
}
.service__ttl {
  text-align: center;
}
.service__subTtl {
  text-align: center;
  margin-top: 3%;
}
.service__content {
  margin-top: 9%;
}
.service__contentInner {
  margin-top: 12%;
}
.service__contentTxt {
  margin-top: 5%;
}

.about {
  margin-top: 16%;
  background-size: contain;
  background-repeat: no-repeat;
}
.about__img {
  width: 11.026%;
  margin: 0 auto;
}
.about__ttl {
  text-align: center;
  margin-top: 3.334%;
}
.about__subTtl {
  text-align: center;
  margin-top: 3.847%;
}
.about__txt {
  margin-top: 4%;
}
.about__content {
  margin-top: 15.386%;
}
.about__minuteTtl {
  position: relative;
  margin-top: 20.77%;
  margin-left: 14%;
  display: inline;
}
.about__minuteTtl::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 22.236%;
  height: 185.53%;
  background-image: url(../images/about-3minute.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: -3%;
  left: -20%;
}
.about__contentTtl {
  text-align: center;
}
.about__contentTxt {
  margin-top: 7%;
}
.about__contentImg {
  position: relative;
  margin-top: 7.694%;
}
.about__contentImg::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-img01.png) center/cover no-repeat;
  filter: blur(5vw);
  z-index: -1;
}
.about__content:last-of-type .about__contentImg::after {
  background: url(../images/about-img02.png) center/cover no-repeat;
}
.about__contentLink a {
  position: relative;
  margin-top: 7.694%;
  background-image: linear-gradient(180deg, rgb(88, 160, 255) 10%, rgb(88, 136, 255) 68%, rgb(89, 102, 255) 90%);
  font-size: 2.0551282vw;
  color: #fff;
  border-radius: 13px;
  padding: 4.36% 0 4.36% 28%;
  font-size: 4.358974vw;
  font-style: italic;
}
.about__contentLink a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2.06%;
  height: 25.74%;
  background-image: url(../images/about-arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 1;
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.about__contentImgPc {
  display: none;
}

.voice {
  position: relative;
  background-image: url(../images/voice-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 21%;
  margin-top: 6.412%;
  padding-bottom: 36%;
}
.voice__subTtl {
  margin-top: 2.566%;
}
.voice__slider {
  margin-top: 12.822%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0 9%;
}
.voice__list {
  margin-top: 0;
}
.voice__item {
  height: auto;
}
.voice__item + .voice__item {
  margin-top: 0;
}
.voice__itemInner {
  display: flex;
  align-items: center;
  margin-top: 8.463%;
  line-height: 1.3;
  justify-content: center;
}
.voice__itemImg {
  position: relative;
}
.voice__itemImg img {
  border-radius: 20px;
  aspect-ratio: 56/61;
  -o-object-fit: cover;
  object-fit: cover;
}
.voice__itemImg::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 19%;
  height: 15%;
  background-image: url(../images/interview-arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: 3%;
  right: 1.5%;
}
.voice__itemImg::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-img) center/cover no-repeat;
  filter: blur(6vw);
  z-index: -1;
}
.voice__itemName {
  padding-right: 6.767%;
}
.voice__itemTag {
  border-left: 2px solid;
  padding-left: 4.118%;
}
.voice__pagination {
  position: static;
  margin-top: 8%;
  text-align: center;
}
.voice__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #d9d9d9;
  margin: 0 4px;
}
.voice__pagination .swiper-pagination-bullet-active {
  background: #333;
}
.voice__bottomImg {
  position: absolute;
  width: 43.334%;
  bottom: -10.5%;
}
.voice__bottomImg::after {
  content: "";
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/voice-slide-img01.png) center/cover no-repeat;
  filter: blur(5vw);
  z-index: -1;
}
.voice__bottomImg:nth-of-type(2) {
  width: 46.412%;
  right: 0;
  bottom: -14%;
}
.voice__bottomImg:nth-of-type(2)::after {
  background: url(../images/voice-slide-img02.png) center/cover no-repeat;
}
.voice__bottomImg:nth-of-type(3) {
  width: 47.18%;
  bottom: -35%;
}
.voice__bottomImg:nth-of-type(3)::after {
  background: url(../images/voice-slide-img03.png) center/cover no-repeat;
}
.voice__bottomImg:nth-of-type(4) {
  width: 41.796%;
  right: 0;
  bottom: -40%;
}
.voice__bottomImg:nth-of-type(4)::after {
  background: url(../images/voice-slide-img04.png) center/cover no-repeat;
}
.voice__bottomImg:nth-of-type(5) {
  opacity: 0;
}

.notfound {
  text-align: center;
  padding: 20% 0 30%;
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 70%, #cce8f8 95%, #cce8f8 100%);
}
.notfound__num {
  font-size: 25.641vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #17BBEF, #103380);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.notfound__ttl {
  font-size: 5.128vw;
  font-weight: 700;
  color: #103380;
  margin-top: 4%;
}
.notfound__txt {
  margin-top: 6%;
  font-size: 3.46vw;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  padding: 0 6%;
}
.notfound__btn {
  color: #103380;
  font-size: 3.73vw;
  font-weight: 400;
  border: 1px solid #103380;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  min-width: unset;
  margin: 10% auto 0;
}
.notfound__btn.link-round::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .notfound {
    padding: 6% 0 18%;
  }
  .notfound__num {
    font-size: 9.375vw;
  }
  .notfound__ttl {
    font-size: 1.875vw;
    margin-top: 2%;
  }
  .notfound__txt {
    margin-top: 2%;
    font-size: 0.9375vw;
    line-height: 1.5;
    padding: 0;
  }
  .notfound__btn {
    font-size: 1.09375vw;
    width: 10vw;
    height: 10vw;
    margin: 3% auto 0;
  }
}

.area {
  margin-top: 100%;
  text-align: center;
}
.area__subTtl {
  margin-top: 3.847%;
}
.area__content {
  background-image: url(../images/area-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.area__contentInner {
  margin-top: 6%;
}
.area__contentTxt {
  margin-top: 5%;
  text-align: left;
}

.qa {
  position: relative;
  margin-top: 21.795%;
}
.qa__ttl {
  position: relative;
}
.qa__ttl span {
  font-size: 4.871795vw;
  display: block;
  color: #006EC9;
  font-weight: 400;
  margin-bottom: 1.795%;
  font-weight: bold;
}
.qa__ttl::after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 306%;
  background-image: url(../images/qa-bg.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: -100%;
  left: -19%;
}
.qa__accordion {
  margin-top: 19.118%;
}
.qa__accordionInner {
  padding-bottom: 5.589%;
  border-bottom: 1px solid #707070;
}
.qa__accordionInner:nth-child(n+2) {
  padding-top: 5.589%;
}
.qa__accordionHeader, .qa__accordionContent {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.qa__accordionHeader span, .qa__accordionContent span {
  font-size: 4.76864vw;
  line-height: 1.3;
  font-weight: bold;
}
.qa__accordionHeader::before, .qa__accordionHeader::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 5vw;
  height: 2px;
  margin: auto;
  background: #707070;
}
.qa__accordionHeader::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa__accordionHeader.active::after {
  transform: rotate(0deg);
}
.qa__accordionQ, .qa__accordionA {
  font-size: 5.641026vw;
  color: #006EC9;
  margin-right: 4%;
  font-weight: bold;
}
.qa__accordionContent {
  display: none;
  margin-top: 5.589%;
}
.qa__accordionHeader span, .qa__accordionContent span {
  position: relative;
}
.qa__accordionContent span a {
  color: #333;
  text-decoration: underline;
  display: inline;
}

.entry {
  position: relative;
  background-image: url(../images/entry-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 10.145%;
  padding: 18.358% 0 17.876%;
}
.entry__ttl {
  width: 79%;
  margin: 0 auto;
  font-size: 13.589744vw;
  color: #fff;
  font-style: italic;
}
.entry__txt {
  width: 79%;
  margin: 3% auto 0;
  font-size: 4.76864vw;
  color: #fff;
  line-height: 1.67;
  font-weight: bold;
  letter-spacing: 0;
}
.entry__list {
  width: 79%;
  margin: 7.73% auto 0;
}
.entry__item + .entry__item {
  margin-top: 4%;
}

/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 4s fuwafuwa infinite;
}

/* モーダルが開いている間は背景スクロールを禁止 */
body.modal-is-open {
  overflow: hidden;
}

/* モーダル本体（スクロールコンテナ） */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1000;
}

/* モーダルを開いたとき */
.modal-container.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* モーダルを閉じるとき（滑らかに消える） */
.modal-container:not(.active) {
  opacity: 0;
  visibility: hidden;
}

/* モーダルの中身 */
.modal-body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: white;
  box-sizing: border-box;
}

/* モーダルを閉じるボタン */
.modal-close {
  position: absolute;
  top: 0.2%;
  right: 2.5%;
  color: #333;
  cursor: pointer;
  background-color: #BAD7FF;
  border-radius: 50%;
  width: 12.2vw;
  height: 12.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.modal-close span {
  height: 3px;
  transform: rotate(45deg);
  width: 8vw;
  background-color: #549BFF;
  position: absolute;
  border-radius: 100px;
}
.modal-close span:nth-of-type(2) {
  transform: rotate(135deg);
}

.footer {
  background-image: url(../images/footer-bg-sp.png), linear-gradient(to bottom, #cce8f8 0%, #cce8f8 10%, #ffffff 30%, #ffffff 100%);
  text-align: center;
  background-position: top;
  background-size: 100%;
  padding-top: 35%;
}
.footer__logo {
  width: 47.907%;
  margin: 0 auto;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 4%;
  width: 58.14%;
  margin: 12% auto 0;
}
.footer__sns li {
  width: 18%;
}
.footer__txt {
  font-size: 3.7209vw;
  line-height: 1.5;
  margin-top: 5%;
}
.footer__listWrapper {
  display: none;
}
.footer__copy {
  margin-top: 9%;
  padding: 8% 0;
  background-color: #133476;
  font-size: 2.3vw;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: block;
  }
  .wide--position {
    width: 68.75%;
  }
  .page-ttl {
    font-size: 2.6vw;
  }
  .page-ttl::before, .page-ttl::after {
    width: 3.2vw;
    height: 5.2vw;
    left: -4vw;
  }
  .page-ttl::after {
    left: auto;
    right: -4vw;
  }
  .page-ttl span {
    font-size: 1.0416667vw;
  }
  .page-ttl span::before, .page-ttl span::after {
    width: 80%;
    left: -95%;
  }
  .page-ttl span::after {
    left: auto;
    right: -95%;
  }
  .ttl--l {
    font-size: 4.0625vw;
  }
  .ttl--m {
    font-size: 1.97916667vw;
  }
  .ttl--s {
    font-size: 2.34375vw;
    line-height: 1.2;
  }
  .ttl--ss {
    font-size: 1.6666667vw;
  }
  .txt {
    font-size: 0.9375vw;
    line-height: 1.6;
  }
  .ttl--blur {
    width: 68.75%;
    font-size: 3.229167vw;
    padding: 4.1146% 0;
  }
  .ttl--blur span {
    font-size: 1.5625vw;
    margin-top: 1.5%;
  }
  .ttl--blur::after {
    filter: blur(1vw);
    z-index: -1;
    border-radius: 210px;
  }
  .underline2::after {
    width: 4.0106vw;
    height: 7px;
    bottom: -52%;
  }
  .header {
    z-index: 10;
    padding: 0 0 0 5%;
    background-color: #fff;
  }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header__logo {
    width: 15%;
    padding: 1.5% 0;
  }
  .header__pcList {
    display: flex;
    align-items: center;
    font-size: 1.0416667vw;
    width: 70%;
    justify-content: end;
    background: linear-gradient(to right, #17BBEF, #103380);
    border-radius: 0 0 0 40px;
    padding-right: 5%;
  }
  .header__pcItem {
    margin-right: 5.5%;
  }
  .header__pcItem:last-child {
    margin-right: 0;
  }
  .header__pcItem a {
    color: #FFF;
    position: relative;
  }
  .header__pcEntry {
    width: 20%;
    font-size: 1.09375vw;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
  }
  .header__pcEntry a {
    color: #1D2088;
    padding: 7% 0;
  }
  .header__entry {
    display: none;
  }
  .menu {
    display: none;
  }
  .main {
    padding: 0;
  }
  .intro {
    padding: 10% 0;
    text-align: center;
    position: relative;
  }
  .intro__content {
    width: auto;
  }
  .intro__img {
    width: 15.1565%;
    margin: 0 auto;
  }
  .intro h2 {
    margin-top: 3%;
    background: linear-gradient(to right, #17BBEF, #103380);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6vw;
  }
  .intro p {
    color: #103380;
    font-size: 0.9375vw;
    line-height: 1.5;
    width: 28%;
    margin: 1.5% auto 0;
    text-align: left;
  }
  .intro__bg {
    position: absolute;
    width: 25.6774%;
    left: 0;
    top: 3%;
  }
  .intro__bg + .intro__bg {
    width: 25.6774%;
    right: 0;
    left: auto;
    top: auto;
    bottom: 4%;
  }
  .corporate {
    position: relative;
  }
  .corporate__content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
  .corporate h2 {
    font-size: 2.65635vw;
    text-align: center;
    color: #fff;
  }
  .corporate__img {
    width: 58%;
    margin: 4% auto 0;
  }
  .corporate__icon {
    width: 30%;
    margin: 6% auto 0;
  }
  .news {
    position: relative;
    margin-top: -4%;
    padding: 5% 0 25%;
  }
  .news::before {
    height: 8vw;
    top: -4.9vw;
  }
  .news__inner {
    width: 43.9065%;
    color: #fff;
  }
  .news__inner h2 {
    font-size: 1.7vw;
    font-weight: bold;
    text-align: center;
  }
  .news__inner ul li a {
    display: flex;
    align-items: center;
  }
  .news__inner ul li p {
    background-color: #fff;
    color: #0050a4;
    padding: 0.5% 1%;
    border-radius: 50px;
    margin-right: 2%;
    font-weight: bold;
    font-size: 1.09375vw;
  }
  .news__inner ul li span {
    font-size: 1.09375vw;
    margin-right: 2%;
    border-right: 1px solid;
    padding-right: 2%;
    margin-top: 0;
  }
  .news__inner ul li h3 {
    font-size: 1.09375vw;
    margin-top: 0;
  }
  .news__inner ul li + li {
    margin-top: 3%;
  }
  .news__content ul {
    margin-top: 6%;
  }
  .news__content + .news__content {
    margin-top: 9%;
  }
  .news__link {
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5% auto 0;
  }
  .information {
    margin-top: -18%;
    position: relative;
    z-index: 1;
    color: #103380;
  }
  .information__txtWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    gap: 5%;
    margin-top: 2%;
  }
  .information__txtWrapper p {
    font-size: 0.9375vw;
  }
  .information__txtWrapper a {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
  }
  .information h2 {
    color: #fff;
    font-size: 5.625vw;
    text-align: center;
  }
  .information__img {
    margin-top: 4%;
  }
  .information__icon {
    width: 26.4587%;
    top: 26.5%;
    left: 10%;
  }
  .information__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: end;
    margin-top: 13%;
    gap: 4%;
  }
  .information__content h3 {
    font-size: 1.5625vw;
    font-weight: bold;
  }
  .information__content p {
    margin-top: 4%;
    font-size: 0.9375vw;
    line-height: 1.7;
  }
  .information__contentImg {
    width: 54.271%;
    border-radius: 2.6vw 0 0 2.6vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
    margin: 0;
  }
  .information__box {
    width: 29.167%;
    margin-left: auto;
    margin-right: 0;
  }
  .information__content + .information__content {
    justify-content: start;
    margin-top: 20%;
    flex-direction: unset;
  }
  .information__content + .information__content .information__contentImg {
    border-radius: 0 2.6vw 2.6vw 0;
  }
  .information__content + .information__content .information__box {
    margin: 0;
  }
  .information__bg {
    position: absolute;
    top: 38%;
    z-index: -1;
  }
  .information__bg + .information__bg {
    top: auto;
    bottom: 6.5%;
  }
  .social {
    position: relative;
    margin-top: 10%;
  }
  .social__content {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
  }
  .social__content h2 {
    font-size: 3.38541667vw;
    color: #00459c;
    line-height: 1.3;
  }
  .social__content h2 span {
    color: #fff;
  }
  .social__content p {
    margin-top: 8%;
    font-size: 0.9375vw;
    line-height: 1.8;
  }
  .social__content a {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10% auto 0;
  }
  .social__img {
    width: 17.969%;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
  }
  .social__img div {
    width: 81.5%;
  }
  .social__img div + div {
    width: 66.1%;
    margin-left: -15%;
    margin-top: 10%;
  }
  .social__img div + div + div {
    width: 45%;
    margin-top: 4%;
    margin-left: 30%;
  }
  .social__img + .social__img {
    left: auto;
    right: 12%;
    top: 50%;
    bottom: auto;
    display: block;
  }
  .social__img + .social__img div {
    width: 81.5%;
  }
  .social__img + .social__img div + div {
    width: 66.1%;
    margin-right: -15%;
    margin-left: auto;
    margin-top: 0;
  }
  .social__img + .social__img div + div + div {
    width: 45%;
    margin-right: 30%;
    margin-left: auto;
  }
  .business {
    position: relative;
  }
  .business__content {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    gap: 4%;
    width: auto;
  }
  .business__content h2 {
    font-size: 2.6vw;
    background: linear-gradient(to right, #17BBEF, #103380);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .business__content p {
    color: #103380;
    font-size: 0.9375vw;
    margin-top: 2%;
  }
  .business__content a {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
  }
  .business ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15% auto 0;
    width: 68%;
  }
  .business ul li {
    width: 31.174%;
  }
  .business ul li .business__itemImg {
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(100, 180, 220, 0.45), 0 2px 6px rgba(100, 180, 220, 0.25);
  }
  .business ul li p {
    font-size: 1.30208333vw;
    font-weight: bold;
    margin-top: 7%;
    text-align: center;
  }
  .business ul li:nth-child(3) {
    margin-top: 0;
  }
  .business ul li:nth-child(n+4) {
    margin-top: 5%;
  }
  .business__bg {
    position: absolute;
    width: 21.875%;
    top: 51%;
    z-index: -1;
  }
  .business__bg + .business__bg {
    top: auto;
    bottom: -22.5%;
    right: 0;
    width: 22.917%;
  }
  .recruit {
    margin-top: 14%;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 85%, #cce8f8 98%, #cce8f8 100%);
    padding-bottom: 5%;
  }
  .recruit__content {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    gap: 4%;
    width: auto;
  }
  .recruit__content h2 {
    font-size: 2.6vw;
    font-weight: 400;
  }
  .recruit__content h2 span {
    display: block;
    font-size: 0.9375vw;
    margin-bottom: 2%;
  }
  .recruit__content p {
    font-size: 0.9375vw;
    margin-top: 5%;
  }
  .recruit__content a {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
  }
  .okamura {
    background: linear-gradient(to bottom, #cce8f8 0%, #cce8f8 10%, #ffffff 30%, #ffffff 85%, #cce8f8 98%, #cce8f8 100%);
    padding-bottom: 5%;
  }
  .okamura__content {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    gap: 4%;
    width: auto;
  }
  .okamura__content h2 {
    font-size: 2.6vw;
    font-weight: 400;
  }
  .okamura__content h2 span {
    display: block;
    font-size: 0.9375vw;
    margin-bottom: 2%;
  }
  .okamura__content p {
    font-size: 0.9375vw;
    margin-top: 5%;
  }
  .okamura__content a {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
  }
  .history {
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #cce8f8 0%, #cce8f8 10%, #ffffff 30%, #ffffff 100%);
    color: #fff;
  }
  .history__content {
    position: absolute;
    top: 10%;
    width: 100%;
  }
  .history__content h2 {
    font-size: 3.854vw;
  }
  .history__content p {
    font-size: 1.25vw;
    margin-top: 1%;
  }
  .history__content ul li {
    position: absolute;
    top: 1330%;
    left: 27%;
  }
  .history__content ul li .history__itemYear {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3541667vw;
    margin: 0 auto;
  }
  .history__content ul li .history__itemYear::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.25));
  }
  .history__content ul li .history__itemImg {
    margin: 30px auto 0;
    width: 32.8646vw;
  }
  .history__content ul li p {
    font-size: 1.0416667vw;
    margin-top: 30px;
    line-height: 1.5;
  }
  .history__content ul li:nth-child(1) {
    top: 330%;
    left: 27%;
  }
  .history__content ul li:nth-child(2) {
    top: 431%;
    left: auto;
    right: 20%;
  }
  .history__content ul li:nth-child(3) {
    width: auto;
    top: 765%;
    left: auto;
    right: 11.5%;
  }
  .history__content ul li:nth-child(3) .history__itemYear {
    width: 10vw;
    height: 10vw;
    position: relative;
  }
  .history__content ul li:nth-child(3) .history__itemImg {
    width: 32.8646vw;
  }
  .history__content ul li:nth-child(3) p {
    margin: 0;
    position: relative;
    left: 0;
  }
  .history__content ul li:nth-child(4) {
    top: 1126%;
    left: 20%;
  }
  .history__content ul li:nth-child(5) {
    top: 1543%;
    left: 23%;
    right: auto;
  }
  .history__content ul li:nth-child(6) {
    top: 1627%;
    left: auto;
    right: 11%;
  }
  .history__content ul li:nth-child(6) .history__itemYear {
    width: 10vw;
    height: 10vw;
    position: relative;
    right: auto;
  }
  .history__content ul li:nth-child(6) .history__itemImg {
    margin: 30px auto 0;
    width: 32.8646vw;
  }
  .history__content ul li:nth-child(6) p {
    text-align: center;
    margin-left: 0;
  }
  .contact {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #cce8f8 78%, #cce8f8 100%);
    padding-top: 6%;
    padding-bottom: 13%;
    margin-top: 0;
  }
  .contact__content {
    display: flex;
    gap: 3%;
    align-items: center;
    justify-content: center;
  }
  .contact__content h2 {
    font-size: 2.448vw;
    margin: 0;
  }
  .contact__content p {
    font-size: 1.0416667vw;
    margin-top: 3%;
    line-height: 1.5;
  }
  .contact__content a {
    color: #103380;
    font-size: 0.8854vw;
    border: 1px solid;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
  }
  .contact__img {
    width: 14.219%;
    margin: 0;
  }
  .footer {
    margin-top: -8%;
    padding: 10% 0 0;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100%;
    color: #103380;
  }
  .footer .pcBr {
    display: inline-block;
  }
  .footer a {
    color: #103380;
  }
  .footer__inner {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .footer__content {
    width: 50%;
  }
  .footer__logo {
    margin: 0 2.691% 0 0;
    width: 53.096%;
  }
  .footer__txt {
    margin-top: 3%;
    line-height: 2;
    font-size: 0.8333vw;
    text-align: left;
  }
  .footer__txt span {
    font-weight: bold;
    font-size: 0.9375vw;
  }
  .footer__sns {
    display: flex;
    gap: 2%;
    margin-top: 3%;
    width: auto;
    justify-content: unset;
  }
  .footer__sns li {
    width: 6%;
  }
  .footer__list {
    font-size: 0.8333vw;
    margin-top: 0;
    text-align: left;
  }
  .footer__listWrapper {
    width: 50%;
    display: flex;
    gap: 8%;
  }
  .footer__item:nth-child(n+2) {
    margin-top: 1.5vw;
  }
  .footer__copy {
    margin-top: 4%;
    padding: 1.636% 0;
    text-align: center;
    background-color: #133476;
    font-size: 0.729vw;
    color: #fff;
  }
}
@keyframes newsWave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 35%;
  }
}/*# sourceMappingURL=local.css.map */