@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap");
:root {
  --text-color: #222222;
  --main-color: #639dce;
  --bk: #333333;
  --wh: #fff;
}

@font-face {
  font-family: "Overused Grotesk";
  src: url("../fonts/Overused-Grotesk/woff2/OverusedGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
HTML
==================================================== */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7333333333;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 90%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.inner.--1580 {
  max-width: 1580px;
}

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

a {
  text-decoration: none;
  color: var(--text-color);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ====================================================
SWIPER
==================================================== */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ====================================================
LOADING
==================================================== */
body {
  animation: fadeIn 2s ease-out 0 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ====================================================
Animation
==================================================== */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.zoom-in.active {
  animation: zoom-in 1s ease-out forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(9%);
    opacity: 1;
  }
}
.bounce-in.active {
  animation: bounceIn 1.5s ease-out;
}

@keyframes bounceIn {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-10%);
    opacity: 1;
  }
  80% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeup.visible {
  opacity: 1;
  transform: translateY(0);
}

.staff-heading span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes puluShake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  1% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  2% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  3% {
    transform: translate(2px, 2px) rotate(1deg);
  }
  4% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  /* 残りの時間は停止 */
}
.text-wave,
.interview__ttl-title,
.about__ttl-title-s {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.text-wave .char,
.interview__ttl-title .char,
.about__ttl-title-s .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(25px);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.text-wave .char.is-visible,
.interview__ttl-title .char.is-visible,
.about__ttl-title-s .char.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 回転アニメーション link-more:hoverでeffect発火 */
.link-more:hover .rolle-effect {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

/* 回転アニメーション */
.rolle-effect {
  display: block;
  line-height: 1;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.rolle-effect:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

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

.rotate-text:hover {
  animation: rotate 0.5s forwards;
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* 回転アニメーション 2D */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 回転アニメーション 3D */
@keyframes spin3D {
  0% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  100% {
    transform: rotate3d(1, 0, 0, 360deg);
  }
}
.text-hover {
  display: inline-block;
  cursor: pointer;
  perspective: 400px;
  /* 3D回転をきれいに見せるため（任意） */
}
.text-hover .char {
  display: inline-block;
  transform-origin: center center;
  /* 回転の中心を文字の中央に */
  /* backface-visibility: hidden; // 裏面非表示（任意） */
  /* アニメーション関連のプロパティはJSで設定 */
}

/* テキストウェーブ */
@keyframes slideTextWave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* リンクhover 下線アニメーション */
.link--view-more {
  display: block;
  line-height: 3;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  position: relative;
  z-index: 0;
}
.link--view-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--wh);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.link--view-more::after {
  background: var(--wh);
}
.link--view-more::after, .link--view-more:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.link--view-more:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}

/* リンクhover 下線アニメーション2 */
.link-item {
  display: inline-block;
  position: relative;
}
.link-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--wh);
  transition: width 0.3s ease;
}
.link-item:hover::after {
  width: 100%;
}

/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

a,
button {
  cursor: revert;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* ====================================================
Module
==================================================== */
html,
body {
  height: 100%;
}

/* ====================================================
Header
==================================================== */
.header {
  width: 100%;
  height: 100px;
  padding: 2.5rem 5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: var(--wh);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 2rem 4rem;
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    padding: 1.5rem 3rem;
    height: 80px;
  }
}
@media screen and (max-width: 499px) {
  .header {
    padding: 1rem 2rem;
    height: 70px;
  }
}
.header.--small .header__logo-img {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
.header.--small .header__link-item {
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.header.--up {
  top: -100%;
  transition: all 0.3s ease-in-out;
}
.header.--menu-open {
  background-color: transparent;
}
.header.--menu-open .header__link-list {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6.5rem;
}
@media screen and (max-width: 1500px) {
  .header__inner {
    padding-right: 3rem;
  }
}
.header__link {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__link {
    display: none;
  }
}
.header__link-list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1500px) {
  .header__link-list {
    gap: 2rem;
  }
}
.header__link-anchor {
  display: block;
}
.header__link-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.header__link-item::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: var(--main-color);
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.header__link-item:hover::after {
  content: "";
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header__logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .header__logo {
    margin-bottom: 0;
  }
}
.header__logo-img {
  max-width: 218px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header__logo-img {
    max-width: 180px;
    height: 46px;
  }
}
@media screen and (max-width: 640px) {
  .header__logo-img {
    max-width: 150px;
    height: 38px;
  }
}
@media screen and (max-width: 499px) {
  .header__logo-img {
    max-width: 120px;
    height: 30px;
  }
}
.header__nav {
  background-color: var(--wh);
  width: 100%;
  height: 100vh;
  padding: 20rem 0 30rem;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: top 0.3s ease-in-out;
  background: url(../img/top/header-bg.webp) no-repeat center bottom/cover;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    padding: 15rem 0 20rem;
  }
}
@media screen and (max-width: 834px) {
  .header__nav {
    padding: 10rem 0 15rem;
  }
}
@media screen and (max-width: 640px) {
  .header__nav {
    padding: 10rem 0 10rem;
  }
}
@media screen and (max-width: 499px) {
  .header__nav {
    padding: 10rem 0 8rem;
    overflow-y: auto;
    height: 100%;
  }
}
.header__nav.active {
  top: 0;
  transition: top 0.3s ease-in-out;
}
.header__nav .nav span.en {
  line-height: 1.3;
}
.header__nav .nav span.ja {
  font-size: 12px;
}
@media screen and (max-width: 499px) {
  .header__nav .nav span.ja {
    font-size: 11px;
  }
}
.header__nav .nav span.ja.rolle-effect {
  text-shadow: 0 -1.5em 0 #666, 0 0 0 #666;
}
.header__nav .nav span.ja.rolle-effect:hover {
  text-shadow: 0 0 0 #666, 0 1.5em 0 #666;
}
.header__nav .nav-list-item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .header__nav .nav-list-item {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .header__nav .nav-list-item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .header__nav .nav-list-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 376px) {
  .header__nav .nav-list-item {
    margin-bottom: 2rem;
  }
}
.header__nav .nav-list-item .--sub-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .header__nav .nav-list-item .--sub-item {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 499px) {
  .header__nav .nav-list-item .--sub-item {
    font-size: 12px;
  }
}
.header__nav .nav-list-item .--sub-item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main-color);
  flex-shrink: 0;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15rem;
}
@media screen and (max-width: 1200px) {
  .header__bottom {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .header__bottom {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .header__bottom {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 499px) {
  .header__bottom {
    padding: 3rem 0;
    flex-direction: column;
    gap: 3rem;
  }
}
.header__bottom .sns-list {
  margin-top: 0;
}
.header__sp-btn {
  background-color: var(--main-color);
  color: var(--wh);
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .header__sp-btn {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .header__sp-btn {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 499px) {
  .header__sp-btn {
    width: 36px;
    height: 36px;
  }
}
.header__sp-btn::before, .header__sp-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--wh);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.header__sp-btn::before {
  top: 44%;
}
.header__sp-btn::after {
  top: 54%;
}
.header__sp-btn.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__sp-btn.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ====================================================
Footer
==================================================== */
.footer {
  padding: 23rem 0 11rem;
}
@media screen and (max-width: 1500px) {
  .footer {
    padding: 15rem 0 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 10rem 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 8rem 0 4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 499px) {
  .footer {
    padding: 4rem 0 2rem;
  }
}
.footer .inner {
  padding-left: 8rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1680px) {
  .footer .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20em;
}
@media screen and (max-width: 1680px) {
  .footer__top {
    gap: 15rem;
  }
}
@media screen and (max-width: 1500px) {
  .footer__top {
    flex-direction: column;
    gap: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer__top {
    gap: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__top {
    gap: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__top {
    gap: 4rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__top {
    gap: 3rem;
  }
}
@media screen and (max-width: 376px) {
  .footer__top {
    gap: 2rem;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .footer__bottom {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__bottom {
    margin-top: 6rem;
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__bottom {
    margin-top: 4rem;
  }
}
.footer__nav-list {
  white-space: nowrap;
}
.footer__nav-list.--03 .nav-list-item > a {
  display: none;
}
.footer__nav-list.--03 .--sub-item {
  font-size: 15px;
  color: #222;
  line-height: 3;
}
.footer__nav span.en {
  display: none;
}
.footer__nav span.ja {
  display: block;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .footer__nav span.ja {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav .nav-list.--03 .nav-list-item:not(.--sub) {
  display: none;
}
.footer__nav .nav-list.--03 .nav-list-item.--sub {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 2.5rem;
}
.footer__nav .nav-list.--03 .nav-list-item.--sub .--sub-item {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  .footer__nav .nav-list.--03 .nav-list-item.--sub .--sub-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-list.--03 .nav-list-item.--sub .--sub-item {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.footer__nav .nav-list-item {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  .footer__nav .nav-list-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-list-item {
    margin-bottom: 2rem;
  }
}
.footer__nav .nav-list .--sub-item.--gray {
  font-size: 12px;
  color: #666;
  line-height: 2;
  margin-bottom: 1.5rem;
  text-indent: 1rem;
}
@media screen and (max-width: 499px) {
  .footer__nav .nav-list .--sub-item.--gray {
    font-size: 1.1rem;
  }
}
.footer__nav .nav-list .--sub-item.--gray .rolle-effect {
  display: block;
  line-height: 1;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #666, 0 0 0 #666;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.footer__nav .nav-list .--sub-item.--gray .rolle-effect:hover {
  text-shadow: 0 0 0 #666, 0 1.5em 0 #666;
  transition: text-shadow 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.footer__nav .nav-list .--sub-item.--gray.--header {
  display: none;
}
.footer__nav .nav-list .--sub-item.--gray.--footer {
  display: block;
}
.footer__address {
  margin-top: 6rem;
  text-align: right;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .footer__address {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .footer__address {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__address {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .footer__address {
    font-size: 11px;
  }
}
.footer__address address {
  font-style: normal;
  white-space: nowrap;
}
@media (max-width: 320px) {
  .footer__address address {
    white-space: wrap;
  }
}
.footer__logo {
  display: flex;
  justify-content: flex-end;
}
.footer__logo img {
  max-width: 258px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 834px) {
  .footer__logo img {
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 499px) {
  .footer__logo img {
    max-width: 120px;
  }
}
.footer__copy-wrapper {
  text-align: center;
}
.footer__copy small {
  color: #999;
  font-size: 12px;
  font-family: "Overused Grotesk", sans-serif;
}

/* ====================================================
Common
==================================================== */
/* 共通 */
.--head-title {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.--head-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100vmax;
  background-color: #cddfed;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.--head-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #639dce;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.--en-title {
  font-size: 96px;
  font-family: "Overused Grotesk", sans-serif;
  color: var(--bk);
}
@media screen and (max-width: 834px) {
  .--en-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 640px) {
  .--en-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 499px) {
  .--en-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 376px) {
  .--en-title {
    font-size: 36px;
  }
}

/* link-more */
.link-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 206px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
  max-height: 65px;
  border-radius: 100vmax;
  box-shadow: 0px 0 15px 0px rgba(99, 157, 206, 0.2);
  box-shadow: -0.4px 1.8px 2px 0px rgba(99, 157, 206, 0.2);
  font-family: "Overused Grotesk", sans-serif;
  font-size: 18px;
  padding: 2.5rem 3.5rem;
  background-color: var(--wh);
  line-height: 1;
  overflow: hidden;
  overflow: visible;
  position: relative;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 834px) {
  .link-more {
    max-width: 180px;
    max-height: 55px;
    font-size: 16px;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .link-more {
    min-width: auto;
    max-width: 150px;
    max-height: 45px;
    font-size: 14px;
    padding: 1.5rem 2.5rem;
  }
}
.link-more span {
  display: block;
  overflow: hidden;
  line-height: 1;
  width: 100%;
  padding-right: 2rem;
  white-space: nowrap;
}
.link-more svg {
  max-width: 12px;
  fill: var(--bk);
  position: absolute;
  right: 2rem;
  top: 5%;
  height: 100%;
}
.link-more:hover svg {
  animation: arrowSlide 0.6s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
.link-more::after {
  content: "";
  display: block;
  width: 106%;
  height: 115%;
  border-radius: 100vmax;
  position: absolute;
  top: -7%;
  left: -3%;
  background-color: rgba(226, 242, 255, 0.5);
  z-index: -1;
}

@keyframes arrowSlide {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(24px);
  }
  50% {
    opacity: 0;
    transform: translateX(-24px);
  }
  75% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* CTA */
.cta .inner {
  background-image: linear-gradient(65deg, transparent, #f0f0f0);
  border-radius: 20px;
}
.cta__wrapper {
  width: 90%;
  height: 400px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .cta__wrapper {
    height: auto;
    padding: 3rem 0;
  }
}
.cta__text {
  margin-top: 4rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .cta__text {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .cta__text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .cta__text {
    margin-top: 1rem;
  }
}
.cta__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .cta__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    align-content: center;
    justify-items: center;
  }
}
@media screen and (max-width: 834px) {
  .cta__link {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .cta__tittle {
    grid-column: 1;
    grid-row: span 2;
  }
}
.cta__button {
  width: 310px;
  height: 98px;
  border-radius: 100vmax;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wh);
  background-image: linear-gradient(65deg, #a6e2fa, #80b9e7);
  font-size: 21px;
  font-family: "Overused Grotesk", sans-serif;
  border: 10px solid var(--wh);
  box-shadow: 0 4px 8px 0 rgba(232, 195, 172, 0.2);
}
@media screen and (max-width: 1300px) {
  .cta__button {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 834px) {
  .cta__button {
    width: 250px;
    height: 78px;
    font-size: 18px;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 499px) {
  .cta__button {
    width: 200px;
    height: 58px;
    font-size: 16px;
    padding: 0 2rem;
  }
}
.cta__button svg {
  max-width: 18px;
  fill: var(--wh);
}
.cta__button:hover svg {
  animation: arrowSlide 0.5s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
.cta__button .rolle-effect {
  color: transparent;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
}
.cta__button .rolle-effect:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}
.cta__tel {
  margin-top: 1.5rem;
  font-family: "Overused Grotesk", sans-serif;
}
@media screen and (max-width: 1300px) {
  .cta__tel {
    grid-column: 2;
    grid-row: 2;
  }
}
.cta__tel-number {
  font-weight: 600;
}
.cta__tel .ft32 {
  font-size: 32px;
}
@media screen and (max-width: 834px) {
  .cta__tel .ft32 {
    font-size: 28px;
  }
}
@media screen and (max-width: 499px) {
  .cta__tel .ft32 {
    font-size: 24px;
  }
}
.cta__tel .ft40 {
  font-size: 40px;
}
@media screen and (max-width: 834px) {
  .cta__tel .ft40 {
    font-size: 36px;
  }
}
@media screen and (max-width: 499px) {
  .cta__tel .ft40 {
    font-size: 32px;
  }
}
.cta__tel-note {
  font-size: 14px;
  font-family: sans-serif;
}

/* SNS-LIST */
.sns-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .sns-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .sns-list {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .sns-list {
    margin-top: 1rem;
  }
}
.sns-list-item-icon {
  max-width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 499px) {
  .sns-list-item-icon {
    max-width: 24px;
    height: 24px;
  }
}

/* Navigatinon */
.nav-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .nav-inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .nav-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .nav-inner {
    gap: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .nav-inner {
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.nav-list {
  white-space: nowrap;
}
.nav-list-item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .nav-list-item {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .nav-list-item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .nav-list-item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 376px) {
  .nav-list-item {
    margin-bottom: 1rem;
  }
}
.nav .en {
  font-size: 32px;
  font-family: "Overused Grotesk", sans-serif;
  display: block;
}
@media screen and (max-width: 834px) {
  .nav .en {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .nav .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .nav .en {
    font-size: 18px;
  }
}
.nav .ja {
  font-size: 12px;
}
.nav .ja.rolle-effect {
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
}
.nav .ja.rolle-effect:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}
.nav .--sub-item {
  font-size: 15px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.nav .--sub-item.--header {
  display: flex;
}
.nav .--sub-item.--footer {
  display: none;
}

/* link-text */
.linktxt-list {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .linktxt-list {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .linktxt-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1rem 0;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .linktxt-item {
    text-align: center;
  }
}
.linktxt-item:not(:last-child) {
  border-right: 1px solid #ccc;
  padding-right: 2rem;
}
@media screen and (max-width: 640px) {
  .linktxt-item:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 640px) {
  .linktxt-item:nth-of-type(2n) {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .linktxt-item:nth-of-type(2n+1) {
    border-right: 1px solid #ccc;
  }
}
.linktxt-item:not(:first-child) {
  padding-left: 2rem;
}
@media screen and (max-width: 640px) {
  .linktxt-item:first-child {
    padding-left: 2rem;
  }
}

.under {
  /* ====================================================
  Under MV
  ==================================================== */
  /* ====================================================
    Under Breadcrumbs
  ==================================================== */
  /* ====================================================
    Side Bar
  ==================================================== */
  /* ====================================================
    Pagination
  ==================================================== */
  /* ====================================================
  404
  ==================================================== */
}
.under-mv {
  background: url("../img/under/under-mv.webp") no-repeat center;
  background-size: cover;
  height: 66rem;
}
@media screen and (max-width: 1200px) {
  .under-mv {
    height: 58rem;
  }
}
@media screen and (max-width: 834px) {
  .under-mv {
    height: 46rem;
  }
}
@media screen and (max-width: 640px) {
  .under-mv {
    height: 38rem;
  }
}
@media screen and (max-width: 376px) {
  .under-mv {
    height: 34rem;
  }
}
.under-mv__title-box {
  width: 90%;
  max-width: 1446px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.under-mv__title.ja {
  font-size: 1.8rem;
  color: var(--bk);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .under-mv__title.ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .under-mv__title.ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .under-mv__title.ja {
    font-size: 1.2rem;
  }
}
.under-mv__title.en {
  font-size: 11.2rem;
  font-family: "Overused Grotesk", sans-serif;
  margin-top: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .under-mv__title.en {
    font-size: 8.8rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .under-mv__title.en {
    font-size: 6.4rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .under-mv__title.en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 376px) {
  .under-mv__title.en {
    font-size: 3.2rem;
    margin-top: 1rem;
  }
}
.under-mv__title-wrap {
  height: calc(50% + 10rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .under-mv__title-wrap {
    height: 65%;
  }
}
.under .breadcrumb-list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  margin: 0 0 clamp(2rem, 3vw, 4rem) auto;
  line-height: 1;
}
.under .breadcrumb-title {
  color: #999;
  font-size: 1.4rem;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #999;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .under .breadcrumb-title {
    font-size: 1.2rem;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .under .breadcrumb-title {
    font-size: 1.1rem;
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.under .breadcrumb-title__home a {
  font-family: "Overused Grotesk", sans-serif;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--main-color);
  flex-shrink: 0;
}
.under .breadcrumb-title.mid-divide {
  white-space: nowrap;
  color: var(--main-color);
}
.under .sidebar {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 834px) {
  .under .sidebar {
    max-width: 100%;
  }
}
.under .sidebar .--head-title {
  font-size: 18px;
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 600;
}
.under .sidebar__item:not(:last-child) {
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.under .sidebar__item-wrapper {
  margin-top: 2rem;
}
.under .sidebar__item-wrapper.select-box {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}
.under .sidebar__item-wrapper.select-box select {
  width: 100%;
  padding: 10px 35px 10px 12px;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  cursor: pointer;
}
.under .sidebar__item-wrapper.select-box select:focus {
  outline: none;
}
.under .sidebar__item-wrapper.select-box select option:first-child a {
  color: #ccc;
}
.under .sidebar__item-wrapper.select-box::after {
  content: "arrow_downward_alt";
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 21px;
  color: #919191;
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #f0f0f0;
  border-radius: 100vmax;
  line-height: 2.7rem;
  text-align: center;
  font-display: swap;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, content 0.2s ease-in-out;
}
.under .sidebar__item-wrapper.select-box.expanded::after {
  content: "arrow_upward_alt";
}
.under .sidebar__item-wrapper.select-box.font-loaded::after {
  opacity: 1;
}
.under .sidebar__item-list.cat {
  background-image: linear-gradient(to right, #f8f8f8, #f0f0f0);
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  color: #ccc;
}
.under .sidebar__item-list.cat li:not(:last-child) {
  margin-bottom: clamp(1rem, 1vw, 2rem);
}
.under .sidebar__item-list.cat .active a {
  color: var(--main-color);
}
.under .pagination {
  font-size: 1.6rem;
  margin-top: 6rem;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .under .pagination {
    margin-top: 4rem;
    gap: 2rem;
  }
}
.under .pagination .page-numbers {
  font-family: "Overused Grotesk", sans-serif;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.under .pagination .page-numbers.current {
  color: var(--main-color);
  line-height: 1;
}
.under .pagination .page-numbers .material-symbols-outlined {
  font-size: 2rem;
  font-family: "Material Symbols Outlined", sans-serif !important;
  font-display: swap;
}
@media screen and (max-width: 640px) {
  .under .pagination .page-numbers .material-symbols-outlined {
    font-size: 1.6rem;
  }
}
.under .pagination .page-numbers .material-symbols-outlined:not(.font-loaded) {
  opacity: 0;
}
.under .pagination .page-numbers .material-symbols-outlined.font-loaded {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .under .pagination .page-numbers .material-symbols-outlined.font-loaded {
    margin-top: 0;
  }
}
.under .pagination .next.page-numbers,
.under .pagination .prev.page-numbers {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #cadeef;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 834px) {
  .under .pagination .next.page-numbers,
  .under .pagination .prev.page-numbers {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.under .pagination .page-numbers.dots {
  font-family: "Noto Sans JP", serif;
}
.under ._404__content {
  padding: 16rem 0;
}
@media screen and (max-width: 1200px) {
  .under ._404__content {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 834px) {
  .under ._404__content {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .under ._404__content {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 376px) {
  .under ._404__content {
    padding: 4rem 0;
  }
}
.under ._404__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.under ._404__content-title {
  font-size: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .under ._404__content-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .under ._404__content-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .under ._404__content-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .under ._404__content-title {
    font-size: 1.6rem;
  }
}
.under ._404__content .link-more {
  margin-top: 5rem;
}/*# sourceMappingURL=under.css.map */