@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:hover {
  opacity: .7;
  transition: all .3s ease;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
  color: #fff;
  background-color: #fff;
  overflow-y: auto;
}

body.fixed {
  overflow-y: hidden;
}

h2,
h3,
h4 {
  line-height: 1.42;
}

.jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
}

.lh1 {
  line-height: 1;
}

.ls-01 {
  letter-spacing: -0.1em;
}

p {
  font-size: 1.6rem;
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.f120 {
  font-size: 12rem;
}

.f80 {
  font-size: 8rem;
}

.f70 {
  font-size: 7rem;
}

.f62 {
  font-size: 6.2rem;
}

.f60 {
  font-size: 6rem;
}

.f54 {
  font-size: 5.4rem;
}

.f52 {
  font-size: 5.2rem;
}

.f50 {
  font-size: 5rem;
}

.f46 {
  font-size: 4.6rem;
}

.f42 {
  font-size: 4.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f34 {
  font-size: 3.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 2.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

.f22 {
  font-size: 2.2rem;
}

.f21 {
  font-size: 2.1rem;
}

.f20 {
  font-size: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f15-14 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f14all {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f13all {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

@media(max-width:1334px) {
  p {
    font-size: 1.5rem;
  }

  /* 0.75 */

  .f120 {
    font-size: 9rem;
  }

  .f80 {
    font-size: 6rem;
  }

  .f70 {
    font-size: 5.25rem;
  }

  .f62 {
    font-size: 4.65rem;
  }

  .f60 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.05rem;
  }

  .f52 {
    font-size: 3.9rem;
  }

  .f50 {
    font-size: 3.75rem;
  }

  /* 0.8 */
  .f46 {
    font-size: 3.68rem;
  }

  .f42 {
    font-size: 3.36rem;
  }

  .f36 {
    font-size: 2.88rem;
  }

  .f34 {
    font-size: 2.72rem;
  }

  .f32 {
    font-size: 2.56rem;
  }

  .f30 {
    font-size: 2.4rem;
  }

  /* 0.85 */
  .f28 {
    font-size: 2.38rem;
  }

  .f26 {
    font-size: 2.21rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f22 {
    font-size: 2.04rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .f20 {
    font-size: 1.85rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .f17 {
    font-size: 1.65rem;
  }

  .f16 {
    font-size: 1.55rem;
  }

  .f15 {
    font-size: 1.45rem;
  }

  .f15-14 {
    font-size: 1.45rem;
  }

  .f14 {
    font-size: 1.35rem;
  }

  .f13 {
    font-size: 1.25rem;
  }

  .f12 {
    font-size: 1.15rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

@media(max-width:834px) {
  p {
    font-size: 1.4rem;
  }

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3.1rem;
  }

  .f60 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f52 {
    font-size: 2.5rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f46 {
    font-size: 2.3rem;
  }

  .f42 {
    font-size: 2.2rem;
  }

  .f36 {
    font-size: 2rem;
  }

  .f34 {
    font-size: 1.95rem;
  }

  .f32 {
    font-size: 1.9rem;
  }

  .f30 {
    font-size: 1.875rem;
  }

  .f28 {
    font-size: 1.85rem;
  }

  .f26 {
    font-size: 1.825rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f22 {
    font-size: 1.725rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .f20 {
    font-size: 1.675rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.55rem;
  }

  .f16 {
    font-size: 1.5rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f15-14 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }


  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

.fcw {
  color: #fff;
}

.fcb {
  color: #18273e;
}

.fclb {
  color: #199bef;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

/* .sec {
  padding: 23.3vw 0;
  margin-top: -19.8vw;
} */

.sec-ttl {
  position: relative;
  width: fit-content;
  text-align: end;
  line-height: 1;
  padding-bottom: 25px;
}

.sec__center {
  margin-right: auto;
  margin-left: auto;
}

.sec-ttl__en {
  font-size: 3.6rem;
  line-height: 0.9;
  letter-spacing: 0.1em;
}

.sec-ttl__jp {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-5px, 0);
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
}

.sec-ttl__slash {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 100;
  transform: translate(-3px, 3px);
}

.txt-parent {
  position: relative;
  z-index: 2;
}

.txt-bg,
.txt-bg-v {
  position: relative;
  display: inline-block;
  color: #fff;
}

.txt-bg::after,
.txt-bg-v::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 6%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18273e;
  opacity: .9;
}

.txt-bg-v::after {
  top: 0%;
  left: 5%;
  width: 90%;
  height: 100%;
}

.top-work__mess-jp02-bg.txt-bg-v::after {
  top: 0%;
  left: 8%;
  width: 84%;
  height: 86%;
}

.top-interview__head-mess01 .txt-bg-v::after {
  top: 0%;
  left: 2%;
  width: 96%;
  height: 100%;
}

.txt-bg.txt-bg-lb::after,
.txt-bg-v.txt-bg-lb::after {
  background-color: #048ae2;
}

.box-appear,
.dia-appear,
.txt-appear,
.txt-appear-v {
  position: relative;
  z-index: 2;
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
}

.box-appear,
.dia-appear {
  display: block;
}

.txt-appear.sec-ttl__jp {
  position: absolute;
}

.box-appear.show,
.dia-appear.show,
.txt-appear.show,
.txt-appear-v.show {
  visibility: visible;
  transition: all 0s .4s linear;
}

.box-appear::after,
.txt-appear::after,
.txt-appear-v::after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #18273e;
  transform: translate(-101%, 0);
}

.txt-appear-v::after {
  transform: translate(0, -101%);
}

.dia-appear::after {
  content: '';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../img/top/work_box01.webp) no-repeat center / contain;
  /* transform: translate(-101%, 0) rotate(40deg) skew(20deg, 40deg); */
  transform: translate(-101%, 40.5%);

}

.top-work__img02-wrap.dia-appear::after {
  background: url(../img/top/work_box02.webp) no-repeat center / contain;
  transform: translate(-101%, 38%);
}

.box-appear.show::after,
.dia-appear.show::after,
.txt-appear.show::after {
  animation: txt-cover .6s 0s linear;
}

.txt-appear-v.show::after {
  animation: txt-cover-v .6s 0s linear;
}

.dia-appear.show::after {
  animation: dia-cover01 .6s 0s linear;
}

.top-work__img02-wrap.dia-appear.show::after {
  animation: dia-cover02 .6s 0s linear;
}

@keyframes txt-cover {
  0% {
    transform: translate(-101%, 0);
  }

  40% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(101%, -40.5%);
  }
}

@keyframes txt-cover-v {
  0% {
    transform: translate(0, -101%);
  }

  40% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 101%);
  }
}

@keyframes dia-cover01 {
  0% {
    transform: translate(-101%, 40.5%);
  }

  40% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(101%, -40.5%);
  }
}

@keyframes dia-cover02 {
  0% {
    transform: translate(-101%, 40.5%);
  }

  40% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(101%, -38%);
  }
}


@media(max-width:1334px) {}

@media(max-width:834px) {
  /* .sec {
    padding: 50px 0 40px;
  } */

  .sec-ttl {
    line-height: 1.1;
    padding-bottom: 18px;
  }

  .sec-ttl__en {
    font-size: 3.2rem;
  }

  .sec-ttl__jp {
    font-size: 1.4rem;
  }
}

@media(max-width:500px) {

  .sec-ttl__en {
    font-size: 2.3rem;
  }

  .sec-ttl__jp {
    font-size: 1.3rem;
  }
}


.inner-w {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media(max-width:500px) {}

.max1200 {
  display: none;
}

.min1200 {
  display: block;
}

@media(max-width:1200px) {
  .max1200 {
    display: block;
  }

  .min1200 {
    display: none;
  }
}

.max834 {
  display: none;
}

.sp {
  display: none;
}

.min835 {
  display: block;
}

.pc {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.min701 {
  display: block;
}

.max700 {
  display: none;
}

@media(max-width:700px) {
  .min701 {
    display: none;
  }

  .max700 {
    display: block;
  }
}

.max650 {
  display: none;
}

@media(max-width:650px) {
  .max650 {
    display: block;
  }
}

.max600 {
  display: none;
}

.min601 {
  display: block;
}

@media(max-width:600px) {
  .max600 {
    display: block;
  }

  .min601 {
    display: none;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.max500 {
  display: none;
}

@media(max-width:500px) {
  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.max380 {
  display: none;
}

@media(max-width:380px) {
  .max380 {
    display: block;
  }
}

.max370 {
  display: none;
}

@media(max-width:370px) {
  .max370 {
    display: block;
  }
}

.btn {
  position: relative;
  width: 256px;
  height: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #18273e;
  background-color: #cde8f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_black {
  color: #fff;
  background-color: #18273e;
}

.top__btn {
  margin-top: 80px;
}

.btn::before,
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.btn::before {
  background-color: #e1f1fb;
}

.btn.btn_black::before {
  background-color: #303d52;
}

.btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn_black::after {
  color: #fff;
}

.btn-txt {
  width: 196px;
  text-align: center;
  margin: 0 auto 0 0;
}

@media(max-width: 1334px) {
  .top__btn {
    margin-top: 70px;
  }
}

@media(max-width:834px) {
  .btn {
    width: 180px;
    height: 42px;
    font-size: 1.4rem;
  }

  .top__btn {
    margin-top: 45px;
  }

  .btn::before,
  .btn::after {
    width: 42px;
    height: 42px;
  }

  .btn-txt {
    width: 138px;
  }
}

@media(max-width:834px) {
  .top__btn {
    margin: 35px auto 0;
  }
}

.loadin01 {
  opacity: 0;
}

.loadin01.show {
  opacity: 1;
  transition: all .4s 0s ease-in-out;
}

.loadin02 {
  opacity: 0;
}

.loadin02.show {
  opacity: 1;
  transition: all 1.4s .3s ease-in-out;
}

.loadin03 {
  opacity: 0;
}

.loadin03.show {
  opacity: 1;
  transition: all 1.4s 1.2s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 55px);
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 1.4s .3s ease-in-out;
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein01.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .1s;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .4s;
}

.fadein03 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein03.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .7s;
}

body {
  position: relative;
}

.header__pc {
  display: block;
}

.header__sp {
  display: none;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  transition: all .4s ease;
}

.header.header__bg {
  color: #18273e;
  background-color: #ffffffdd;
}

.header-inner {
  position: relative;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  margin: 20px auto 20px;
}

.header-l {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-r {
  display: none;
}

.header-logo {
  width: 280px;
}
.header-logo-b {
  display: none;
}
.header.header__bg .header-logo-b {
  display: block;
}
.header.header__bg .header-logo-w {
  display: none;
}

.header-btn {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

.header-btn__ham {
  width: 60px;
  height: 60px;
  background-color: #048ae2;
}

.header-btn__ham span {
  position: absolute;
  top: 37.5%;
  left: 27.5%;
  width: 45%;
  height: 1px;
  background-color: #fff;
  transition: all .4s ease;
}

.header-btn__ham span:nth-of-type(1) {
  top: 37.5%;
}

.header-btn__ham span:nth-of-type(2) {
  top: 50%;
}

.header-btn__ham span:nth-of-type(3) {
  top: 62.5%;
}

.header.active .header-btn__ham span:nth-of-type(1),
.header.active .header-btn__ham span:nth-of-type(2) {
  top: 50%;
  transform: rotate(45deg);
}

.header.active .header-btn__ham span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all .4s ease;
}

.header-nav__item {
  font-size: 1.6rem;
}

.header-nav__item-link {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  height: 100%;
}

.header-nav__item-en {
  display: none;
  line-height: 0.9;
}

.header-nav__entry {
  font-size: 1.8rem;
  background-color: #048ae2;
}
.header.header__bg .header-nav__entry {
  color: #fff;
}

.header-nav__entry-link {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header-nav__entry-txt {
  text-align: center;
  width: 142px;
  height: 50px;
  line-height: 48px;
}

.header-nav__entry-icon {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #36a1e8;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .entry-link__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  color: #000;
  margin-top: 15px;
}

.entry-item__tel {
  font-weight: 500;
}

@media(max-width:1334px) {
  .header-logo {
    width: 260px;
  }

  .header-nav__list {
    gap: 30px;
  }

  .header-nav__item {
    font-size: 1.5rem;
  }
}

@media(max-width:1200px) {

  .header__pc {
    display: none;
  }

  .header__sp {
    display: block;
  }

  .header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }

  .header.active {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
  }

  .header-inner {
    width: calc(100% - 50px);
    margin: 15px auto 10px;
  }

  .header-r {
    display: block;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
  }

  .header-btn {
    display: block;
    width: fit-content;
    height: fit-content;
  }

  .header-btn:hover {
    cursor: pointer;
  }

  .header-nav__list {
    position: fixed;
    z-index: 100;
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background-color: #048ae2;
    opacity: 0;
    transform: translate(0, 100%);
    transition: all .3s ease-in-out;

    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 50px;
    padding: 50px 5%;
  }

  .header.active .header-nav__list {
    width: 100%;
    height: 100vh;
    opacity: 1;
    transform: translate(0, 0%);
    transition: all .6s ease-in-out;
    overflow: scroll;
  }

  .header-nav__item {
    font-size: 1.8rem;
  }

  .header-nav__item-en {
    display: block;
    font-size: 4.6rem;
  }

}

@media(max-width:834px) {
  .header-nav__list {
    gap: 35px;
    padding: 50px 5%;
  }

  .header-nav__item {
    font-size: 1.6rem;
  }

  .header-nav__item-en {
    font-size: 3.6rem;
  }
}

@media(max-width:500px) {

  .header-inner {
    width: calc(100% - 35px);
    margin: 10px auto 10px;
  }

  .header-logo {
    width: 180px;
  }

  .header-btn__ham {
    width: 50px;
    height: 50px;
  }

  .header-nav__item-link {
    gap: 20px;
  }

  .header-nav__list {
    gap: 30px;
    padding: 40px 7%;
  }

  .header-nav__item {
    font-size: 1.4rem;
  }

  .header-nav__item-en {
    font-size: 2.6rem;
  }
}

.float-banner {
  position: fixed;
  z-index: 200;
  top: 150px;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #18273e;
  height: 240px;
  width: 240px;
  padding: 20px;
}

.float-banner__ttl {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.float-banner__link {
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
}

.float-banner__link-tel {
  position: relative;
  justify-content: center;
  gap: 5px;
  font-size: 2.2rem;
  font-style: normal;
  margin: 5px 0;
}

.float-banner__link-mail {
  color: #18273e;
  background-color: #fff;
  justify-content: center;
}

.float-banner__link-line {
  background-color: #06c755;
  border-radius: 8px;
  padding: 0 5px;
  margin-top: 10px;
}

.float-banner__link-tel-icon {}

.float-banner__link-mail-icon {}

.float-banner__link-line-icon {
  width: 47px;
}

@media(max-width:1334px) {
  .float-banner {
    top: 100px;
  }
}

@media(max-width:834px) {
  .float-banner {
    position: fixed;
    z-index: 200;
    top: unset;
    bottom: 0;
    right: 0;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #048ae2;
    height: 80px;
    width: 100%;
    padding: 10px 20px;
    opacity: 0;
  }

  .float-banner.active {
    display: flex;
    opacity: 1;
    animation: float .6s;
  }

  @keyframes float {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .float-banner__ttl {
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-right: 10px;
    padding-bottom: 0;
    margin-right: 8px;
  }

  .float-banner__link-tel {
    position: relative;
    justify-content: center;
    gap: 5px;
    font-size: 2.5rem;
    font-style: normal;
    margin: 0;
  }

  .float-banner__link-mail {
    gap: 3px;
    border-radius: 8px;
    padding: 0 10px;
    margin-left: 10px;
  }

  .float-banner__link-line {
    border-radius: 8px;
    padding: 0 10px 0 5px;
    margin-top: 0;
    margin-left: 10px;
  }
}

@media(max-width:700px) {
  .float-banner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    padding: 5px calc(50% - 200px);
  }

  .float-banner__ttl {
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-right: 10px;
    padding-bottom: 0;
    margin-right: 8px;
  }

  .float-banner__link {
    height: 30px;
  }

  .float-banner__link-mail {
    height: 30px;
    gap: 3px;
    border-radius: 8px;
    padding: 0 10px;
    margin-left: 0px;
  }

  .float-banner__link-line {
    height: 30px;
    border-radius: 8px;
    padding: 0 10px 0 5px;
    margin-top: 0;
    margin-left: 5px;
  }

  .float-banner__link-mail-icon {
    font-size: 16px;
  }

  .float-banner__link-line-icon {
    width: 30px;
  }
}

@media(max-width:400px) {
  .float-banner {
    height: 95px;
    padding: 10px 5px 15px;
  }

  .float-banner__link-mail {
    font-size: 1.2rem;
    gap: 3px;
    padding: 0 10px;
  }

  .float-banner__link-line {
    font-size: 1.2rem;
    gap: 3px;
    padding: 0 5px 0 2px;
  }

  .float-banner__link-mail-icon {
    font-size: 16px;
  }

  .float-banner__link-line-icon {
    width: 30px;
  }
}

.top-mv {
  position: relative;
  overflow: hidden;
}

.top-mv__txt-wrap {
  position: absolute;
  bottom: 16vw;
  right: 5%;
  white-space: nowrap;
}

.top-mv__txt {
  font-size: 4.5rem;
}

.top-mv__txt01 {
  font-size: 4.5rem;
  writing-mode: vertical-rl;
  line-height: 1;
  transform: translate(0, 0px);
}

.top-mv__txt01-big {
  font-size: 6rem;
}

.top-mv__txt02 {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-left: -15px;
}

.top-mv__txt02-big {
  font-size: 8.8rem;
  line-height: 1.1;
}

.top-mv__txt02-tail {
  letter-spacing: -0.6em;
}


.top-mv__txt03 {
  font-size: 16.6rem;
  line-height: 1;
}

.top-mv__txt03-tail {
  letter-spacing: -0.6em;
}

@media(max-width:1334px) {
  .top-mv__txt-wrap {
    bottom: 15vw;
    right: 5%;
  }

  .top-mv__txt {
    font-size: 3.375rem;
  }

  .top-mv__txt01 {
    font-size: 3.375rem;
    transform: translate(0, 0px);
  }

  .top-mv__txt01-big {
    font-size: 4.5rem;
  }

  .top-mv__txt02 {
    font-size: 3.375rem;
    margin-left: -12px;
  }

  .top-mv__txt02-big {
    font-size: 6.6rem;
  }

  .top-mv__txt03 {
    font-size: 12.45rem;
  }
}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .top-mv__txt-wrap {
    position: absolute;
    bottom: 40vw;
    right: 50%;
    transform: translate(50%, 0);
  }

  .top-mv__txt {
    font-size: 2.25rem;
  }

  .top-mv__txt01 {
    font-size: 2.25rem;
    transform: translate(0, 0px);
  }

  .top-mv__txt01-big {
    font-size: 3rem;
  }

  .top-mv__txt02 {
    font-size: 2.25rem;
    margin-left: -10px;
  }

  .top-mv__txt02-big {
    font-size: 4.4rem;
  }

  .top-mv__txt03 {
    font-size: 8.3rem;
  }
}

@media(max-width:500px) {
  .top-mv__txt-wrap {
    bottom: 27vw;
  }
  .top-mv__txt01 {
    font-size: 2.025rem;
    transform: translate(0, 0px);
  }

  .top-mv__txt01-big {
    font-size: 2.7rem;
  }

  .top-mv__txt02 {
    font-size: 2.025rem;
    margin-left: -10px;
  }

  .top-mv__txt02-big {
    font-size: 3.96rem;
  }

  .top-mv__txt03 {
    font-size: 7.47rem;
  }
}

.top-message__bg {
  position: relative;
}
.top-message__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #048ae2;
}

.top-message {
  position: relative;
  padding: 0 0 23vw;
  margin-top: 0;
}

.top-message::before {
  content: '';
  position: absolute;
  z-index: -9;
  left: 0;
  top: -20.3vw;
  width: 100%;
  height: fit-content;
  aspect-ratio: 3360 / 1420;
  background: url(../img/top/bg_message_before.webp) no-repeat top center / cover;
  padding: 0;
}

.top-message::after {
  content: '';
  position: absolute;
  z-index: -9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  aspect-ratio: 3360 / 1131;
  background: url(../img/top/bg_message_after.webp) no-repeat top center / cover;
}

.top-message__inner {
  display: flex;
  align-items: center;
}

.top-message__head {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-message__main {
  width: 53%;
  min-width: 445px;
}

.top-message__head-mess {
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.top-message__head-mess02-big {
  font-size: 12rem;
}

.top-message__mess {
  position: relative;
  width: fit-content;
  padding: 15px 5px 0 0;
  margin-top: 65px;
}

.top-message__mess-detail {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  letter-spacing: -0.1em;
}

.top-message__txt {
  margin-top: 40px;
}

.top-message__btn {
  margin-left: auto;
}

@media(max-width:1480px) {
  .top-message::after {
    bottom: -3vw;
  }
}

@media(max-width:1334px) {
  .top-message__mess {
    margin-top: 55px;
  }

  .top-message__head-mess02-big {
    font-size: 9rem;
  }

  .top-message__txt {
    margin-top: 30px;
  }
}

@media(max-width:1223px) {}

@media(max-width:1110px) {
  .top-message::after {
    bottom: -5vw;
  }
}

@media(max-width:1010px) {
  .top-message::after {
    bottom: -11.3vw;
  }
}

@media(max-width:834px) {
  .top-message {
    padding-top: 4vw;
    padding-bottom: 50vw;
    margin-top: 0vw;
  }

  .top-message::before {
    background: url(../img/top/bg_message_sp_before.webp) no-repeat top center / cover;
    top: -20.3vw;
    height: fit-content;
    aspect-ratio: 1500 / 875;
    padding: 0;
  }

  .top-message::after {
    content: '';
    position: absolute;
    z-index: -9;
    bottom: 20.6vw;
    left: 0;
    width: 100%;
    height: fit-content;
    aspect-ratio: 1500 / 540;
    background: url(../img/top/bg_message_sp_after.webp) no-repeat top center / cover;
  }

  .top-message__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-message__head {
    width: 100%;
  }

  .top-message__main {
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
  }

  .top-message__head-mess02-big {
    font-size: 6rem;
  }

  .top-message__mess {
    font-size: 2.8rem;
    padding: 15px 5px 0 0;
    margin-top: 30px;
  }

  .top-message__txt {
    margin-top: 20px;
  }
}

@media(max-width:500px) {
  .top-message {
    padding: 10vw 0 50vw;
  }

  .top-message__main {
    margin-top: 20px;
  }

  .top-message__head-mess02-big {
    font-size: 5.4rem;
  }

  .top-message__mess {
    font-size: 2.4rem;
  }
}


.top-field {
  position: relative;
  width: 100%;
  aspect-ratio: 3360 / 3016;
  padding: 34vw 0 12vw;
  margin-top: -20.6vw;
}

.top-field::before {
  content: '';
  position: absolute;
  z-index: -8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_field.webp) no-repeat center / contain;
}

.top-field__head-mess {
  line-height: 1.25;
  width: fit-content;
  margin: 70px auto 0;
}

.top-field__head-mess01 {
  font-size: 6.5rem;
  letter-spacing: -0.15em;
}

.top-field__head-mess03 {
  font-size: 10rem;
}

.top-field__head-mess04 {
  display: inline-block;
  width: 100%;
  text-align: end;
}

.top-field__txt {
  text-align: center;
  margin-top: 60px;
}

.top-field__btn {
  margin-left: auto;
}

@media(max-width:1334px) {
  .top-field__head-mess {
    margin: 50px auto 0;
  }

  .top-field__head-mess01 {
    font-size: 4.875rem;
  }

  .top-field__head-mess03 {
    font-size: 7.5rem;
  }

  .top-field__txt {
    margin-top: 50px;
  }
}

@media(max-width:1223px) {}

@media(max-width:834px) {
  .top-field {
    position: relative;
    aspect-ratio: 1500 / 2442;
    padding: 51vw 0 49vw;
    margin-top: -42.6vw;
  }

  .top-field::before {
    background: url(../img/top/bg_field_sp.webp) no-repeat center / cover;
  }

  .top-field__head-mess {
    font-size: 2.1rem;
    margin: 40px auto 0;
  }

  .top-field__head-mess01 {
    font-size: 3.25rem;
  }

  .top-field__head-mess03 {
    font-size: 5rem;
  }

  .top-field__txt {
    margin-top: 40px;
  }
}

@media(max-width:500px) {
  .top-field {
    padding: 40vw 0 6vw;
    margin-top: -42.6vw;
  }

  .top-field__head-mess {
    font-size: 1.89rem;
    margin: 30px auto 0;
  }

  .top-field__head-mess01 {
    font-size: 2.925rem;
  }

  .top-field__head-mess03 {
    font-size: 4.5rem;
  }

  .top-field__txt {
    margin-top: 25px;
  }
}

@media(max-width:415px) {
  .top-field__head-mess {
    font-size: 1.68rem;
  }

  .top-field__head-mess01 {
    font-size: 2.6rem;
  }

  .top-field__head-mess03 {
    font-size: 4rem;
  }
}

@media(max-width:370px) {
  .top-field__head-mess {
    font-size: 1.47rem;
  }

  .top-field__head-mess01 {
    font-size: 2.275rem;
  }

  .top-field__head-mess03 {
    font-size: 3.5rem;
  }
}

.top-work {
  position: relative;
  color: #18273e;
  background-color: #fff;
  padding: 4vw 0 5vw;
  margin-top: 0;
}

.top-work__inner {
  display: flex;
}

.top-work__main {
  position: relative;
  width: 55%;
  padding-left: calc(50vw - 600px);
}

.top-work__img-area {
  position: relative;
  width: 45%;
}

.top-work__ttl {
  position: absolute;
  top: -120px;
  left: calc(50vw - 600px);
}

.top-work__mess-area {
  position: relative;
  width: fit-content;
  padding-top: 77px;
}

.top-work__mess-en {
  font-size: 13rem;
  line-height: 0.9;
  width: fit-content;
}

.top-work__mess-jp {
  position: absolute;
  top: 0px;
  right: 10%;
  writing-mode: vertical-rl;
}

.top-work__mess-jp01 {
  transform: translate(-5px, 0);
}

.top-work__sub {
  line-height: 1.3;
  margin-top: 60px;
}

.top-work__txt {
  margin-top: 30px;
}

.top-work__img01-wrap {
  width: 90%;
  max-width: 90%;
  margin: -8vw 0 0 auto;
}

.top-work__img02-wrap {
  width: 85%;
  max-width: 85%;
  margin: -12vw auto 0 2%;
}

@media(max-width:1334px) {
  .top-work__main {
    position: relative;
    width: 55%;
    padding-left: 5vw;
  }

  .top-work__img-area {
    width: 45%;
  }

  .top-work__ttl {
    position: absolute;
    top: -120px;
    left: 5vw;
  }

  .top-work__mess-area {
    padding-top: 55px;
  }

  .top-work__mess-en {
    font-size: 9.75rem;
  }
}

@media(max-width:1223px) {}

@media(max-width:834px) {
  .top-work {
    padding-bottom: 8vw;
  }
  .top-work__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
  }

  .top-work__main {
    position: relative;
    width: 100%;
    padding-left: 0;
    background: linear-gradient(180deg, transparent 0%, transparent 15% ,#fff 45%);
  }
  .top-work__main-inner {
    width: 90%;
    margin: 0 auto;
  }

  .top-work__img-area {
    position: absolute;
    z-index: -1;
    top: -13.5vw;
    left: 0;
    width: 100%;
  }

  .top-work__img01-wrap {
    width: 55%;
    max-width: 55%;
    margin: -8vw 0 0 auto;
  }

  .top-work__img02-wrap {
    width: 55%;
    max-width: 55%;
    margin: -18.5vw auto 0 0;
  }

  .top-work__mess-area {
    padding-top: 40px;
    margin-top: 80px;
  }

  .top-work__mess-jp {
    top: 0px;
    right: 7%;
  }

  .top-work__ttl {
    position: relative;
    top: 0;
    left: 0;
  }

  .top-work__sub {
    margin-top: 40px;
  }

  .top-work__mess-en {
    font-size: 6.5rem;
  }

  .top-work__txt {
    margin-top: 25px;
  }
}
@media(max-width:520px) {

  .top-work__main {
    padding-top: 12vw;
  }
}

@media(max-width:500px) {
  .top-work__main-inner {
    width: 322px;
    margin: 0 auto;
  }

  .top-work__img-area {
    top: -45px;
  }

  .top-work__sub {
    margin-top: 25px;
  }

  .top-work__mess-area {
    padding-top: 40px;
    margin-top: 35px;
  }

  .top-work__mess-en {
    font-size: 5.85rem;
  }

  .top-work__txt {
    margin-top: 20px;
  }
}

@media(max-width:450px) {
.top-work__main {
  padding-top: 9vw;
}
}


.top-interview__bg {
  position: relative;
}
.top-interview__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: #ecf0f7;
}
.top-interview {
  position: relative;
  color: #18273e;
  padding: 15vw 0 23vw;
}

.top-interview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.top-interview::before {
  content: '';
  position: absolute;
  z-index: -9;
  left: 0;
  top: 0;
  width: 100%;
  height: fit-content;
  aspect-ratio: 3360 / 673;
  background: url(../img/top/bg_interview_before.webp) no-repeat top center / cover, #fff;
  padding: 0;
}

.top-interview::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  aspect-ratio: 3360 / 690;
  background: url(../img/top/bg_interview_after.webp) no-repeat top center / cover;
}

.top-interview__cont {
  display: flex;
  margin-top: 100px;
}

.top-interview__head {
  width: 40%;
  padding-left: calc(50vw - 600px);
}

.top-interview__head-mess {
  line-height: 1.25;
  writing-mode: vertical-rl;
  text-align: end;
}

.top-interview__head-mess01-big {
  font-size: 8rem;
}

.top-interview__head-mess01-small {
  display: inline-block;
  padding-top: 20px;
}

.interview-slider__wrap {
  position: relative;
  width: 60%;
  overflow: hidden;
  padding-bottom: 70px;
}

.interview-slider {
  overflow: visible;
  width: 100%;
}

.interview-slider .swiper-slide {
  width: fit-content;
  height: fit-content;
}

.swiper-slide__inner {
  position: relative;
  width: 335px;
  height: 538px;
  padding: 0 25px 33px 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.interview-slide__img {}

.interview-slide__ttl {
  position: absolute;
  left: 0;
  top: 176px;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  vertical-align: baseline;
  display: flex;
  align-items: center;
  gap: 8px;
}

.interview-slide__ttl-num {
  font-size: 1.8rem;
}

.interview-slide__name {
  position: absolute;
  bottom: 75px;
  right: 0;
  font-size: 3.4rem;
  writing-mode: vertical-rl;
  line-height: 1.6;
  color: #fff;
  background-color: #18273e;
  padding: 10px 0;
}

.interview-slide__txt {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  transition: all .3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .7;
  transition: all .3s ease;
}

.swiper-button-prev {
  background-color: #18273e;
  top: unset;
  bottom: 0;
  left: unset;
  right: calc(50vw - 560px);
}

.swiper-button-next {
  background-color: #465265;
  top: unset;
  bottom: 0;
  left: unset;
  right: calc(50vw - 600px);
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-family: "Material Symbols Outlined";
  color: #fff;
  font-size: 1.8rem;
  margin: auto;
}

.swiper-button-prev::after {
  content: "\e5e0";
  padding-left: 6px;
}

.swiper-button-next::after {
  content: "\e5e1";
  padding-left: 2px;
}


@media(max-width:1334px) {
  .top-interview__cont {
    display: flex;
    margin-top: 80px;
  }

  .top-interview__head {
    width: 40%;
    padding-left: 5vw;
  }

  .top-interview__head-mess01-big {
    font-size: 6rem;
  }

  .swiper-button-prev {
    left: unset;
    right: calc(5vw + 40px);
  }

  .swiper-button-next {
    left: unset;
    right: 5vw;
  }
}

@media(max-width:1223px) {}

@media(max-width:834px) {
  .top-interview {
    padding: 22vw 0 29vw;
    margin-top: 0;
  }

  .top-interview__cont {
    display: flex;
    margin-top: 70px;
  }

  .top-interview__head {
    width: 210px;
    padding-left: 5vw;
  }

  .interview-slider__wrap {
    width: calc(100% - 210px);
    padding-bottom: 70px;
  }

  .top-interview__head-mess01-big {
    font-size: 4rem;
  }

  .top-interview__head-mess01-small {
    padding-top: 10px;
  }
}

@media(max-width:600px) {
  .swiper-slide__inner {
    width: 268px;
    height: 430px;
    padding: 0 22px 33px 30px;
  }

  .interview-slide__name {
    bottom: 65px;
    right: 0;
    font-size: 2.8rem;
  }

  .interview-slide__txt {
    line-height: 1.4;
  }
}

@media(max-width:500px) {
  .top-interview__cont {
    display: flex;
    margin-top: 50px;
  }

  .top-interview__head {
    width: 175px;
    padding-left: 5vw;
  }

  .interview-slider__wrap {
    width: calc(100% - 175px);
    padding-bottom: 70px;
  }

  .top-interview__head-mess01-big {
    font-size: 3.6rem;
  }
}


@media(max-width:450px) {
  .interview-slider__wrap {
    padding-bottom: 50px;
  }

  .swiper-slide__inner {
    width: 201px;
    height: 322px;
    padding: 0 17px 33px 20px;
  }

  .interview-slide__ttl {
    left: 0;
    top: 104px;
    font-size: 1.2rem;
  }

  .interview-slide__ttl-num {
    font-size: 1.4rem;
  }

  .interview-slide__name {
    bottom: 65px;
    right: 0;
    font-size: 2.1rem;
  }

  .interview-slide__txt {
    font-size: 1.2rem;
  }


  .swiper-button-prev {
    left: unset;
    right: calc(7.5vw + 30px);
  }

  .swiper-button-next {
    left: unset;
    right: 7.5vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1.4rem;
  }
}

@media(max-width:390px) {
  .top-interview__head {
    width: 160px;
    padding-left: 4vw;
  }

  .interview-slider__wrap {
    width: calc(100% - 160px);
  }
}

@media(max-width:375px) {
  .top-interview__head {
    width: 150px;
    padding-left: 4vw;
  }

  .interview-slider__wrap {
    width: calc(100% - 150px);
  }
}

.top-other {
  position: relative;
  background-color: #18273e;
  padding-bottom: 24vw;
  margin-top: 0;
}

.top-other::before {
  content: '';
  position: absolute;
  left: 0;
  top: -20vw;
  width: 100%;
  height: fit-content;
  aspect-ratio: 3360 / 680;
  background: url(../img/top/bg_other_before.webp) no-repeat center / cover;
  padding: 0;
}

.top-other__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 25px;
  margin-top: 70px;
}

.top-other__item {
  position: relative;
  z-index: 2;
  height: 150px;
}

.top-other__item-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
}

.top-other__item:nth-of-type(1) {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../img/top/other_contents01.webp);
  background-size: cover;
}

.top-other__item:nth-of-type(2) {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../img/top/other_contents02.webp);
  background-size: cover;
}

.top-other__item:nth-of-type(3) {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../img/top/other_contents03.webp);
  background-size: cover;
}

.top-other__item:nth-of-type(4) {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
    url(../img/top/other_contents04.webp);
  background-size: cover;
}

.top-other__item-ttl {
  text-align: center;
  color: #000;
  line-height: 1.8;
  padding-bottom: 35px;
}

.top-other__item-ttl__en {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #11489d;
}

.top-other__item-ttl__jp {
  transform: translate(-50%, 0);
}

@media(max-width:1334px) {
  .top-other {
    margin-top: 0;
  }
}

@media(max-width:1334px) {
  .top-other__item {
    height: 130px;
  }
}

@media(max-width:1223px) {}

@media(max-width:834px) {
  .top-other {
    padding-bottom: 34vw;
    padding-top: 4vw;
    margin-top: 0;
  }

  .top-other::before {
    top: -20vw;
    aspect-ratio: 1500 / 300;
    background: url(../img/top/bg_other_sp_before.webp) no-repeat center / cover;
  }

  .top-other__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin-top: 40px;
  }

  .top-other__item {
    height: 100px;
  }

  .top-other__item-ttl__en {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media(max-width:500px) {
  .top-other {
    padding-top: 8vw;
    padding-top: 7vw;
    margin-top: -1vw;
  }

  .top-other__list {
    margin-top: 15px;
    row-gap: 15px;
    margin-top: 20px;
  }

  .top-other__item {
    height: 70px;
  }

  .top-other__item-ttl {
    line-height: 1;
    padding-bottom: 15px;
  }

  .top-other__item-ttl__en {
    font-size: 2rem;
    line-height: 1.2;
  }

  .top-other__item-ttl__jp {
    font-size: 1.3rem;
  }
}

@media(max-width:400px) {
  .top-other__item {
    height: 65px;
  }
}


.top-entry {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3360 / 1360;
  background: url(/recruit/img/common/bg_entry.webp) no-repeat center / cover;
  padding-top: 8vw;
  margin-top: -20.8vw;
}

.top-entry__link {
  display: block;
  margin: -120px auto 0;
}

.top-entry__ttl {
  position: relative;
  text-align: center;
  width: fit-content;
}

.top-entry__ttl::after {
  position: absolute;
  top: 0;
  right: -80px;
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 6rem;
}

.top-entry__ttl-en {
  font-size: 9rem;
  line-height: 0.9;
  letter-spacing: 0.1em;
}

@media(max-width:1334px) {
  .top-entry__link {
    margin: -100px auto 0;
  }

  .top-entry__ttl::after {
    right: -70px;
    font-size: 5rem;
  }

  .top-entry__ttl-en {
    font-size: 7.5rem;
  }
}

@media(max-width:1223px) {}
@media(max-width:1000px) {
  .top-entry__link {
    margin: -60px auto 0;
  }
}

@media(max-width:834px) {
  .top-entry {
    aspect-ratio: 1500 / 926;
    background: url(/recruit/img/common/bg_entry_sp.webp) no-repeat center / contain;
    padding: 0;
    margin-top: -25.5vw;
  }

  .top-entry__link {
    margin: 20px 0;
  }

  .top-entry__ttl::after {
    right: -50px;
    font-size: 3.5rem;
  }

  .top-entry__ttl-en {
    font-size: 5rem;
  }
}

@media(max-width:550px) {
  .top-entry__link {
    padding: 50px 0;
  }
}

@media(max-width:500px) {
  .top-entry {
    margin-top: -26.5vw;
  }
}

footer {
  color: #18273e;
  background-color: #fff;
  padding: 50px 0;
}

.footer-logo__link {
  display: block;
  width: fit-content;
}

.footer__logo {
  width: 280px;
}

.footer-add__cont {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 35px 0 50px;
}

.footer-add__list {
  display: flex;
  gap: 40px;
}

.footer-add__item {
  font-size: 1.2rem;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 5px;
  width: 300px;
}

.footer-nav__item {
  font-size: 1.5rem;
  height: fit-content;
}

.footer-nav__item:last-child {
  margin-left: auto; 
  margin-top: 20px;
}

.footer-txt {
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {
  .footer-nav__list {
    column-gap: 20px;
    row-gap: 5px;
    width: 280px;
  }

  .footer-nav__item {
    font-size: 1.4rem;
  }
}

@media(max-width:834px) {
  .footer-nav__list {
    display: none;
  }
}

@media(max-width:500px) {
  footer {
    padding: 0px 0 110px;
  }

  .footer-logo__link {
    margin: 0 auto;
  }

  .footer__logo {
    width: 200px;
  }

  .footer-add__cont {
    flex-direction: column;
    align-items: center;
    margin: 30px 0 40px;
  }

  .footer-add__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .footer-add__item-dt {
    text-align: center;
  }
}

/* 250331 add */
.float-banner {
  height: auto;
}