/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
:root {
  --color-text: #174daa;
  --color-text--2: #251e1c;
  --color-marker: #fff935;
  --font-size--18: clamp(1rem, 0.813rem + 0.67vw, 1.125rem);
  --font-size--22: clamp(1.125rem, 0.75rem + 1.33vw, 1.375rem);
  --font-size--28: clamp(1.25rem, 0.5rem + 2.67vw, 1.75rem);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5;
}
@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color-text);
}

img {
  vertical-align: bottom;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
.bsc-wrp {
  display: flex;
  min-height: 100svh;
}
.bsc-wrp .bsc-left {
  position: relative;
  flex: 1;
}
.bsc-wrp .bsc-left-inner {
  position: sticky;
  top: 0;
  background: url(../img/bg-left.png) left center no-repeat;
  background-size: cover;
  height: 100lvh;
}
.bsc-wrp .bsc-left a {
  position: absolute;
  top: 38%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 350px;
  transition: opacity 0.2s;
}
.bsc-wrp .bsc-left a:hover {
  opacity: 0.5;
}
.bsc-wrp .bsc-left img {
  width: 100%;
  height: auto;
}
.bsc-wrp .bsc-right {
  position: relative;
  flex: 1;
}
.bsc-wrp .bsc-right-inner {
  position: sticky;
  top: 0;
  background: url(../img/bg-right.png) right center no-repeat;
  background-size: cover;
  height: 100lvh;
}
.bsc-wrp .bsc-main {
  width: 100%;
  max-width: 750px;
  background-color: #e4f7ff;
}
.bsc-wrp #HD {
  background-color: #fff;
}
.bsc-wrp #HD h1 {
  margin: 0;
  padding: 11px 0 11px 35px;
  line-height: 0;
}
.bsc-wrp #HD h1 a {
  display: inline-block;
  height: 58px;
}
.bsc-wrp #HD h1 img {
  width: auto;
  height: 100%;
}
.bsc-wrp #SM {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}
.bsc-wrp .sm-inner {
  max-width: 276px;
  margin: 0 auto;
}
.bsc-wrp .pg-nv {
  color: #fff;
  -webkit-text-stroke: 4px #73c6ff;
  text-stroke: 4px #73c6ff;
  paint-order: stroke;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
}
.bsc-wrp .pg-nv p {
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.bsc-wrp .pg-nv a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.bsc-wrp .pg-nv a:hover {
  color: var(--color-marker);
}
.bsc-wrp .pg-nv li {
  margin: 28px 0;
}
.bsc-wrp .pg-nv ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bsc-wrp .sm-btn {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
}
.bsc-wrp .sm-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bsc-wrp .sm-btn li {
  margin: 15px 0;
}
.bsc-wrp .sm-btn a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 25px 10px 30px 70px;
  text-align: center;
  border-radius: 10px;
  transition: opacity 0.2s;
}
.bsc-wrp .sm-btn a:hover {
  opacity: 0.7;
}
.bsc-wrp .sm-btn a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.bsc-wrp .sm-btn .sm-btn--contact a {
  background-color: #174daa;
}
.bsc-wrp .sm-btn .sm-btn--contact a::before {
  background-image: url(../img/ic-contact.svg);
}
.bsc-wrp .sm-btn .sm-btn--register a {
  background-color: #00984b;
}
.bsc-wrp .sm-btn .sm-btn--register a::before {
  background-image: url(../img/ic-register.svg);
}
@media only screen and (max-width: 1300px) {
  .bsc-wrp #SM {
    padding: 0 5px 0 10px;
  }
  .bsc-wrp .pg-nv {
    font-size: 1.8vw;
  }
  .bsc-wrp .pg-nv li {
    margin: 1.5vw 0;
  }
  .bsc-wrp .sm-btn {
    font-size: 1.6vw;
    margin-top: 30px;
  }
  .bsc-wrp .sm-btn li {
    margin: 10px 0;
  }
  .bsc-wrp .sm-btn a {
    padding: 15px 10px 20px 43px;
    text-align: left;
  }
  .bsc-wrp .sm-btn a::before {
    width: 25px;
    height: 25px;
    left: 10px;
  }
}
@media only screen and (max-width:1100px) {
  .bsc-wrp .bsc-left a {
    display: none;
  }
  .bsc-wrp .bsc-right #SM {
    display: none;
  }
}
@media only screen and (max-width:750px) {
  .bsc-wrp {
    display: block;
  }
  .bsc-wrp .bsc-left, .bsc-wrp .bsc-right {
    display: none;
  }
  .bsc-wrp #HD h1 {
    padding: 1.5vw 5vw;
  }
  .bsc-wrp #HD h1 a {
    height: 7.5vw;
  }
}
@media only screen and (max-width:500px) {
  .bsc-wrp #HD h1 {
    padding: 7px 20px;
  }
  .bsc-wrp #HD h1 a {
    height: 38px;
  }
}

