@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

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

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

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* OPACITY & HOVER UNDERLINE */
.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

/* CONTAINER */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1224px;
  }
}

@media (min-width: 1599px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

.bigCont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .bigCont {
    padding: 0 4%;
  }
}

.cont {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .cont {
    max-width: 90%;
  }
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Grow Shadow */
.hvr-grow-shadow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (min-width: 1599px) {
  .heading {
    margin-bottom: 2.5rem;
  }
}

.heading h2 {
  background: linear-gradient(to bottom, #ef8200 50%, #124B7B 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1599px) {
  .heading h2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .heading h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading h2 {
    font-size: 10.5vw;
  }
}

.heading p {
  font-weight: bold;
  font-size: 2rem;
  color: #124B7B;
}

@media screen and (min-width: 1599px) {
  .heading p {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  .heading p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .heading p {
    font-size: 4.25vw;
  }
}

.btnBox.viewMore {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .btnBox.viewMore {
    justify-content: center;
  }
}

.btnBox.viewMore a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  position: relative;
  width: 240px;
  color: #000;
  border-bottom: 2px solid #000;
  line-height: 1;
  padding-bottom: 6px;
  transition: all 0.3s ease;
  padding-left: 0;
}

@media screen and (min-width: 1599px) {
  .btnBox.viewMore a {
    padding-bottom: 12px;
    width: 260px;
  }
}

@media screen and (max-width: 991px) {
  .btnBox.viewMore a {
    width: 175px;
  }
}

.btnBox.viewMore a:hover {
  padding-left: 8px;
}

.btnBox.viewMore a:before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -4px;
  width: 2px;
  height: 20px;
  background-color: #000;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1599px) {
  .btnBox.viewMore a:before {
    height: 28px;
  }
}

/* CUSTOM VARIABLE */
/* BASE VARIABLE */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

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

/* HEADER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
.header {
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.3s ease;
  border-bottom: 5px solid #f7b52c;
  padding: 1rem 0 8px;
  position: fixed;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1599px) {
  .header {
    padding: 1.5rem 0 1rem;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 0;
    border-bottom: 2px solid #f7b52c;
  }
}

.header.headerTop {
  padding: 30px 0 12px;
}

@media screen and (min-width: 1599px) {
  .header.headerTop {
    padding: 38px 0 20px;
  }
}

@media screen and (max-width: 1199px) {
  .header.headerTop {
    padding: 1.25rem 0 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  .header.headerTop {
    padding: 0;
  }
}

.header.headerTop .sns {
  gap: 19px;
  margin-bottom: 12px;
  padding-right: 0;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .sns {
    gap: 24px;
    margin-bottom: 16px;
  }
}

.header.headerTop .sns li a i {
  font-size: 27.4px;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .sns li a i {
    font-size: 36px;
  }
}

.header.headerTop .inner .logo {
  bottom: -83px;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .inner .logo {
    bottom: -100px;
  }
}

@media screen and (max-width: 1199px) {
  .header.headerTop .inner .logo {
    bottom: -60px;
  }
}

@media screen and (max-width: 991px) {
  .header.headerTop .inner .logo {
    bottom: auto;
  }
}

.header.headerTop .inner .logo:hover {
  bottom: -80px;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .inner .logo:hover {
    bottom: -106px;
  }
}

@media screen and (max-width: 1199px) {
  .header.headerTop .inner .logo:hover {
    bottom: -64px;
  }
}

@media screen and (max-width: 991px) {
  .header.headerTop .inner .logo:hover {
    bottom: -3px;
  }
}

.header.headerTop .inner .logo img {
  width: 131px;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .inner .logo img {
    width: 160px;
  }
}

@media screen and (max-width: 1199px) {
  .header.headerTop .inner .logo img {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .header.headerTop .inner .logo img {
    width: auto;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .header.headerTop .inner .logo img {
    width: auto;
    height: 56px;
  }
}

.header.headerTop .inner nav ul {
  justify-content: space-between;
  width: calc(50% - 98px);
  gap: 0;
}

.header.headerTop .inner nav ul:last-child {
  justify-content: space-between;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .inner nav ul {
    width: calc(50% - 120px);
  }
}

@media screen and (max-width: 1199px) {
  .header.headerTop .inner nav ul {
    width: calc(50% - 80px);
  }
}

.header.headerTop .inner nav ul li a {
  font-size: 1.5rem;
}

@media screen and (min-width: 1599px) {
  .header.headerTop .inner nav ul li a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  .header.headerTop .inner nav ul li a {
    font-size: 1.25rem;
  }
}

.header.scroll {
  padding: 1rem 0 8px;
}

@media screen and (min-width: 1599px) {
  .header.scroll {
    padding: 1.5rem 0 1rem;
  }
}

@media screen and (max-width: 991px) {
  .header.scroll {
    padding: 0;
  }
}

.header.scroll .sns {
  gap: 12px;
  margin-bottom: 8px;
  padding-right: 180px;
}

@media screen and (min-width: 1599px) {
  .header.scroll .sns {
    margin-bottom: 12px;
    padding-right: 125px;
  }
}

@media screen and (max-width: 1399px) {
  .header.scroll .sns {
    padding-right: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .header.scroll .sns {
    padding-right: 90px;
  }
}

.header.scroll .sns li a i {
  font-size: 24px;
}

@media screen and (min-width: 1599px) {
  .header.scroll .sns li a i {
    font-size: 30px;
  }
}

.header.scroll .inner .logo {
  bottom: 1px;
}

@media screen and (max-width: 1199px) {
  .header.scroll .inner .logo {
    bottom: -3px;
  }
}

@media screen and (max-width: 991px) {
  .header.scroll .inner .logo {
    bottom: auto;
  }
}

.header.scroll .inner .logo:hover {
  bottom: 4px;
}

.header.scroll .inner .logo a img {
  width: 57px;
}

@media screen and (min-width: 1599px) {
  .header.scroll .inner .logo a img {
    width: 75px;
  }
}

@media screen and (max-width: 991px) {
  .header.scroll .inner .logo a img {
    width: auto;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .header.scroll .inner .logo a img {
    width: auto;
    height: 56px;
  }
}

.header.scroll .inner nav {
  justify-content: space-between;
}

.header.scroll .inner nav ul {
  width: calc(50% - 68.5px);
  justify-content: flex-end;
  gap: 2.5rem;
}

@media screen and (min-width: 1599px) {
  .header.scroll .inner nav ul {
    width: calc(50% - 90px);
  }
}

.header.scroll .inner nav ul:last-child {
  justify-content: flex-start;
}

.header.scroll .inner nav ul li a {
  font-size: 1.25rem;
}

@media screen and (min-width: 1599px) {
  .header.scroll .inner nav ul li a {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  .header.scroll .inner nav ul li a {
    font-size: 1rem;
  }
}

.header .sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease;
  gap: 12px;
  margin-bottom: 8px;
  padding-right: 180px;
}

@media screen and (min-width: 1599px) {
  .header .sns {
    margin-bottom: 12px;
    padding-right: 125px;
  }
}

@media screen and (max-width: 1399px) {
  .header .sns {
    padding-right: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .header .sns {
    padding-right: 90px;
  }
}

@media screen and (max-width: 991px) {
  .header .sns {
    display: none;
  }
}

.header .sns li a {
  position: relative;
  transition: all 0.3s ease;
  bottom: 0;
}

.header .sns li a:hover {
  bottom: 3px;
}

.header .sns li a i {
  font-size: 24px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1599px) {
  .header .sns li a i {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header .container {
    max-width: 100% !important;
    padding: 0 0 0 1rem !important;
  }
}

.header .inner {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header .inner .logo {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 1px;
  z-index: 1;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .header .inner .logo {
    bottom: -3px;
  }
}

@media screen and (max-width: 991px) {
  .header .inner .logo {
    position: relative;
    transform: translate(0, 0);
    left: auto;
    bottom: auto;
    padding: 0.75rem 0;
  }
}

.header .inner .logo:hover {
  bottom: 4px;
}

.header .inner .logo img {
  width: 57px;
}

@media screen and (min-width: 1599px) {
  .header .inner .logo img {
    width: 75px;
  }
}

@media screen and (max-width: 991px) {
  .header .inner .logo img {
    width: auto;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner .logo img {
    width: auto;
    height: 56px;
  }
}

.header .inner nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .header .inner nav {
    display: none;
  }
}

.header .inner nav ul {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  width: calc(50% - 68.5px);
  justify-content: flex-end;
  gap: 2.5rem;
}

.header .inner nav ul:last-child {
  justify-content: flex-start;
}

@media screen and (min-width: 1599px) {
  .header .inner nav ul {
    width: calc(50% - 90px);
  }
}

@media screen and (max-width: 1199px) {
  .header .inner nav ul {
    width: calc(50% - 68.5px);
  }
}

.header .inner nav ul li a {
  font-weight: bold;
  font-size: 1.25rem;
  color: #124B7B;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1599px) {
  .header .inner nav ul li a {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  .header .inner nav ul li a {
    font-size: 1rem;
  }
}

.header .inner nav ul li a:hover {
  color: #ef8200;
}

.header .inner .iconNav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 75px;
  height: 75px;
  background-color: transparent;
  transition: all .8s ease;
  display: none;
}

@media screen and (max-width: 991px) {
  .header .inner .iconNav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav {
    width: 50px;
    height: 50px;
  }
}

.header .inner .iconNav .hamburger {
  padding: 0;
  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;
  flex-direction: column;
  position: relative;
  width: 75px;
  height: 100%;
  color: #124B7B;
  transition: all .8s ease;
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav .hamburger {
    width: 50px;
  }
}

.header .inner .iconNav .hamburger:focus {
  outline: none;
}

.header .inner .iconNav .hamburger .hamburger-box {
  width: 35px;
  height: 26px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav .hamburger .hamburger-box {
    width: 30px;
    height: 23px;
  }
}

.header .inner .iconNav .hamburger .hamburger-box .hamburger-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 30px;
  height: 2px;
  background-color: #124B7B;
  transition: all .8s ease;
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav .hamburger .hamburger-box .hamburger-inner {
    width: 30px;
  }
}

.header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 30px;
  top: -10px;
  height: 2px;
  right: 0;
  background-color: #124B7B;
  transition: all .8s ease;
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:before {
    width: 30px;
    top: -10px;
  }
}

.header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:after {
  width: 30px;
  height: 2px;
  right: 0;
  background-color: #124B7B;
  transition: all .8s ease;
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:after {
    width: 30px;
  }
}

.header .inner .iconNav .hamburger.hamburger--collapse .hamburger-inner:after {
  top: -20px;
}

@media screen and (max-width: 767px) {
  .header .inner .iconNav .hamburger.hamburger--collapse .hamburger-inner:after {
    top: -20px;
  }
}

.header .inner .iconNav .hamburger.is-active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header .inner .iconNav .hamburger.is-active .hamburger-inner:before {
  top: 0;
}

.header .inner .iconNav .hamburger.is-active .hamburger-inner:after {
  top: 0;
}

.header .inner .iconNav .hamburger.is-active .textMenu {
  display: none;
}

.header .inner .iconNav .hamburger.is-active .textClose {
  display: block;
}

.header .inner .iconNav p {
  margin-top: 9px;
  font-size: 9px;
  font-weight: bold;
  font-family: kozuka-mincho-pr6n, serif;
  text-align: center;
  letter-spacing: 2px;
}

/* NAV SP */
.navSp {
  display: none;
}

@media screen and (max-width: 950px) {
  .navSp {
    position: fixed;
    top: 101px;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 0 0 101px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .navSp {
    top: 82px;
    padding: 0 0 82px;
  }
}

.navSp .inner {
  width: 100%;
}

.navSp .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  transition: all 0.3s ease;
}

.navSp .sns li a {
  position: relative;
  transition: all 0.3s ease;
  bottom: 0;
}

.navSp .sns li a:hover {
  bottom: 3px;
}

.navSp .sns li a i {
  font-size: 27.4px;
  transition: all 0.3s ease;
}

.navSp ul.firstRow {
  width: 100%;
  margin-bottom: 2rem;
}

.navSp ul.firstRow li {
  width: 100%;
  line-height: 45px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.navSp ul.firstRow li .linkSp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 0 1rem;
  letter-spacing: 1px;
  font-size: 16px;
  color: #124B7B;
  font-weight: bold;
}

.navSp ul.firstRow li p {
  padding: 0 15px;
  line-height: 40px;
}

.navSp ul.firstRow li .ddown-sp li {
  padding: 0 15px;
}

.navSp ul.firstRow li .ddown-sp li:last-child {
  border-bottom: 0;
}

.navSp ul.firstRow li .ddown-sp li a {
  font-weight: normal;
}

.navSp ul.firstRow li.hasChild a {
  display: inline-block;
}

.navSp ul.firstRow li.hasChild i {
  position: absolute;
  right: 15px;
  top: 23px;
  font-size: 24px;
  transform: translateY(-50%);
  transition: all .2s ease-in-out;
}

.navSp ul.firstRow li.hasChild i._show {
  transform: translateY(-50%) rotate(180deg);
}

.navSp ul.firstRow li.hasChild .ddown-sp li {
  padding: 0 15px;
}

.navSp ul.firstRow li.hasChild .ddown-sp li:last-child {
  border-bottom: 0;
}

.navSp ul.firstRow li.hasChild .ddown-sp li a {
  font-weight: normal;
}

.navSp ul.firstRow li.hasChild .ddown-sp li a::before {
  display: inline-block;
  content: '・';
  padding-right: 4px;
  transform: translateX(-6px);
}

/* FOOTER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#sponsor {
  position: relative;
  padding: 6rem 0 4.5rem;
}

@media screen and (max-width: 1199px) {
  #sponsor {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  #sponsor {
    padding: 3rem 0;
  }
}

#sponsor .heading {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 1599px) {
  #sponsor .heading {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .heading {
    margin-bottom: 2rem;
  }
}

#sponsor .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sponsor .inner .first {
  margin-bottom: 1rem;
}

#sponsor .inner .first img {
  width: 656px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .first img {
    width: 820px;
  }
}

@media screen and (max-width: 1199px) {
  #sponsor .inner .first img {
    width: 436px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .first img {
    width: 75%;
    margin: auto;
    display: block;
  }
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .first {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .first {
    margin-bottom: 0.5rem;
  }
}

#sponsor .inner .second {
  gap: 57px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .second {
    gap: 65px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .second {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .second {
    gap: 1rem;
  }
}

#sponsor .inner .second .sponsor02 {
  width: 290px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .second .sponsor02 {
    width: 362px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .second .sponsor02 {
    width: 192px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .second .sponsor02 {
    width: 145px;
  }
}

#sponsor .inner .second .sponsor03 {
  width: 350px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .second .sponsor03 {
    width: 437px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .second .sponsor03 {
    width: 232px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .second .sponsor03 {
    width: 175px;
  }
}

#sponsor .inner .third {
  gap: 2.5rem;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .third {
    gap: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .third {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .third {
    gap: 1rem;
  }
}

#sponsor .inner .third .sponsor04 {
  width: 250px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .third .sponsor04 {
    width: 312px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .third .sponsor04 {
    width: 166px;
  }
}

#sponsor .inner .third .sponsor05 {
  width: 190px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .third .sponsor05 {
    width: 237px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .third .sponsor05 {
    width: 126px;
  }
}

#sponsor .inner .third .sponsor06 {
  width: 293px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .third .sponsor06 {
    width: 366px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .third .sponsor06 {
    width: 194px;
  }
}

#sponsor .inner .fourth {
  gap: 2.75rem;
  margin-top: 1rem;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fourth {
    gap: 3.25rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .fourth {
    gap: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fourth {
    flex-wrap: wrap;
    margin-top: 0.75rem;
    gap: 0 1.5rem;
  }
}

#sponsor .inner .fourth .sponsor07 {
  width: 178px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fourth .sponsor07 {
    width: 222px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .fourth .sponsor07 {
    width: 132px;
  }
}

#sponsor .inner .fourth .sponsor08 {
  width: 274px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fourth .sponsor08 {
    width: 342px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .fourth .sponsor08 {
    width: 204px;
  }
}

#sponsor .inner .fourth .sponsor09 {
  width: 150px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fourth .sponsor09 {
    width: 187px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .fourth .sponsor09 {
    width: 111px;
  }
}

#sponsor .inner .fourth p {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fourth p {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner .fourth p {
    font-size: 20px;
  }
}

#sponsor .inner .fifth {
  gap: 2.25rem;
  margin: 20px 0;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fifth {
    gap: 2.75rem;
  }
}

@media screen and (max-width: 1199px) {
  #sponsor .inner .fifth {
    gap: 1rem 4rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fifth {
    gap: 0.5rem 1rem;
    margin: 1rem 0;
  }
}

#sponsor .inner .fifth .sponsor10 {
  width: 136px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fifth .sponsor10 {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fifth .sponsor10 {
    width: 102px;
  }
}

#sponsor .inner .fifth .sponsor11 {
  width: 183px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fifth .sponsor11 {
    width: 228px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fifth .sponsor11 {
    width: 135px;
  }
}

#sponsor .inner .fifth .sponsor12 {
  width: 239px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fifth .sponsor12 {
    width: 298px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fifth .sponsor12 {
    width: 177px;
  }
}

#sponsor .inner .fifth .sponsor13 {
  width: 215px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fifth .sponsor13 {
    width: 268px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fifth .sponsor13 {
    width: 159px;
  }
}

#sponsor .inner .fifth .sponsor14 {
  width: 135px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .fifth .sponsor14 {
    width: 168px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .fifth .sponsor14 {
    width: 99px;
  }
}

#sponsor .inner .last {
  gap: 2.25rem;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .last {
    gap: 2.5rem;
  }
}

@media screen and (max-width: 1199px) {
  #sponsor .inner .last {
    gap: 1rem 3.5rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .last {
    gap: 1rem 1.5rem;
  }
}

#sponsor .inner .last p {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .last p {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .last p {
    font-size: 15px;
  }
}

#sponsor .inner .last .sponsor15 {
  width: 134px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner .last .sponsor15 {
    width: 167px;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner .last .sponsor15 {
    width: 99px;
  }
}

#sponsor .inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 43px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1599px) {
  #sponsor .inner h3 {
    height: 53px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  #sponsor .inner h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #sponsor .inner h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}

footer {
  background-color: #124B7B;
  padding: 2.5rem 0 2rem;
  color: #FFF;
}

@media screen and (min-width: 1599px) {
  footer {
    padding: 3.25rem 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 1.5rem 0 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  footer nav {
    display: none;
  }
}

footer nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 47px;
  font-weight: 500;
}

@media screen and (min-width: 1599px) {
  footer nav ul {
    gap: 55px;
  }
}

@media screen and (max-width: 767px) {
  footer nav ul {
    gap: 1.5rem;
  }
}

footer nav ul li {
  position: relative;
}

footer nav ul li:before {
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #FFF;
}

@media screen and (min-width: 1599px) {
  footer nav ul li:before {
    height: 30px;
    right: -30px;
  }
}

footer nav ul li:last-child:before {
  display: none;
}

footer nav ul li a {
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  footer nav ul li a {
    font-size: 14px;
  }
}

footer nav ul li a:hover {
  color: #ef8200;
}

footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin: 1.5rem 0 3.5rem;
}

@media screen and (min-width: 1599px) {
  footer .sns {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  footer .sns {
    margin: 0 0 1.5rem;
  }
}

footer .sns li a {
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}

footer .sns li a:hover {
  top: -3px;
}

footer .sns li a i {
  font-size: 27.4px;
}

@media screen and (min-width: 1599px) {
  footer .sns li a i {
    font-size: 32px;
  }
}

footer .notes {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1599px) {
  footer .notes {
    font-size: 18px;
  }
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 1599px) {
  footer .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
  }
}

/* MAINVISUAL */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK MAINVISUAL */
#mainvisual {
  position: relative;
  padding-top: 94px;
}

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

