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

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

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

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.84;
  color: #28323b;
  background-color: #fff;
}

body.fixed {
  overflow-y: hidden;
}

main {
  position: relative;
}

.jp {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Baskervville", serif;
}

.en2 {
  font-family: "Inter", serif;
}

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

.f48 {
  font-size: 4.8rem;
}

.f42 {
  font-size: 4.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 2.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

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

.f15all {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.txt {
  font-size: 1.6rem;
  line-height: 2;
}

.f13 {
  font-size: 1.3rem;
}

.f13all {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

.f10all {
  font-size: 1rem;
}

@media(max-width:1556px) {
  .f120 {
    font-size: 8rem;
  }

  .f80 {
    font-size: 5.5rem;
  }

  .f70 {
    font-size: 5rem;
  }

  .f62 {
    font-size: 4.5rem;
  }

  .f60 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.2rem;
  }

  .f52 {
    /* font-size: 4.1rem; */
    font-size: 3.6rem;
  }

  .f50 {
    font-size: 4rem;
  }

  .f48 {
    font-size: 3.9rem;
  }

  .f42 {
    /* font-size: 3.6rem; */
    font-size: 3.2rem;
  }

  .f36 {
    font-size: 3rem;
  }

  .f32 {
    font-size: 2.8rem;
  }

  .f30 {
    font-size: 2.6rem;
  }

  .f28 {
    font-size: 2.4rem;
  }

  .f26 {
    font-size: 2.25rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .f20 {
    font-size: 1.85rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .f17 {
    font-size: 1.6rem;
  }

  .f16 {
    font-size: 1.5rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }

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

@media(max-width:834px) {

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3rem;
  }

  .f60 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f52 {
    font-size: 2.5rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f48 {
    font-size: 2.35rem;
  }

  .f42 {
    font-size: 2.2rem;
  }

  .f36 {
    font-size: 2rem;
  }

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

  .f21 {
    font-size: 1.7rem;
  }

  .f20 {
    font-size: 1.675rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.5rem;
  }

  .f16 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.3rem;
  }

  .f14 {
    font-size: 1.2rem;
  }

  .txt {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.1rem;
  }

  .f12 {
    font-size: 1.05rem;
  }

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

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.l {
  font-weight: 300;
}

.el {
  font-weight: 200;
}

.fcw {
  color: #fff;
}

.fcb {
  color: #28323b;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.pad {
  padding: 130px 0 130px;
}

.pad-t {
  padding-top: 130px;
}

.pad-b {
  padding-bottom: 130px;
}

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

  .pad-t {
    padding-top: 8vw;
  }

  .pad-b {
    padding-bottom: 8vw;
  }
}

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

  .pad-t {
    padding-top: 60px;
  }

  .pad-b {
    padding-bottom: 60px;
  }
}

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

  .pad-t {
    padding-top: 45px;
  }

  .pad-b {
    padding-bottom: 45px;
  }
}

.sec {
  position: relative;
}

.sec-ttl {
  font-size: 8rem;
  line-height: 1.3;
  font-weight: 400;
}

@media(max-width: 1556px) {
  .sec-ttl {
    font-size: 7rem;
  }
}

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

@media(max-width: 500px) {
  .sec-ttl {
    font-size: 4.5rem;
  }
}

.sec-mess {
  line-height: 1.5;
  font-weight: 400;
}

@media(max-width:1556px) {

}

@media(max-width:834px) {

}

.btn,
.btn-w {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 204px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #979ea4;
}

.btn-w {
  border: 1px solid #f7f4ed;
}


.btn:hover,
.btn-w:hover {
  color: #f7f4ed;
  background-color: #28323b;
  transition: all 0s linear;
}

.btn-txt__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  font-weight: 300;
  height: 19.5px;
  overflow: hidden;
  position: relative;
}

.btn-txt {
  transform: translate(0, -100%);
  transition: all .3s .1s ease-in-out;
}

.btn:hover .btn-txt,
.btn-w:hover .btn-txt {
  transform: translate(0, 0%);
  transition: all .3s .1s ease-in-out;
}

.btn-arrow__wrap {
  width: 12px;
  height: 10px;
  display: flex;
  overflow: hidden;
}

.btn-arrow {
  width: 12px;
  transition: all .4s .1s ease-in-out;
}

.btn-arrow01 {
  opacity: 0;
  transform: translate(-200%, 0) scaleY(0);
}

.btn-arrow02 {
  opacity: 1;
  transform: translate(-100%, 0) scaleY(1);
}

.btn:hover .btn-arrow {
  transition: all .4s .1s ease-in-out;
}

.btn:hover .btn-arrow01 {
  opacity: 1;
  transform: translate(0, 0) scaleY(1);
}

.btn:hover .btn-arrow02 {
  opacity: 0;
  transform: translate(200%, 0) scaleY(0);
}

@media(max-width:834px) {

  .btn,
  .btn-w {
    font-size: 1.5rem;
    width: 190px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
}

@media(max-width:500px) {

  .btn,
  .btn-w {
    font-size: 1.4rem;
    width: 170px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
  }
}

@media(max-width:359px) {

  .btn,
  .btn-w {
    font-size: 1.4rem;
    width: 150px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px 0 20px;
  }
}


.h-line {
  background-image: linear-gradient(90deg, #28323b, #28323b);
  /* 線の色 */
  background-position: left bottom;
  /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 4px;
  /* 下線を下にズラす */
  transition: background-size .6s;
  /* 変形をアニメーション化 */
}

.h-line__link:hover .h-line {
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
  transition: all .6s ease-in-out;
}

.view__link {
  line-height: 1;
  border-bottom: 1px solid #28323b;
}

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


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




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

.inner-w {
  max-width: 1400px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

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

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .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;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }
}

.min701 {
  display: block;
}

.min701max359 {
  display: block;
}

.max700 {
  display: none;
}

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

  .min701max359 {
    display: none;
  }

  .max700 {
    display: block;
  }
}

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

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

.max359 {
  display: none;
}

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

  .min701max359 {
    display: block;
  }
}

