@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&family=Rajdhani:wght@300;400;500;700&display=swap";
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1116px) {
  html {
    font-size: 16px;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
html {
  font-family: Noto Sans JP, sans-serif;
  color: #111;
}
*,
:after,
:before {
  box-sizing: border-box;
}
dd,
li {
  list-style-type: none;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
article > * + * {
  margin-top: 1em;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
button,
input[type="button"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
button {
  padding: 0;
}
.l-section01 {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-section01 {
    padding: 5rem 0;
  }
}
.l-section02 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-section02 {
    padding: 3.75rem 0;
  }
}
.l-section03 {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-section03 {
    padding: 3.75rem 0 5rem;
  }
}
.l-inner01 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1166px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner01 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-inner02 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner02 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
pre {
  margin: 0;
}
.gnav,
.gnav__menu {
  height: inherit;
}
.gnav__menu {
  display: flex;
  align-items: center;
}
.border {
  position: relative;
}
.border:after {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 100px;
  height: 6.25rem;
  left: 50%;
  top: -50px;
  top: -3.125rem;
  transform: translateX(-50%);
  background: url(../../../images/common/border-icon.svg) no-repeat 50% / cover;
}
@media screen and (max-width: 767px) {
  .border:after {
    height: 3.75rem;
    top: -1.875rem;
  }
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
.line_sec {
  position: fixed;
  bottom: -200px;
  right: 50px;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  transition: all 0.4s;
  box-shadow: 2px 2px 1px #d3d3d3;
  z-index: 99;
}
.line_sec.active {
  bottom: 0;
}
.line_sec p {
  color: #111;
  text-align: center;
  font-weight: 700;
}
.line_sec a {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.line_sec img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .line_sec {
    width: 100%;
    right: 0;
    padding: 10px;
  }
  .line_sec p {
    font-size: 12px;
  }
  .line_sec a {
    margin-top: 10px;
  }
  .line_sec img {
    width: 150px;
  }
}
.MenuItem_gnav__menu-item__syErM {
  height: inherit;
  font-family: Rajdhani, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-right: 49px;
}
.MenuItem_gnav__menu-item__syErM a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: inherit;
  text-align: center;
}
.Hamburger_hamburger-dx__MyFAw .Hamburger_hamburger__border__f11DL {
  background: #111;
}
.Hamburger_hamburger__5Z3Tn {
  display: block;
  position: absolute;
  z-index: 300;
  right: 30px;
  right: 1.875rem;
  top: 20px;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
.Hamburger_hamburger__border__f11DL {
  display: block;
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  left: 6px;
  left: 0.375rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.Hamburger_hamburger__border__f11DL:first-child {
  top: 10px;
  top: 0.625rem;
}
.Hamburger_hamburger__border__f11DL:nth-child(2) {
  top: 20px;
  top: 1.25rem;
}
.Hamburger_hamburger__border__f11DL:nth-child(3) {
  top: 30px;
  top: 1.875rem;
}
.Hamburger_hamburger--active__border__6EvVp {
  display: block;
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  left: 6px;
  left: 0.375rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.Hamburger_hamburger--active__border__6EvVp:first-child {
  top: 16px;
  top: 1rem;
  left: 6px;
  left: 0.375rem;
  transform: rotate(-45deg);
}
.Hamburger_hamburger--active__border__6EvVp:nth-child(2),
.Hamburger_hamburger--active__border__6EvVp:nth-child(3) {
  top: 16px;
  top: 1rem;
  transform: rotate(45deg);
}
.Hamburger_hamburger-black__BJvJH .Hamburger_hamburger__border__f11DL {
  background: #000;
}
.Hamburger_drawer__rfwsq {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  color: #fff;
  background: #0f192f;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.Hamburger_drawer__menu__ZWtcl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Hamburger_drawer__menu__ZWtcl {
    margin-bottom: 1.875rem;
  }
}
.Hamburger_drawer__menu-item__SqJp9 {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
}
.Hamburger_drawer__menu-item__SqJp9 a {
  padding: 0.625rem 0;
  display: block;
}
.Hamburger_drawer__menu-item__SqJp9 span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.Hamburger_drawer--active__g4wZz {
  transform: translateX(0);
}
.Hamburger_drawer--fixed__0wkLn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.Hamburger_cta__wirap__oVEyJ {
  padding-left: 7rem;
  padding-top: 20px;
}
.Hamburger_footer__BcWe5 {
  color: #fff;
}
.Hamburger_footer__content__R5K5J {
  padding: 40px 24px;
}
.Hamburger_border__I3Ogl {
  border-bottom: 0.0625rem solid #fff;
  margin-right: 1rem;
}
.Hamburger_footer__content-inner__RQopj {
  display: flex;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .Hamburger_footer__content-inner__RQopj {
    display: block;
  }
}
.Hamburger_footer__body__iKKfg {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .Hamburger_footer__body__iKKfg {
    padding-top: 0;
    margin-bottom: 2.5rem;
  }
}
.Hamburger_footer__logo__iy4LC {
  width: 206px;
  width: 12.875rem;
  max-width: 100%;
  margin-bottom: 2.3125rem;
}
.Hamburger_footer__company__Zuw6g {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.Hamburger_footer__address__yizZc {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
.Hamburger_footer__nav__s2b9y {
  margin-top: 80px;
  display: flex;
  flex-flow: column;
}
.Hamburger_footer__nav__s2b9y a {
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #fff;
}
.Hamburger_fnav__HU2Xk {
  display: flex;
}
@media screen and (max-width: 767px) {
  .Hamburger_fnav__HU2Xk {
    flex-wrap: wrap;
  }
}
.Header_header__bWk48 {
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: 0.3s;
  font-weight: 700;
}
.Header_header__bWk48.Header_active__fRvkd {
  background: #fff;
  color: #000;
}
.Header_header__inner__swKhB {
  padding: 0 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header_header__logo__khHbA {
  position: relative;
  width: 200px;
  height: 100%;
}
.Header_header__logo__khHbA > img {
  object-fit: contain;
}
.Header_header__nav-wrap___5ti8 {
  display: flex;
  align-items: center;
}
.Header_button__Oeswo {
  background: #001c47;
  color: #fff;
  width: 169px;
  padding: 7px 29px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.Header_button__Oeswo:hover {
  opacity: 1;
  color: #fff;
  background: #002653;
}
.Header_button__Oeswo {
  display: flex;
  font-size: 0.75rem;
}
.Header_arrow__sWPbM {
  width: 4px !important;
  height: auto !important;
  position: unset !important;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .Header_header__inner__swKhB {
    padding: 0 24px;
    height: 80px;
  }
  .Header_header__logo__khHbA {
    width: 140px;
  }
}
.Footer_footer__oDdiI {
  background: #0f192f;
  color: #fff;
}
.Footer_footer__content__kITjU {
  padding: 3.75rem 0 1.5625rem;
  border-bottom: 0.0625rem solid #fff;
}
.Footer_footer__content-inner__0Fkh3 {
  display: flex;
  margin-bottom: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .Footer_footer__oDdiI {
    padding-bottom: 100px;
  }
  .Footer_footer__content-inner__0Fkh3 {
    display: block;
  }
}
.Footer_footer__body__WeCFd {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .Footer_footer__body__WeCFd {
    padding-top: 0;
    margin-bottom: 2.5rem;
  }
}
.Footer_footer__logo__dP1PS {
  width: 206px;
  width: 12.875rem;
  max-width: 100%;
  margin-bottom: 2.3125rem;
}
.Footer_footer__company__A3V1X {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.Footer_footer__address__lhpDp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
.Footer_footer__nav__UzW5S {
  margin-left: auto;
}
.Footer_footer__language-wrapper__b1v3O {
  text-align: right;
}
.Footer_footer__language__9_fo2 {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.625rem 0.75rem 0.625rem 2.1875rem;
  display: inline-block;
  background: url(../../../images/common/language-icon.svg) no-repeat 50%/26px;
  background: url(../../../images/common/language-icon.svg) no-repeat 50%/1.625rem;
  background-position: top 14px left;
  background-position: top 0.875rem left;
  position: relative;
}
.Footer_footer__language__9_fo2:after {
  position: absolute;
  content: "";
  right: 0;
  top: 17px;
  top: 1.0625rem;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  border-bottom: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  transform: rotate(45deg);
}
.Footer_footer__bottom__1eWGd {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .Footer_footer__bottom__1eWGd {
    padding: 0.3125rem 0 0.9375rem;
  }
}
.Footer_footer__bottom-inner__7gyja {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .Footer_footer__bottom-inner__7gyja {
    display: block;
  }
}
.Footer_footer__copyright__dl9XZ {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 1.875rem;
}
.Footer_footer__link__pHki_ {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
}
.Footer_footer__link-item__WdxBp {
  padding: 0.625rem 0;
}
.Footer_footer__link-item__WdxBp:first-child {
  margin-right: 1rem;
}
.Footer_fnav__5XDdV {
  display: flex;
}
@media screen and (max-width: 767px) {
  .Footer_fnav__5XDdV {
    flex-wrap: wrap;
  }
  .Footer_fnav__menu__CINbd {
    width: 50%;
  }
}
.Footer_fnav__menu__CINbd:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .Footer_fnav__menu__CINbd:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
.Footer_fnav__menu-item__0NHoN {
  font-size: 14px;
  font-size: 0.875rem;
}
.Footer_fnav__menu-item__0NHoN:first-child {
  font-weight: 700;
}
.Footer_fnav__menu-item__0NHoN a {
  display: block;
  padding: 0.5rem 0;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #00bfff;
  opacity: 1;
}
.splide__arrow {
  background: transparent;
  border-radius: 0;
  height: 2.5em;
  top: 50%;
  width: 2.5em;
}
.splide__arrow svg {
  fill: #00bfff;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #66d9ff;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #00bfff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  background: #66d9ff;
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #00bfff;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #00bfff;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #00bfff;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #00bfff;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.splide__arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: -2rem;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow--prev {
  content: url(/images/slider-button.svg);
  left: 85%;
  top: -50px;
}
.splide__arrow--next {
  content: url(/images/slider-button-left.svg);
  left: 91%;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .splide__arrow--next,
  .splide__arrow--prev {
    display: none;
  }
}