.cnt-illust {
  display: flex;
}
.cnt-illust .c-illust--l,
.cnt-illust .c-illust--r {
  flex: 1;
}
.cnt-illust .cnt-illust--r {
  text-align: right;
}
.cnt-illust img {
  width: 100%;
  height: auto;
}

#KV {
  position: relative;
  padding-top: 166.6666666667%;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
#KV .kv-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#KV img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#KV .kv-psn-1 {
  transform: translateX(10%);
}
#KV .kv-psn-2 {
  transform: translateX(-10%);
}
#KV .kv-psn-2-f {
  transform: scale(5%) translateX(-30%);
}
#KV .kv-psn-3 {
  transform: translateX(10%);
}
#KV .kv-psn-3-f {
  transform: translateX(10%);
  transform-origin: right bottom;
}
#KV.loaded {
  opacity: 1 !important;
}
#KV.loaded > div {
  opacity: 1;
}
#KV.loaded .kv-pic-1, #KV.loaded .kv-pic-2, #KV.loaded .kv-pic-3, #KV.loaded .kv-text {
  transition: opacity 1s ease;
}
#KV.loaded .kv-psn-1, #KV.loaded .kv-psn-2, #KV.loaded .kv-psn-3 {
  transition: all 1s ease;
  transform: translateX(0);
}
#KV.loaded .kv-psn-2-f {
  transition: all 0.5s ease-in-out;
  transform: none;
}
#KV.loaded .kv-psn-3-f {
  transition: all 0.5s ease-in-out;
  transform: none;
}
#KV.loaded .kv-pic-1 {
  transition-delay: 0.3s;
}
#KV.loaded .kv-pic-2 {
  transition-delay: 0.5s;
}
#KV.loaded .kv-pic-3 {
  transition-delay: 0.7s;
}
#KV.loaded .kv-psn-1 {
  transition-delay: 0.7s;
}
#KV.loaded .kv-text {
  transition-delay: 1s;
}
#KV.loaded .kv-psn-2 {
  transition-delay: 1.5s;
}
#KV.loaded .kv-psn-2-f {
  transition-delay: 1.8s;
}
#KV.loaded .kv-psn-3 {
  transition-delay: 2s;
}
#KV.loaded .kv-psn-3-f {
  transition-delay: 2.2s;
}

.kv-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
.kv-loading-overlay .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top: 4px solid #007f9f;
  border-radius: 50%;
  animation: kv-spin 1s linear infinite;
}

@keyframes kv-spin {
  to {
    transform: rotate(360deg);
  }
}
#CNT .cnt-inner {
  padding: 0 20px;
}
#CNT .ctg-ttl--en {
  margin: 0;
  text-align: center;
}
#CNT .ctg-ttl--en img {
  width: 70%;
  height: auto;
  max-width: 330px;
}
#CNT .ctg-ttl {
  font-size: clamp(1.563rem, 0.719rem + 3vw, 2.125rem);
  text-align: center;
  margin: clamp(0.625rem, -0.781rem + 5vw, 1.563rem) 0 0;
  font-weight: 700;
}
#CNT .cap-text {
  font-size: clamp(1.875rem, 0.469rem + 5vw, 2.813rem);
  text-align: center;
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}
#CNT .cap-text span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#CNT .cap-text span::before {
  content: "";
  display: block;
  height: 20px;
  width: 0;
  background-color: var(--color-marker);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 5px;
  right: 0;
  transition: width 1s ease;
}
#CNT .cap-text span.cap-text--2::before {
  transition-delay: 0.5s;
}
#CNT .cap-text span.cap-text--3::before {
  transition-delay: 1s;
}
#CNT .cap-text.anm--on span::before {
  width: 100%;
}
#CNT .read-text {
  font-size: clamp(1.125rem, 0.469rem + 2.33vw, 1.563rem);
  text-align: center;
  line-height: 2.4;
  font-weight: 700;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s ease;
}
#CNT .read-text.anm--on {
  opacity: 1;
  transform: translateY(0);
}

#CNT-1 {
  padding-top: 30px;
}
#CNT-1 .cnt-illust img {
  max-width: 240px;
}

