@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.45;
  letter-spacing: 0.09em;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #606060;
  font-weight: 500;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

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

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-footer {
  background: #2F8DA2;
  padding: 4rem 0;
}

.footer__imgWrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.footer__imgWrap .footer__img:first-of-type {
  max-width: 16.25rem;
}
.footer__imgWrap .footer__img:nth-of-type(2) {
  max-width: 16.5rem;
}
.footer__imgWrap .footer__img:nth-of-type(3) {
  max-width: 18.35rem;
}

.footer__txt {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}

.l-header {
  position: fixed;
  z-index: 9999;
  max-width: 22%;
}

.header__logo {
  width: 100%;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-inner {
  padding: 0 2.4rem;
  margin-right: auto;
  margin-left: auto;
}

.l-sec {
  padding: 4rem 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.ttl-deco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.1rem;
  padding-bottom: 0.8rem;
  max-width: 42.95rem;
}
.ttl-deco::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: url(../img/ttl-deco-sp.png) center center/cover no-repeat;
}
.ttl-deco .ttl-decoImg {
  width: 3.1rem;
  height: 3.1rem;
}
.ttl-deco p {
  font-size: 2.1rem;
  color: #2F8DA2;
  line-height: 1.4523809524;
  font-weight: 700;
}

.common__txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

.cv__btn {
  position: relative;
  width: 100%;
  padding: 1rem;
  background: #E4D736;
  border-radius: 2.1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2F8DA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 rgba(170, 169, 169, 0.7);
          box-shadow: 0.4rem 0.4rem 0 0 rgba(170, 169, 169, 0.7);
}
.cv__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  right: 1.2rem;
  background: url(../img/arrow-01.png) center center/cover no-repeat;
}

.kv {
  position: relative;
}
.kv .kv__ttl {
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 81.9%;
  width: 100%;
  z-index: 9999;
}
.kv .kv__sliderImg .vpc {
  display: none !important;
}
.kv .slick-dots {
  display: none;
}
.kv .slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0;
}
.kv .slick-dots li.slick-active {
  background: #2F8DA2;
}
.kv .slick-dots button {
  display: none;
}
.kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.about {
  background: #2F8DA2;
  padding: 3.8rem 0 5.6rem;
}
.about .about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.25rem;
}
.about .about__txtImg {
  margin: 0 auto;
  text-align: center;
}
.about .about__txtImg:first-of-type {
  width: 84.34%;
}
.about .about__txtImg:nth-of-type(2) {
  width: 80.47%;
}
.about .about__txtImg:last-of-type {
  width: 70.69%;
}
.about .about__txtImg img {
  width: auto;
}