@media screen and (max-width: 991px) {
  #mainvisual {
    padding-top: 101px;
  }
}

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

#mainvisual img {
  width: 100%;
}

#mainvisual.subBlog .inner {
  justify-content: center;
  padding: 3rem 0;
}

@media screen and (max-width: 1199px) {
  #mainvisual.subBlog .inner {
    padding: 3rem 0 1rem;
  }
}

#mainvisual.subBlog .inner .left {
  padding-right: 0;
  margin-bottom: 0;
}

#mainvisual.subBlog .inner .left div h1 {
  text-align: center;
}

#mainvisual.subBlog .inner .category {
  display: none;
}

#mainvisual .inner {
  display: flex;
  justify-content: flex-start;
  padding: 5rem 0 3.5rem;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner {
    padding: 3rem 0 1rem;
  }
}

@media screen and (max-width: 991px) {
  #mainvisual .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner {
    padding: 2.5rem 0 1rem;
  }
}

#mainvisual .inner .left {
  padding-right: 7rem;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner .left {
    padding-right: 5rem;
  }
}

@media screen and (max-width: 991px) {
  #mainvisual .inner .left {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

#mainvisual .inner .left div h1 {
  background: linear-gradient(to bottom, #ef8200 50%, #124B7B 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner .left div h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .left div h1 {
    font-size: 9vw;
  }
}