.loadin01 {
  opacity: 0;
  transform: scale(1.1);
}

.loadin01.show {
  opacity: 1;
  transform: scale(1);
  transition: all 1.4s 0s ease-in-out;
}

.loadin02 {
  opacity: 0;
}

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

.loadin03 {
  opacity: 0;
  transition: all .4s 0s ease-in-out;
}

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

/* .header-nav__list {
  opacity: 0;
}

.header-nav__list.show {
  opacity: 1;
  transition: all 1.4s 1.2s ease-in-out;
} */

.fadein {
  opacity: 0;
}

.fadein.show {
  opacity: 1;
  transition: all .9s;
}

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

.header-l {
  position: fixed;
  z-index: 300;
  top: 30px;
  left: 55px;
  display: block;
  width: fit-content;
}

.header-logo {
  width: 240px;
}

.header-nav__list {
  position: fixed;
  z-index: 200;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #28323b;
  display: flex;
  align-items: center;
  /* height: 70px; */
  gap: 5px 30px;
}

.h-roll__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.h-roll {
  line-height: 1;
  overflow: hidden;
  transition: all .15s;
}

.h-roll__link .h-roll01 {
  opacity: 1;
  transform: translate(0, 0%) scaleY(1);
}

.h-roll__link .h-roll02 {
  position: absolute;
  opacity: 0;
  transform: translate(0, -100%) scaleY(0);
}

.h-roll__link:hover .h-roll {
  transition: all .3s;
}

.h-roll__link:hover .h-roll01 {
  opacity: 0;
  transform: translate(0, 100%) scaleY(0);
}

.h-roll__link:hover .h-roll02 {
  opacity: 1;
  transform: translate(0, 0) scaleY(1);
}

.header-nav__recruit-link {
  position: fixed;
  z-index: 200;
  top: 25px;
  right: 50px;
}

.menu-nav__recruit-link {
  position: relative;
}

