@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;
}

button {
  background-color: transparent;
  border-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.home-body img,
.under01-body img {
  display: block;
  object-fit: contain;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--jp);
  font-size: var(--f16);
  font-weight: 400;
  line-height: 1.42;
  color: var(--fcbk);
}

body.fixed {
  height: 100%;
  overflow-y: hidden;
}

body.fixed main {
  /* filter: blur(20px); */
}

main {
  position: relative;
  z-index: 2;
}

:root {
  --jp: "Noto Sans JP", sans-serif;
  --en: "Inter", sans-serif;
}

.jp {
  font-family: var(--jp);
}

.en {
  font-family: var(--en);
  font-weight: 400;
}

.italic {
  font-style: italic;
}

/* -------------------------
 * フォントサイズのroot
 * ------------------------- */
:root {
  --txt: 1.6rem;
  --txt18: 1.8rem;
  --f10: 1rem;
  --f10all: 1rem;
  --f12: 1.2rem;
  --f12all: 1.2rem;
  --f13: 1.3rem;
  --f13all: 1.3rem;
  --f14: 1.4rem;
  --f14all: 1.4rem;
  --f15: 1.5rem;
  --f15all: 1.5rem;
  --f16: 1.6rem;
  --f17: 1.7rem;
  --f18: 1.8rem;
  --f19: 1.9rem;
  --f20: 2rem;
  --f21: 2.1rem;
  --f22: 2.4rem;
  --f24: 2.4rem;
  --f26: 2.6rem;
  --f28: 2.8rem;
  --f30: 3rem;
  --f32: 3.2rem;
  --f34: 3.4rem;
  --f36: 3.6rem;
  --f38: 3.8rem;
  --f40: 4rem;
  --f42: 4.2rem;
  --f44: 4.4rem;
  --f46: 4.6rem;
  --f48: 4.8rem;
  --f50: 5rem;
  --f52: 5.2rem;
  --f54: 5.4rem;
  --f56: 5.6rem;
  --f58: 5.8rem;
  --f60: 6rem;
  --f62: 6.2rem;
  --f64: 6.4rem;
  --f70: 7rem;
  --f80: 8rem;
  --f90: 9rem;
  --f100: 10rem;
  --f120: 12rem;
}

@media(max-width:1667px) {
  :root {
    --txt: 1.6rem;
    --txt18: 1.7rem;
    --f10: 1rem;
    --f10all: 1rem;
    --f12: 1.2rem;
    --f12all: 1.2rem;
    --f13: 1.3rem;
    --f13all: 1.3rem;
    --f14: 1.4rem;
    --f14all: 1.4rem;
    --f15: 1.5rem;
    --f15all: 1.5rem;
    --f16: 1.6rem;
    --f17: 1.7rem;
    --f18: 1.8rem;
    --f19: 1.9rem;
    --f20: 1.85rem;
    --f21: 1.9rem;
    --f22: 2rem;
    --f24: 2.1rem;
    --f26: 2.25rem;
    --f28: 2.4rem;
    --f30: 2.6rem;
    --f32: 2.8rem;
    --f34: 2.8rem;
    --f36: 3rem;
    --f38: 3rem;
    --f40: 3.15rem;
    --f42: 3.2rem;
    --f44: 3.3rem;
    --f46: 3.4rem;
    --f48: 3.9rem;
    --f50: 4rem;
    --f52: 4.1rem;
    --f54: 4.2rem;
    --f56: 4.3rem;
    --f58: 4.4rem;
    --f60: 4.5rem;
    --f62: 4.5rem;
    --f64: 4.6rem;
    --f70: 5rem;
    --f80: 5.5rem;
    --f90: 6rem;
    --f100: 6.75rem;
    --f120: 8rem;
  }
}

