@charset "UTF-8";
:root {
  --max-view-width: clamp(0px, 93.3333333333vw, 1881.6px);
  --padding: clamp(0px, 6.6666666667vw, 134.4px);
  --black: #202020;
  --white: #fff;
  --gray: #616161;
  --blue: #5390F8;
  --navy: #0A2C74;
}

/* !!------------------------------------ */
/* !! @note 共通 */
/* !!------------------------------------ */
a {
  text-decoration: none;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}

.is-hidden {
  height: 100vh;
  overflow: hidden;
  touch-action: none;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

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

svg {
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

alabel {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

::-moz-selection {
  color: var(--white);
  background: var(--blue);
}

::selection {
  color: var(--white);
  background: var(--blue);
}

::-moz-selection {
  color: var(--white);
  background: var(--blue);
}

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

html {
  min-height: 100%;
  font-size: 10px;
}
html.wp-login {
  margin-top: 0 !important;
}
html.mac {
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--black);
  word-break: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body.on {
  overflow: hidden;
}

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

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

.inner {
  max-width: var(--max-view-width);
  min-width: var(--max-view-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding);
  padding-left: var(--padding);
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  height: 100%;
  overflow: clip;
  position: relative;
}

.table-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    width: 100vw;
    overflow-x: scroll;
  }
}

.wrap {
  display: grid;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrap {
    flex-direction: column;
  }
}

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0 clamp(0px, 5.3333333333vw, 28px);
  }
}

.movie-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.color__blue {
  color: var(--blue);
}

.color__white {
  color: var(--white);
}

.ttl__h2--group .en-font {
  font-size: clamp(0px, 4.1666666667vw, 84px);
  font-weight: 500;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .ttl__h2--group .en-font {
    font-size: clamp(0px, 10.6666666667vw, 56px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.ttl__h2--group .ttl__h2 {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.6944444444vw, 14px);
  padding-left: clamp(0px, 0.2777777778vw, 5.6px);
}
@media screen and (max-width: 767px) {
  .ttl__h2--group .ttl__h2 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 1.8666666667vw, 9.8px);
    padding-left: 0;
  }
}
.ttl__h2--group .ttl__h2:before {
  content: "";
  width: clamp(0px, 0.9027777778vw, 18.2px);
  height: clamp(0px, 1.0416666667vw, 21px);
  background-color: var(--blue);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .ttl__h2--group .ttl__h2:before {
    width: clamp(0px, 2.4vw, 12.6px);
    height: clamp(0px, 2.6666666667vw, 14px);
  }
}
.ttl__h2--group .ttl__h2.color__white:before {
  background-color: var(--white);
}