.header-nav__recruit-link,
.menu-nav__recruit-link {
  gap: 10px;
  width: 118px;
  height: 36px;
  line-height: 33px;
  border-radius: 18px;
  border: 1px solid #28323b;
  padding: 0 13px 0 25px;
}

.header-nav__recruit-link .btn-arrow__wrap,
.menu-nav__recruit-link .btn-arrow__wrap {
  width: 16px;
  height: 16px;
}

.header-btn {
  display: none;
  position: fixed;
  z-index: 700;
  top: 20px;
  right: 25px;
  background: transparent;
  border: none;
}

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

.header-btn__ham {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.header-btn__ham span {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 100%;
  height: 1px;
  background-color: #28323b;
  transition: all .4s ease;
}

.header-btn:hover .header-btn__ham span {
  animation: btn-line .3s;
}

.header-btn:hover .header-btn__ham span:nth-of-type(2) {
  animation: btn-line .3s .1s;
}

@keyframes btn-line {
  0% {
    transform: translate(0);
  }

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

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


.header-btn.active .header-btn__ham span {
  background-color: #fff;
}

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

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

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

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

/* inner 1400 */
@media(max-width:1556px) {}

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

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

@media(max-width:834px) {

  .header-nav__item {
    display: none;
  }

  .header-logo {
    width: 180px;
  }
}

@media(max-width:500px) {
  .header-l {
    top: 25px;
    left: 15px;
  }

  .header-logo-w {
    width: 100px;
  }
}

.menu {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #f7f4ed;
  background: url(../img/common/bg-menu.webp) no-repeat center / cover;
  display: none;
}

.menu.active {
  display: flex;
}

.menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 5%;
}

.menu-nav {
  width: 100%;
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.menu-nav__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.menu-nav__recruit-link {
  border: 1px solid #ffffff60;
  margin-top: 40px;
}


/* inner 1400 */
@media(max-width:1556px) {}

/* inner 1200 */
@media(max-width:1359px) {
  .header-l {
    top: 30px;
    left: 35px;
  }

  .header-nav__list {
    z-index: 200;
    top: 35px;
    left: 56%;
    transform: translate(-50%, 0);
    gap: 5px 25px;
  }

  .header-nav__recruit-link {
    top: 25px;
    right: 30px;
  }
}

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

@media(max-width:1024px) {
  .header-l {
    top: 25px;
    left: 35px;
  }

  .header-nav__list {
    display: none;
  }

  .header-nav__recruit-link {
    display: none;
  }

  .header-btn {
    display: block;
  }
}

@media(max-width:834px) {
  .menu {
    overflow: scroll;
  }

  .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
  }

  .menu-nav__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .menu-nav__recruit-link {
    margin-top: 30px;
  }
}

@media(max-width:600px) {
  .header-l {
    top: 20px;
    left: 25px;
  }

  .header-btn {
    top: 15px;
    right: 15px;
  }
}

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

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


.top-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/top/bg.webp) no-repeat center / cover;
}

.top-mv {
  position: relative;
  width: 100%;
  padding-top: 120px;
}

.top-mv__img-wrap {
  position: relative;
  width: 87%;
  aspect-ratio: 2906 / 2076;
  margin: 0 auto;

  background: url(../img/top/mv.webp) no-repeat center top / contain;
}