@media(max-width:834px) {
  :root {
    --txt: 1.5rem;
    --txt18: 1.6rem;
    --f10: 0.9rem;
    --f10all: 1rem;
    --f12: 1.1rem;
    --f12all: 1.2rem;
    --f13: 1.2rem;
    --f13all: 1.3rem;
    --f14: 1.3rem;
    --f14all: 1.4rem;
    --f15: 1.4rem;
    --f15all: 1.5rem;
    --f16: 1.5rem;
    --f17: 1.6rem;
    --f18: 1.6rem;
    --f19: 1.6rem;
    --f20: 1.675rem;
    --f21: 1.7rem;
    --f22: 1.75rem;
    --f24: 1.8rem;
    --f26: 1.825rem;
    --f28: 1.85rem;
    --f30: 1.875rem;
    --f32: 1.9rem;
    --f34: 2.0rem;
    --f36: 2.0rem;
    --f38: 2.1rem;
    --f40: 2.15rem;
    --f42: 2.4rem;
    --f44: 2.4rem;
    --f46: 2.4rem;
    --f48: 2.4rem;
    --f50: 2.4rem;
    --f52: 2.5rem;
    --f54: 2.6rem;
    --f56: 2.7rem;
    --f58: 2.8rem;
    --f60: 3.0rem;
    --f62: 3.1rem;
    --f64: 3.2rem;
    --f70: 3.6rem;
    --f80: 4.2rem;
    --f90: 4.6rem;
    --f100: 5rem;
    --f120: 6rem;
  }
}

.txt {
  font-size: var(--txt);
  font-weight: 400;
  line-height: 1.875;
}

.txt18 {
  font-size: var(--f18);
  font-weight: 400;
  line-height: 1.77;
}

.f120 {
  font-size: var(--f120);
}

.f100 {
  font-size: var(--f100);
}

.f90 {
  font-size: var(--f90);
}

.f80 {
  font-size: var(--f80);
}

.f70 {
  font-size: var(--f70);
}

.f64 {
  font-size: var(--f64);
}

.f62 {
  font-size: var(--f62);
}

.f60 {
  font-size: var(--f60);
}

.f56 {
  font-size: var(--f56);
}

.f54 {
  font-size: var(--f54);
}

.f52 {
  font-size: var(--f52);
}

.f50 {
  font-size: var(--f50);
}

.f48 {
  font-size: var(--f48);
}

.f42 {
  font-size: var(--f42);
}

.f40 {
  font-size: var(--f40);
}

.f36 {
  font-size: var(--f36);
}

.f34 {
  font-size: var(--f34);
}

.f32 {
  font-size: var(--f32);
}

.f30 {
  font-size: var(--f30);
}

.f28 {
  font-size: var(--f28);
}

.f26 {
  font-size: var(--f26);
}

.f24 {
  font-size: var(--f24);
}

.f22 {
  font-size: var(--f22);
}

.f21 {
  font-size: var(--f21);
}

.f20 {
  font-size: var(--f20);
}

.f18 {
  font-size: var(--f18);
}

.f17 {
  font-size: var(--f17);
}

.f16 {
  font-size: var(--f16);
}

.f15 {
  font-size: var(--f15);
}

.f15all {
  font-size: var(--f15all);
}

.f14 {
  font-size: var(--f14);
}

.f14all {
  font-size: var(--f14all);
}

.f13 {
  font-size: var(--f13);
}

.f13all {
  font-size: var(--f13all);
}

.f12 {
  font-size: var(--f12);
}

.f12all {
  font-size: var(--f12all);
}

.f10 {
  font-size: var(--f10);
}