#CNT-2 {
  padding-top: 30px;
}
#CNT-2 .cnt-2-inner {
  padding: 0 20px;
}
#CNT-2 .cnt-2-point {
  font-size: clamp(1.125rem, 0.656rem + 1.67vw, 1.438rem);
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}
#CNT-2 .cnt-2-point p {
  margin: 0;
}
#CNT-2 .cnt-2-point--img {
  position: relative;
  max-width: 210px;
  margin: 25px auto;
}
#CNT-2 .cnt-2-point--img img {
  width: 100%;
  height: auto;
}
#CNT-2 .cnt-2-point--img .img-2 {
  position: absolute;
  left: 0;
  top: 0;
}
#CNT-2 .swiper {
  margin-bottom: 60px;
}
#CNT-2 .swiper-slide {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
#CNT-2 .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/achv-plus.png) 0 0 no-repeat;
  background-size: cover;
}
#CNT-2 .swiper-slide img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:750px) {
  #CNT-2 .swiper {
    margin-bottom: 8vw;
  }
  #CNT-2 .swiper-slide {
    border-radius: 3vw;
  }
}

#CNT-3 {
  padding-top: 30px;
  margin-top: 70px;
}

#CNT-4 {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
#CNT-4 img {
  width: 100%;
  height: auto;
}
#CNT-4 .cnt-4-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.63, -0.43, 0.4, 1.55);
  transform: scale(10%);
}
#CNT-4 .cnt-4-img-show {
  opacity: 1 !important;
  transition: none;
}
#CNT-4 .cnt-4-img--1 {
  transform-origin: 20% 25%;
  transition-delay: 0s;
}
#CNT-4 .cnt-4-img--2 {
  transform-origin: 68% 33%;
  transition-delay: 0.5s;
}
#CNT-4 .cnt-4-img--3 {
  transform-origin: 38% 43%;
  transition-delay: 1s;
}
#CNT-4 .cnt-4-img--4 {
  transform-origin: 68% 50%;
  transition-delay: 1.5s;
}
#CNT-4 .cnt-4-img--5 {
  transform-origin: 38% 65%;
  transition-delay: 2s;
}
#CNT-4 .cnt-4-img--6 {
  transform-origin: 38% 85%;
  transition-delay: 2.5s;
}
#CNT-4.anm--on {
  opacity: 1;
}
#CNT-4.anm--on .cnt-4-img {
  opacity: 1;
  transform: none;
}

#CNT-5 {
  padding-top: 30px;
  margin-top: 70px;
}
#CNT-5 .cnt-5-heart {
  position: relative;
  margin-top: 10px;
}
#CNT-5 .cnt-5-heart img {
  width: auto;
  height: auto;
  max-width: 100%;
  opacity: 0;
  transform: scale(10%);
  transition: all 0.3s ease;
}
#CNT-5 .cnt-5-heart .cnt-5-heart-img--0 {
  opacity: 1;
  transform: none;
}
#CNT-5 .cnt-5-heart .cnt-5-heart-img--1 {
  transition-delay: 0.1s;
}
#CNT-5 .cnt-5-heart .cnt-5-heart-img--2 {
  transition-delay: 0.2s;
}
#CNT-5 .cnt-5-heart .cnt-5-heart-img--3 {
  transition-delay: 0.3s;
}
#CNT-5 .cnt-5-heart .cnt-5-heart-img--4 {
  transition-delay: 0.4s;
}
#CNT-5 .cnt-5-heart .cnt-5-heart-img--5 {
  transition-delay: 0.5s;
}
#CNT-5 .cnt-5-heart-inner {
  overflow: hidden;
}
#CNT-5 .cnt-5-heart-inner img {
  position: absolute;
  top: 0;
  left: 0;
}
#CNT-5 .cnt-5-heart.anm--on img {
  opacity: 1;
  transform: none;
}
#CNT-5 .cnt-5-text {
  margin-bottom: 30px;
  text-align: center;
  font-size: var(--font-size--22);
  font-weight: 600;
}
#CNT-5 .cnt-5-text p {
  margin: 10px 0;
}
#CNT-5 .cnt-5-team {
  display: flex;
}
#CNT-5 .cnt-5-team .cnt-5-team--logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#CNT-5 .cnt-5-team figure {
  margin: 0;
  padding: 0;
}
#CNT-5 .cnt-5-team figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#CNT-5 .cnt-5-team figcaption {
  color: #333;
  font-size: var(--font-size--18);
  margin: 5px 20px;
  font-weight: 600;
}
#CNT-5 .cnt-5-team--1 {
  padding-left: 6.7%;
}
#CNT-5 .cnt-5-team--2 {
  padding-right: 6.7%;
  margin-top: 60px;
  flex-direction: row-reverse;
}
@media only screen and (max-width:500px) {
  #CNT-5 .cnt-5-team--1 {
    padding-left: 10px;
  }
  #CNT-5 .cnt-5-team--2 {
    padding-right: 10px;
  }
}

