/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

#root, #__next {
  isolation: isolate;
}

a {
  text-decoration: inherit;
  color: inherit;
}

/* OPACITY & HOVER UNDERLINE */
.hvO {
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
}

.hvU:hover {
  text-decoration: underline;
}

.fw-black {
  font-weight: 900;
}

.fw-500 {
  font-weight: 500;
}

.bg-light-gray {
  background-color: #F8F9FA;
}

.bg-blue-light {
  background-color: #F2F7FF;
}

.section-title {
  position: relative;
  padding-bottom: 12px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #0056D2;
  border-radius: 2px;
}

.custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

@media (min-width: 992px) {
  .custom-shape-divider-bottom svg {
    height: 120px;
  }
}

.custom-shape-divider-bottom .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

@media (min-width: 992px) {
  .custom-shape-divider-top svg {
    height: 80px;
  }
}

.custom-shape-divider-top .shape-fill {
  fill: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1599px) {
  body {
    font-size: 20px;
  }
}

/* HEADER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.site-header .nav-link {
  font-size: 18px;
  transition: color 0.3s ease;
}

.site-header .nav-link:hover {
  color: #0056D2 !important;
}

.site-header .btn {
  font-size: 1.125rem;
}

/* FOOTER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.site-footer {
  background-color: #f7f9fc;
}

.site-footer .footer-nav a {
  transition: color 0.3s;
}

.site-footer .footer-nav a:hover {
  color: #0056D2 !important;
}

.site-footer .logo {
  height: 40px;
}

/* MAINVISUAL */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
/* BREADCRUMB */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
/* COOKIE */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.cc-window {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -ms-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.cc-message a {
  position: relative;
  text-decoration: underline !important;
}

.cc-message a:hover {
  text-decoration: none !important;
}

.cc-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 318px;
  height: 45px;
  color: #FFF !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  position: relative;
  font-size: 18px;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
}

@media screen and (max-width: 480px) {
  .cc-btn {
    width: 100%;
  }
  .cc-btn:last-child {
    margin-top: 15px;
  }
}

#comingsoonPage {
  position: relative;
  margin-top: 94px;
  padding: 1.5rem 0 4rem;
}

@media screen and (max-width: 1199px) {
  #comingsoonPage {
    margin-top: 88px;
  }
}

@media screen and (max-width: 991px) {
  #comingsoonPage {
    margin-top: 101px;
    height: calc(100vh - 101px - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #comingsoonPage {
    margin-top: 82px;
    height: calc(100vh - 82px - 150px);
  }
}

#comingsoonPage img {
  width: 45%;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #comingsoonPage img {
    width: 70%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #comingsoonPage img {
    width: 80%;
  }
}

#comingsoonPage h2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  #comingsoonPage h2 {
    font-size: 6vw;
  }
}

#error404 {
  position: relative;
  margin-top: 94px;
  padding: 1.5rem 0 4rem;
}

@media screen and (max-width: 1199px) {
  #error404 {
    margin-top: 88px;
  }
}

@media screen and (max-width: 991px) {
  #error404 {
    margin-top: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #error404 {
    margin-top: 82px;
  }
}

#error404 img {
  width: 45%;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #error404 img {
    width: 70%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #error404 img {
    width: 80%;
  }
}

#error404 h2 {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.75;
}

@media screen and (max-width: 991px) {
  #error404 h2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #error404 h2 {
    font-size: 4vw;
  }
}

#error404 .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

#error404 .btnBox a {
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 45px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}

/*# sourceMappingURL=style.css.map */