.f10all {
  font-size: var(--f10all);
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.dl {
  font-weight: 300;
}

.l {
  font-weight: 200;
}

.t {
  font-weight: 100;
}

:root {
  --fcw: #fff;
  --fcbk: #092c47;
  --fcbl: #005ba3;
  --fclbl: #6ca6d5;
  --fcgy: #9da0a3;
}

.fcw {
  color: var(--fcw);
}

.fcgy {
  color: var(--fcgy);
}

.fcbk {
  color: var(--fcbk);
}

.fcbl {
  color: var(--fcbl);
}

.fclbl {
  color: var(--fclbl);
}

.fcor {
  color: var(--fcor);
}

.fc-grad {
  width: fit-content;
  background: linear-gradient(360deg, #519d9a 0%, #9bc797 70%, #9bc797 100%);
  background-size: 100% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.op1 {
  opacity: 1;
}

.op03 {
  opacity: .3;
}

.lh20 {
  line-height: 2;
}

.lh17 {
  line-height: 1.7
}

.lh15 {
  line-height: 1.5
}

.lh12 {
  line-height: 1.2
}

.lh10 {
  line-height: 1;
}

.tac {
  text-align: center;
}

.tac_s {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

@media(max-width:600px) {
  .tac_s {
    text-align: start;
  }
}

.bgfcw {
  background: #fff;
}

.bggy {
  background: #f6f6f6;
}

.bglgn {
  background: #f3faf0;
}

.pad {
  padding: 150px 0;
}

.padtop {
  padding-top: 150px;
}

.padbtm {
  padding-bottom: 150px;
}

@media(max-width:1667px) {
  .pad {
    padding: 9vw 0;
  }

  .padtop {
    padding-top: 9vw;
  }

  .padbtm {
    padding-bottom: 9vw;
  }
}

@media(max-width:834px) {
  .pad {
    padding: 60px 0;
  }

  .padtop {
    padding-top: 60px;
  }

  .padbtm {
    padding-bottom: 60px;
  }
}


@media(max-width:500px) {
  .pad {
    padding: 50px 0;
  }

  .padtop {
    padding-top: 50px;
  }

  .padbtm {
    padding-bottom: 50px;
  }
}

.s_pad {
  padding: 100px 0;
}

.s_padtop {
  padding-top: 100px;
}

.s_padbtm {
  padding-bottom: 100px;
}

@media(max-width:1667px) {
  .s_pad {
    padding: 6vw 0;
  }

  .s_padtop {
    padding-top: 6vw;
  }

  .s_padbtm {
    padding-bottom: 6vw;
  }
}

@media(max-width:834px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


@media(max-width:500px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


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

.sec-ttl__area.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-ttl__area.end {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.sec-ttl__mark {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sec-ttl__mark.small {
  gap: 4px;
}

.sec-ttl__mark01,
.sec-ttl__mark02,
.sec-ttl__mark03 {
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
}

.sec-ttl__mark.small .sec-ttl__mark01,
.sec-ttl__mark.small .sec-ttl__mark02,
.sec-ttl__mark.small .sec-ttl__mark03 {
  width: 4px;
  height: 4px;
  border-radius: ;
}

.sec-ttl__mark01 {
  background-color: #df6408;
}

.sec-ttl__mark02 {
  background-color: #3e83cb;
}

.sec-ttl__mark03 {
  background-color: #91bf2c;
}


.sec-ttl__wrap {
  display: flex;
  flex-direction: column;
}

.sec-ttl__area.center .sec-ttl__wrap {
  align-items: center;
}

.sec-ttl__en {
  font-size: var(--f80);
  color: var(--fcbk);
  font-family: var(--en);
  font-weight: 500;
}

.fcw .sec-ttl__en {
  color: var(--fcw);
}

.sec-ttl__jp {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--f16);
  color: var(--fcbl);
  font-weight: 400;
}

.fcw .sec-ttl__jp {
  color: #e5f4ff;
}

.sec-ttl__icon {
  width: 26px;
}

.sec-ttl__icon .cls-1 {
  fill: #005da7;
}

.fcw .sec-ttl__icon .cls-1 {
  fill: #e5f4ff;
}

/* inner1560 */
@media(max-width:1667px) {
  .sec-ttl__en {
    font-size: 7rem;
  }

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

@media(max-width:834px) {
  .sec-ttl__en {
    font-size: 5rem;
  }

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

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

.sec-mess {
  font-size: var(--f32);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 30px;
}

@media(max-width:834px) {
  .sec-mess {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

@media(max-width:370px) {
  .sec-mess {
    font-size: 2.1rem;
  }
}


/* .btn-link aタグ */

/* ボタン */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 269px;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  overflow: hidden;

  /* background: linear-gradient(90deg, #6b9cde, #6b9cdecc, #6bcfe1); */
  background: linear-gradient(90deg, #76c7fe, #76c7fe, #015ea8);
  background-position: 100% 50%;
  background-size: 230% 300%;
  transition: background-position 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover {
  background-position: 0 50%;
  opacity: 1;
}

.btn.center {
  margin: 0 auto;
}

.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  display: block;
  width: 8.15px;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background: var(--fcw);
  transition: scale .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover:after {
  scale: 0;
  transition-delay: 0s;
}

.btn__arrow {
  font-size: 2.1rem;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1), translate .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  translate: -10px 0;
}

.btn:hover .btn__arrow {
  opacity: 1;
  transition-delay: .3s;
  translate: 0 0;
}


.btn-txt__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;

  line-height: 1.3;
  height: 19.5px;
  overflow: hidden;
  position: relative;
}

.btn-txt {
  transform: translate(0, 0%);
}

.btn:hover .btn-txt {
  transform: translate(0, -100%);
  transition: all .6s;
}

/* セクション頭のみ */
.sec-ttl__link {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-left: 0.5em;
}

.bggy .sec-ttl__link {
  background: #f6f6f6;
}

@media(max-width:600px) {
  .sec-ttl__link {
    padding-left: 0;
  }
}


/* テキスト＋矢印 */
.btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-arrow {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 20px;
  height: 20px;
  line-height: 20px;

  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #25a71d;

  border-radius: 15px;
}

.btn-arrow::before,
.btn-arrow::after {
  content: '\f1df';
  font-family: "Material Symbols Outlined";
  width: 100%;
  height: 100%;
}

.btn-arrow::before {
  position: absolute;
  transform: translate(-100%, 0%);
  opacity: 0;
}

.btn-arrow::after {
  position: absolute;
  transform: translate(0, 0);
  opacity: 1;
}

.btn-link:hover .btn-arrow::before {
  transform: translate(0, 0);
  opacity: 1;
  transition: all .3s ease-in-out;
}

.btn-link:hover .btn-arrow::after {
  transform: translate(100%, 0);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.btn-txt {
  transition: all .4s ease-in-out;
}

.btn-link:hover .btn-txt {
  opacity: .7;
}

/* テキスト＋矢印 */
.btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-arrow {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 20px;
  height: 20px;
  line-height: 20px;

  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #0d5caf;

  border-radius: 15px;
}

.btn-arrow::before,
.btn-arrow::after {
  content: '\e315';
  font-family: "Material Symbols Outlined";
  width: 100%;
  height: 100%;
}

.btn-arrow::before {
  position: absolute;
  transform: translate(-100%, 0%);
  opacity: 0;
}

.btn-arrow::after {
  position: absolute;
  transform: translate(0, 0);
  opacity: 1;
}

.btn-link:hover .btn-arrow::before {
  transform: translate(0, 0);
  opacity: 1;
  transition: all .3s ease-in-out;
}

.btn-link:hover .btn-arrow::after {
  transform: translate(100%, 0);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.btn-txt {
  transition: all .4s ease-in-out;
}

.btn-link:hover .btn-txt {
  opacity: .7;
}



.h-line {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.h-line:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

.h-line::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  /* background: inherit; */
  background: #0d5cafaa;
  /* opacity: .8; */
}

/* .fcw .h-line::before {
  background: #ffffffaa;
} */

.h-line:hover::before {
  width: 100%;
  animation: line-dash .6s ease-in-out;
}

@keyframes line-dash {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.icon-link {
  position: relative;
  padding-right: 20px;
}

.icon-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-link.webp) no-repeat center / contain;
}


.h-op {
  transition: all .3s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .3s ease-in-out;
}

.h-txt {
  display: inline;
  background-image: linear-gradient(90deg, #0d5caf 0 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  /* 初期状態：線なし */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-size .6s ease;
  padding-bottom: 0px;
}

.h-txt__link:hover .h-txt {
  color: #0d5caf;
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
  /* transition: all .6s ease-in-out; */
}

.home-recruit__item-link.h-txt__link:hover .h-txt {
  color: #fff;
}

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


.h-sc__wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.h-sc__img {
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.h-sc:hover .h-sc__img {
  transform: scale(1.03);
}

/* img 以外にも要素がある時の */
.h-sc__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.h-op {
  transition: all .4s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

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

.inner1100 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.inner1300 {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.inner1500 {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.inner1570 {
  max-width: 1570px;
  width: 96%;
  margin: 0 auto;
}

.box {
  position: relative;
  width: 95%;
  border-radius: 20px;
  margin: 20px auto;
}

/* .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.box-inner {
  max-width: 1500px;
  width: 90vw;
  margin: 0 auto;
}

@media(max-width:834px) {
  .box {
    border-radius: 8px;
    margin: 20px auto;
  }
}

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

.min1201 {
  display: block;
}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .min1201 {
    display: none;
  }

  .max1200 {
    display: block;
  }
}

.min1101 {
  display: block;
}

.max1100 {
  display: none;
}

@media(max-width:1100px) {
  .min1101 {
    display: none;
  }

  .max1100 {
    display: block;
  }
}

.max834 {
  display: none;
}

.min835 {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.min601 {
  display: block;
}

.max600 {
  display: none;
}

@media(max-width:600px) {
  .min601 {
    display: none;
  }

  .max600 {
    display: block;
  }
}

.max550 {
  display: none;
}

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

.min501 {
  display: block;
}

.max500 {
  display: none;
}

@media(max-width:500px) {

  .min501 {
    display: none;
  }

  .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;
  }
}

.max359 {
  display: none;
}

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

.loadin01 {
  opacity: 0;
}

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

.loadin02 {
  clip-path: inset(0 100% 0 0);
}

.loadin02.show {
  clip-path: inset(0);
  transition: clip-path .3s .8s ease-out;
}

.loadin03 {
  opacity: 0;
}

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

.loadin04 {
  opacity: 0;
  /* transform: translate(0, 100%); */
}

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

.loadin05 {
  clip-path: polygon(0 0, -9rem 0, 0 100%, 0% 100%);
}

.loadin05.show {
  clip-path: polygon(0 0, 100% 0, calc(100% + 9rem) 100%, 0% 100%);
  transition: clip-path 1.2s 4s ease-out;
}

.fadein {
  opacity: 0;
  filter: blur(10px);
  translate: 0 15px;
}

.fadein.show {
  opacity: 1;
  filter: blur();
  translate: 0;
  transition: opacity .5s, translate .5s, filter .5s;
}

.fadein_txt {
  clip-path: inset(0 100% 0 0);
}

.fadein_txt.show {
  clip-path: inset(0);
  transition: all 1.2s ease-out;
}

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

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

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

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .2s;
}

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

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

.fadein04 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein04.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .4s;
}

.fadein05 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein05.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .5s;
}


.header {}

.header-l {
  position: fixed;
  z-index: 100;
  top: 30px;
  left: 60px;
  display: flex;
  align-items: center;
  transition: all .4s ease-in-out;
}

.header.hidden .header-l {
  opacity: 0;
  visibility: hidden;
}

.header-logo__link {}

.header-logo__wrap {
  line-height: 1;
  width: 154px;
}

/* inner 1500 */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

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

@media(max-width:834px) {
  .header-l {
    top: 30px;
    left: 5%;
  }

  .header-logo__wrap {
    width: 120px;
  }
}

@media(max-width:600px) {
  .header-l {
    top: 15px;
    left: 5%;
  }

  .header-logo__wrap {
    width: 100px;
  }
}

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

.home-fv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100dvh;

  overflow: hidden;
}

img.home-fv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
}

/* 上から徐々に現れるマスクアニメーション */
.home-fv__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150dvh;
  /* background: linear-gradient(to bottom, 
    #ffffff 0%, 
    #ffffff 40%, 
    rgba(255, 255, 255, 0.8) 60%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0) 100%
  ); */
  /* background: linear-gradient(to top, 
    transparent 0%, 
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  ); */

  /* background: linear-gradient(to top,

      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 20%,

      rgba(255, 255, 255, 0.65) 33%,
      rgba(255, 255, 255, 0.35) 50%,

      rgba(255, 255, 255, 0.15) 62%,

      rgba(255, 255, 255, 0) 100%); */

  background: linear-gradient(to top,

      /* 下部…しっかり白で覆う（ここ増やす） */
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 38%,

      /* 中間…ゆっくり薄くなる */
      rgba(255, 255, 255, 0.8) 52%,
      rgba(255, 255, 255, 0.5) 68%,

      /* ほんのり残す */
      rgba(255, 255, 255, 0.25) 82%,

      /* 上部…完全透明 */
      rgba(255, 255, 255, 0) 100%);
  transform-origin: bottom;
  transform: translateY(0);
  z-index: 2;
}

/* 各スライドがアクティブになったときのアニメーション */
.home-fv.show .home-fv__mask {
  animation: revealFromTop 2.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.home-fv.show img.home-fv__img {
  animation: fadeInImage 1.8s ease-out 0.4s forwards;
}

@keyframes revealFromTop {
  0% {
    /* transform: scaleY(1); */
    transform: translateY(0);
  }

  100% {
    /* transform: scaleY(0); */
    transform: translateY(100%);
  }
}

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

  100% {
    opacity: 1;
  }
}

.home-fv__cont {
  position: absolute;
  max-width: 640px;
  width: 90%;
  bottom: 11%;
  left: 5%;
}

.home-fv__txt {
  margin-top: 35px;
}

.home-fv__news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--fcbk);
  border-radius: 5px 0 0 0;
  padding: 25px 25px 25px 30px;
}

.home-fv__news-date {
  opacity: .5;
}

.home-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center bottom;
}

/* inner 1500 90% */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}


@media(max-width:834px) {
  .home-fv__cont {
    position: absolute;
    max-width: 500px;
    width: 84%;
    bottom: 14%;
    left: 8%;
  }

  .home-fv__txt {
    margin-top: 25px;
  }

  .home-fv__news {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #092c4790;
    border-radius: 5px 5px 0 0;
    padding: 20px 25px 20px 30px;
  }
}

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

@media(max-width:380px) {
  .home-fv__txt {
    font-size: 1.2rem;
  }
}

.home-about {
  background: url(../img/home/about_bg.webp) no-repeat left center / cover;
  padding-bottom: 130px;
  margin-bottom: -50px;
}

.home-about__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.home-about__r {
  width: 50%;
  display: flex;
  justify-content: end;
}

.home-about__l {
  width: 50%;
}

.home-about__slider-area {
  margin-top: 90px;
}

.home-about__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.home-about__slide-img {
  border-radius: 10px;
}

/* inner 1500 90% */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

@media(max-width:1100px) {
  .home-about__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .home-about__r {
    width: 100%;
    display: flex;
    justify-content: start;
  }

  .home-about__l {
    width: 100%;
  }
}

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

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

@media(max-width:600px) {
  .home-about__slider-area {
    margin-top: 50px;
  }

}

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


.home-business {
  position: relative;
  z-index: 10;
  border-radius: 50px;
  background: url(../img/home/business_bg.webp) no-repeat center / cover;
}

.home-business__inner {
  display: flex;
  align-items: center;
}

.home-business__l {
  width: 50%;
  padding-right: 5%;
}

.home-business__r {
  width: 50%;
  padding: 0 3%;
}

.home-business__mess {
  margin-top: 30px;
}

/* inner 1500 */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

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

@media(max-width:1100px) {

  .home-business__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .home-business__l {
    width: 100%;
    padding-right: 0%;
  }

  .home-business__r {
    width: 100%;
    max-width: 550px;
    padding: 0 0%;
  }

  .home-business__mess {
    margin-top: 20px;
  }

}

@media(max-width:834px) {
  .home-business {
    border-radius: 20px;
  }

  .home-business__inner {
    gap: 40px;
  }
}

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

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

.home-product__top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.home-product__txt {
  width: 48%;
  padding-left: 6%;
}

.home-product__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 70px;
}

.home-product__item {
  display: flex;
  align-items: center;
}

.home-product__item-img {
  width: 52%;
  border-radius: 20px;
}

.home-product__item-cont {
  width: 48%;
  padding-left: 6%;
}

.home-product__item-ttl02 {
  display: inline-block;
  margin-top: 5px;
}

.home-product__item-lead {
  margin-top: 12px;
}

.home-product__item-lead span {
  display: inline-block;
  border: 1px solid var(--fcgy);
  padding: 3px 10px 4px;
  margin-right: 15px;
}

.home-product__item-txt {
  margin-top: 25px;
  margin-bottom: 35px;
}


/* inner 1500 */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

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

@media(max-width:1100px) {

  .home-product__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 50px;
  }

  .home-product__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .home-product__item-img {
    width: 100%;
    border-radius: 20px;
  }

  .home-product__item-cont {
    width: 100%;
    padding-left: 0%;
  }
}

@media(max-width:834px) {
  .home-product__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 15px;
  }

  .home-product__txt {
    width: 100%;
    padding-left: 0%;
  }

  .home-product__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }

  .home-product__item-ttl02 {
    font-size: 2.7rem;
  }

}

@media(max-width:500px) {
  .home-product__item {
    gap: 20px;
  }

  .home-product__item-lead span {
    display: inline-block;
    margin-bottom: 7px;
  }

  .home-product__item-txt {
    margin-bottom: 25px;
  }

  .home-product__item:nth-of-type(2) .home-product__item-txt {
    margin-top: 15px;
  }

  .home-product__item-btn {
    margin: 0 auto;
  }
}

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

.home-project {
  max-width: 1570px;
  width: 100%;
  border-radius: 20px;
  background: url(../img/home/project_bg.webp) no-repeat center / cover;
  margin: 0 auto;
}

.home-project__top {
  display: flex;
  align-items: center;
}

.home-project__top-l {
  width: 50%;
  padding-right: 10%;
}

.home-project__top-r {
  width: 50%;
  padding: 0 2%;
}

.home-project__mess {
  margin-top: 20px;
  margin-bottom: 15px;
}

.home-project__bottom {
  display: flex;
  background: #dbeaf6dd;

  box-shadow:
    inset 0 0 32px rgba(255, 255, 255, 0.5);

  border-radius: 10px;
  padding: 50px 5%;
  margin-top: 70px;
}

.home-project__bottom-l {
  width: 50%;
}

.home-project__bottom-txt {
  width: 50%;
  padding-left: 2%;
}

.home-project__bottom-lead {
  line-height: 1.7;
  width: fit-content;
  border-bottom: 1px solid var(--fclbl);
}

.home-project__bottom-mess {
  margin-top: 15px;
  margin-bottom: 20px;
}

.home-project__bottom-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.home-project__bottom-cate span {
  display: inline-block;
  background: #e4ecf1;
  border-radius: 30px;
  padding: 3px 12px;
}

/* inner 1500 */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

@media(max-width:1100px) {

  .home-project__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .home-project__top-l {
    width: 100%;
    padding-right: 0%;
  }

  .home-project__top-r {
    width: 100%;
    max-width: 500px;
    padding: 0 0%;
  }

  .home-project__bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 5%;
    margin-top: 50px;
  }

  .home-project__bottom-l {
    width: 100%;
  }

  .home-project__bottom-txt {
    width: 100%;
    padding-left: 0%;
  }
}