#mainvisual .inner .left div p {
  font-weight: bold;
  font-size: 2rem;
  color: #124B7B;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #mainvisual .inner .left div p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #mainvisual .inner .left div p {
    font-size: 4.25vw;
  }
}

/* BREADCRUMB */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
/* SASS UNTUK BREADCRUMB */
/*-----BREADCRUMB-----*/
.breadcrumbPage {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background-color: white;
}

.breadcrumbPage ul {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.breadcrumbPage ul li {
  font-size: 87.5%;
  letter-spacing: 1px;
  color: #124B7B;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .breadcrumbPage ul li {
    font-size: 75%;
  }
}

.breadcrumbPage ul li:not(:last-child) {
  margin-right: 25px;
}

.breadcrumbPage ul li a {
  position: relative;
}

.breadcrumbPage ul li a img {
  height: 18px;
  position: relative;
  top: -2px;
}

.breadcrumbPage ul li a.active {
  text-decoration: underline;
}

.breadcrumbPage ul li.arrow {
  position: relative;
}

.breadcrumbPage ul li.arrow:before {
  position: absolute;
  top: 10px;
  left: -17px;
  display: block;
  content: '';
  height: 6px;
  width: 6px;
  border: 1px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.breadcrumbPage ul li.active {
  color: #000;
}

/* COOKIE */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
.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 {
  color: #124B7B !important;
  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;
  background-color: #124B7B !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;
  border: 1px solid #124B7B !important;
  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;
  }
}

.cc-btn:hover {
  background-color: #416f95 !important;
}

#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 {
  color: #124B7B;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 3px;
}

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

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