@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  width: 100%;
  vertical-align: middle;
}

a.sky-blue {
  background: #29abe2;
  color: #fff;
}
a.green {
  background: #00a99d;
  color: #fff;
}
a.blue {
  background: #2e3192;
  color: #fff;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 1100px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1099px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media screen and (min-width: 1100px) {
  a:hover {
    opacity: 0.8;
  }
}

input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1100px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.altViewNoAltHeadCloseBtn img {
  height: 50px;
}

.base-page__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .base-page__inner {
    padding-top: 100px;
  }
}
.base-page__head {
  text-align: center;
  font-size: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .base-page__head {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
.base-page__content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .base-page__content {
    margin-bottom: 50px;
  }
}
.base-page__content > * + * {
  margin-top: 40px;
}
.base-page__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-page__title {
    font-size: 20px;
  }
}
.base-page__wrap > * + * {
  margin-top: 20px;
}
.base-page ul {
  list-style: disc;
  margin-left: 1.2em;
}
.base-page a {
  text-decoration: underline;
  font-weight: bold;
  color: #29abe2;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 800;
}
.header__inner {
  position: absolute;
  top: 10px;
  right: 10px;
}
.header__logo {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.footer {
  background: #363636;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1099px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  background: #eee;
  padding: 10px 20px 10px;
  max-width: 420px;
}
.footer__address {
  margin-top: 10px;
  font-size: 15px;
}
.footer__tel {
  margin-top: 5px;
  font-size: 23px;
  font-weight: bold;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__bnr-area {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1099px) {
  .footer__bnr-area {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.footer__bnr {
  background: #fff;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__copy {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #b0e0f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader {
  color: #fff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
          animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* --------------------------------
pagetop
----------------------------------- */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 0;
}
.pagetop a {
  background: #29abe2;
  color: #fff;
  padding: 20px 20px 20px 30px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    padding: 14px 14px 14px 20px;
  }
}

.modal__open {
  overflow: hidden;
}
.modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 999;
}
.modal__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
}
.modal__close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  background: rgba(0, 113, 188, 0.45);
  will-change: opacity;
}
.modal__close-btn span {
  height: auto;
  position: absolute;
  left: 9px;
  width: 60%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.modal__close-btn span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.modal__close-btn span:nth-of-type(2) {
  bottom: 12px;
  -webkit-transform: translateY(-10px) rotate(45deg);
      -ms-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.modal__inner {
  padding: 30px;
  background: #fff;
  height: auto;
  border: 2px solid rgba(0, 113, 188, 0.45);
}
.modal__head {
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}
.modal__title-ja {
  font-size: 30px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .modal__title-ja {
    font-size: 24px;
  }
}
.modal__title-en {
  font-size: 16px;
}
.modal__img {
  margin-top: 20px;
}
.modal__float-box::after {
  content: "";
  display: block;
  clear: both;
}
.modal__float-img {
  float: left;
  width: 50%;
  margin-right: 1em;
}
.modal__text {
  margin-top: 20px;
  text-align: justify;
}
.modal__scroll {
  max-height: 40vh;
  overflow: scroll;
}
.modal__list {
  margin-top: 20px;
}
.modal__item + * {
  margin-top: 20px;
}
.modal__sub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.modal__icon {
  width: 45px;
}
.modal__sub-title-ja {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal__sub-title-ja {
    font-size: 22px;
  }
}
.modal__sub-title-ja span {
  display: none;
  font-size: 0.5em;
  margin-left: 6px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .modal__sub-title-ja span {
    display: inline-block;
  }
}
.modal__sub-title-en {
  font-size: 14px;
  margin-top: 4px;
}

.sub-modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}
.sub-modal__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 455px;
  width: 100%;
  padding: 0 15px;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}