.course {
  position: relative;
  background: #F5F5DC;
  padding: 2.4rem 0 6.05rem;
}
.course::before, .course::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
}
.course::before {
  top: -1.7rem;
  height: 1.75rem;
  background: url(../img/course-deco-sp01.png) center center/cover no-repeat;
}
.course::after {
  bottom: 0;
  aspect-ratio: 900/50;
  background: url(../img/course-deco-sp02.jpg) center center/cover no-repeat;
}
.course .l-inner {
  padding: 0 1.2rem;
}
.course .common__txt {
  margin-bottom: 1.7rem;
}
.course .map {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course .map .map__imgWrap {
  position: relative;
  margin: 0 auto 2.6rem;
}
.course .map .map__imgSmall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.course .map .map__imgSmall.is-active {
  opacity: 1;
}
.course .map .map__slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.course .map .map__slider .slick-center .map__slideContent {
  -webkit-box-shadow: inset 0 0 0 0.25rem #2F8DA2;
          box-shadow: inset 0 0 0 0.25rem #2F8DA2;
}
.course .map .map__slider .map__slideItem {
  margin: 0 1rem;
}
.course .map .map__slider .map__slideContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  padding: 1rem;
  gap: 1.9rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  min-height: 10.2rem;
}
.course .map .map__slider .slick-prev,
.course .map .map__slider .slick-next {
  position: absolute;
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  width: 12.8rem;
  height: 3.3rem;
}
.course .map .map__slider .slick-prev::before,
.course .map .map__slider .slick-next::before {
  display: none;
}
.course .map .map__slider .slick-prev {
  top: -5rem;
}
.course .map .map__slider .slick-next {
  top: 88.5rem;
}
.course .map .map__slider .map__slideIcon {
  width: 7.6rem;
}
.course .map .map__slider .map__slideBox {
  width: 60.91%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.course .map .map__slider .map__course {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.course .map .map__slider .map__course.-course01 {
  color: #3FA9F5;
}
.course .map .map__slider .map__course.-course02 {
  color: #FF7BAC;
}
.course .map .map__slider .map__course.-course03 {
  color: #4b0082;
}
.course .map .map__slider .map__course.-course04 {
  color: #C1272D;
}
.course .map .map__slider .map__course.-course05 {
  color: #00D5FF;
}
.course .map .map__slider .map__course.-course06 {
  color: #009245;
}
.course .map .map__slider .map__course.-course07 {
  color: #00008b;
}
.course .map .map__slider .map__course.-course08 {
  color: #8CC63F;
}
.course .map .map__slider .map__course.-course09 {
  color: #FF931E;
}
.course .map .map__slider .map__course.-course10 {
  color: #58C63F;
}
.course .map .map__slider .map__course.-course11 {
  color: #0000FF;
}
.course .map .map__slider .map__course.-course12 {
  color: #9E005D;
}
.course .map .map__slider .map__course.-course13 {
  color: #00A99D;
}
.course .map .map__slider .map__course.-course14 {
  color: #8a2be2;
}
.course .map .map__slider .map__course.-course15 {
  color: #AD7291;
}
.course .map .map__slider .map__course.-course16 {
  color: #F08300;
}
.course .map .map__slider .map__btn {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  background: #606060;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4444444444;
  padding: 0.35rem;
  border-radius: 1rem;
  position: relative;
  text-align: center;
}
.course .map .map__slider .map__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  right: 1.2rem;
  background: url(../img/arrow-02.png) center center/cover no-repeat;
}

.rental {
  padding: 4.3rem 0;
}
.rental .l-inner {
  padding: 0 1rem;
}
.rental .common__txt {
  letter-spacing: 0.11em;
}
.rental .common__txt:first-of-type {
  margin-bottom: 3rem;
}
.rental .common__txt:last-of-type {
  margin-bottom: 1.5rem;
}
.rental .rental__cv {
  position: relative;
  background: url(../img/rental-bg-sp.jpg) center center/cover no-repeat;
  aspect-ratio: 900/818;
}
.rental .rental__cv .cv__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 36.6rem;
}
.rental .rental__cv .cv__btn::before {
  z-index: -1;
}

