@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --text-color-dark: #222;
}

@font-face {
  font-family: "Unbounded";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  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;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
UNDER COMMON
==================================================== */
.link-btn {
  background-color: #333333;
  color: var(--wh);
  width: 100%;
  max-width: 240px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .link-btn {
    max-width: 200px;
    height: 56px;
  }
}
@media screen and (max-width: 834px) {
  .link-btn {
    max-width: 180px;
    height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .link-btn {
    max-width: 160px;
    height: 40px;
    font-size: 12px;
  }
}
.link-btn:hover {
  background-color: #575757;
  transition: all 0.3s ease-in-out;
}

/* ====================================================
UNDER TITLE
==================================================== */
.under main {
  padding-top: 23rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .under main {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 834px) {
  .under main {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 640px) {
  .under main {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 376px) {
  .under main {
    padding-top: 8rem;
  }
}

.under-ttl {
  border-bottom: 1px solid #eee;
  line-height: 1;
  text-align: right;
}
.under-ttl .inner {
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  .under-ttl .inner {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .under-ttl .inner {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .under-ttl .inner {
    padding-bottom: 2rem;
  }
}
.under-ttl-ja {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .under-ttl-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .under-ttl-ja {
    font-size: 14px;
  }
}
.under-ttl-en {
  font-size: 120px;
  font-family: "Unbounded", sans-serif;
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .under-ttl-en {
    margin-top: 2rem;
    font-size: 10vw;
  }
}
@media screen and (max-width: 834px) {
  .under-ttl-en {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .under-ttl-en {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .under-ttl-en {
    margin-top: 1rem;
  }
}
.under-ttl-logo {
  position: absolute;
  right: -20%;
  bottom: 0;
  z-index: -1;
  width: 510px;
  height: 460px;
}
@media screen and (max-width: 1200px) {
  .under-ttl-logo {
    width: 400px;
    height: 360px;
  }
}
@media screen and (max-width: 834px) {
  .under-ttl-logo {
    width: 300px;
    height: 270px;
  }
}
@media screen and (max-width: 640px) {
  .under-ttl-logo {
    width: -moz-fit-content;
    width: fit-content;
    max-height: 180px;
    aspect-ratio: 510/460;
  }
}
@media screen and (max-width: 376px) {
  .under-ttl-logo {
    max-height: 155px;
  }
}
.under-ttl-logo .logo {
  fill: #f7f7f7;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=under.css.map */