.sub-modal__close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  background: rgba(0, 113, 188, 0.45);
  will-change: opacity;
}
.sub-modal__close-btn span {
  height: auto;
  position: absolute;
  left: 9px;
  width: 60%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.sub-modal__close-btn span:nth-of-type(1) {
  top: 12px;
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.sub-modal__close-btn span:nth-of-type(2) {
  bottom: 12px;
  -webkit-transform: translateY(-10px) rotate(45deg);
      -ms-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.sub-modal__inner {
  padding: 20px;
  background: #fff;
  height: auto;
  border: 2px solid rgba(0, 113, 188, 0.45);
}
.sub-modal__text {
  margin-top: 20px;
}

.g-map {
  aspect-ratio: 4/3;
  margin-top: 10px;
}
.g-map iframe {
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.mv__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.mv__text-pc {
  position: absolute;
  top: 50px;
  left: 40px;
  max-width: 650px;
}
@media screen and (max-width: 1099px) {
  .mv__text-pc {
    max-width: 450px;
    top: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv__text-pc {
    max-width: 50%;
    top: 25%;
    left: 8%;
  }
}

@media screen and (max-width: 1099px) {
  .mv-sp-text {
    width: 80%;
    margin: 40px auto;
  }
}

.map {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
@media screen and (max-width: 1099px) {
  .map {
    position: unset;
  }
}
.map__img {
  max-width: 85%;
  position: relative;
  z-index: 100;
  cursor: url(../img/common/cursor.png) 16 16, auto;
}
@media screen and (max-width: 1099px) {
  .map__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .map__img .pc {
    display: none;
  }
}
.map__img area {
  cursor: url(../img/common/cursor.png) 16 16, auto;
}
.map__img area:hover {
  cursor: url(../img/common/cursor_hover.png) 16 16, auto;
}
.map__img area:hover::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1000;
  font-size: 14px;
  pointer-events: none;
}
.map__content {
  max-width: 61%;
  margin: 0 0 0 auto;
  position: relative;
  top: -150px;
  padding-right: 15px;
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .map__content {
    max-width: 100%;
    position: unset;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .map__content {
    margin-top: 30px;
  }
}
.map__content::after {
  content: "";
  display: block;
  clear: both;
}
.map__title {
  font-size: 30px;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 2px solid #333;
}
.map__text {
  line-height: 2;
  text-align: justify;
}
.map__icon {
  max-width: 60px;
  float: right;
  margin: 0 45% 0 auto;
}
@media screen and (max-width: 1099px) {
  .map__icon {
    margin: 0 48% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .map__icon {
    margin: 0 0 0 10px;
  }
}

.btn-area {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  top: -110px;
}
@media screen and (max-width: 1099px) {
  .btn-area {
    position: unset;
    margin: 70px 0;
  }
}
.btn-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1099px) {
  .btn-area__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.btn-area__item a {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  min-height: 70px;
  width: 260px;
  padding: 8px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .btn-area__item a {
    font-size: 20px;
    width: 220px;
  }
}
.btn-area__item a span {
  font-size: 0.8em;
  display: inline-block;
}

.under-mv {
  max-width: 1300px;
  margin: 0 auto;
}
.under-mv__inner {
  position: relative;
}
.under-mv__content {
  position: absolute;
  top: 25%;
  left: 0px;
  color: #fff;
  width: 36.5%;
  padding: 0 3%;
}
@media screen and (max-width: 1099px) {
  .under-mv__content {
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .under-mv__content {
    padding: 0 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.under-mv__title {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1099px) {
  .under-mv__title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .under-mv__title {
    border: none;
    font-size: 4vw;
  }
}
.under-mv__title span {
  font-size: 0.6em;
}
.under-mv__text {
  line-height: 1.7;
}
@media screen and (max-width: 1099px) {
  .under-mv__text {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 767px) {
  .under-mv__text {
    text-align: center;
    font-size: 16px;
  }
}

.under-mv-sp-text {
  display: none;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .under-mv-sp-text {
    display: block;
    padding: 30px 15px;
  }
}

.nav-area {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.nav-area__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.nav-area__lead {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nav-area__lead {
    font-size: 24px;
  }
}
.nav-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  margin-top: 60px;
}
@media screen and (max-width: 1099px) {
  .nav-area__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.nav-area__box {
  border: 2px solid #1b1487;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .nav-area__box {
    padding: 15px;
  }
}
.nav-area__box--multiple {
  width: 60%;
}
@media screen and (max-width: 1099px) {
  .nav-area__box--multiple {
    width: 100%;
  }
}
.nav-area__box--multiple2 {
  border: 2px solid #005eb3;
  width: 65%;
}
@media screen and (max-width: 1099px) {
  .nav-area__box--multiple2 {
    width: 100%;
  }
}
.nav-area__box--single {
  width: 40%;
}
@media screen and (max-width: 1099px) {
  .nav-area__box--single {
    width: 100%;
  }
}
.nav-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .nav-area__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav-area__item {
  width: calc((100% - 40px) / 3);
  min-width: 185px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .nav-area__item {
    font-size: 16px;
    padding: 10px;
  }
}
.nav-area__item--sky-blue {
  background: #29abe2;
}
.nav-area__item--blue {
  background: #2e3192;
}
.nav-area__item--blue2 {
  background: #005eb3;
}
.nav-area__item--fit {
  font-size: 17px;
}
.nav-area__item:hover {
  opacity: 0.8;
}
.nav-area__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.nav-area__title--sky-blue {
  color: #29abe2;
}
.nav-area__title--blue {
  color: #2e3192;
}
.nav-area__title--blue2 {
  color: #005eb3;
}

.essentials {
  background: #ebf2f9;
}
.essentials__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.essentials__head {
  text-align: center;
  font-size: 30px;
}
.essentials__content {
  display: none;
  margin-top: 40px;
}
.essentials__content.show {
  display: block;
}
.essentials__table {
  table-layout: fixed;
  width: 100%;
  border: 2px solid #005eb3;
  border-collapse: collapse;
  background: #fff;
}
.essentials__table th, .essentials__table td {
  border: 2px solid #005eb3;
  padding: 20px;
  font-size: 22px;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .essentials__table th, .essentials__table td {
    font-size: 16px;
    padding: 15px;
  }
}
.essentials__table th {
  width: 250px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .essentials__table th {
    width: 110px;
  }
}
.essentials__table td {
  text-align: justify;
}
.essentials__link {
  margin-top: 60px;
}
.essentials__link a {
  margin: 0 auto;
}

.btn {
  max-width: 400px;
  padding: 10px;
}
.btn--green {
  background: #00a99d;
}
.btn--sky-blue {
  background: #29abe2;
}
.btn__title {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.btn__title span {
  font-size: 0.8em;
}
.btn__label {
  background: #fff;
  color: #00a99d;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
}
.btn__label--sky-blue {
  color: #29abe2;
}

.annotation-text {
  text-align: center;
  font-size: 40px;
}

.event__inner {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .event__inner {
    padding-top: 100px;
  }
}
.event__head {
  text-align: center;
  font-size: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .event__head {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .event__item:first-child {
    margin-top: 80px;
  }
}
.event__item:last-child {
  margin-bottom: 80px;
}
.event__item + .event__item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .event__item + .event__item {
    margin-top: 70px;
  }
}
.event__item--blue {
  background: #005EB3;
}
.event__item--blue .event__body {
  position: relative;
  top: -50px;
}
.event__item--sky {
  background: #C8DBEF;
  padding: 60px 0 40px;
}
.event__body {
  max-width: 1300px;
  margin: 0 auto;
}
.event .time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .event .time {
    font-size: 14px;
  }
}
.event .title {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .event .title {
    font-size: 22px;
  }
}
.event .place {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .event .place {
    font-size: 16px;
  }
}
.event__btn {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .event__btn {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
.event__btn a {
  color: #fff;
  max-width: 260px;
  text-align: center;
  margin: 0 auto;
  background: #005eb3;
  padding: 20px;
}

.snow-monkey-form {
  margin-bottom: 80px;
}
.snow-monkey-form input {
  width: 100%;
}
.snow-monkey-form .smf-action {
  margin-top: 80px;
}
.snow-monkey-form button {
  display: inline-block !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 20px !important;
  width: 250px !important;
  margin: 5px !important;
  color: white !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 16px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.snow-monkey-form button:hover {
  opacity: 0.8;
}

.carrier_contact button {
  background-color: #00a99d !important;
}

.freshman_contact button {
  background-color: #29abe2 !important;
}

.smf-complete-content {
  margin-top: 50px;
}
.smf-complete-content > * + * {
  margin-top: 1em;
}

.smf-item__description {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 0;
}

.form-lead {
  border-top: none !important;
}
/*# sourceMappingURL=style.css.map */