* {
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  margin: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

i,
strong {
  font-style: normal;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

li {
  list-style-type: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif; /* Set a base font family */
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
  --sree: "Sree Krushnadevaraya", serif;
  --zenantique: "Zen Antique", serif;
  --heisei: "heisei-kaku-gothic-std", sans-serif;
  --kinto: kinto-sans, sans-serif;
  --txt: #282828;
  --pk01: #e60044;
  --pk02: #d50095;
  --pk03: #8400b3;
  --bl01: #00479d;
  --bl02: #00137f;
  --bl03: #0066e2;
  --gray: rgba(110, 110, 110, 1);
  --gr01: linear-gradient(
    90deg,
    rgba(230, 0, 68, 0.5) 0%,
    rgba(174, 4, 118, 0.5) 50%,
    rgba(0, 71, 157, 0.5) 100%
  );
}

.gr01 {
  background: linear-gradient(
    90deg,
    rgba(230, 0, 68, 0.5) 0%,
    rgba(174, 4, 118, 0.5) 50%,
    rgba(0, 71, 157, 0.5) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sv01 {
  background: linear-gradient(180deg, #e60044 18.02%, #d50095 97.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sv02 {
  background: linear-gradient(180deg, #d50095 0%, #8400b3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sv03 {
  background: linear-gradient(180deg, #8400b3 18.24%, #0066e2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sv04 {
  background: linear-gradient(180deg, #0066e2 18.24%, #00137f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sv-txt01 {
  color: var(--pk02);
}

.sv-txt02 {
  color: var(--pk03);
}

.sv-txt03 {
  color: var(--bl03);
}

.sv-txt04 {
  color: var(--bl02);
}

.bb-line {
  background: linear-gradient(
      35deg,
      rgb(230, 0, 68) 0%,
      rgb(174, 4, 118) 50%,
      rgb(0, 71, 157) 100%
    )
    1;
  border: 1px solid;
}

.txt-line {
  color: transparent;
  background: linear-gradient(
    90deg,
    rgb(230, 0, 68) 0%,
    rgb(174, 4, 118) 50%,
    rgb(0, 71, 157) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px transparent;
}

body {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: var(--zengothic);
  overflow-x: hidden;
  word-break: auto-phrase;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}

.fadeIn.is-show {
  opacity: 1;
}

.js__upSider > li {
  transform: translateY(100%);
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transition: all 0.1s ease-in-out !important;
}
@-webkit-keyframes fadeUpAnime {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.blur_event {
  opacity: 0;
  filter: blur(40px);
}

.js_blur {
  opacity: 1 !important;
  filter: blur(0) !important;
  transition: all 1s ease-in-out !important;
}

.slide_appear {
  overflow: hidden;
  position: relative;
}
.slide_appear::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f1f0ec;
  transform: translateX(0);
}

.js_slide_appear::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(105%);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(105%);
  }
}
#bg-graund {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
}
#bg-graund canvas {
  width: 100vw;
  height: 100vh;
}

.l-header {
  position: fixed;
  z-index: 997;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--ac);
  padding: 10px 10px;
}
@media (min-width: 576px) {
  .l-header {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .l-header {
    padding: 12px 30px;
  }
}
.l-header__inner {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 13.6px 0 #fff inset;
  padding-block: 10px;
  padding-inline: 20px 20px;
}
@media (min-width: 576px) {
  .l-header__inner {
    padding-inline: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .l-header__inner {
    padding-inline: 40px 10px;
  }
}
.l-header__brand {
  display: flex;
}
.l-header__brand > a {
  display: inline-block;
  width: 100%;
  max-width: 120px;
}
@media (min-width: 768px) {
  .l-header__brand > a {
    max-width: 160px;
  }
}
.l-header__brand > a:hover {
  opacity: 0.5;
}
.l-header__nav {
  position: fixed !important;
  z-index: 997;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 100px 0;
  overflow-x: clip;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  gap: 25px;
}
@media (min-width: 1200px) {
  .l-header__nav {
    position: static !important;
    flex-direction: row;
    margin-left: auto;
    gap: 15px;
    height: auto;
    width: auto;
    transform: none;
    transition: none;
    padding: 0;
    overflow-x: unset;
    overflow-y: unset;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .l-header__nav {
    gap: clamp(15px, 2.4vw, 36px);
  }
}
.l-header__nav.open {
  opacity: 1;
  visibility: visible;
}
.l-header__nav-link {
  line-height: 1.8;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  word-break: nowrap;
}
@media (min-width: 1200px) {
  .l-header__nav-link {
    padding-block: 10px;
  }
}
.l-header__nav-link:hover {
  opacity: 0.5;
}
.l-header__nav-link.nav-active {
  color: var(--pk01);
  background-color: #f2f2f2;
  border-radius: 100px;
  padding-inline: 30px;
}
.l-header .contact-btn__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding-block: 13px;
  padding-inline: 25px 90px;
  border-radius: 999px;
  background: var(--txt);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .l-header .contact-btn__link {
    padding-inline: 25px clamp(90px, 10vw, 140px);
  }
}
.l-header .contact-btn__label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.l-header .contact-btn__arrow {
  position: absolute;
  top: 50%;
  z-index: -1;
  right: 14px;
  width: 60px;
  height: 100%;
  background: url("../images/common/double-arrow.svg") no-repeat center/contain;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 576px) {
  .l-header .contact-btn__arrow {
    right: 24px;
    width: 70px;
  }
}
.l-header .contact-btn__link:hover .contact-btn__arrow {
  -webkit-animation: arrow-loop 400ms ease 1 both;
  animation: arrow-loop 400ms ease 1 both;
}
@-webkit-keyframes arrow-loop {
  0% {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
  49% {
    transform: translate3d(180%, -50%, 0);
    opacity: 1;
  }
  49.01% {
    transform: translate3d(-240%, -50%, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-300%, -50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
}
@keyframes arrow-loop {
  0% {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
  49% {
    transform: translate3d(180%, -50%, 0);
    opacity: 1;
  }
  49.01% {
    transform: translate3d(-240%, -50%, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(-300%, -50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header .contact-btn__link:hover .l-header .contact-btn__arrow {
    -webkit-animation: none;
    animation: none;
  }
}

#hum-btn {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  margin-left: auto;
  width: 29px;
  height: 20px;
}
@media (min-width: 768px) {
  #hum-btn {
    width: 44px;
    height: 31px;
  }
}
@media (min-width: 1200px) {
  #hum-btn {
    display: none;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.btn-trigger > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  background-color: var(--txt);
  border-radius: 10px;
}
.btn-trigger > span:nth-of-type(1) {
  top: 0;
}
.btn-trigger > span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn-trigger > span:nth-of-type(3) {
  bottom: 0;
}

.is-nav-open .btn-trigger > span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
@media (min-width: 768px) {
  .is-nav-open .btn-trigger > span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
}
.is-nav-open .btn-trigger > span:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .btn-trigger > span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media (min-width: 768px) {
  .is-nav-open .btn-trigger > span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

.l-footer {
  background-color: var(--txt);
  color: white;
}
.l-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 80px 40px;
}
@media (min-width: 992px) {
  .l-footer .container {
    flex-direction: row;
    align-items: stretch;
  }
}
.l-footer__left {
  border-bottom: solid 1px white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .l-footer__left {
    width: 40%;
    border-right: solid 1px white;
    border-bottom: none;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.l-footer__logo {
  display: inline-block;
  max-width: 170px;
}
@media (min-width: 768px) {
  .l-footer__logo {
    max-width: 240px;
  }
}
.l-footer__title {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 992px) {
  .l-footer__title {
    text-align: left;
  }
}
.l-footer__title > br {
  display: none;
}
@media (min-width: 992px) {
  .l-footer__title > br {
    display: block;
  }
}
.l-footer__catch {
  font-family: var(--heisei);
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-weight: 900;
  list-style: 1.05;
  text-align: center;
}
@media (min-width: 992px) {
  .l-footer__catch {
    text-align: left;
  }
}
.l-footer__right {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 40px;
}
@media (min-width: 576px) {
  .l-footer__right {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .l-footer__right {
    padding-left: clamp(30px, 12vw, 150px);
    justify-content: flex-start;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 200px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .l-footer__nav {
    margin-inline: 0;
  }
}
.l-footer__nav-link {
  display: inline-block;
  line-height: 1.4;
  font-size: clamp(1rem, 0.879rem + 0.53vw, 1.375rem);
  font-weight: 500;
  text-align: center;
}
@media (min-width: 576px) {
  .l-footer__nav-link {
    text-align: left;
  }
}
.l-footer__nav-link > span {
  display: block;
  font-size: clamp(0.625rem, 0.585rem + 0.18vw, 0.75rem);
}
.l-footer__nav-link:hover {
  opacity: 0.5;
}
.l-footer__other {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  flex: 1;
  max-width: 260px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .l-footer__other {
    align-items: flex-start;
    margin-inline: 0;
  }
}
.l-footer__other-link {
  border: solid 1px white;
  text-align: center;
  padding-block: 12px;
  padding-inline: 80px;
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 500;
  width: 100%;
}
.l-footer__other-link:hover {
  color: var(--txt);
  background-color: white;
}
.l-footer .site-contact {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 576px) {
  .l-footer .site-contact {
    text-align: left;
  }
}

.copy-right {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.8;
  padding: 0 20px 15px;
}
@media (min-width: 768px) {
  .copy-right {
    font-size: 1rem;
    padding: 0 20px 25px;
  }
}

.contact-info {
  position: relative;
  z-index: 1;
  background: url(../images/common/cta-back.jpg) center/cover no-repeat;
  padding-block: clamp(60px, 7vw, 100px);
}
.contact-info .container > h2,
.contact-info .container > p {
  color: white;
  font-weight: bold;
  text-align: center;
}
.contact-info .container > h2 {
  position: relative;
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  font-family: var(--kinto);
  line-height: 1.6;
  padding-bottom: 30px;
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact-info .container > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 70%;
  height: 1px;
  background-color: white;
  display: block;
}
.contact-info .container > p {
  line-height: 2;
  letter-spacing: 4px;
}
@media (min-width: 768px) {
  .contact-info .container > p {
    line-height: 2.8;
  }
}
.contact-info::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 71, 157, 0.84);
}

.inner_full {
  margin: 0 calc(50% - 50vw);
}

.left__full {
  margin-left: calc(50% - 50vw);
}

.right__full {
  margin-right: calc(50% - 50vw);
}

.pc_only {
  display: block;
}
@media (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 640px) {
  .sp_only {
    display: block;
  }
}

.c-btn {
  transition: all 0.5s linear;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  padding: 1em 2em;
}
.c-btn:hover {
  text-decoration: none;
}

.c-btn--block {
  display: block;
}

.c-btn_container {
  text-align: center;
}

.js-tab_panel {
  display: none;
  opacity: 0;
}

.js-tab_panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
