@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 {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-wrap {
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .l-wrap {
    padding-top: 4.5rem;
  }
}

.l-header {
  background-color: #fff;
}
@media screen and (max-width: 899px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  height: 9rem;
}
@media screen and (max-width: 899px) {
  .l-header__inner {
    padding: 0.5rem 1.5rem;
    height: 4.5rem;
  }
}
.l-header__logo {
  width: 22rem;
  margin-top: -1rem;
}
@media screen and (max-width: 1300px) {
  .l-header__logo {
    width: 21rem;
  }
}
@media screen and (max-width: 1110px) {
  .l-header__logo {
    width: 20rem;
  }
}
@media screen and (max-width: 899px) {
  .l-header__logo {
    margin-top: -0.3rem;
    width: 11rem;
  }
}
.l-header__logo a {
  display: block;
}
@media (hover: hover) {
  .l-header__logo a:hover img {
    transform: scale(0.97);
  }
}
.l-header__logo a img {
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__btns {
  width: 33rem;
}
.l-header__btns-inner {
  display: flex;
}
.l-header__btns-item {
  width: 48.5%;
}
.l-header__btns-item + .l-header__btns-item {
  margin-left: 3%;
}
.l-header__btns-item a {
  display: block;
  position: relative;
  background-color: #004ea2;
  text-decoration: none;
  border-radius: 100px;
  overflow: hidden;
  padding: 1.3rem;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__btns-item a:hover {
  background-color: #000;
}
.l-header__btns-text {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.l-header__lang {
  margin-left: 2rem;
  width: 6rem;
}
.l-header__hbg {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
}
.l-header__hbg-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__hbg-line:nth-child(1) {
  top: 26%;
}
.is-menu-open .l-header__hbg-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.is-menu-open .l-header__hbg-line:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.l-header__hbg-line:nth-child(3) {
  top: 76%;
}
.is-menu-open .l-header__hbg-line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
}
@media screen and (min-width: 900px) {
  .l-header__menu {
    flex-grow: 1;
    display: flex !important;
    padding-right: 4rem;
    justify-content: flex-end;
  }
}
.l-header__menu .c-menu {
  display: flex;
}
.l-header__menu .c-menu__item + .c-menu__item {
  margin-left: 3rem;
}
.l-header__menu .c-menu__item a {
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 500;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-top: 6rem;
  overflow: hidden;
  pointer-events: none;
}
.is-menu-open .l-menu {
  pointer-events: auto;
}
.l-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: #004ea2;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__bg {
  opacity: 1;
}
.is-menu-open .l-menu__bg img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menu__bg img {
  transform: scale(1.1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.l-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-menu-open .l-menu__inner {
  overflow: auto;
}
.l-menu__content {
  margin: 0 auto;
  width: 88%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__content-inner {
  padding: 0 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10rem;
}
.l-menu__content .c-menu {
  padding-bottom: 5.4rem;
}
.l-menu__content .c-menu__item {
  line-height: 1.5;
  transform: translateX(-30px);
  opacity: 0;
}
.is-menu-open .l-menu__content .c-menu__item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(1) {
  transition-delay: 0.1s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(2) {
  transition-delay: 0.17s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(3) {
  transition-delay: 0.24s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(4) {
  transition-delay: 0.31s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(5) {
  transition-delay: 0.38s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(6) {
  transition-delay: 0.45s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(7) {
  transition-delay: 0.52s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(8) {
  transition-delay: 0.59s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(9) {
  transition-delay: 0.66s;
}
.is-menu-open .l-menu__content .c-menu__item:nth-child(10) {
  transition-delay: 0.73s;
}
.l-menu__content .c-menu__item + .c-menu__item {
  margin-top: 2.45rem;
}
.l-menu__content .c-menu__item a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
}
.l-menu__btns {
  display: flex;
  padding-bottom: 2rem;
}
.l-menu__btns-item {
  width: 48%;
  background-color: #fff;
  border-radius: 100px;
  transform: translateX(-25px);
  opacity: 0;
}
.is-menu-open .l-menu__btns-item {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btns-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-menu__btns-item:nth-child(2) {
  transition-delay: 0.3s;
}
.l-menu__btns-item + .l-menu__btns-item {
  margin-left: 4%;
}
.l-menu__btns-item a {
  display: block;
  text-decoration: none;
  padding: 1.5rem 1rem 1.3rem;
}
.l-menu__btns-text {
  color: #004ea2;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
}
.l-menu__lang {
  display: flex;
  align-items: center;
  transform: translateX(-30px);
  opacity: 0;
}
.is-menu-open .l-menu__lang {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.l-menu__lang-label {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  margin-right: 2.3rem;
}
.l-menu__lang .c-lang__item {
  color: #fff;
}
.l-menu__lang .c-lang__item.is-current::after {
  background-color: #fff;
}
.l-menu__lang .c-lang__item a {
  color: #fff;
}
.l-menu__lang .c-lang__item + .c-lang__item {
  margin-left: 2.2rem;
}
.l-menu__lang .c-lang__text {
  font-weight: 400;
}

.l-fixmenu {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  z-index: 10;
  pointer-events: none;
}
.l-fixmenu.is-show {
  pointer-events: auto;
}
.l-fixmenu__lang {
  width: 8.5rem;
  position: relative;
  margin-left: 3rem;
}
.l-fixmenu__lang::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 140%;
  background-color: rgba(0, 0, 0, 0.2);
}
.l-fixmenu__inner {
  background-color: #fff;
  padding: 12px 28px 18px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-show .l-fixmenu__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-fixmenu__logo {
  width: 19rem;
  flex-shrink: 0;
}
.l-fixmenu__logo a {
  display: block;
}
@media (hover: hover) {
  .l-fixmenu__logo a:hover img {
    transform: scale(0.97);
  }
}
.l-fixmenu__logo a img {
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-fixmenu__content {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.l-fixmenu__menu .c-menu {
  display: flex;
}
.l-fixmenu__menu .c-menu__item {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
}
.l-fixmenu__menu .c-menu__item + .c-menu__item {
  margin-left: 2.8rem;
}
.l-fixmenu__menu .c-menu__item a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.l-fixmenu__sns {
  display: flex;
  align-items: center;
  margin-left: 4rem;
}
.l-fixmenu__sns-item {
  width: 1.9rem;
}
.l-fixmenu__sns-item.-youtube {
  width: 2.3rem;
}
.l-fixmenu__sns-item + .l-fixmenu__sns-item {
  margin-left: 2.5rem;
}
.l-fixmenu__sns-item svg {
  fill-rule: evenodd;
  fill: #000;
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-fixmenu__sns-item a {
  display: block;
}
@media (hover: hover) {
  .l-fixmenu__sns-item a:hover svg {
    fill: #004ea2;
  }
}

.l-in {
  background-color: #004ea2;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 7.3rem 0 7.9rem;
  margin-bottom: 6.7rem;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .l-in {
    margin-bottom: 3.8rem;
    padding: 5rem 0 5.1rem;
  }
}
.l-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/in/in_title_base_pc.png) no-repeat center center;
  background-size: cover;
  pointer-events: none;
  transform: scale(1.1);
}
.is-load .l-in::before {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .l-in::before {
    background: url(../img/in/in_title_base_sp.png) no-repeat center center;
    background-size: cover;
  }
}
.l-in__ttl {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 6.1rem;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .l-in__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  .l-in__ttl {
    font-size: 3.25rem;
  }
}
.l-in__ttl h2 {
  font-weight: 500;
  letter-spacing: 6px;
}
@media screen and (max-width: 899px) {
  .l-in__ttl h2 {
    letter-spacing: 3.5px;
  }
}
.l-in__ttl-ja {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  margin-top: 9px;
  transform: translateY(15px);
  opacity: 0;
}
.is-load .l-in__ttl-ja {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (max-width: 899px) {
  .l-in__ttl-ja {
    letter-spacing: 0;
    margin-top: 5px;
    font-size: 1.1rem;
  }
}

.l-content {
  position: relative;
  z-index: 1;
}

.l-footer {
  margin-top: 10rem;
}
@media screen and (max-width: 899px) {
  .l-footer {
    margin-top: 7.5rem;
  }
}
.l-footer__bnr {
  background-color: #004ea2;
  padding: 8rem 15rem 5rem;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr {
    padding: 4rem 0rem 2.5rem;
  }
}
.l-footer__bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list {
    width: 80%;
    display: block;
  }
}
.l-footer__bnr-list-item {
  width: 31.8%;
  margin-right: 2.3%;
  margin-bottom: 2.3%;
}
@media screen and (max-width: 899px) {
  .l-footer__bnr-list-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 900px) {
  .l-footer__bnr-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.l-footer__bnr-list-item a {
  display: block;
  overflow: hidden;
  position: relative;
}
.l-footer__bnr-list-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__bnr-list-item a:hover::after {
    opacity: 1;
  }
  .l-footer__bnr-list-item a:hover img {
    transform: scale(1.08);
  }
}
.l-footer__bnr-list-item a img {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__inner {
  padding: 7rem 0 11.5rem;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    padding: 4rem 0 4.5rem;
  }
}
.l-footer__main {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .l-footer__main {
    display: block;
    width: 89%;
  }
}
.l-footer__left {
  width: 33.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 899px) {
  .l-footer__left {
    margin-bottom: 4.3rem;
  }
}
.l-footer__right {
  width: 55rem;
}
@media screen and (min-width: 900px) {
  .l-footer__right {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__right {
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .l-footer__logo {
    width: 20rem;
  }
}
.l-footer__logo a {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo a:hover img {
    transform: scale(0.97);
  }
}
.l-footer__logo a img {
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__access {
  margin-top: 9rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .l-footer__access {
    line-height: 1.5;
    margin-top: 2.3rem;
  }
}
.l-footer__access-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .l-footer__access-ttl {
    font-size: 1.2rem;
    margin-bottom: 1px;
  }
}
.l-footer__access-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
  .l-footer__access-text {
    font-size: 1.2rem;
  }
}
.l-footer__menu .c-menu {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__menu .c-menu__item {
  width: 33.33%;
  margin-bottom: 4%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .l-footer__menu .c-menu__item {
    margin-bottom: 5%;
    font-size: 1.2rem;
  }
}
.l-footer__menu .c-menu__item a {
  color: #000;
  text-decoration: none;
}
.l-footer__pagetop {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  width: 5.1rem;
}
@media screen and (max-width: 899px) {
  .l-footer__pagetop {
    bottom: 2rem;
    right: 2rem;
    width: 2.5rem;
  }
}
.l-footer__pagetop a {
  display: block;
}
@media (hover: hover) {
  .l-footer__pagetop a:hover img {
    transform: translateY(-8px);
  }
}
.l-footer__pagetop a img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__otherlink {
  display: flex;
  margin-top: 3.3rem;
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink {
    margin-top: 1.5rem;
  }
}
.l-footer__otherlink-box {
  width: 47.5%;
}
.l-footer__otherlink-box + .l-footer__otherlink-box {
  margin-left: 5%;
}
.l-footer__otherlink-head {
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 21px;
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink-head {
    padding-bottom: 4px;
    margin-bottom: 13px;
    font-size: 1rem;
  }
}
.l-footer__otherlink-list-item + .l-footer__otherlink-list-item {
  margin-top: 1.4rem;
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink-list-item + .l-footer__otherlink-list-item {
    margin-top: 1.2rem;
  }
}
.l-footer__otherlink-list-item a {
  display: flex;
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__otherlink-list-item a:hover .l-footer__otherlink-list-text {
    color: #004ea2;
  }
  .l-footer__otherlink-list-item a:hover .l-footer__otherlink-list-icon svg {
    fill: #004ea2;
  }
}
.l-footer__otherlink-list-icon {
  width: 1.8rem;
  flex-shrink: 0;
  margin-right: 1.3rem;
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink-list-icon {
    width: 1.2rem;
    margin-right: 0.5rem;
    transform: translateY(-25%);
  }
}
.l-footer__otherlink-list-icon.-youtube svg {
  width: 1.8rem;
  fill: #000;
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink-list-icon.-youtube svg {
    width: 1.2rem;
  }
}
.l-footer__otherlink-list-icon svg {
  height: 100%;
  width: 1.5rem;
  fill-rule: evenodd;
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink-list-icon svg {
    width: 1rem;
  }
}
.l-footer__otherlink-list-text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .l-footer__otherlink-list-text {
    font-size: 1rem;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.l-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.is-load .l-loading::before {
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1) 0.15s;
}
.l-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004ea2;
}
.is-load .l-loading::after {
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-load .l-loading {
  pointer-events: none;
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.is-load .l-loading__content {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loading .loader {
  display: block;
  color: #fff;
  font-size: 35px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
@media screen and (max-width: 899px) {
  .l-loading .loader {
    font-size: 25px;
  }
}

.c-more__inner {
  display: flex;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #000;
  position: relative;
  padding: 17px 1.8rem 15px;
  transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-more__inner {
    padding: 15px 1.4rem 12px;
  }
}
@media (hover: hover) {
  .c-more__inner:hover {
    background-color: #fff;
  }
  .c-more__inner:hover .c-more__text {
    color: #000;
  }
  .c-more__inner:hover .c-more__text::before {
    background-color: #000;
  }
  .c-more__inner:hover .c-more__arrow .p-in_arrow svg {
    fill: #000;
  }
}
.-white .c-more__inner {
  background-color: #fff;
}
@media (hover: hover) {
  .-white .c-more__inner:hover {
    background-color: #000;
  }
  .-white .c-more__inner:hover .c-more__text {
    color: #fff;
  }
  .-white .c-more__inner:hover .c-more__text::before {
    background-color: #fff;
  }
  .-white .c-more__inner:hover .c-more__arrow .p-in_arrow svg {
    fill: #fff;
  }
}
.c-more__text {
  flex-grow: 1;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-more__text {
    font-size: 1.3rem;
  }
}
.c-more__text.-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-weight: 500;
}
.-white .c-more__text {
  color: #000;
}
.c-more__text::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-more__text::before {
    height: 120%;
  }
}
.-white .c-more__text::before {
  background-color: #000;
}
.c-more__arrow {
  width: 3.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 899px) {
  .c-more__arrow {
    width: 4rem;
    transform: translateY(-15%);
  }
}
.c-more__arrow .p-in_arrow {
  width: 1.4rem;
  margin-left: auto;
}
@media screen and (max-width: 899px) {
  .c-more__arrow .p-in_arrow {
    width: 1.2rem;
    margin-right: 0.8rem;
  }
}
.c-more__arrow svg {
  fill: #fff;
  transition: fill 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.-white .c-more__arrow svg {
  fill: #000;
}

.c-btn {
  border: 1px solid #000;
  background-color: #000;
  transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #fff;
  }
  .c-btn:hover .c-btn__inner {
    color: #000;
  }
  .c-btn:hover .c-btn__inner::after {
    background-color: #000;
  }
  .c-btn:hover .c-btn__inner::before {
    border-color: #000;
  }
}
.c-btn.-white {
  background-color: #fff;
}
@media (hover: hover) {
  .c-btn.-white:hover {
    background-color: #000;
  }
  .c-btn.-white:hover .c-btn__inner {
    color: #fff;
  }
  .c-btn.-white:hover .c-btn__inner::after {
    background-color: #fff;
  }
  .c-btn.-white:hover .c-btn__inner::before {
    border-color: #fff;
  }
}
.c-btn__inner {
  display: block;
  position: relative;
  color: #fff;
  padding: 17px 1.8rem 15px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .c-btn__inner {
    font-size: 1.3rem;
    padding: 15px 1.4rem 12px;
    padding-right: 6rem;
  }
}
.c-btn__inner.-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-weight: 500;
}
.-white .c-btn__inner {
  color: #000;
}
.c-btn__inner::before {
  content: "";
  width: 3.5rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  height: calc(100% - 17px);
  border-left: 1px solid #fff;
  transition: border 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .c-btn__inner::before {
    width: 4rem;
    right: 1.4rem;
  }
}
.-white .c-btn__inner::before {
  border-color: #000;
}
.c-btn__inner::after {
  content: "";
  width: 3.5rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  height: calc(100% - 17px);
  -webkit-mask: url(../img/icon/btn_arrow.svg) no-repeat center right;
  mask: url(../img/icon/btn_arrow.svg) no-repeat center right;
  -webkit-mask-size: 1.4rem;
  mask-size: 1.4rem;
  background-color: #fff;
  transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.-white .c-btn__inner::after {
  background-color: #000;
}
@media screen and (max-width: 899px) {
  .c-btn__inner::after {
    right: 1.4rem;
    width: 4rem;
    -webkit-mask-size: 1.2rem;
    mask-size: 1.2rem;
    margin-right: 0.8rem;
  }
}

.c-back {
  margin: 0 auto;
  width: 25rem;
}
@media screen and (max-width: 899px) {
  .c-back {
    width: 22rem;
  }
}
.c-back__inner {
  display: flex;
  text-decoration: none;
  border: 1px solid #000;
  position: relative;
  padding: 17px 1.8rem 15px;
  transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-back__inner {
    padding: 14px 1.8rem 13px;
  }
}
@media (hover: hover) {
  .c-back__inner:hover {
    background-color: #000;
  }
  .c-back__inner:hover .c-back__text {
    color: #fff;
  }
  .c-back__inner:hover .c-back__text::before {
    background-color: #fff;
  }
  .c-back__inner:hover .c-back__arrow .p-in_arrow svg {
    fill: #fff;
  }
}
.c-back__text {
  position: relative;
  flex-grow: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 2rem;
  color: #000;
  transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-back__text {
    font-size: 1.3rem;
  }
}
.c-back__text::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
  transition: background 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-back__text::before {
    height: 120%;
  }
}
.c-back__arrow {
  width: 3.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 899px) {
  .c-back__arrow {
    width: 3.7rem;
  }
}
.c-back__arrow .p-in_arrow {
  width: 1.4rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 899px) {
  .c-back__arrow .p-in_arrow {
    width: 1.3rem;
    margin-left: 0.3rem;
  }
}
.c-back__arrow svg {
  transition: fill 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  fill: #000;
}

.c-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-category__list-item {
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 2rem;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .c-category__list-item {
    margin: 0 1.1rem;
    font-size: 1.35rem;
  }
}
.c-category__list-item a {
  text-decoration: none;
  color: #bcbcbc;
  padding-bottom: 1.2rem;
  position: relative;
  display: block;
  transition: color 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-category__list-item a {
    padding-bottom: 0.7rem;
  }
}
@media (hover: hover) {
  .c-category__list-item a:hover {
    color: #004ea2;
  }
}
.c-category__list-item a::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004ea2;
  pointer-events: none;
  transform: scaleX(0);
}
@media screen and (max-width: 899px) {
  .c-category__list-item a::before {
    height: 2px;
  }
}
.c-category__list-item.is-current a {
  color: #000;
}
.c-category__list-item.is-current a::before {
  transform: scaleX(1);
}

.c-pager {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width: 899px) {
  .c-pager {
    padding: 0 5rem;
  }
}
.c-pager__list {
  display: flex;
}
.c-pager__list-item {
  margin: 0 2.1rem;
}
@media screen and (max-width: 899px) {
  .c-pager__list-item {
    margin: 0 1.6rem;
  }
}
.c-pager__list-item a {
  display: block;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #bcbcbc;
  font-weight: 400;
  font-size: 2.3rem;
  padding: 0.7rem 0.3rem;
  position: relative;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .c-pager__list-item a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .c-pager__list-item a:hover {
    color: #004ea2;
  }
}
.c-pager__list-item a::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004ea2;
  pointer-events: none;
  transform: scaleX(0);
}
.c-pager__list-item.is-current {
  pointer-events: none;
}
.c-pager__list-item.is-current a {
  color: #000;
}
.c-pager__list-item.is-current a::before {
  transform: scaleX(1);
}
.c-pager__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1rem;
}
.c-pager__btn.-prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.c-pager__btn.-next {
  right: 0;
}
.c-pager__btn a {
  display: block;
}
@media (hover: hover) {
  .c-pager__btn a {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-pager__btn a:hover {
    transform: scale(1.1);
  }
}

.c-menu__item a {
  position: relative;
}
@media (hover: hover) {
  .c-menu__item a {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-menu__item a:hover {
    color: #004ea2;
  }
  .c-menu__item a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-menu__item a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #004ea2;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-lang {
  display: flex;
  justify-content: flex-end;
}
.c-lang__item {
  position: relative;
}
.c-lang__item.is-current::after {
  content: "";
  width: 120%;
  height: 0.3rem;
  position: absolute;
  bottom: -0.8rem;
  left: 40%;
  transform: translateX(-50%);
  background-color: #004ea2;
}
.c-lang__item + .c-lang__item {
  margin-left: 1.5rem;
}
.c-lang__item + .c-lang__item::before {
  content: "・";
  position: absolute;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .c-lang__item + .c-lang__item::before {
    left: -1.5rem;
  }
}
.c-lang__text {
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
.c-lang__text a {
  text-decoration: none;
  color: #000;
  transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-lang__text a:hover {
    color: #004ea2;
  }
}

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 {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 900px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  opacity: 0;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}
body.is-ready {
  opacity: 1;
}