.journey .l-inner {
  padding: 0 1rem;
}
.journey .ttl-deco {
  margin-bottom: 2.6rem;
}
.journey .journey__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column-reverse;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.journey .journey__imgWrap01,
.journey .journey__imgWrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.journey .journey__imgWrap01 .journey__img,
.journey .journey__imgWrap02 .journey__img {
  height: 100%;
}
.journey .journey__imgWrap01 .journey__img img,
.journey .journey__imgWrap02 .journey__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journey .journey__content {
  background: #F5F5DC;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 2rem 4.35rem;
}
.journey .journey__content h3 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  padding: 0.2rem 1.5rem;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
  background: #E4D736;
  color: #2F8DA2;
  margin-bottom: 2rem;
}
.journey .journey__content .journey__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
.journey .journey__content .journey__txt {
  font-size: 1.6rem;
  line-height: 1.9375;
  text-align: center;
  font-weight: 500;
}
.journey .journey__content .cv__btn {
  min-width: 29rem;
  letter-spacing: 0.05em;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-footer {
    padding: 7.4rem 0 8rem;
  }
  .footer__imgWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    max-width: 118.2rem;
    gap: 0;
    margin-bottom: 4.8rem;
    justify-content: space-between;
  }
  .footer__imgWrap .footer__img:first-of-type {
    max-width: 32.5rem;
  }
  .footer__imgWrap .footer__img:nth-of-type(2) {
    max-width: 33rem;
  }
  .footer__imgWrap .footer__img:nth-of-type(3) {
    max-width: 36.7rem;
  }
  .footer__txt {
    font-size: 2rem;
    line-height: 1.45;
  }
  .l-header {
    max-width: 11.5%;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-inner {
    padding: 0 3rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .ttl-deco {
    gap: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 4.8rem;
    max-width: 114rem;
  }
  .ttl-deco::after {
    height: 0.5rem;
    background: url(../img/ttl-deco-pc.png) center center/cover no-repeat;
  }
  .ttl-deco .ttl-decoImg {
    width: 5rem;
    height: 5rem;
  }
  .ttl-deco p {
    font-size: 3.5rem;
    line-height: 1.4571428571;
  }
  .common__txt {
    font-size: 2rem;
  }
  .cv__btn {
    border-radius: 3.5rem;
    font-size: 2.5rem;
    padding: 1.7rem;
    -webkit-box-shadow: 0.6rem 0.7rem 0 0 rgba(170, 169, 169, 0.7);
            box-shadow: 0.6rem 0.7rem 0 0 rgba(170, 169, 169, 0.7);
  }
  .cv__btn::after {
    width: 1rem;
    height: 2rem;
    right: 2rem;
  }
  .kv .kv__ttl {
    top: 3.2rem;
    max-width: 73.2%;
  }
  .kv .kv__sliderImg .vpc {
    display: block !important;
  }
  .kv .kv__sliderImg .vsp {
    display: none !important;
  }
  .kv .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 3.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 1.7rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .about {
    padding: 7.7rem 0 11.1rem;
  }
  .about .about__wrapper {
    gap: 5.1rem;
  }
  .about .about__txtImg:first-of-type {
    width: auto;
  }
  .about .about__txtImg:nth-of-type(2) {
    width: auto;
  }
  .about .about__txtImg:last-of-type {
    width: auto;
  }
  .course {
    padding: 10.2rem 0 18.6rem;
  }
  .course::before {
    top: -3.4rem;
    height: 3.5rem;
    background: url(../img/course-deco-pc01.png) center center/cover no-repeat;
  }
  .course::after {
    background: url(../img/course-deco-pc02.jpg) center center/cover no-repeat;
    aspect-ratio: 1920/90;
  }
  .course .l-inner {
    padding: 0 3rem;
  }
  .course .common__txt {
    margin-bottom: 4.1rem;
  }
  .course .map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    max-width: 154.3rem;
  }
  .course .map .map__imgWrap {
    margin: 0;
  }
  .course .map .map__img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .course .map .map__slider {
    max-width: 42.7rem;
    width: 100%;
    margin: 3rem -1rem 0 0;
  }
  .course .map .map__slider .slick-center .map__slideContent {
    -webkit-box-shadow: inset 0 0 0 0.5rem #2F8DA2;
            box-shadow: inset 0 0 0 0.5rem #2F8DA2;
  }
  .course .map .map__slider .map__slideItem {
    margin: 0;
    overflow: hidden;
    padding: 0 1rem 2rem;
    width: 100% !important;
  }
  .course .map .map__slider .map__slideContent {
    gap: 2.3rem;
    border-radius: 2rem;
    padding: 1.5rem 2rem;
    -webkit-box-shadow: 0.3rem 0.5rem 0.6rem 0.1rem rgba(0, 0, 0, 0.3);
            box-shadow: 0.3rem 0.5rem 0.6rem 0.1rem rgba(0, 0, 0, 0.3);
    height: 15.5rem;
  }
  .course .map .map__slider .map__slideIcon {
    width: 11.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .course .map .map__slider .map__slideBox {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
  }
  .course .map .map__slider .map__course {
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .course .map .map__slider .map__btn {
    font-size: 1.4rem;
    padding: 0.5rem;
    border-radius: 1.5rem;
    max-width: 22.7rem;
  }
  .course .map .map__slider .map__btn::after {
    width: 0.5rem;
    height: 1.1rem;
    right: 1.5rem;
  }
  .rental {
    padding: 10.4rem 0 8.3rem;
  }
  .rental .l-inner {
    padding: 0 3rem;
  }
  .rental .common__txt:first-of-type {
    margin-bottom: 0;
  }
  .rental .common__txt:last-of-type {
    margin-bottom: 5.1rem;
  }
  .rental .rental__cv {
    background: url(../img/rental-bg-pc.jpg) center center/cover no-repeat;
    aspect-ratio: 1920/818;
  }
  .rental .rental__cv .cv__btn {
    letter-spacing: 0.05em;
    min-width: 61rem;
  }
  .journey .l-inner {
    padding: 0 3rem;
  }
  .journey .ttl-deco {
    padding-bottom: 1.9rem;
    margin-bottom: 5.8rem;
  }
  .journey .journey__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .journey .journey__imgWrap01,
  .journey .journey__imgWrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 30.2%;
  }
  .journey .journey__content {
    width: 39.6%;
  }
  .journey .journey__content h3 {
    padding: 0.3rem 3rem;
    font-size: 3rem;
    line-height: 1.4666666667;
    margin-bottom: 6.1rem;
  }
  .journey .journey__content .journey__txtWrap {
    gap: 3.8rem;
    margin-bottom: 10rem;
  }
  .journey .journey__content .journey__txt {
    font-size: 1.6rem;
    line-height: 2.375;
  }
  .journey .journey__content .cv__btn {
    padding: 1.7rem 4rem;
    min-width: 68%;
  }
}
/*# sourceMappingURL=style.css.map */
