@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:root {
  --color-white: #ffffff;
  --color-black: #1a1a1a;
  --color-blue: #003f98;
  --color-green: #00a2a4;
  --color-gray01: #888a89;
  --color-gray02: #e6e7e7;
  --color-grad: linear-gradient(to right, rgba(89, 110, 180, 1) 0%, rgba(0, 162, 164, 1) 100%);
  --color-grad-bg: linear-gradient(to bottom, rgba(89, 110, 180, 1) 0%, rgba(0, 162, 164, 1) 100%);
  --color-shadow: rgba(95, 98, 199, 0.15);
  --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-bound: cubic-bezier(0.34, 1.56, 0.64, 1);
  --font-jp: "Zen Old Mincho","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 0.8em;
  }
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
  position: relative;
}

button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  font-family: var(--font-jp);
  cursor: pointer;
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom .m-modal__bg {
  background: url(../img/common/bg_repeat.png) repeat-y center/100% auto, url(../img/common/bg.jpg) repeat-y center/100% auto;
}
@media screen and (min-width: 900px) {
  .m-modal.m-modal-custom .m-modal__bg {
    background: url(../img/common/bg_pc.jpg) no-repeat center/cover;
  }
  .m-modal.m-modal-custom .m-modal__bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/bg_pc_repeat.png) repeat left top/390px 705.8px;
  }
}
.m-modal.m-modal-custom .m-modal__content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .m-modal.m-modal-custom .m-modal__content {
    width: 64.5%;
  }
}
.m-modal.m-modal-custom .m-modal__content img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.m-modal.m-modal-custom .m-modal__close-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  background-color: var(--color-blue);
  border-radius: 50rem;
  transition: transform 0.6s var(--ease-out);
  z-index: 1;
}
@media (hover: hover) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 0.12rem;
  height: 48%;
  top: 50%;
  transform: translateY(-50%);
}
.m-modal.m-modal-custom .m-modal__close-btn::before {
  transform: translateY(-50%) rotate(45deg);
}
.m-modal.m-modal-custom .m-modal__close-btn::after {
  transform: translateY(-50%) rotate(-45deg);
}

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

.c-title__main {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  color: transparent;
  background: var(--color-grad);
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-out), opacity 0.8s var(--ease-out), filter 0.8s var(--ease-out);
}
.p-scroll.is-scroll-active .c-title__main {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

.c-title__sub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto 0;
  padding: 0 0 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: transparent;
  background: var(--color-grad);
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-out) 0.1s, opacity 0.8s var(--ease-out) 0.1s, filter 0.8s var(--ease-out) 0.1s;
}
.p-scroll.is-scroll-active .c-title__sub {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

.c-link {
  display: block;
  width: 100%;
  padding: 1.4rem;
  background: var(--color-grad);
  position: relative;
  border-radius: 50rem;
  box-sizing: border-box;
  transition: transform 0.6s var(--ease-out);
}
.c-link.is-disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.c-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgb(89, 110, 180) 0%, rgb(0, 162, 164) 100%);
  border-radius: 50rem;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}
@media (hover: hover) {
  .c-link:hover {
    transform: scale(0.97);
  }
  .c-link:hover::before {
    opacity: 1;
  }
}

.c-link__text {
  display: block;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}

.c-link__icon {
  display: block;
  width: 0.7rem;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  z-index: 1;
}
.c-link__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}

.l-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/bg_pc.jpg) no-repeat center/cover;
}
.l-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg_pc_repeat.png) repeat left top/390px 705.8px;
  animation: bgloop 25s linear infinite;
  opacity: 0;
  transition: opacity 0.6s var(--ease-out);
}
.is-load .l-bg::before {
  opacity: 1;
}
@keyframes bgloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 390px -705.8px;
  }
}