.ttl__h3 {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: clamp(0px, 1.9444444444vw, 39.2px);
}
@media screen and (max-width: 767px) {
  .ttl__h3 {
    font-size: clamp(0px, 6.9333333333vw, 36.4px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}

.ttl__h3--group {
  text-align: center;
}
.ttl__h3--group .en-font {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  font-weight: 400;
  margin-bottom: clamp(0px, 2.7777777778vw, 56px);
  padding-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
}
@media screen and (max-width: 767px) {
  .ttl__h3--group .en-font {
    font-size: clamp(0px, 6.9333333333vw, 36.4px);
    margin-bottom: clamp(0px, 3.7333333333vw, 19.6px);
    padding-bottom: clamp(0px, 2.6666666667vw, 14px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.ttl__h3--group .ttl__h3 {
  line-height: 1;
}

.lead__txt {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lead__txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}

.en-font {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.btn__viewmore {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .btn__viewmore {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    justify-content: flex-end;
    gap: clamp(0px, 1.6vw, 8.4px);
  }
}
.btn__viewmore .icon__arrow {
  width: clamp(0px, 2.5vw, 50.4px);
  height: clamp(0px, 2.5vw, 50.4px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__viewmore .icon__arrow {
    width: clamp(0px, 9.6vw, 50.4px);
    height: clamp(0px, 9.6vw, 50.4px);
    border: none;
  }
}
.btn__viewmore .icon__arrow:after {
  content: "";
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  background-image: url(../img/common/arrow__white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .btn__viewmore .icon__arrow:after {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
  }
}
@media screen and (min-width: 768px) {
  .btn__viewmore .icon__arrow {
    transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  }
  .btn__viewmore:hover .icon__arrow {
    background-color: transparent;
    transform: scale(1.2);
  }
  .btn__viewmore:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__black.svg);
    transform: scale(0.8);
  }
}

/* !!------------------------------------ */
/* !! @note header */
.logo__mark--link {
  width: clamp(0px, 2.7083333333vw, 54.6px);
  height: auto;
  display: block;
  position: fixed;
  top: clamp(0px, 2.0138888889vw, 40.6px);
  left: clamp(0px, 3.3333333333vw, 67.2px);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .logo__mark--link {
    width: clamp(0px, 5.8666666667vw, 30.8px);
    top: clamp(0px, 6.1333333333vw, 32.2px);
    left: clamp(0px, 5.3333333333vw, 28px);
  }
}
.logo__mark--link img {
  width: 100%;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0px, 2.4305555556vw, 49px) clamp(0px, 14.3055555556vw, 288.4px) clamp(0px, 2.4305555556vw, 49px) clamp(0px, 3.3333333333vw, 67.2px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .header {
    padding: clamp(0px, 6.9333333333vw, 36.4px) clamp(0px, 5.3333333333vw, 28px);
  }
  .header.is-active {
    mix-blend-mode: normal;
  }
}
.header__logo {
  width: clamp(0px, 9.2361111111vw, 186.2px);
  margin-left: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: clamp(0px, 20.2666666667vw, 106.4px);
    margin-left: clamp(0px, 7.7333333333vw, 40.6px);
    position: relative;
    z-index: 2;
  }
}
.header .logo__link {
  width: 100%;
  height: 100%;
  display: block;
}
.header .logo__link img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .header__nav {
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: clamp(0px, 32vw, 168px);
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1;
  }
  .header .header__nav:before {
    content: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header .nav__list {
  display: flex;
  gap: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .header .nav__list {
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: clamp(0px, 11.7333333333vw, 61.6px);
    padding: clamp(0px, 24vw, 126px) clamp(0px, 10.6666666667vw, 56px) 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .nav__item {
    width: 100%;
  }
}
.header .nav__item a {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  font-weight: 500;
  color: var(--white);
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .nav__item a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: clamp(-11.2px, -0.5555555556vw, 0px);
    left: 0;
    transition: width 0.2s ease-out;
  }
  .header .nav__item a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header .nav__item a {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    padding: clamp(0px, 5.3333333333vw, 28px) 0;
    border-bottom: clamp(0px, 0.2666666667vw, 1.4px) solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 768px) {
  .header .btn__ir {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .btn__ir {
    width: calc(100% - clamp(0px, 21.3333333333vw, 112px));
    height: clamp(0px, 13.8666666667vw, 72.8px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto clamp(0px, 10.6666666667vw, 56px);
    background-color: var(--white);
    border-radius: clamp(0px, 6.9333333333vw, 36.4px);
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: clamp(0px, 43.4666666667vw, 228.2px);
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

.nav__bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__bg {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(32, 32, 32, 0.5);
    backdrop-filter: blur(clamp(0px, 4vw, 21px));
    -webkit-backdrop-filter: blur(clamp(0px, 4vw, 21px));
    isolation: isolate;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.2s ease-out;
  }
  .nav__bg.is-active {
    opacity: 1;
  }
}

.btn__contact {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  color: var(--white);
  padding: clamp(0px, 0.9027777778vw, 18.2px) clamp(0px, 1.8055555556vw, 36.4px);
  background-color: var(--blue);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--blue);
  border-radius: clamp(0px, 1.5972222222vw, 32.2px);
  position: fixed;
  top: clamp(0px, 1.9444444444vw, 39.2px);
  right: clamp(0px, 2.5vw, 50.4px);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .btn__contact {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .btn__contact:hover {
    color: var(--blue);
    background-color: var(--white);
  }
}
@media screen and (max-width: 767px) {
  .btn__contact {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    padding: clamp(0px, 2.1333333333vw, 11.2px) clamp(0px, 6.9333333333vw, 36.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    border-radius: clamp(0px, 4.2666666667vw, 22.4px);
    top: clamp(0px, 5.3333333333vw, 28px);
    right: clamp(0px, 16vw, 84px);
  }
}

@media screen and (max-width: 767px) {
  .btn__hbg {
    width: clamp(0px, 8.5333333333vw, 44.8px);
    height: clamp(0px, 8.5333333333vw, 44.8px);
    border: clamp(0px, 0.2666666667vw, 1.4px) solid var(--white);
    border-radius: 50%;
    position: fixed;
    top: clamp(0px, 5.3333333333vw, 28px);
    right: clamp(0px, 5.3333333333vw, 28px);
    z-index: 3;
    mix-blend-mode: difference;
  }
  .btn__hbg span {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 0.2666666667vw, 1.4px);
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn__hbg span:before, .btn__hbg span:after {
    content: "";
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 0.2666666667vw, 1.4px);
    background-color: var(--white);
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
  }
  .btn__hbg span:before {
    top: clamp(-5.6px, -1.0666666667vw, 0px);
    transform: translate(-50%, -50%);
    transition: top 0.2s ease-out, transform 0.2s ease-out;
  }
  .btn__hbg span::after {
    top: clamp(0px, 1.0666666667vw, 5.6px);
    transform: translate(-50%, -50%);
    transition: top 0.2s ease-out, transform 0.2s ease-out;
  }
  .btn__hbg.is-active {
    mix-blend-mode: normal;
  }
  .btn__hbg.is-active span {
    background-color: transparent;
  }
  .btn__hbg.is-active span:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .btn__hbg.is-active span:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.video__wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.video__wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.video__wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
}

/* !!------------------------------------ */
/* !! @note TOP */
.top .kv__section {
  height: 100vh;
}
.top .kv__section .inner {
  width: 100%;
  height: 100%;
}
.top .kv__section .ttl__h2--group {
  height: 100%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(0px, 8.6805555556vw, 175px);
  position: fixed;
  top: 0;
}
.top .kv__section .ttl__h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: clamp(0px, 3.3333333333vw, 67.2px);
}
@media screen and (max-width: 767px) {
  .top .kv__section .ttl__h2 {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .kv__section .ttl__h2:before {
  content: none;
}
.top .kv__section .en-font {
  font-size: clamp(0px, 6.25vw, 126px);
  line-height: 0.95;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .kv__section .en-font {
    font-size: clamp(0px, 13.3333333333vw, 70px);
  }
}
.top .message__section {
  background-color: var(--white);
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  padding-bottom: clamp(0px, 6.9444444444vw, 140px);
}
@media screen and (max-width: 767px) {
  .top .message__section {
    padding-top: clamp(0px, 18.6666666667vw, 98px);
    padding-bottom: clamp(0px, 6.4vw, 33.6px);
  }
  .top .message__section .ttl__h2--group {
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .message__section .message__wrap {
  display: grid;
  grid-template-columns: auto clamp(0px, 41.6666666667vw, 840px);
  margin-bottom: clamp(0px, 9.0277777778vw, 182px);
  padding-right: clamp(0px, 2.2916666667vw, 46.2px);
}
@media screen and (max-width: 767px) {
  .top .message__section .message__wrap {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.top .message__section .lead__txt {
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top .message__section .lead__txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .top .infiniteslide_wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.top .slide__txt .en-font {
  font-size: clamp(0px, 15.9722222222vw, 322px);
  line-height: 0.85;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top .slide__txt .en-font {
    font-size: clamp(0px, 30.6666666667vw, 161px);
  }
}
.top .mvv__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
}
@media screen and (max-width: 767px) {
  .top .mvv__section {
    padding: clamp(0px, 20vw, 105px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .mvv__section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  backdrop-filter: blur(clamp(0px, 1.0416666667vw, 21px));
  -webkit-backdrop-filter: blur(clamp(0px, 1.0416666667vw, 21px));
  position: absolute;
  top: 0;
  left: 0;
}
.top .mvv__section .ttl__h2--group {
  display: inline-block;
  margin-bottom: clamp(0px, 4.0277777778vw, 81.2px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .ttl__h2--group {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.top .mvv__section .mvv__wrap {
  margin-bottom: clamp(0px, 3.3333333333vw, 67.2px);
  padding: clamp(0px, 5vw, 100.8px) clamp(0px, 5.5555555556vw, 112px);
  background-color: rgba(110, 110, 110, 0.1); /* 背景色 */
  border: clamp(0px, 0.0694444444vw, 1.4px) solid rgba(255, 255, 255, 0.4); /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: clamp(0px, 2.0833333333vw, 42px);
  backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  -webkit-backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
}
@media screen and (max-width: 767px) {
  .top .mvv__section .mvv__wrap {
    width: calc(100% + clamp(0px, 5.3333333333vw, 28px));
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    margin-left: clamp(-14px, -2.6666666667vw, 0px);
    padding: clamp(0px, 10.6666666667vw, 56px);
    border-radius: clamp(0px, 5.3333333333vw, 28px);
    backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
  }
}
.top .mvv__section .mvv__wrap:last-of-type {
  margin-bottom: 0;
}
.top .mvv__section .ttl__h3--group .ttl__h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .mvv__section .ttl__h3--group .ttl__h3 {
    line-height: 1.4;
  }
}
.top .mvv__section .ttl__h3--group .sub__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1.8;
  display: block;
  margin-bottom: clamp(0px, 0.4166666667vw, 8.4px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .ttl__h3--group .sub__ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-bottom: 0;
  }
}
.top .mvv__section .mission__wrap .ttl__h3--group {
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .mission__wrap .ttl__h3--group {
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .mvv__section .mission__wrap .lead__txt {
  text-align: center;
}
.top .mvv__section .vision__wrap .ttl__h3--group {
  margin-bottom: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__wrap .ttl__h3--group {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .mvv__section .vision__list {
  display: grid;
  gap: clamp(0px, 0.9027777778vw, 18.2px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__list {
    width: calc(100% + clamp(0px, 16vw, 84px));
    margin-left: clamp(-42px, -8vw, 0px);
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .mvv__section .vision__list--item {
  color: var(--white);
  display: grid;
  grid-template-columns: clamp(0px, 22.9166666667vw, 462px) auto;
  align-items: center;
  padding: clamp(0px, 2.7777777778vw, 56px) clamp(0px, 4.1666666667vw, 84px);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__list--item {
    grid-template-columns: 1fr;
    padding: clamp(0px, 8vw, 42px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .mvv__section .vision__list--item .vision__ttl {
  height: 100%;
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  display: flex;
  align-items: center;
  border-right: clamp(0px, 0.0694444444vw, 1.4px) solid var(--white);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__list--item .vision__ttl {
    font-size: clamp(0px, 4.8vw, 25.2px);
    justify-content: center;
    margin-bottom: clamp(0px, 4vw, 21px);
    padding-bottom: clamp(0px, 4vw, 21px);
    border-right: none;
    border-bottom: clamp(0px, 0.2666666667vw, 1.4px) solid var(--white);
  }
}
.top .mvv__section .vision__list--item ol {
  display: grid;
  gap: clamp(0px, 0.2083333333vw, 4.2px);
  padding-left: clamp(0px, 5.5555555556vw, 112px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__list--item ol {
    gap: clamp(0px, 1.3333333333vw, 7px);
    margin-left: clamp(-5.6px, -1.0666666667vw, 0px);
    padding-left: 0;
  }
}
.top .mvv__section .vision__list--item ol li {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__list--item ol li {
    font-size: clamp(0px, 2.9333333333vw, 15.4px);
    gap: clamp(0px, 0.8vw, 4.2px);
    padding: 0;
    white-space: nowrap;
  }
}
.top .mvv__section .vision__list--item ol li:before {
  content: "";
  width: clamp(0px, 2.4305555556vw, 49px);
  height: clamp(0px, 2.4305555556vw, 49px);
  background-image: url(../img/index/icon__check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top .mvv__section .vision__list--item ol li:before {
    width: clamp(0px, 4.8vw, 25.2px);
    height: clamp(0px, 4.8vw, 25.2px);
  }
}
.top .mvv__section .value__wrap .ttl__h3--group {
  margin-bottom: clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .ttl__h3--group {
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .mvv__section .value__wrap .ttl__h3--group .en-font {
  margin-bottom: 0;
}
.top .mvv__section .value__wrap .value__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 0.9027777778vw, 18.2px) clamp(0px, 1.3194444444vw, 26.6px);
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .value__list {
    width: calc(100% + clamp(0px, 16vw, 84px));
    margin-left: clamp(-42px, -8vw, 0px);
    grid-template-columns: 1fr;
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .mvv__section .value__wrap .value__list--item {
  display: grid;
  grid-template-columns: clamp(0px, 12.1527777778vw, 245px) auto;
  align-items: center;
  justify-content: center;
  padding: clamp(0px, 1.3888888889vw, 28px) clamp(0px, 1.7361111111vw, 35px);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .value__list--item {
    grid-template-columns: clamp(0px, 32vw, 168px) auto;
    padding: clamp(0px, 3.4666666667vw, 18.2px) clamp(0px, 8vw, 42px) clamp(0px, 3.4666666667vw, 18.2px) clamp(0px, 4.8vw, 25.2px);
    border-radius: clamp(0px, 3.2vw, 16.8px);
  }
}
.top .mvv__section .value__wrap .value__list--item:before {
  content: "0" counter(number);
  counter-increment: number 1;
  font-size: clamp(0px, 2.0833333333vw, 42px);
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: clamp(0px, 1.5277777778vw, 30.8px);
  left: clamp(0px, 1.7361111111vw, 35px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .value__list--item:before {
    font-size: clamp(0px, 5.3333333333vw, 28px);
    top: clamp(0px, 4vw, 21px);
    left: clamp(0px, 4.8vw, 25.2px);
  }
}
.top .mvv__section .value__wrap .value__list--item .txt__wrap {
  color: var(--white);
  display: grid;
  gap: clamp(0px, 0.8333333333vw, 16.8px);
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .value__list--item .txt__wrap {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .mvv__section .value__wrap .value__list--item .value__ttl {
  font-size: clamp(0px, 1.9444444444vw, 39.2px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .value__list--item .value__ttl {
    font-size: clamp(0px, 4.8vw, 25.2px);
  }
}
@media screen and (max-width: 767px) {
  .top .mvv__section .value__wrap .value__list--item .lead__txt {
    font-size: clamp(0px, 2.9333333333vw, 15.4px);
  }
}
.top .mvv__section .value__wrap .value__list .img__wrap img {
  width: 100%;
}
.top .contents__section {
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .top .contents__section {
    padding: 0;
  }
}
.top .structure__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0 clamp(0px, 6.9444444444vw, 140px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .top .structure__section {
    padding: clamp(0px, 20vw, 105px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .structure__section .ttl__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .top .structure__section .ttl__wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.top .structure__section .img__wrap img {
  width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.top .overview__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
  background-color: #F2F5FA;
}
@media screen and (max-width: 767px) {
  .top .overview__section {
    padding: clamp(0px, 21.3333333333vw, 112px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .overview__section .ttl__h2--group {
  display: inline-block;
  margin-bottom: clamp(0px, 4.4444444444vw, 89.6px);
}
@media screen and (max-width: 767px) {
  .top .overview__section .ttl__h2--group {
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
  .top .overview__section .ttl__h2--group .ttl__h2 {
    margin-top: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.top .overview__section .ttl__h2--group .en-font {
  line-height: 1.2;
  margin-bottom: 0;
}
.top .overview__section .ttl__h2--group .en-font + .en-font {
  margin-top: clamp(-11.2px, -2.1333333333vw, 0px);
}
.top .overview__section .overview__list {
  display: grid;
  gap: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__list {
    gap: clamp(0px, 5.3333333333vw, 28px);
    order: 2;
  }
}
.top .overview__section .overview__list--item {
  display: grid;
  grid-template-columns: clamp(0px, 8.3333333333vw, 168px) auto;
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__list--item {
    grid-template-columns: clamp(0px, 24vw, 126px) auto;
  }
}
.top .overview__section .overview__list p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  padding-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__list p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    padding-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .overview__section .overview__list .overview__ttl {
  font-weight: 700;
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__list .overview__ttl {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.top .overview__section .overview__list .overview__txt {
  display: flex;
  justify-content: space-between;
  padding-left: clamp(0px, 1.1111111111vw, 22.4px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #ccc;
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__list .overview__txt {
    display: block;
    padding-left: 0;
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.top .overview__section .overview__list .overview__txt a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__list .overview__txt a {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .top .overview__section .img__wrap {
    order: 1;
  }
}
.top .overview__section .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  position: relative;
  z-index: 1;
}
.top .overview__section .overview__wrap {
  display: grid;
  grid-template-columns: clamp(0px, 37.5vw, 756px) clamp(0px, 38.8888888889vw, 784px);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .overview__section .overview__wrap {
    grid-template-columns: 1fr;
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
.top .overview__section .overview__wrap--item {
  padding: clamp(0px, 2.7777777778vw, 56px) clamp(0px, 4.1666666667vw, 84px);
  background-color: var(--white);
  border-radius: clamp(0px, 1.3888888889vw, 28px);
}
.top .overview__section .overview__wrap--item .ttl__h3 {
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
}
.top .overview__section .overview__wrap--item .lead__txt {
  text-align: justify;
}
.top .related__section {
  padding-top: clamp(0px, 11.1111111111vw, 224px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .top .related__section {
    padding-top: clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .related__section .ttl__h2--group {
  display: inline-block;
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
}
@media screen and (max-width: 767px) {
  .top .related__section .ttl__h2--group {
    margin-bottom: clamp(0px, 8.8vw, 46.2px);
  }
}
.top .related__section .related__wrap {
  display: grid;
  gap: clamp(0px, 4.8611111111vw, 98px);
}
@media screen and (max-width: 767px) {
  .top .related__section .related__wrap {
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
  .top .related__section .related__wrap--left {
    order: 2;
  }
  .top .related__section .related__wrap--right {
    order: 1;
  }
}
.top .related__section .related__wrap a {
  display: grid;
  grid-template-columns: clamp(0px, 27.2222222222vw, 548.8px) clamp(0px, 45.8333333333vw, 924px);
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top .related__section .related__wrap a {
    grid-template-columns: 1fr;
    gap: clamp(0px, 5.3333333333vw, 28px);
  }
}
@media screen and (min-width: 768px) {
  .top .related__section .related__wrap a:hover img {
    transform: scale(1.05);
  }
  .top .related__section .related__wrap a:hover .icon__arrow {
    background-color: transparent;
    transform: scale(1.2);
  }
  .top .related__section .related__wrap a:hover .icon__arrow:after {
    background-image: url(../img/common/arrow__black.svg);
    transform: scale(0.8);
  }
}
.top .related__section .ttl__h3 {
  line-height: 1;
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .top .related__section .ttl__h3 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .related__section .btn__viewmore {
  margin-top: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .top .related__section .btn__viewmore {
    margin-top: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .related__section .img__wrap img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .related__section .img__wrap {
    overflow: hidden;
  }
  .top .related__section .img__wrap img {
    transition: transform 0.2s ease-out;
  }
}
.top .news__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .top .news__section {
    padding: 0 clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.top .news__section .ttl__h2--group {
  margin-bottom: clamp(0px, 4.1666666667vw, 84px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .news__section .ttl__h2--group {
    margin-bottom: clamp(0px, 8vw, 42px);
  }
}
.top .news__section .ttl__h2--group .en-font {
  display: inline-block;
}
.top .news__section .ttl__h2--group .btn__news {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top .news__section .ttl__h2--group .btn__news {
    display: none;
  }
}
.top .news__section .btn__news {
  width: clamp(0px, 20.8333333333vw, 420px);
  height: clamp(0px, 5.5555555556vw, 112px);
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: clamp(0px, 2.7777777778vw, 56px);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .top .news__section .btn__news {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .top .news__section .btn__news:hover {
    color: var(--black);
    background-color: transparent;
  }
}
.top .news__section .article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 2.4305555556vw, 49px);
}
@media screen and (max-width: 767px) {
  .top .news__section .article-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.top .news__section .article-list + .btn__news {
  display: none;
}
@media screen and (max-width: 767px) {
  .top .news__section .article-list + .btn__news {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 13.8666666667vw, 72.8px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    display: flex;
    margin: clamp(0px, 10.6666666667vw, 56px) auto 0;
    border-radius: clamp(0px, 6.9333333333vw, 36.4px);
    position: static;
  }
}
.top .news__section .article-list li {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top .news__section .article-list li {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.top .news__section .article-card a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .news__section .article-card a .img__wrap img {
    transition: transform 0.2s ease-out;
  }
  .top .news__section .article-card a:hover .img__wrap img {
    transform: scale(1.05);
  }
}
.top .news__section .article-card .img__wrap {
  height: clamp(0px, 16.6666666667vw, 336px);
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .news__section .article-card .img__wrap {
    height: auto;
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .news__section .article-card .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.top .news__section .article-card time {
  font-size: clamp(0px, 0.9027777778vw, 18.2px);
  display: block;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .top .news__section .article-card time {
    font-size: clamp(0px, 2.6666666667vw, 14px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.top .news__section .article-card .news__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .top .news__section .article-card .news__ttl {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    line-height: 1.4;
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}

.contact__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
}
@media screen and (max-width: 767px) {
  .contact__section {
    padding: clamp(0px, 16vw, 84px) 0;
  }
}
.contact__section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply;
  backdrop-filter: blur(clamp(0px, 1.0416666667vw, 21px));
  -webkit-backdrop-filter: blur(clamp(0px, 1.0416666667vw, 21px));
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact__section:before {
    backdrop-filter: blur(clamp(0px, 4vw, 21px));
    -webkit-backdrop-filter: blur(clamp(0px, 4vw, 21px));
  }
}
.contact__section a {
  width: calc(100% - clamp(0px, 13.8888888889vw, 280px));
  height: 100%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(0px, 11.1111111111vw, 224px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__section a {
    width: calc(100% - clamp(0px, 10.6666666667vw, 56px));
    padding: clamp(0px, 16vw, 84px);
  }
}
.contact__section a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: clamp(0px, 2.0833333333vw, 42px);
  backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  -webkit-backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contact__section a:after {
    transition: width 0.2s ease-out, height 0.2s ease-out, background-color 0.2s ease-out;
  }
  .contact__section a:hover:after {
    width: calc(100% + clamp(0px, 5.5555555556vw, 112px));
    height: calc(100% + clamp(0px, 2.5vw, 50.4px));
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.contact__section .en-font {
  font-size: clamp(0px, 5.5555555556vw, 112px);
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .contact__section .en-font {
    font-size: clamp(0px, 9.6vw, 50.4px);
    margin-bottom: clamp(0px, 2.6666666667vw, 14px);
  }
}
.contact__section .lead__txt {
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__section .lead__txt {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    text-align: center;
  }
}
.contact__section .btn__viewmore {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact__section .btn__viewmore {
    display: flex;
    position: absolute;
    right: clamp(0px, 6.4vw, 33.6px);
    bottom: clamp(0px, 6.4vw, 33.6px);
  }
  .contact__section .btn__viewmore .icon__arrow {
    width: clamp(0px, 8vw, 42px);
    height: clamp(0px, 8vw, 42px);
    background-color: var(--white);
  }
  .contact__section .btn__viewmore .icon__arrow:after {
    width: clamp(0px, 5.3333333333vw, 28px);
    height: clamp(0px, 5.3333333333vw, 28px);
    background-image: url(../img/common/arrow__black.svg);
  }
}

/* !!------------------------------------ */
/* !! @note PAGE */
.page .kv__section {
  height: clamp(0px, 33.3333333333vw, 672px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(../img/common/bg__page--kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page .kv__section {
    height: clamp(0px, 66.6666666667vw, 350px);
    background-image: url(../img/common/bg__page--kv___sp.webp);
  }
}
.page .kv__section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(180, 182, 193, 0.5);
  background-blend-mode: multiply;
  backdrop-filter: blur(clamp(0px, 1.0416666667vw, 21px));
  -webkit-backdrop-filter: blur(clamp(0px, 1.0416666667vw, 21px));
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page .kv__section:before {
    background: rgba(180, 182, 193, 0.3);
    backdrop-filter: blur(clamp(0px, 1.3333333333vw, 7px));
    -webkit-backdrop-filter: blur(clamp(0px, 1.3333333333vw, 7px));
  }
}
.page .kv__section .ttl__h2--group {
  color: var(--white);
  position: relative;
  bottom: clamp(-28px, -1.3888888889vw, 0px);
}
@media screen and (max-width: 767px) {
  .page .kv__section .ttl__h2--group {
    bottom: clamp(-14px, -2.6666666667vw, 0px);
  }
}
.page .kv__section .ttl__h2--group .ttl__h2 {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  display: inline-flex;
  margin-bottom: clamp(0px, 0.5555555556vw, 11.2px);
  padding: clamp(0px, 1.1111111111vw, 22.4px) clamp(0px, 1.6666666667vw, 33.6px);
  gap: clamp(0px, 0.9027777778vw, 18.2px);
  background-color: rgba(255, 255, 255, 0.1);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: clamp(0px, 0.6944444444vw, 14px);
  backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  -webkit-backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
}
@media screen and (max-width: 767px) {
  .page .kv__section .ttl__h2--group .ttl__h2 {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin-bottom: 0;
    padding: clamp(0px, 2.6666666667vw, 14px) clamp(0px, 4.2666666667vw, 22.4px);
    gap: clamp(0px, 1.0666666667vw, 5.6px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    border-radius: clamp(0px, 1.6vw, 8.4px);
    backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
  }
}
.page .kv__section .ttl__h2--group .ttl__h2:before {
  width: clamp(0px, 1.1111111111vw, 22.4px);
  height: clamp(0px, 1.3194444444vw, 26.6px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page .kv__section .ttl__h2--group .ttl__h2:before {
    width: clamp(0px, 2.6666666667vw, 14px);
    height: clamp(0px, 3.2vw, 16.8px);
  }
}
.page .kv__section .ttl__h2--group .en-font {
  font-size: clamp(0px, 9.7222222222vw, 196px);
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page .kv__section .ttl__h2--group .en-font {
    font-size: clamp(0px, 18.6666666667vw, 98px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page .kv__section .ttl__h2--group .en-font {
    white-space: nowrap;
  }
}

/* !!------------------------------------ */
/* !! @note News一覧 */
.post__section {
  padding: clamp(0px, 11.1111111111vw, 224px) 0;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .post__section {
    padding: clamp(0px, 14.9333333333vw, 78.4px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.post__section .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 5.5555555556vw, 112px) clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .post__section .news-list {
    grid-template-columns: 1fr;
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.post__section .news-list li {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .post__section .news-list li {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.post__section .news-list .article-card a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .post__section .news-list .article-card a .img__wrap img {
    width: 100%;
    transition: transform 0.2s ease-out;
  }
  .post__section .news-list .article-card a:hover .img__wrap img {
    transform: scale(1.05);
  }
}
.post__section .news-list .article-card .img__wrap {
  height: clamp(0px, 16.6666666667vw, 336px);
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .post__section .news-list .article-card .img__wrap {
    height: auto;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.post__section .news-list .article-card .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.post__section .news-list .article-card time {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: block;
  margin-bottom: clamp(0px, 0.9027777778vw, 18.2px);
}
@media screen and (max-width: 767px) {
  .post__section .news-list .article-card time {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.post__section .news-list .article-card .news__ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .post__section .news-list .article-card .news__ttl {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.post__section #pagination {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  letter-spacing: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(0px, 5.5555555556vw, 112px);
}
@media screen and (max-width: 767px) {
  .post__section #pagination {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.post__section #pagination a {
  cursor: pointer;
}

/* !!------------------------------------ */
/* !! @note News詳細 */
.page-post article {
  padding-top: clamp(0px, 15.5555555556vw, 313.6px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .page-post article {
    padding: clamp(0px, 32vw, 168px) clamp(0px, 5.3333333333vw, 28px) 0;
  }
}
.page-post time {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: block;
  margin-bottom: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .page-post time {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-post #article-title {
  font-size: clamp(0px, 2.7777777778vw, 56px);
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-post #article-title {
    font-size: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-post #article-thumbnail {
  padding-top: clamp(0px, 2.7777777778vw, 56px);
  padding-bottom: clamp(0px, 7.6388888889vw, 154px);
}
@media screen and (max-width: 767px) {
  .page-post #article-thumbnail {
    padding-top: clamp(0px, 6.4vw, 33.6px);
    padding-bottom: clamp(0px, 14.9333333333vw, 78.4px);
  }
}
.page-post #article-thumbnail img {
  width: 100%;
}
.page-post .article__content--wrap {
  padding-top: clamp(0px, 6.9444444444vw, 140px);
  padding-bottom: clamp(0px, 11.1111111111vw, 224px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-post .article__content--wrap {
    padding-top: clamp(0px, 14.9333333333vw, 78.4px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-post .article__content--wrap:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #F2F5FA;
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  z-index: -1;
}
.page-post #article-content {
  padding: clamp(0px, 7.2222222222vw, 145.6px) clamp(0px, 6.9444444444vw, 140px) clamp(0px, 7.4305555556vw, 149.8px) clamp(0px, 6.9444444444vw, 140px);
  background-color: var(--white);
  border-radius: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content {
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-post #article-content h2 {
  font-size: clamp(0px, 2.0833333333vw, 42px);
  font-weight: 700;
  margin-bottom: clamp(0px, 1.3888888889vw, 28px);
  padding-bottom: clamp(0px, 1.8055555556vw, 36.4px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  .page-post #article-content h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    line-height: 1.4;
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    padding-bottom: clamp(0px, 4.2666666667vw, 22.4px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-post #article-content h3 {
  font-size: clamp(0px, 1.6666666667vw, 33.6px);
  font-weight: 700;
  margin-top: clamp(0px, 4.4444444444vw, 89.6px);
  margin-bottom: clamp(0px, 1.6666666667vw, 33.6px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content h3 {
    font-size: clamp(0px, 4.8vw, 25.2px);
    line-height: 1.4;
    margin-top: clamp(0px, 17.0666666667vw, 89.6px);
    margin-bottom: clamp(0px, 6.4vw, 33.6px);
  }
}
.page-post #article-content h4 {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  margin-top: clamp(0px, 1.1111111111vw, 22.4px);
  margin-bottom: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content h4 {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    line-height: 1.4;
    margin-top: clamp(0px, 4.2666666667vw, 22.4px);
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-post #article-content p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-post #article-content p {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.page-post #article-content p + p {
  margin-top: 1em;
}
.page-post #article-content p strong {
  font-weight: 700;
}
.page-post #article-content p a {
  text-decoration: underline;
}
.page-post #article-content p + h2 {
  margin-top: clamp(0px, 5.5555555556vw, 112px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content p + h2 {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-post #article-content ul li {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: clamp(0px, 0.5555555556vw, 11.2px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content ul li {
    font-size: clamp(0px, 4.2666666667vw, 22.4px);
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-post #article-content ul li:before {
  content: "・";
}
.page-post #article-content ul li strong {
  font-weight: 700;
}
.page-post #article-content hr {
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  margin: clamp(0px, 2.7777777778vw, 56px) 0;
}
@media screen and (max-width: 767px) {
  .page-post #article-content hr {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    margin: clamp(0px, 10.6666666667vw, 56px) 0;
  }
}
.page-post #article-content .has-text-align-center {
  text-align: center;
}
.page-post #article-content .wp-block-embed {
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  margin-bottom: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content .wp-block-embed {
    margin-top: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-post #article-content .wp-block-columns {
  margin-top: clamp(0px, 2.7777777778vw, 56px);
  margin-bottom: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content .wp-block-columns {
    margin-top: clamp(0px, 5.3333333333vw, 28px);
    margin-bottom: clamp(0px, 5.3333333333vw, 28px);
  }
}
.page-post #article-content .wp-block-columns figure {
  display: grid;
  gap: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content .wp-block-columns figure {
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-post #article-content .wp-block-columns figure figcaption {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
}
@media screen and (max-width: 767px) {
  .page-post #article-content .wp-block-columns figure figcaption {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}

.btn__back {
  width: clamp(0px, 20.8333333333vw, 420px);
  height: clamp(0px, 5.5555555556vw, 112px);
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 700;
  color: var(--white);
  display: flex;
  margin: clamp(0px, 8.3333333333vw, 168px) auto 0;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (min-width: 768px) {
  .btn__back {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .btn__back:hover {
    color: var(--black);
    background-color: var(--white);
  }
}
@media screen and (max-width: 767px) {
  .btn__back {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 13.8666666667vw, 72.8px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    mrgin-top: clamp(0px, 10.6666666667vw, 56px);
    border: none;
    border-radius: clamp(0px, 6.9333333333vw, 36.4px);
  }
}

/* !!------------------------------------ */
/* !! @note Contact */
.contact__content--section {
  padding-top: clamp(0px, 9.7222222222vw, 196px);
  padding-bottom: clamp(0px, 7.6388888889vw, 154px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .contact__content--section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 8vw, 42px);
  }
}
.contact__content--section .contact__wrap > p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__wrap > p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.contact__content--section form {
  margin-top: clamp(0px, 4.1666666667vw, 84px);
  padding: clamp(0px, 6.5277777778vw, 131.6px) clamp(0px, 10.4166666667vw, 210px) clamp(0px, 9.0277777778vw, 182px);
  background-color: #F2F5FA;
  border-radius: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .contact__content--section form {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
    border-radius: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.contact__content--section .contact__list {
  display: grid;
  gap: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list {
    gap: clamp(0px, 10.6666666667vw, 56px);
  }
}
.contact__content--section .contact__list--item {
  display: grid;
  flex-direction: column;
  gap: clamp(0px, 0.9027777778vw, 18.2px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list--item {
    gap: clamp(0px, 3.2vw, 16.8px);
  }
}
.contact__content--section .contact__list--ttl {
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.6944444444vw, 14px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list--ttl {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 2.6666666667vw, 14px);
  }
}
.contact__content--section .contact__list--ttl span {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  color: var(--white);
  padding: clamp(0px, 0.2777777778vw, 5.6px) clamp(0px, 0.5555555556vw, 11.2px);
  background-color: var(--black);
  border-radius: clamp(0px, 0.2777777778vw, 5.6px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list--ttl span {
    font-size: clamp(0px, 3.2vw, 16.8px);
    padding: clamp(0px, 1.0666666667vw, 5.6px) clamp(0px, 2.1333333333vw, 11.2px);
    border-radius: clamp(0px, 1.0666666667vw, 5.6px);
  }
}
.contact__content--section .contact__list .form__wrap {
  display: flex;
  gap: clamp(0px, 1.0416666667vw, 21px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list .form__wrap {
    width: 100%;
    flex-direction: column;
    gap: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.contact__content--section .contact__list .form__wrap span {
  width: 100%;
  display: block;
}
.contact__content--section .contact__list .form__wrap span[data-name=your-lastname], .contact__content--section .contact__list .form__wrap span[data-name=your-firstname], .contact__content--section .contact__list .form__wrap span[data-name=your-company] {
  width: auto;
}
.contact__content--section .contact__list input, .contact__content--section .contact__list select, .contact__content--section .contact__list textarea {
  width: 100%;
  font-size: clamp(0px, 1.25vw, 25.2px);
  line-height: 1.8;
  padding: clamp(0px, 0.8333333333vw, 16.8px) clamp(0px, 1.1111111111vw, 22.4px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list input, .contact__content--section .contact__list select, .contact__content--section .contact__list textarea {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    padding: clamp(0px, 3.7333333333vw, 19.6px) clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.contact__content--section .contact__list input:focus, .contact__content--section .contact__list select:focus, .contact__content--section .contact__list textarea:focus {
  outline: none;
}
.contact__content--section .contact__list input::-moz-placeholder, .contact__content--section .contact__list select::-moz-placeholder, .contact__content--section .contact__list textarea::-moz-placeholder {
  color: #CECDCD;
}
.contact__content--section .contact__list input::placeholder, .contact__content--section .contact__list select::placeholder, .contact__content--section .contact__list textarea::placeholder {
  color: #CECDCD;
}
.contact__content--section .contact__list input::-moz-placeholder {
  color: #CECDCD;
}
.contact__content--section .contact__list input::placeholder {
  color: #CECDCD;
}
.contact__content--section .contact__list input[name=your-lastname], .contact__content--section .contact__list input[name=your-firstname] {
  width: clamp(0px, 17.0138888889vw, 343px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list input[name=your-lastname], .contact__content--section .contact__list input[name=your-firstname] {
    width: 100%;
  }
}
.contact__content--section .contact__list input[name=your-company] {
  width: clamp(0px, 35.0694444444vw, 707px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list input[name=your-company] {
    width: 100%;
  }
}
.contact__content--section .contact__list textarea {
  height: clamp(0px, 34.0277777778vw, 686px);
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact__content--section .contact__list textarea {
    height: clamp(0px, 64vw, 336px);
  }
}
.contact__content--section .contact__list .wpcf7-not-valid {
  border-color: #F90000;
}
.contact__content--section [data-name=your-select]:after {
  content: "";
  width: clamp(0px, 1.1111111111vw, 22.4px);
  height: clamp(0px, 1.1111111111vw, 22.4px);
  background-image: url(../img/contact/icon__arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: clamp(0px, 1.4583333333vw, 29.4px);
  right: clamp(0px, 1.7361111111vw, 35px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact__content--section [data-name=your-select]:after {
    width: clamp(0px, 4.2666666667vw, 22.4px);
    height: clamp(0px, 4.2666666667vw, 22.4px);
    top: clamp(0px, 4.8vw, 25.2px);
    right: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.contact__content--section [data-name=your-acceptance] {
  display: block;
  margin-top: clamp(0px, 4.8611111111vw, 98px);
}
@media screen and (max-width: 767px) {
  .contact__content--section [data-name=your-acceptance] {
    margin-top: clamp(0px, 10.6666666667vw, 56px);
  }
}
.contact__content--section [data-name=your-acceptance] .wpcf7-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
    display: block;
    padding-left: clamp(0px, 9.6vw, 50.4px);
  }
}
.contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before, .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
  content: "";
  width: clamp(0px, 2.2222222222vw, 44.8px);
  height: clamp(0px, 2.2222222222vw, 44.8px);
}
@media screen and (max-width: 767px) {
  .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before, .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
    width: clamp(0px, 6.9333333333vw, 36.4px);
    height: clamp(0px, 6.9333333333vw, 36.4px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before {
  margin-right: clamp(0px, 0.8333333333vw, 16.8px);
  background-color: var(--white);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:before {
    margin-right: clamp(0px, 3.2vw, 16.8px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
  background-image: url(../img/contact/icon__check.svg);
  background-repeat: no-repeat;
  background-size: clamp(0px, 1.6666666667vw, 33.6px) auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label:after {
    background-size: clamp(0px, 4.8vw, 25.2px) auto;
    top: 0;
    transform: none;
  }
}
.contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .contact__content--section [data-name=your-acceptance] .wpcf7-list-item-label a:hover {
    text-decoration: none;
  }
}
.contact__content--section [data-name=your-acceptance] input {
  display: none;
}
.contact__content--section [data-name=your-acceptance] input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact__content--section [type=submit] {
  width: clamp(0px, 20.8333333333vw, 420px);
  height: clamp(0px, 5.5555555556vw, 112px);
  font-size: clamp(0px, 1.25vw, 25.2px);
  font-weight: 500;
  color: var(--white);
  display: flex;
  justify-content: center;
  margin: clamp(0px, 2.7777777778vw, 56px) auto 0;
  padding: clamp(0px, 1.6666666667vw, 33.6px);
  background-color: var(--black);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  border-radius: clamp(0px, 2.7777777778vw, 56px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__content--section [type=submit] {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 13.3333333333vw, 70px);
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    margin-top: clamp(0px, 10.6666666667vw, 56px);
    padding: 0;
    border: none;
    border-radius: clamp(0px, 6.6666666667vw, 35px);
  }
}
.contact__content--section [type=submit]:disabled {
  opacity: 0.2;
}
.contact__content--section .wpcf7-spinner {
  width: clamp(0px, 1.6666666667vw, 33.6px);
  height: clamp(0px, 1.6666666667vw, 33.6px);
  display: block;
  margin: clamp(0px, 1.3888888889vw, 28px) auto 0;
}
@media screen and (max-width: 767px) {
  .contact__content--section .wpcf7-spinner {
    width: clamp(0px, 6.4vw, 33.6px);
    height: clamp(0px, 6.4vw, 33.6px);
    margin: clamp(0px, 5.3333333333vw, 28px) auto 0;
  }
}
.contact__content--section .wpcf7 form .wpcf7-response-output {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  text-align: center;
  margin: 0;
  padding: clamp(0px, 1.3888888889vw, 28px);
  border-width: clamp(0px, 0.1388888889vw, 2.8px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .wpcf7 form .wpcf7-response-output {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.6;
    padding: clamp(0px, 5.3333333333vw, 28px);
    border-width: clamp(0px, 0.5333333333vw, 2.8px);
  }
}
.contact__content--section .wpcf7-not-valid-tip {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  color: #F90000;
  margin-top: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .contact__content--section .wpcf7-not-valid-tip {
    font-size: clamp(0px, 3.2vw, 16.8px);
    margin-top: clamp(0px, 3.2vw, 16.8px);
  }
}

/* !!------------------------------------ */
/* !! @note Thanks */
.thanks__content--section {
  padding-top: clamp(0px, 6.9444444444vw, 140px);
  padding-bottom: clamp(0px, 7.3611111111vw, 148.4px);
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .thanks__content--section {
    padding-top: clamp(0px, 10.6666666667vw, 56px);
    padding-bottom: clamp(0px, 8vw, 42px);
  }
}

.thanks__wrap {
  width: calc(100% - clamp(0px, 15vw, 302.4px));
  margin: 0 auto;
  padding: clamp(0px, 5.5555555556vw, 112px) clamp(0px, 6.5277777778vw, 131.6px);
  background-color: #F2F5FA;
  border-radius: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .thanks__wrap {
    width: 100%;
    padding: clamp(0px, 10.6666666667vw, 56px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.thanks__wrap h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: clamp(0px, 0.8333333333vw, 16.8px);
}
@media screen and (max-width: 767px) {
  .thanks__wrap h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    margin-bottom: clamp(0px, 4.2666666667vw, 22.4px);
  }
}
.thanks__wrap p {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .thanks__wrap p {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}
.thanks__wrap .btn__back {
  margin-top: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .thanks__wrap .btn__back {
    margin-top: clamp(0px, 6.4vw, 33.6px);
  }
}

/* !!------------------------------------ */
/* !! @note IR&Notices */
.page-ir_notices .post__section {
  padding: clamp(0px, 6.9444444444vw, 140px) 0 clamp(0px, 11.1111111111vw, 224px);
  background-color: #F2F5FA;
}
@media screen and (max-width: 767px) {
  .page-ir_notices .post__section {
    padding: clamp(0px, 14.9333333333vw, 78.4px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-ir_notices .ir_notices__wrap {
  padding: clamp(0px, 7.6388888889vw, 154px) clamp(0px, 6.9444444444vw, 140px) clamp(0px, 9.0277777778vw, 182px);
  background-color: var(--white);
  border-radius: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .page-ir_notices .ir_notices__wrap {
    padding: clamp(0px, 14.9333333333vw, 78.4px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 14.9333333333vw, 78.4px);
    border-radius: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.page-ir_notices .post__list {
  margin-bottom: clamp(0px, 5.5555555556vw, 112px);
}
@media screen and (max-width: 767px) {
  .page-ir_notices .post__list {
    margin-bottom: clamp(0px, 10.6666666667vw, 56px);
  }
}
.page-ir_notices .post__list--item {
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .page-ir_notices .post__list--item {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-ir_notices .post__list--item:first-child {
  border-top: clamp(0px, 0.0694444444vw, 1.4px) solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .page-ir_notices .post__list--item:first-child {
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
  }
}
.page-ir_notices .post__list a {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  display: flex;
  align-items: center;
  gap: clamp(0px, 3.8194444444vw, 77px);
  padding: clamp(0px, 2.7777777778vw, 56px) clamp(0px, 3.4722222222vw, 70px);
}
@media screen and (max-width: 767px) {
  .page-ir_notices .post__list a {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    gap: clamp(0px, 6.4vw, 33.6px);
    padding: clamp(0px, 6.4vw, 33.6px) 0;
  }
}
.page-ir_notices .post__list time {
  color: #CCCCCC;
}
.page-ir_notices .post__list img {
  width: clamp(0px, 2.7777777778vw, 56px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-ir_notices .post__list img {
    width: clamp(0px, 6.6666666667vw, 35px);
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  letter-spacing: 1.2em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi .current {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
  }
}

/* !!------------------------------------ */
/* !! @note 404 */
.page-notfound .kv__section {
  height: clamp(0px, 48.0555555556vw, 968.8px);
  color: var(--white);
  padding-top: clamp(0px, 11.5277777778vw, 232.4px);
  align-items: center;
  justify-content: center;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .page-notfound .kv__section {
    height: auto;
    padding-top: clamp(0px, 23.4666666667vw, 123.2px);
    padding-bottom: clamp(0px, 21.3333333333vw, 112px);
  }
}
.page-notfound .kv__section:before {
  content: none;
}
.page-notfound .notfound__wrap {
  width: calc(100% - clamp(0px, 8.8888888889vw, 179.2px));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 4.8611111111vw, 98px);
  margin: 0 auto;
  padding: clamp(0px, 4.1666666667vw, 84px) clamp(0px, 6.25vw, 126px) clamp(0px, 6.9444444444vw, 140px);
  background-color: rgba(255, 255, 255, 0.1);
  border: clamp(0px, 0.0694444444vw, 1.4px) solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: clamp(0px, 2.0833333333vw, 42px);
  backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
  -webkit-backdrop-filter: blur(clamp(0px, 0.6944444444vw, 14px));
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap {
    width: 100%;
    flex-direction: column;
    gap: clamp(0px, 5.3333333333vw, 28px);
    padding: clamp(0px, 11.7333333333vw, 61.6px);
    border-width: clamp(0px, 0.2666666667vw, 1.4px);
    border-radius: clamp(0px, 4.2666666667vw, 22.4px);
    backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.6666666667vw, 14px));
  }
}
.page-notfound .notfound__wrap--left .en-font {
  font-size: clamp(0px, 3.3333333333vw, 67.2px);
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap--left .en-font {
    font-size: clamp(0px, 8.5333333333vw, 44.8px);
  }
}
.page-notfound .notfound__wrap--left .en-font strong {
  font-size: clamp(0px, 11.1111111111vw, 224px);
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap--left .en-font strong {
    font-size: clamp(0px, 28.8vw, 151.2px);
  }
}
.page-notfound .notfound__wrap--right .ttl__h2 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  margin-bottom: clamp(0px, 1.1111111111vw, 22.4px);
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap--right .ttl__h2 {
    font-size: clamp(0px, 6.4vw, 33.6px);
    line-height: 1.6;
    text-align: center;
    margin-bottom: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap--right .lead__txt {
    text-align: center;
  }
}
.page-notfound .notfound__wrap--right .btn__back {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-weight: 300;
  margin: clamp(0px, 2.0833333333vw, 42px) 0 0 auto;
}
@media screen and (max-width: 767px) {
  .page-notfound .notfound__wrap--right .btn__back {
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    margin: clamp(0px, 6.4vw, 33.6px) auto 0;
  }
}
.page-notfound .video__wrap {
  height: 100vh;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-notfound .video__wrap:before {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(clamp(0px, 2.1333333333vw, 11.2px));
    -webkit-backdrop-filter: blur(clamp(0px, 2.1333333333vw, 11.2px));
  }
}
.page-notfound .video__wrap:after {
  content: "";
  width: min(clamp(0px, 80vw, 1612.8px), 100vw - clamp(0px, 13.3333333333vw, 268.8px));
  height: clamp(0px, 36.5277777778vw, 736.4px);
  border-radius: clamp(0px, 2.5vw, 50.4px);
  position: absolute;
  top: clamp(0px, 11.5277777778vw, 232.4px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 100vmax var(--white);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page-notfound .video__wrap:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
    box-shadow: none;
  }
}
.page-notfound .shape {
  display: none;
}

/* !!------------------------------------ */
/* !! @note Privacy policy */
.privacypolicy__content--section {
  padding: clamp(0px, 6.9444444444vw, 140px) 0 clamp(0px, 11.1111111111vw, 224px);
  background-color: #F2F5FA;
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section {
    padding: clamp(0px, 14.9333333333vw, 78.4px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 21.3333333333vw, 112px);
  }
}
.privacypolicy__content--section .privacypolicy__wrap {
  padding: clamp(0px, 6.9444444444vw, 140px);
  background-color: var(--white);
  border-radius: clamp(0px, 2.0833333333vw, 42px);
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section .privacypolicy__wrap {
    padding: clamp(0px, 14.9333333333vw, 78.4px) clamp(0px, 5.3333333333vw, 28px);
    border-radius: clamp(0px, 2.1333333333vw, 11.2px);
  }
}
.privacypolicy__content--section .ttl__h3 {
  font-size: clamp(0px, 2.2222222222vw, 44.8px);
  font-weight: 700;
  margin-top: 3em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section .ttl__h3 {
    font-size: clamp(0px, 5.8666666667vw, 30.8px);
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.privacypolicy__content--section .ttl__h4 {
  font-size: clamp(0px, 1.3888888889vw, 28px);
  font-weight: 700;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section .ttl__h4 {
    font-size: clamp(0px, 4vw, 21px);
    line-height: 1.8;
  }
}
.privacypolicy__content--section .ttl__h4:first-of-type {
  margin-top: 0;
}
.privacypolicy__content--section strong {
  font-weight: 700;
  display: block;
}
.privacypolicy__content--section .ttl__h5 {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  font-weight: 700;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section .ttl__h5 {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
  }
}
.privacypolicy__content--section .policy__list--item {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section .policy__list--item {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
  }
}
.privacypolicy__content--section .policy__list--item:before {
  content: "・";
  margin: 0 0.5em;
}
.privacypolicy__content--section .txt__list--item {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .privacypolicy__content--section .txt__list--item {
    font-size: clamp(0px, 3.4666666667vw, 18.2px);
    line-height: 1.8;
  }
}
.privacypolicy__content--section .nest__list {
  flex-wrap: wrap;
}
.privacypolicy__content--section .nest__list .policy__list {
  width: 100%;
  padding-left: 1.5em;
}
.privacypolicy__content--section a {
  text-decoration: underline;
}

/* !!------------------------------------ */
/* !! @note footer */
.footer {
  padding: clamp(0px, 6.9444444444vw, 140px) 0 clamp(0px, 7.7777777778vw, 156.8px);
  background-color: var(--white);
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: clamp(0px, 13.3333333333vw, 70px) clamp(0px, 5.3333333333vw, 28px) clamp(0px, 9.0666666667vw, 47.6px);
  }
}
.footer .footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(0px, 2.0833333333vw, 42px);
  padding-bottom: clamp(0px, 2.9166666667vw, 58.8px);
  border-bottom: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
}
@media screen and (max-width: 767px) {
  .footer .footer__wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: clamp(0px, 9.8666666667vw, 51.8px);
    padding-bottom: 0;
    border: none;
  }
}
.footer .logo__link {
  width: clamp(0px, 15.5555555556vw, 313.6px);
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .logo__link {
    width: clamp(0px, 37.6vw, 197.4px);
  }
}
.footer .btn__ir {
  width: clamp(0px, 15.2777777778vw, 308px);
  height: clamp(0px, 4.0277777778vw, 81.2px);
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: clamp(0px, 0.0694444444vw, 1.4px) solid var(--black);
  background-color: var(--black);
  border-radius: clamp(0px, 2.0138888889vw, 40.6px);
}
@media screen and (min-width: 768px) {
  .footer .btn__ir {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .footer .btn__ir:hover {
    color: var(--black);
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .footer .btn__ir {
    width: clamp(0px, 53.3333333333vw, 280px);
    height: clamp(0px, 13.8666666667vw, 72.8px);
    font-size: clamp(0px, 3.7333333333vw, 19.6px);
    border: none;
    border-radius: clamp(0px, 6.9333333333vw, 36.4px);
    position: absolute;
    top: clamp(0px, 64.5333333333vw, 338.8px);
    right: 0;
  }
}
.footer .footer__nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .nav__list {
  display: flex;
  gap: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .footer .nav__list {
    width: 100%;
    flex-direction: column;
    gap: clamp(0px, 8vw, 42px);
    margin-bottom: clamp(0px, 7.4666666667vw, 39.2px);
    padding-bottom: clamp(0px, 10.1333333333vw, 53.2px);
    border-bottom: clamp(0px, 0.2666666667vw, 1.4px) solid var(--black);
  }
}
.footer .nav__list a {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .nav__list a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    bottom: clamp(-11.2px, -0.5555555556vw, 0px);
    left: 0;
    transition: width 0.2s ease-out;
  }
  .footer .nav__list a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .nav__list a {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}
.footer .sub__nav {
  font-size: clamp(0px, 0.9722222222vw, 19.6px);
  display: flex;
  align-items: baseline;
  gap: clamp(0px, 2.7777777778vw, 56px);
}
@media screen and (max-width: 767px) {
  .footer .sub__nav {
    width: 100%;
    font-size: clamp(0px, 3.2vw, 16.8px);
    justify-content: space-between;
    gap: 0;
  }
}
.footer .sub__nav--item:first-child a {
  display: flex;
  align-items: center;
  gap: clamp(0px, 0.6944444444vw, 14px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .sub__nav--item:first-child a:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    bottom: clamp(-11.2px, -0.5555555556vw, 0px);
    left: 0;
    transition: width 0.2s ease-out;
  }
  .footer .sub__nav--item:first-child a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .sub__nav--item:first-child a {
    gap: clamp(0px, 1.3333333333vw, 7px);
  }
}
.footer .sub__nav--item:first-child a:after {
  content: "";
  width: clamp(0px, 0.9722222222vw, 19.6px);
  height: clamp(0px, 0.9722222222vw, 19.6px);
  background-image: url(../img/common/icon__link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .footer .sub__nav--item:first-child a:after {
    width: clamp(0px, 2.9333333333vw, 15.4px);
    height: clamp(0px, 2.9333333333vw, 15.4px);
  }
}
.footer .sub__nav .en-font {
  font-size: clamp(0px, 1.1111111111vw, 22.4px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .sub__nav .en-font {
    font-size: clamp(0px, 3.2vw, 16.8px);
  }
}

/* !!------------------------------------ */
/* !! @note  テキストアニメーション */
.js-pika-default {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(80deg, #1C1C1C 33.33%, #0038B5, #FFF5EA, #FFB203, #F27000, #0038B5, rgba(238, 238, 238, 0) 60%);
  background-size: 300%;
  background-position: right center;
  color: transparent !important;
}
.js-pika-default.is-active {
  animation: txtPika 1.2s ease-in-out forwards;
}

.js-pika-primary {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(80deg, #1C1C1C 33.33%, #0099C7, #FFF5EA, #FFB203, #F27000, #1C1C1C, rgba(238, 238, 238, 0) 60%);
  background-size: 300%;
  background-position: right center;
  color: transparent !important;
}
.js-pika-primary.is-active {
  animation: txtPika 1.2s ease-in-out forwards;
}

.js-pika-white {
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(80deg, #fff 33.33%, #0038B5, #FFF5EA, #FFB203, #F27000, #0038B5, rgba(255, 255, 255, 0) 60%);
  background-size: 300%;
  background-position: right center;
  color: transparent !important;
}
.js-pika-white.is-active {
  animation: txtPika 1.2s ease-in-out forwards;
}

@keyframes txtPika {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.particle-heading {
  height: auto;
  font-size: clamp(0px, 6.25vw, 126px);
  line-height: 1.2;
  color: transparent;
  position: relative;
}

.pc__view {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc__view {
    display: none;
  }
}

.sp__view {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp__view {
    display: block;
  }
}

/* スマホ向けのレスポンシブ設定（画面幅768px以下） */
@media (max-width: 768px) {
  .particle-heading {
    font-size: 50px; /* 自動的にキャンバスサイズも追従します */
  }
}
/* 子要素（キャンバス） */
.particle-heading canvas {
  display: block;
  width: 100%;
  height: 100%; /* 親要素のautoで決まった高さに追従 */
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; /* マウス操作の邪魔をしない */
  transform: translateZ(0);
  will-change: transform;
  transition: opacity 0.8s ease;
}

.parallax-container {
  position: relative;
  width: 100%;
  height: 100%; /* 任意の高さ */
  overflow: hidden; /* div内におさめるための必須設定 */
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%; /* divの高さより少し大きくする */
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none; /* 画像へのクリックを無効化 */
}/*# sourceMappingURL=main.css.map */