.top-mv__txt-mess__area {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.top-mv__txt-mess__wrap {
  width: 95%;
  margin: 62vh auto 0;
}

.top-mv__txt-mess01__wrap,
.top-mv__txt-mess02__wrap {
  overflow: hidden;
  display: block;
}

.top-mv__txt-mess01__wrap {}

.top-mv__txt-mess01 {
  display: block;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: end;
  white-space: nowrap;
  transform: translate(0, 100%);
}

.top-mv__txt-mess01.show {
  transform: translate(0, 0);
  transition: all .6s 1.2s ease-in-out;
}

.top-mv__txt-mess02__wrap {
  /* margin: 5px 0 25px; */
}

.top-mv__txt-mess02 {
  display: block;
  font-size: 7vw;
  line-height: 1.3;
  mix-blend-mode: difference;
  white-space: nowrap;
  transform: translate(0, 100%);
}

.top-mv__txt-mess02.show {
  transform: translate(0, 0);
  transition: all .6s 1.5s ease-in-out;
}


/* inner 1400 */
@media(max-width:1556px) {}

/* inner 1200 */
@media(max-width:1359px) {
  .top-mv {
    padding-top: 9vw;
  }

  .top-mv__txt-mess__wrap {
    margin: 52% auto 0;
  }
}


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

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

@media(max-width:834px) {
  .top-mv {
    padding-top: 75px;
  }

  .top-mv__txt-mess01 {
    font-size: 2rem;
  }
}

@media(max-width:600px) {
  .top-mv {
    padding-top: 60px;
  }

  .top-mv__img-wrap {
    width: 100%;
    aspect-ratio: 1000 / 1200;
    margin: 0 auto;
    background: url(../img/top/mv-sp.webp) no-repeat center top / contain;
  }

  .top-mv__txt-mess__wrap {
    width: 90%;
    margin: 84% auto 0;
  }

  .top-mv__txt-mess01 {
    font-size: 1.6rem;
  }

  .top-mv__txt-mess02__wrap {
    display: flex;
    justify-content: end;
  }

  .top-mv__txt-mess02 {
    font-size: 11vw;
    line-height: 1.26;
    text-align: center;
    width: fit-content;
  }

}

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

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

.top-concept {
  padding-bottom: 40vw;
}

.top-concept__inner {
  position: relative;
}

.top-concept__ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.top-concept__main {
  width: 440px;
  margin: 0 auto;
}

.top-concept__mess-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 40px;
}

.top-concept__lead {
  color: #748faa;
  background-color: #e4e7ea;
  width: fit-content;
  padding: 2px 12px 4px;
}

.top-concept__txt {
  margin-bottom: 20px;
}

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

.top-concept__img-wrap {
  overflow: hidden;
  opacity: 0;
  transform: translate(0, -50px);
}

.top-concept__img-wrap.show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .8s .1s ease-out;
}

.top-concept__img {
  transform: scale(1.3);
}

.top-concept__img-wrap.show .top-concept__img {
  transform: scale(1);
  transition: all .8s ease-out;
}

.top-concept__img01-wrap {
  position: absolute;
  top: 130px;
  right: 2%;
  width: 20%;
}

.top-concept__img02-wrap {
  position: absolute;
  z-index: 4;
  top: calc(130px + 15%);
  left: 2%;
  width: 27.5%;
}

.top-concept__img03-wrap {
  position: absolute;
  bottom: 10vw;
  right: 12%;
  width: 32.5%;
}

.top-concept__img04-wrap {
  position: absolute;
  z-index: 2;
  bottom: 7vw;
  right: 53%;
  width: 18.8%;
}

/* inner 1400 */
@media(max-width:1556px) {

  .top-concept__main {
    width: 390px;
    margin: 0 auto;
  }

  .top-concept__img01-wrap {
    top: 8vw;
  }

  .top-concept__img02-wrap {
    position: absolute;
    top: 16vw;
  }
}

/* inner 1200 */
@media(max-width:1359px) {}


@media(max-width:1100px) {
  .top-concept__main {
    margin: 0 auto 0 32%;
  }
}

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

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

@media(max-width:700px) {
  .top-concept {
    padding-bottom: 130vw;
  }

  .top-concept__cont {
    padding-top: 90px;
  }

  .top-concept__ttl {
    position: absolute;
    top: -40px;
    left: -2%;
    font-size: 1.4rem;
  }

  .top-concept__main {
    width: 100%;
    margin: 0 auto;
  }

  .top-concept__img01-wrap {
    position: absolute;
    top: unset;
    bottom: 80vw;
    right: 7%;
    width: 30%;
  }

  .top-concept__img02-wrap {
    position: absolute;
    top: unset;
    bottom: 65vw;
    left: 0;
    width: 55%;
  }

  .top-concept__img03-wrap {
    position: absolute;
    bottom: 34vw;
    right: 3%;
    width: 47%;
  }

  .top-concept__img04-wrap {
    position: absolute;
    bottom: 19vw;
    right: 57%;
    width: 30%;
  }
}