#CNT-6 {
  margin-top: 130px;
  padding: 30px 15px 100px;
}
#CNT-6 .cnt-6-inner {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
#CNT-6 .cnt-6-logo a {
  display: inline-block;
}
#CNT-6 .cnt-6-logo img {
  width: 100%;
  height: auto;
  max-width: 510px;
}
#CNT-6 .cnt-6-tel {
  margin-top: 40px;
}
#CNT-6 .cnt-6-tel > p {
  margin: 0;
  font-size: var(--font-size--28);
  font-weight: 800;
  letter-spacing: 2px;
}
#CNT-6 .cnt-6-tel > p span {
  display: inline-block;
}
#CNT-6 .cnt-6-telNumber span {
  color: var(--color-text--2);
  font-size: clamp(1.875rem, 1.125rem + 2.67vw, 2.375rem);
  font-weight: 800;
}
#CNT-6 .cnt-6-telNumber a {
  display: inline-block;
  font-size: clamp(2.5rem, 0.625rem + 6.67vw, 3.75rem);
  text-decoration: none;
  color: var(--color-text);
  font-weight: 800;
}
#CNT-6 .cnt-6-address {
  font-size: var(--font-size--18);
  margin: 0 0 40px;
  color: var(--color-text--2);
  font-weight: 600;
}
#CNT-6 .cnt-6-address span {
  display: inline-block;
}
#CNT-6 .cnt-6-map {
  position: relative;
  margin: 25px 0 70px;
  height: 425px;
}
#CNT-6 .cnt-6-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#CNT-6 .cnt-6-btn {
  text-align: center;
}
#CNT-6 .cnt-6-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 505px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: var(--color-text);
}
#CNT-6 .cnt-6-btn a::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/ic-official.svg);
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#CNT-6 .cnt-6-btn a span {
  display: block;
}
#CNT-6 .cnt-6-btn a span.en {
  font-size: var(--font-size--28);
  letter-spacing: 2px;
}
#CNT-6 .cnt-6-btn a span.jp {
  margin-top: 10px;
  font-size: var(--font-size--18);
  font-weight: 700;
}
@media only screen and (max-width:750px) {
  #CNT-6 .cnt-6-map {
    margin-bottom: 40px;
  }
  #CNT-6 .cnt-6-btn a::before {
    height: 30px;
    width: 30px;
    right: 20px;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.modal .modal-content {
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  position: relative;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 34px;
}
.modal h5 {
  margin: 0 0 20px;
  text-align: center;
  font-size: var(--font-size--22);
  font-weight: 700;
}
.modal h5 span {
  font-size: 16px;
  font-weight: 400;
}
.modal figure {
  margin: 20px 0;
  padding: 0;
}
.modal figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:500px) {
  .modal .modal-content {
    padding: 30px 5px;
  }
  .modal .modal-close {
    top: 0;
    right: 5px;
    font-size: 28px;
  }
}

.modal-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-loading-overlay .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ccc;
  border-top: 4px solid #007f9f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.modal-content {
  position: relative;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* #FT MENU
/* -------------------------------------------------------------------------*/
#FT-upMenu {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: var(--font-size--28);
  font-weight: 700;
}
#FT-upMenu ul {
  display: flex;
  gap: 14px;
  max-width: 750px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#FT-upMenu li {
  flex: 1;
}
#FT-upMenu li a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
#FT-upMenu li a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(-5%);
}
#FT-upMenu li.sm-btn--contact a {
  background-color: #174daa;
}
#FT-upMenu li.sm-btn--contact a::before {
  background-image: url(../img/ic-contact.svg);
}
#FT-upMenu li.sm-btn--register a {
  background-color: #00984b;
}
#FT-upMenu li.sm-btn--register a::before {
  background-image: url(../img/ic-register.svg);
}
@media only screen and (max-width:1100px) {
  #FT-upMenu {
    display: block;
    transition: bottom 0.25s ease-out;
  }
  #FT-upMenu.show {
    bottom: -100px;
  }
}
@media only screen and (max-width:750px) {
  #FT-upMenu ul {
    gap: 2vw;
  }
  #FT-upMenu li a {
    padding: 2.5vw 10px;
    border-radius: 2vw 2vw 0 0;
  }
  #FT-upMenu li a::before {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 1.5vw;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BURGUR MENU