@media(max-width:834px) {
  .home-project__bottom-mess {
    font-size: 2.1rem;
  }


  .home-project__bottom-cate span {
    font-size: 1.4rem;
  }
}

@media(max-width:600px) {

  .home-project__mess {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .home-project__bottom {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 35px 5%;
    margin-top: 45px;
  }

  .home-project__bottom-lead {
    width: fit-content;
    margin: 0 auto;
  }

  .home-project__bottom-mess {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home-project__bottom-cate {
    justify-content: center;
  }
}

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


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

.home-message__l {
  width: 50%;
}

.home-message__r {
  width: 50%;
}

.home-message__img {
  width: 80%;
  border-radius: 20px;
  margin-top: 70px;
}

.home-message__mess {
  margin-bottom: 50px;
}

.home-message__name {
  text-align: end;
  margin-top: 50px;
}

/* inner 1500 */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

@media(max-width:1100px) {

  .home-message__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .home-message__l {
    width: 100%;
  }

  .home-message__r {
    width: 100%;
  }

  .home-message__img-sp__wrap {
    width: 100%;
    aspect-ratio: 100 / 50;
    border-radius: 20px;
    overflow: hidden;
  }

  img.home-message__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 50px;
  }

  .home-message__mess {
    margin-bottom: 40px;
  }

  .home-message__name {
    margin-top: 40px;
  }

}

@media(max-width:834px) {
  .home-message__mess {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }

  .home-message__name {
    margin-top: 30px;
  }
}

@media(max-width:600px) {
  img.home-message__img {
    margin-top: 40px;
  }
}

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



.home-company {
  position: relative;
  z-index: 9;
  background: #eff2fa;
  padding-bottom: 200px;
  margin-bottom: -50px;
}

.home-company__top {
  display: flex;
}

.home-company__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7%;
  align-items: start;
  margin-top: 40px;
}