@media(max-width:500px) {
  .top-concept__ttl {
    position: absolute;
    top: -40px;
    left: -2%;
  }

  .top-concept__mess-wrap {
    margin: 0 0 20px;
  }
}

@media(max-width:400px) {
  .top-concept__cont {
    padding-top: 80px;
  }

  .top-concept__lead {
    font-size: 1.5rem;
  }

  .top-concept__mess {
    font-size: 2.1rem;
  }
}

@media(max-width:359px) {
  .top-concept__cont {
    padding-top: 70px;
  }
}

.top-method {
  padding-bottom: 180px;
  background: url(../img/top/bg-method.webp) no-repeat center / cover;
}

.top-method__ttl {
  color: #afa08c;
}

.top-method__head-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 20px;
}

.top-method__list {
  display: flex;
  aspect-ratio: 1680 / 585;
  margin-top: 60px;
}

.top-method__item {
  width: 25%;
  overflow: hidden;
}

.top-method__item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../img/top/method01.webp) no-repeat center / cover;
  transition: all 1s ease-out;
}

.top-method__item:nth-of-type(2) .top-method__item-link {
  background: url(../img/top/method02.webp) no-repeat center / cover;
  transition: all 1s ease-out;
}

.top-method__item:nth-of-type(3) .top-method__item-link {
  background: url(../img/top/method03.webp) no-repeat center / cover;
}

.top-method__item:nth-of-type(4) .top-method__item-link {
  background: url(../img/top/method04.webp) no-repeat center / cover;
}

.top-method__item-link:hover {
  transform: scale(1.08);
  transition: all 1s ease-out;
  cursor: pointer;
}



.top-method__item-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.top-method__item-ttl01 {
  line-height: 2;
  border-bottom: 1px solid #fff;
}


.top-method__item-link:hover .top-method__item-main {
  opacity: 1;
  transition: all .2s ease-in-out;
}

@media(max-width:1556px) {
  .top-method {
    padding-bottom: 10vw;
  }
}

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

@media(max-width:1060px) {
  .top-method__head-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 20px;
  }
}


@media(max-width:834px) {
  .top-method__head-mess {
    font-size: 2rem;
  }

  .top-method__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    aspect-ratio: 1 / 1;
  }

  .top-method__item {
    width: 100%;
  }

  .top-method__item:has(.top-method__item-link:hover) {
    width: 100%;
  }

}


@media(max-width:600px) {
  .top-method {
    padding-bottom: 0;
  }

  .top-method__head-inner {
    gap: 15px;
    margin-top: 15px;
  }

  .top-method__list {
    display: flex;
    flex-direction: column;
    /* aspect-ratio: 3 / 8; */
    margin-top: 40px;
  }

  .top-method__item {
    aspect-ratio: 58 / 38;
  }
}

@media(max-width:359px) {
  .top-method__head-mess {
    font-size: 2rem;
  }
}

.top-gallery {
  /* position: relative; */
}

.top-gallery__ttl-sp {
  display: none;
}


.top-gallery__cont {
  width: 300px;
  padding: 250px 0 100px;
  margin-left: auto;
  margin-right: 0;
}

.top-gallery__txt {
  color: #babfc3;
  margin-top: 20px;
}

.top-gallery__slider01-wrap {
  position: absolute;
  top: 150px;
  left: 2%;
  width: 60%;
}

.top-gallery__slider02-wrap {
  position: absolute;
  top: 90px;
  right: 2%;
  width: 20%;
}

/* inner 1400 */
@media(max-width:1556px) {
  .top-gallery__cont {
    width: 280px;
    padding: 15vw 0 100px;
    margin-left: auto;
    margin-right: 0;
  }
}

/* inner 1200 */
@media(max-width:1359px) {
  .top-gallery__slider01-wrap {
    position: absolute;
    top: 8vw;
    left: 2%;
    width: 60%;
  }

  .top-gallery__slider02-wrap {
    position: absolute;
    top: 5vw;
    right: 2%;
    width: 20%;
  }
}