/* -------------------------------------------------------------------------*/
body.bgmn--on {
  overflow: hidden;
}

#BGMN {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  /*

  body.bgmn--on &{
      right: 0;
      bottom: 0;
      background-color: rgba(#174daa, 0.5);
  }


  .bgmn-inner{
      display: none;

      position: fixed;
      top: 0;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      height: 100vh;
      overflow-y: auto;

      width: 100%;
      max-width: 750px;
      background-color: var(--color-text);
  }


  .bgmn-cnt{
      position: relative;
      border: 1px solid #000;

      &, a{
          color: #fff;
          text-decoration: none;
      }
  }


  */
}
#BGMN .bgmn-hd {
  position: fixed;
  width: 100%;
  max-width: 750px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#BGMN #BGMN-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: var(--color-text);
  cursor: pointer;
}
#BGMN #BGMN-btn span {
  display: block;
  height: 2px;
  width: 45%;
  background-color: #fff;
  transform-origin: center;
  transition: all 0.3s ease;
}
#BGMN #BGMN-btn span:nth-child(1) {
  transform: translateY(-12px) rotate(0deg);
}
#BGMN #BGMN-btn span:nth-child(3) {
  transform: translateY(12px) rotate(0deg);
}
body.bgmn--on #BGMN #BGMN-btn span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}
body.bgmn--on #BGMN #BGMN-btn span:nth-child(2) {
  opacity: 0;
}
body.bgmn--on #BGMN #BGMN-btn span:nth-child(3) {
  transform: translateY(-2px) rotate(-45deg);
}
#BGMN .bgmn-inner {
  display: none;
  width: 100%;
  max-width: 750px;
  padding: 30px;
  background-color: #73c6ff;
  overflow-y: auto;
}
#BGMN .bgmn-cnt {
  text-align: center;
}
#BGMN .bgmn-cnt, #BGMN .bgmn-cnt a {
  color: #fff;
  text-decoration: none;
}
#BGMN .pg-nv {
  font-size: 24px;
  font-weight: 600;
  padding-top: 30px;
}
#BGMN .pg-nv .pg-nv-inner {
  display: inline-block;
  text-align: left;
}
#BGMN .pg-nv p {
  display: inline-block;
  margin: 0 0 10px;
  border-bottom: 1px solid #fff;
}
#BGMN .pg-nv ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#BGMN .pg-nv li {
  margin: 10px 0;
  padding: 0;
}
#BGMN .bgmn-btn {
  max-width: 200px;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
#BGMN .bgmn-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#BGMN .bgmn-btn li {
  margin: 15px 0;
}
#BGMN .bgmn-btn a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 10px 15px 55px;
  border-radius: 10px;
  transition: opacity 0.2s;
}
#BGMN .bgmn-btn a:hover {
  opacity: 0.7;
}
#BGMN .bgmn-btn a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#BGMN .bgmn-btn .sm-btn--contact a {
  background-color: #174daa;
}
#BGMN .bgmn-btn .sm-btn--contact a::before {
  background-image: url(../img/ic-contact.svg);
}
#BGMN .bgmn-btn .sm-btn--register a {
  background-color: #00984b;
}
#BGMN .bgmn-btn .sm-btn--register a::before {
  background-image: url(../img/ic-register.svg);
}
body.bgmn--on #BGMN {
  right: 0;
  bottom: 0;
  background-color: rgba(23, 77, 170, 0.5);
}
body.bgmn--on #BGMN .bgmn-inner {
  display: block;
}
@media only screen and (max-width:1100px) {
  #BGMN {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width:750px) {
  #BGMN #BGMN-btn {
    width: 10.5vw;
    height: 10.5vw;
  }
  #BGMN #BGMN-btn span:nth-child(1) {
    transform: translateY(-8px) rotate(0deg);
  }
  #BGMN #BGMN-btn span:nth-child(3) {
    transform: translateY(8px) rotate(0deg);
  }
}
@media only screen and (max-width:500px) {
  #BGMN #BGMN-btn {
    width: 52px;
    height: 52px;
  }
  #BGMN #BGMN-btn span:nth-child(1) {
    transform: translateY(-6px) rotate(0deg);
  }
  #BGMN #BGMN-btn span:nth-child(3) {
    transform: translateY(6px) rotate(0deg);
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/*
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/