.home-company__bottom-dl {
  display: flex;
  flex-wrap: wrap;
}

.home-company__bottom-dl dt,
.home-company__bottom-dl dd {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.home-company__bottom-dl dt {
  width: 120px;
}

.home-company__bottom-dl dd {
  width: calc(100% - 120px);
}

/* inner 1500 */
@media(max-width:1667px) {
  .home-company {
    padding-bottom: calc(9vw + 50px);
    margin-bottom: -50px;
  }
}

@media(max-width:1100px) {
  .home-company__bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    align-items: start;
    margin-top: 40px;
  }
}

@media(max-width:834px) {
  .home-company {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }

  .home-company__bottom {
    margin-top: 20px;
  }
}

@media(max-width:500px) {
  .home-company__bottom-dl dt {
    width: 100px;
  }

  .home-company__bottom-dl dd {
    width: calc(100% - 100px);
  }
}

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

.footer {
  position: relative;
  z-index: 10;
  background: var(--fcbk);
  border-radius: 50px 50px 0 0;
  padding: 8rem 0 50px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer-l {}

.footer-logo {
  display: block;
  width: 184px;
}

.footer-r {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-ttl {
  display: flex;
  flex-direction: column;
}

.footer-ttl__en {
  font-size: var(--f64);
}

.footer-link__area {
  display: flex;
  gap: 10px;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 260px;
  height: 66px;
  line-height: 66px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ffffff90;
}

.footer-link span {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #ffffff90;
  padding-top: 30px;
  margin-top: 60px;
}

.footer-copy {
  text-align: end;
  opacity: .3;
}


/* inner 1500 */
@media(max-width:1667px) {
  .footer-ttl__en {
    font-size: 5.4rem;
  }
}

@media(max-width:1100px) {
  .footer {
    border-radius: 50px 50px 0 0;
    padding: 7rem 0 50px;
  }

  .footer-top {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: end;
    gap: 70px;
  }

  .footer-l {
    width: 100%;
    display: flex;
    justify-content: start;
  }

  .footer-bottom {
    padding-top: 30px;
    margin-top: 40px;
  }
}

@media(max-width:834px) {

  .footer-top {
    align-items: center;
    gap: 70px;
  }

  .footer-l {
    justify-content: center;
  }

  .footer-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    width: 170px;
  }

  .footer-ttl__en {
    font-size: 4.6rem;
  }

  .footer-link {
    gap: 10px;
    width: 240px;
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
  }

  .footer-copy {
    text-align: center;
  }
}

@media(max-width:600px) {
  .footer {
    border-radius: 20px 20px 0 0;
    padding: 3rem 0 40px;
  }

  .footer-top {
    gap: 50px;
  }

  .footer-r {
    width: 100%;
  }

  .footer-logo {
    width: 160px;
  }

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

  .footer-bottom {
    padding-top: 30px;
    margin-top: 25px;
  }
}

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

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



/* inner 1500 */
@media(max-width:1667px) {}

/* inner 1300 90% */
@media(max-width:1445px) {}

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

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

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

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

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