@media(max-width:1000px) {
  .top-gallery__cont {
    width: 240px;
  }
}

@media(max-width:834px) {
  .top-gallery__cont {
    width: 252px;
    max-width: 50%;
    padding: 0 0 150px;
    margin-top: -20px;
    margin-left: 50%;
  }

  .top-gallery__ttl-sp {
    position: relative;
    z-index: 3;
    display: block;
    transform: translate(0, -35px);
    width: fit-content;
    margin-left: 50%;

  }

  .top-gallery__ttl-pc {
    display: none;
  }

  .top-gallery__ttl {
    color: #28323b;
    mix-blend-mode: difference;
  }


  .top-gallery__txt {
    margin-top: 0;
  }

  .top-gallery__slider01-wrap {
    position: static;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }

  .top-gallery__slider02-wrap {
    position: absolute;
    top: 67vw;
    right: unset;
    left: 5%;
    width: 40%;
  }
}

@media(max-width:500px) {
  .top-gallery__cont {
    padding: 0 0 70px;
  }
}

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

@media(max-width:400px) {
  .top-gallery__cont {
    padding: 0 0 40px;
  }

  .top-gallery__slider02-wrap {
    position: absolute;
    top: 70vw;
    right: unset;
    left: 5%;
    width: 40%;
  }
}

@media(max-width:359px) {
  .top-gallery__cont {
    padding: 0 0 20px;
  }
}

.top-staff {
  padding-top: 60px;
  background-color: #f7f6f1;
}

.top-staff__inner {
  display: flex;
  justify-content: end;
  align-items: center;
}

.top-staff__cont {
  width: 50%;
  max-width: 700px;
  display: flex;
  padding-left: 5vw;
}

.top-staff__ttl {
  width: 240px;
}

.top-staff__main {
  width: calc(100% - 240px);
  padding-top: 20px;
  padding-right: 5vw;
}

.top-staff__txt {
  margin: 35px 0 45px;
}

.top-staff__slider-wrap {
  width: 50%;
}

.top-staff__slider .swiper-wrapper {
  transition-timing-function: linear;
}



/* inner 1400 */
@media(max-width:1556px) {
  .top-staff {
    padding-top: 50px;
  }
}

/* inner 1200 */
@media(max-width:1359px) {
  .top-staff__ttl {
    width: 200px;
  }

  .top-staff__main {
    width: calc(100% - 200px);
    padding-top: 20px;
    padding-right: 5vw;
  }
}


@media(max-width:1100px) {
  .top-staff__cont {
    width: 450%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
  }

  .top-staff__ttl {
    width: 100%;
  }

  .top-staff__main {
    width: 100%;
    padding-top: 20px;
    padding-right: 5vw;
  }

  .top-staff__txt {
    margin: 20px 0 35px;
  }
}

@media(max-width:834px) {
  .top-staff__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .top-staff__cont {
    width: 90%;
    padding-left: 0;
  }

  .top-staff__main {
    padding-right: 0;
  }

  .top-staff__slider-wrap {
    width: 100%;
  }

  .top-staff__slider .swiper-wrapper {
    margin-left: 20px;
  }
}

@media(max-width:500px) {
  .top-staff {
    padding-top: 30px;
  }

  .top-staff__main {
    padding-top: 10px;
  }

  .top-staff__txt {
    margin: 15px 0 25px;
  }
}

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

.top-journal {
  background: #f0efea;
}

.top-journal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-journal__tab-list {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #748faa;
}