.l-bg__item {
  display: grid;
  place-items: center;
  width: calc(50% - 258px);
  height: 100%;
  position: absolute;
  top: 0;
}
.l-bg__item:nth-of-type(1) {
  left: 0;
}
.l-bg__item:nth-of-type(2) {
  right: 0;
}
.l-bg__item-logo {
  width: 52%;
  max-width: 360px;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 1s var(--ease-bound), opacity 0.8s var(--ease-out), filter 0.8s var(--ease-out);
}
.is-load .l-bg__item-logo {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.l-bg__item-logo img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.l-bg__item-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  color: var(--color-blue);
}
.l-bg__item-sns-head {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound), opacity 0.8s var(--ease-out), filter 0.8s var(--ease-out);
}
.is-load .l-bg__item-sns-head {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.l-bg__item-sns-list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.l-bg__item-sns-item {
  width: 1.9rem;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(10px);
  transition: transform 1s var(--ease-bound) 0.1s, opacity 0.8s var(--ease-out) 0.1s, filter 0.8s var(--ease-out) 0.1s;
}
.l-bg__item-sns-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.l-bg__item-sns-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.l-bg__item-sns-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.l-bg__item-sns-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.l-bg__item-sns-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.l-bg__item-sns-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.l-bg__item-sns-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.l-bg__item-sns-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.l-bg__item-sns-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.l-bg__item-sns-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-load .l-bg__item-sns-item {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
.l-bg__item-sns-item a {
  display: block;
  transition: transform 0.6s var(--ease-out), opacity 0.6s var(--ease-out);
}
@media (hover: hover) {
  .l-bg__item-sns-item a:hover {
    opacity: 0.6;
    transform: scale(0.9);
  }
}
.l-bg__item-sns-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-blue);
}

.l-wrap {
  width: 100%;
  position: relative;
  background: url(../img/common/bg_repeat.png) repeat-y center/100% auto, url(../img/common/bg.jpg) repeat-y center/100% auto;
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
}
.is-load .l-wrap {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .l-wrap {
    max-width: 480px;
    margin: 0 auto;
  }
}

.l-label__item {
  width: 18px;
  height: 100%;
  position: fixed;
  top: 0;
  background: var(--color-grad-bg);
  transition: -webkit-clip-path 1s var(--ease-out);
  transition: clip-path 1s var(--ease-out);
  transition: clip-path 1s var(--ease-out), -webkit-clip-path 1s var(--ease-out);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.is-load .l-label__item {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.l-label__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/loop.png) repeat-y center/100% 245.5px;
  animation: loopBg 6s linear infinite;
}
@keyframes loopBg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -245.5px;
  }
}
.l-label__item:nth-of-type(1) {
  left: calc(50% - 258px);
}
.l-label__item:nth-of-type(2) {
  right: calc(50% - 258px);
  transform: rotate(180deg);
}

.l-main {
  padding-bottom: 5.8rem;
  position: relative;
  z-index: 1;
}

.l-box {
  width: 89.5%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 0 15px var(--color-shadow);
}

.l-footer {
  padding: 4rem 0;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out);
}
.is-load .l-footer {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

.l-footer__logo {
  width: 24rem;
  margin: 0 auto;
}
.l-footer__logo a {
  display: block;
  transition: transform 0.4s var(--ease-out);
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    transform: scale(0.97);
  }
}

.l-footer__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  margin-top: 3.2rem;
  color: var(--color-blue);
}
.l-footer__share-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.l-footer__share-list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.l-footer__share-list-item {
  width: 1.8rem;
  transition: transform 0.6s var(--ease-out), opacity 0.6s var(--ease-out);
}
@media (hover: hover) {
  .l-footer__share-list-item:hover {
    opacity: 0.6;
    transform: scale(0.95);
  }
}
.l-footer__share-list-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-blue);
}

.l-footer__link {
  margin-top: 2rem;
}
.l-footer__link-list {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}
.l-footer__link-list-item {
  position: relative;
}
.l-footer__link-list-item:last-of-type::before {
  display: none;
}
.l-footer__link-list-item::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  position: absolute;
  top: 68%;
  right: -16px;
  transform: translateY(-50%);
  background-color: var(--color-blue);
}
.l-footer__link-list-item a {
  display: block;
  font-size: 1.5rem;
  color: var(--color-blue);
  transition: transform 0.6s var(--ease-out), opacity 0.6s var(--ease-out);
}
@media (hover: hover) {
  .l-footer__link-list-item a:hover {
    opacity: 0.6;
    transform: scale(0.97);
  }
}

.l-footer__caution {
  margin-top: 2.7rem;
  text-align: center;
  font-size: 1rem;
  color: var(--color-blue);
}

.l-footer__copy {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1rem;
  color: var(--color-blue);
}