.top-journal__tab-item {
  width: fit-content;
  padding-bottom: 5px;

  background-image: linear-gradient(90deg, #28323b, #28323b);
  /* 線の色 */
  background-position: left bottom;
  /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 4px;
  /* 下線を下にズラす */
  transition: background-size .6s;
  /* 変形をアニメーション化 */
}

.top-journal__tab-item:hover {
  cursor: pointer;
}

.top-journal__tab-item.active {
  color: #28323b;
  background-size: 100% 1px;
  /* border-bottom: 1px solid #28323b; */
}

.top-journal__panel-list {
  margin-top: 40px;
}

.top-journal__panel-item {
  display: none;
}

.top-journal__panel-item.active {
  display: flex;
}

.top-journal__panel-item__top {
  width: 30%;
}

.top-journal__panel-item__list {
  width: 70%;
  padding-left: 7%;
}

.top-journal__panel-item__top-img__wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.top-journal__panel-item__item {
  border-top: 1px solid #ddd;
}

.top-journal__panel-item__item:last-of-type {
  border-bottom: 1px solid #ddd;
}

.top-journal__panel-item__item-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}

.top-journal__panel-item__item-main {
  width: 72%;
  padding-right: 6%;
}

.top-journal__panel-item__item-img__wrap {
  width: 28%;
  overflow: hidden;
}

.top-journal__panel-item__top-img,
.top-journal__panel-item__item-img {
  transition: all 1s ease-out;
}

.top-journal__panel-item__top-link:hover .top-journal__panel-item__top-img,
.top-journal__panel-item__item-link:hover .top-journal__panel-item__item-img {
  transform: scale(1.08);
  transition: all 1s ease-out;
}

.top-journal__panel-item__top-tag {
  font-family: "Inter", serif;
  color: #fff;
  background-color: #748faa;
  font-size: 1.4rem;
  line-height: 1.3;
  width: fit-content;
  border-radius: 15px;
  padding: 5px 12px;
  margin-bottom: 10px;
}

.top-journal__panel-item__top-ttl,
.top-journal__panel-item__item-ttl {
  font-size: 2rem;
  line-height: 1.6;
}

.top-journal__panel-item__top-head,
.top-journal__panel-item__item-head {
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Inter", serif;
  margin-top: 20px;
}

.top-journal__panel-item__top-date,
.top-journal__panel-item__item-date {
  color: #4f667d;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 12px;
}

.top-journal__panel-item__top-cate,
.top-journal__panel-item__item-cate {
  color: #748faa;
}

.top-journal__link {
  margin-top: 50px;
  margin-left: auto;
}


/* inner 1400 */
@media(max-width:1556px) {}

/* inner 1200 */
@media(max-width:1359px) {}

@media(max-width:1200px) {

  .top-journal__panel-item__top-ttl,
  .top-journal__panel-item__item-ttl {
    font-size: 1.9rem;
  }

  .top-journal__panel-item__top-head,
  .top-journal__panel-item__item-head {
    font-size: 1.4rem;
  }

}

@media(max-width:834px) {
  .top-journal__panel-item__top-img__wrap {
    margin-bottom: 15px;
  }

  .top-journal__panel-item__top-tag {
    font-size: 1.3rem;
    border-radius: 14px;
    padding: 2px 10px;
    margin-bottom: 7px;
  }

  .top-journal__panel-item__top-ttl,
  .top-journal__panel-item__item-ttl {
    font-size: 1.8rem;
  }

  .top-journal__panel-item__top-head,
  .top-journal__panel-item__item-head {
    font-size: 1.3rem;
  }
}

@media(max-width:700px) {
  .top-journal__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .top-journal__panel-item {
    flex-direction: column;
    gap: 25px;
  }

  .top-journal__panel-item__top {
    width: 100%;
  }

  .top-journal__panel-item__list {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 5%;
    padding-left: 0;
  }

  .top-journal__panel-item__item {
    width: 47.5%;
    border-top: none;
  }

  .top-journal__panel-item__item:last-of-type {
    border-bottom: none;
  }

  .top-journal__panel-item__item-link {
    flex-direction: column-reverse;
    padding: 20px 0;
  }

  .top-journal__panel-item__item-main {
    width: 100%;
    padding-right: 0;
  }

  .top-journal__panel-item__item-img__wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .top-journal__panel-item__item-ttl {
    font-size: 1.6rem;
  }

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

@media(max-width:500px) {
  .top-journal__panel-list {
    margin-top: 25px;
  }

  .top-journal__tab-list {
    display: flex;
    align-items: center;
    gap: 20px;
  }

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

@media(max-width:425px) {
  .top-journal__tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 25px;
    width: 230px;
    margin: 0 auto;
  }
}

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

.top-news {
  background-color: #f7f6f1;
}

.top-news__inner {
  display: flex;
  align-items: start;
}

.top-news__ttl-wrap {
  width: 25%;
}

.top-news__list {
  width: 75%;
  display: flex;
  flex-direction: column;
}

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

.top-news__item {
  border-bottom: 1px solid #d3dcda90;
}

.top-news__item-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

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

.top-news__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  line-height: 1.3;
}

.top-news__item-date__wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

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

.top-news__item-date__year {
  font-size: 1.5rem;
}

.top-news__item-date__month {
  font-size: 1.5rem;
}

.top-news__item-date__day {
  font-size: 3.6rem;
}

.top-news__item-cate {
  font-size: 1.2rem;
  color: #748faa;
}

.top-news__item-txt {
  width: calc(100% - 200px);
  padding-left: 5%;
}

/* inner 1400 */
@media(max-width:1556px) {}

/* inner 1200 */
@media(max-width:1359px) {}



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

@media(max-width:1100px) {
  .top-news__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .top-news__ttl-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .top-news__list {
    width: 100%;
  }

  .top-news__item-head {
    width: 180px;
  }

  .top-news__item-txt {
    width: calc(100% - 180px);
    padding-left: 5%;
  }

  .top-news__link {
    margin-top: 5px;
  }

}

@media(max-width:834px) {
  .top-news__inner {
    gap: 30px;
  }

}

@media(max-width:700px) {
  .top-news__item-link {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 20px 0;
  }

  .top-news__item-head {
    width: 160px;
  }

  .top-news__item-txt {
    width: 100%;
    padding-left: 0;
  }

  .top-news__item-date__year {
    font-size: 1.3rem;
  }

  .top-news__item-date__month {
    font-size: 1.3rem;
  }

  .top-news__item-date__day {
    font-size: 3rem;
  }
}

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

@media(max-width:400px) {
  .top-news__item-link::after {
    position: absolute;
    top: 28%;
    right: 20px;
    transform: translate(0, -50%);
  }
}

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

.top-recruit {
  background-color: #f7f6f1;
}

.top-recruit__head {
  position: relative;
}

.top-recruit__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-recruit__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.top-recruit__txt {
  width: 75%;
}

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


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

@media(max-width:834px) {
  .top-recruit__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    margin-top: 35px;
  }

  .top-recruit__txt {
    width: 100%;
  }
}

@media(max-width:500px) {
  .top-recruit__img-wrap {
    height: 140px;
  }

  .top-recruit__img {
    height: 100%;
    object-fit: cover;
  }

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

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


.footer {
  color: #fff;
  background: #373e50;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}

.footer-l {
  width: 50%;
}

.footer-r {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 5%;
}

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

.footer-address__item-icon {
  display: inline-block;
  margin-right: 10px;
}

.footer-address__item-txt {
  position: relative;
  padding-left: 20px;
}

.footer-address__item-txt::before {
  content: '\f3c5';
  font: var(--fa-font-solid);
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 12px;
}

.footer-nav__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-weight: 400;
  width: 540px;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.footer-copy {
  color: #8e8e8d;
}

@media(max-width:1556px) {
  .footer-nav__wrap {
    width: 450px;
  }
}

@media(max-width:1359px) {
  .footer-nav__wrap {
    width: 390px;
  }
}


@media(max-width:1100px) {
  .footer-l {
    width: 40%;
  }

  .footer-r {
    width: 60%;
    display: flex;
    align-items: end;
    gap: 2%;
  }

  .footer-nav__wrap {
    width: 330px;
  }
}

@media(max-width:834px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    max-width: 500px;
  }

  .footer-l {
    width: 100%;
  }

  .footer-r {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 25px;
  }

  .footer-nav__wrap {
    width: 100%;
  }
}

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

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