<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-main {
  position: relative; }

.sec {
  padding: 5em 20px; }

.sec__ttl {
  text-align: center;
  color: #ff8400;
  font-size: 2.625em;
  line-height: 1.8333333333;
  margin-bottom: 1.5em; }

@media screen and (max-width: 960px) {
  .sec__ttl {
    font-size: 1.75em; } }
.sec__area {
  margin-top: 6em; }

.sec__area__ttl {
  font-family: "Barlow Condensed",sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 1.5em; }

.sec .sec-ttl-cont span {
  display: block; }
.sec .sec-ttl-cont .sec__area__ttl {
  margin-bottom: 0; }
.sec.--facilities {
  z-index: 0;
  position: relative; }
  .sec.--facilities::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    height: 23.4375vw;
    margin-top: -11.71875vw;
    background-color: #fcecd9;
    -webkit-transform: skewY(-35deg);
    transform: skewY(-35deg); }
.sec.--training-zone {
  padding-top: 0; }
.sec.--service .sec__ttl {
  width: 81.25%;
  margin: 0 auto -0.5em;
  background: url(../img/common/top/service_bg.svg) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding: 2em 0 1em; }
.sec.--security .sec__ttl {
  color: #006aaf; }
.sec.--staff {
  background: #f7f8f8;
  position: relative; }
  .sec.--staff .staff-abs01 {
    position: absolute;
    bottom: 0;
    left: 2em;
    width: 9.1145833333%; }
  .sec.--staff .staff-abs02 {
    position: absolute;
    bottom: 0;
    right: 2em;
    width: 12.7604166667%; }
.sec.--flow {
  padding-top: 0; }

@media screen and (max-width: 960px) {
  .sec.--service .sec__ttl {
    width: auto;
    background-position: center;
    margin-bottom: 0em;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 1em; } }
@media screen and (max-width: 768px) {
  .sec.--staff {
    padding-top: 3em; } }
@media screen and (max-width: 768px) {
  .sec.--staff .staff-abs01 {
    bottom: auto;
    top: 4em;
    width: 5.5em;
    z-index: 1; } }
@media screen and (max-width: 768px) {
  .sec.--staff .staff-abs02 {
    bottom: auto;
    top: 3.5em;
    right: 1em;
    width: 7.625em;
    z-index: 1; } }
.change-list {
  position: relative;
  max-width: 1200px;
  margin: 1.875em auto; }
  .change-list.--full {
    max-width: none;
    margin: 0 -20px 4.0em; }

.point-slider {
  width: 81.25%;
  margin: 0 auto;
  position: relative; }
  .point-slider .point-thum {
    margin-bottom: 1em; }
  .point-slider .point-num {
    margin-top: .3333333333em;
    font-family: "Barlow Condensed",sans-serif;
    font-size: 1.875em;
    font-weight: bold;
    color: #ffaf00;
    text-align: center; }
  .point-slider .point-ttl {
    font-size: 2.25em;
    line-height: 1.5555555556;
    margin-top: 0em;
    color: #ff8400;
    text-align: center; }
  .point-slider .point-txt {
    font-size: 1.25em;
    line-height: 1.8;
    margin-top: 1em; }
  .point-slider .swiper-button-prev {
    left: auto;
    right: 105%;
    background: url(../img/common/arrow_slider_l.svg) no-repeat;
    background-size: 100% auto;
    width: 1.5em;
    height: 3.125em; }
  .point-slider .swiper-button-next {
    left: 105%;
    right: auto;
    background: url(../img/common/arrow_slider_r.svg) no-repeat;
    background-size: 100% auto;
    width: 1.5em;
    height: 3.125em; }

@media screen and (max-width: 960px) {
  .point-slider .point-num {
    font-size: 1.5em; } }
@media screen and (max-width: 960px) {
  .point-slider .point-ttl {
    font-size: 1.75em; }
    .point-slider .point-ttl br {
      display: none; } }
@media screen and (max-width: 960px) {
  .point-slider .point-txt {
    font-size: 1.125em; } }
@media screen and (min-width: 961px) {
  .point-slider .swiper-button-prev, .point-slider .swiper-button-next {
    display: none; } }
.sec-campaign {
  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;
  row-gap: 5em;
  max-width: 1266px;
  margin: 0 auto;
  text-align: center; }
  .sec-campaign img {
    width: auto;
    max-width: 100%; }

.sec-campaign__box-title {
  position: relative;
  margin-bottom: 1.25em;
  color: #ff8400;
  font-size: 2.375em;
  line-height: 1.5;
  text-align: center; }
  .sec-campaign__box-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff8400; }
  .sec-campaign__box-title span {
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    background-color: #fff; }

@media screen and (max-width: 960px) {
  .sec-campaign__box-title {
    font-size: 1.75em; } }
.sec-campaign__multi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2em 3em; }

.sec-campaign__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em 2em;
  margin-top: 2em; }
  .sec-campaign__button .btn {
    margin-right: 0;
    margin-left: 0; }

.sec-news {
  max-width: 1266px;
  margin: 0 auto 4em; }

.sec-news__list {
  border-radius: 1em;
  overflow: hidden; }
  .sec-news__list:not(:first-child) {
    margin-top: 2.5em; }
  .sec-news__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .5em 3em;
    padding: 1.5em 4em;
    background: #f7f8f8;
    position: relative; }
    .sec-news__list a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 2em;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: url(../img/common/arrow_r.svg) no-repeat;
      background-size: 100% auto;
      width: .54375em;
      height: .925em;
      -webkit-transition: right .3s;
      transition: right .3s; }
    .sec-news__list a:hover:after {
      right: 1.5em; }

@media screen and (max-width: 960px) {
  .sec-news__list a {
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    padding-left: 2em; } }
@media screen and (max-width: 640px) {
  .sec-news__list a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.sec-news__time {
  padding: .1em 0;
  font-family: "Barlow Condensed",sans-serif;
  font-size: 1.125em; }

.sec-news__cat {
  min-width: 8em;
  border: 1px solid #e88100;
  padding: .3em;
  color: #e88100;
  text-align: center;
  font-size: .875em; }

.sec-news__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: .1em 0;
  font-size: 1.125em; }

@media screen and (max-width: 640px) {
  .sec-news__txt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%; } }
.sec-instagram {
  max-width: 1266px;
  margin: 0 auto;
  display: block; }

.sec-instagram-wifi {
  max-width: 1266px;
  margin: 4em auto 0;
  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;
  border: 3px solid #e88100;
  padding: 16px;
  text-align: center;
  color: #e88100; }
  .sec-instagram-wifi img {
    margin-right: 20px;
    max-width: 100% !important;
    width: 60px;
    height: auto !important; }
  .sec-instagram-wifi strong {
    font-size: 120%; }
  .sec-instagram-wifi .small {
    font-size: 80%; }

@media screen and (max-width: 768px) {
  .sec-instagram-wifi {
    padding: 10px; } }
@media screen and (max-width: 768px) {
  .sec-instagram-wifi img {
    margin-right: 10px;
    width: 50px; } }
.open-area {
  background: url(../img/common/top/overview_bg.svg) no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

@media screen and (max-width: 768px) {
  .open-area {
    display: block;
    background-position: top; } }
.open-area__img {
  width: 35.4166666667%; }

@media screen and (max-width: 768px) {
  .open-area__img {
    width: 58.2666666667%;
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 1;
    -webkit-transform: translate(0, -5%);
    transform: translate(0, -5%); } }
.open-area__box {
  width: 32.9166666667%;
  margin-left: 6.5104166667%; }

@media screen and (max-width: 768px) {
  .open-area__box {
    width: 100%;
    margin-left: 0;
    padding: 40% 20px 0;
    position: relative;
    z-index: 10; } }
.open-area__box__txt {
  font-size: 1.25em;
  margin-top: 1em; }

@media screen and (max-width: 768px) {
  .open-area__box__txt {
    background: #fff; } }
.sec-plan {
  padding: 6em 20px;
  background: #ff8400 url(../img/common/top/plan_bg.svg) no-repeat;
  background-size: 102% auto;
  background-position: center 10%;
  position: relative; }
  .sec-plan .plan-ttl {
    color: #fff;
    text-align: center;
    margin-bottom: 5em; }
  .sec-plan .plan-ttl__sub {
    font-size: 1.75em; }
    .sec-plan .plan-ttl__sub:before, .sec-plan .plan-ttl__sub:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: .6785714286em;
      height: 1.3214285714em; }
    .sec-plan .plan-ttl__sub:before {
      background-image: url(../img/common/top/plan_ttl_l.svg);
      margin-right: .5em; }
    .sec-plan .plan-ttl__sub:after {
      background-image: url(../img/common/top/plan_ttl_r.svg);
      margin-left: .5em; }
  .sec-plan .plan-ttl__ttl {
    display: block;
    font-size: 5em; }
  .sec-plan .plan-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65.9375%;
    margin: 0 auto 4em;
    position: relative;
    z-index: 10; }
  .sec-plan .plan-grid__list {
    z-index: 10;
    position: relative;
    width: 45.4186413902%;
    padding: 3.9494470774% 3.1595576619%;
    background: #fff;
    border-radius: 1.5em; }
    .sec-plan .plan-grid__list.opened .plan-grid__btn::after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .sec-plan .plan-grid__btn {
    position: relative;
    display: block;
    width: 100%;
    margin: 10.101010101% auto 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 999px;
    color: #333;
    font-weight: normal;
    line-height: 3.125;
    text-align: center; }
    .sec-plan .plan-grid__btn:after {
      content: "";
      width: .5em;
      height: .875em;
      margin-top: -0.4375em;
      position: absolute;
      right: 1.5625em;
      top: 50%;
      background: url(../img/common/arrow_r.svg) no-repeat;
      background-size: 100% auto;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: .3s;
      transition: .3s; }
    .sec-plan .plan-grid__btn:hover {
      opacity: .8; }
  .sec-plan .plan-grid__detail {
    display: none; }
    .sec-plan .plan-grid__detail h4 {
      margin: 1em 0 .25em;
      font-size: 1.125em; }
  .sec-plan .plan-abs01 {
    width: 21.0900473934%;
    position: absolute;
    bottom: 100%;
    margin-bottom: -2em;
    z-index: 1;
    left: -5%; }
  .sec-plan .plan-abs02 {
    width: 23.3017377567%;
    position: absolute;
    top: 85%;
    left: 96.5%;
    z-index: 100; }

@media screen and (max-width: 960px) {
  .sec-plan {
    padding-top: 3em;
    padding-bottom: 3em; } }
@media screen and (max-width: 960px) {
  .sec-plan .plan-ttl {
    margin-bottom: 2em; } }
@media screen and (max-width: 960px) {
  .sec-plan .plan-ttl__sub {
    font-size: 1.25em; } }
@media screen and (max-width: 960px) {
  .sec-plan .plan-ttl__ttl {
    font-size: 3.125em; } }
@media screen and (max-width: 960px) {
  .sec-plan .plan-grid {
    width: 100%;
    margin-bottom: 1em; } }
@media screen and (max-width: 768px) {
  .sec-plan .plan-grid__list {
    width: 100%;
    margin-bottom: 2em; } }
@media screen and (max-width: 960px) {
  .sec-plan .plan-abs01 {
    display: none; } }
@media screen and (max-width: 960px) {
  .sec-plan .plan-abs02 {
    display: none; } }
.sec-facilities {
  padding-bottom: 4em; }
  .sec-facilities.--reverse .sec-facilities__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.sec-facilities__img {
  margin: 0 -20px; }

.sec-facilities__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  .sec-facilities__content {
    -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-column-gap: 8.3333333333%;
    -moz-column-gap: 8.3333333333%;
    column-gap: 8.3333333333%; } }
@media screen and (max-width: 768px) {
  .sec-facilities__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25em; } }
.sec-facilities__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sec-facilities__text p {
    margin-top: 1.25em; }
  .sec-facilities__text .sec-facilities__lead {
    margin-top: .7142857143em; }

@media screen and (min-width: 769px) {
  .sec-facilities__text {
    max-width: 700px; }
    .sec-facilities__text.--full {
      max-width: none; } }
.sec-facilities__title {
  margin-top: -0.6em;
  font-size: 5em;
  line-height: 1;
  text-shadow: 0 0 3px #fff; }

.sec-facilities__lead {
  color: #ff8400;
  font-size: 1.75em;
  font-weight: 500; }

.sec-facilities__button {
  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; }

.sec-facilities-other {
  margin: 0 -20px 4em;
  padding: 4em 20px;
  background-color: #ff8400; }

.sec-facilities-other__title {
  font-size: 5em;
  line-height: 1;
  text-align: center; }

.sec-facilities-other__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3em 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 3em auto 0; }
  .sec-facilities-other__photo.--col3 {
    max-width: 1200px; }
    .sec-facilities-other__photo.--col3 .sec-facilities-other__photo-item {
      width: 30.8333333333%; }

@media screen and (max-width: 768px) {
  .sec-facilities-other__photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.sec-facilities-other__photo-item {
  width: 46.25%;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  .sec-facilities-other__photo-item p {
    margin-bottom: .5em;
    font-size: 1.125em; }

@media screen and (max-width: 768px) {
  .sec-facilities-other__photo-item {
    width: auto !important;
    max-width: 380px;
    margin: 0 auto; } }
.facilities-photo-list {
  position: relative;
  max-width: 1200px;
  margin: 1.875em auto 0; }
  .facilities-photo-list.--full {
    max-width: none;
    margin: 0 -20px; }

.sec-training-zone-main {
  margin: 0 -20px; }

.sec-training-zone-main-note {
  padding: 0 60px;
  font-size: .875em;
  text-align: right; }

.sec-training-zone {
  z-index: 0;
  position: relative;
  margin: 5em -20px 0;
  padding: 6em 0; }

.sec-training-zone__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .sec-training-zone__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%; }

.sec-training-zone__head {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 55%;
  margin-left: auto;
  padding: 0 60px 0 0; }

@media screen and (max-width: 960px) {
  .sec-training-zone__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; } }
.sec-training-zone__title {
  position: relative;
  color: #ff8400;
  font-size: 4.375em;
  line-height: 1;
  text-shadow: 0 0 0 #fff; }
  .sec-training-zone__title .jpn {
    display: block;
    margin-top: .75em;
    padding-left: 5em;
    color: #000;
    font-size: .2285714286em;
    text-align: right; }
  .sec-training-zone__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1em;
    height: .05em;
    background-color: #ff8400; }

.sec-training-zone__lead {
  margin-top: 1.75em;
  padding: .25em .75em;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold; }

.sec-training-zone__text {
  max-width: 640px;
  margin-top: 3em;
  padding: .75em;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.125em; }

.sec-training-zone__slider {
  margin: 6.25% 6% 0 14%; }

@media screen and (max-width: 960px) {
  .sec-training-zone__slider {
    width: 90%;
    margin: 8.3333333333% auto 0; } }
.sec-training-zone.--reverse .sec-training-zone__head {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 0;
  padding: 0 0 0 60px; }
.sec-training-zone.--reverse .sec-training-zone__slider {
  margin: 7em 14% 0 6%; }

@media screen and (max-width: 960px) {
  .sec-training-zone.--reverse .sec-training-zone__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; } }
@media screen and (max-width: 960px) {
  .sec-training-zone.--reverse .sec-training-zone__slider {
    width: 90%;
    margin: 8.3333333333% auto 0; } }
.training-zone-slider {
  position: relative; }
  .training-zone-slider .slider {
    overflow: hidden;
    display: none; }
    .training-zone-slider .slider.slick-initialized {
      display: block; }
    .training-zone-slider .slider .slick-list {
      margin: 0 -10px; }
    .training-zone-slider .slider .slider__item {
      position: relative;
      margin: 0 10px; }
      .training-zone-slider .slider .slider__item::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%; }
      .training-zone-slider .slider .slider__item .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 5%;
        background-color: #fff;
        border: none;
        text-align: center; }
        .training-zone-slider .slider .slider__item .inner img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
        .training-zone-slider .slider .slider__item .inner::after {
          content: "";
          position: absolute;
          top: 10px;
          right: 10px;
          width: 25px;
          height: 25px;
          background: #a0a0a0 url("../img/common/ico_zoom.svg") 50% no-repeat;
          background-size: 65% auto; }
        .training-zone-slider .slider .slider__item .inner:hover {
          opacity: 1; }
          .training-zone-slider .slider .slider__item .inner:hover img {
            opacity: 1; }
  .training-zone-slider .arrows .arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 60px;
    margin-top: -30px;
    background: #0e6591 url("../img/common/arrow_l_wt.svg") 50% no-repeat;
    background-size: 50% auto;
    border: none;
    text-indent: -999px; }
    .training-zone-slider .arrows .arrow:hover {
      opacity: .7; }
    .training-zone-slider .arrows .arrow.--prev {
      left: 0;
      margin-left: -13px; }
    .training-zone-slider .arrows .arrow.--next {
      right: 0;
      margin-right: -13px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

@media screen and (max-width: 960px) {
  .training-zone-slider .slider .slick-list {
    padding: 0 !important; } }
.training-zone-fancybox {
  display: none;
  width: 600px;
  padding: 10px;
  text-align: center; }
  .training-zone-fancybox img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .training-zone-fancybox .img {
    margin-bottom: 1em; }
  .training-zone-fancybox .youtube {
    position: relative;
    margin-bottom: 1em;
    padding-top: 56.25%; }
    .training-zone-fancybox .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .training-zone-fancybox .detail {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px; }
    .training-zone-fancybox .detail .title {
      font-size: 1.25em;
      font-weight: bold; }
    .training-zone-fancybox .detail .text, .training-zone-fancybox .detail .note {
      margin-top: .5em; }

.sec-star-tric {
  z-index: 0;
  position: relative;
  margin: 5em -20px -5em;
  padding: 0 0 5em; }

.sec-star-tric__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }
  .sec-star-tric__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0 100%;
    object-position: 0 100%; }

.sec-star-tric__box {
  width: 50%;
  margin-left: 35%;
  padding: 5em 4.5em;
  background: rgba(255, 255, 255, 0.9);
  border: 4px solid;
  -o-border-image: linear-gradient(to right, #0e6793, #02b4ca) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#0e6793), to(#02b4ca)) 1;
  border-image: linear-gradient(to right, #0e6793, #02b4ca) 1; }

@media screen and (max-width: 960px) {
  .sec-star-tric__box {
    width: 90%;
    margin: 0 auto;
    padding: 2.5em 1.5em; } }
.sec-star-tric__title {
  max-width: 300px;
  margin-bottom: 1.5em; }

.sec-join {
  background: #f7f8f8;
  padding: 0 20px 3em;
  text-align: center;
  position: relative; }

@media screen and (max-width: 768px) {
  .sec-join {
    padding-top: 2em;
    padding-bottom: 2em; } }
.sec-join__ttl {
  font-size: 4.375em;
  color: #ff8400;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@media screen and (max-width: 960px) {
  .sec-join__ttl {
    font-size: 2.5em; } }
@media screen and (max-width: 768px) {
  .sec-join__ttl {
    font-size: 2em;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 1em; } }
.sec-join .join-btn {
  width: 34.8958333333%;
  margin: 0 auto .5em;
  font-size: 1.75em;
  position: relative;
  z-index: 10; }
.sec-join .join-txt {
  font-size: 1.25em;
  font-weight: 500; }
  .sec-join .join-txt:before {
    content: "";
    display: inline-block;
    background: url(../img/common/ico_q.svg) no-repeat;
    background-size: 100% auto;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    margin-right: .25em; }
.sec-join .join-abs01 {
  position: absolute;
  bottom: 0;
  right: 80%;
  width: 10.6770833333%;
  z-index: 1; }
.sec-join .join-abs02 {
  position: absolute;
  bottom: 0;
  left: 80%;
  width: 14.375%;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .sec-join .join-btn {
    width: 100%;
    font-size: 1.25em; } }
@media screen and (max-width: 768px) {
  .sec-join .join-txt {
    font-size: .875em; } }
@media screen and (max-width: 768px) {
  .sec-join .join-abs01 {
    width: 12.9333333333%;
    right: auto;
    left: 0; } }
@media screen and (max-width: 768px) {
  .sec-join .join-abs02 {
    width: 17.4666666667%;
    right: 0;
    left: auto; } }
.service-slider {
  width: 81.25%;
  margin: 0 auto;
  position: relative; }
  .service-slider .service-thum {
    margin-bottom: 1.5em; }
  .service-slider .service-ttl {
    font-size: 2em;
    color: #ff8400;
    text-align: center; }
  .service-slider .service-txt {
    font-size: 1.25em;
    line-height: 1.8;
    margin-top: 1em;
    margin-bottom: 1em; }
  .service-slider .swiper-button-prev {
    left: auto;
    right: 105%;
    background: url(../img/common/arrow_slider_l.svg) no-repeat;
    background-size: 100% auto;
    width: 1.5em;
    height: 3.125em; }
  .service-slider .swiper-button-next {
    left: 105%;
    right: auto;
    background: url(../img/common/arrow_slider_r.svg) no-repeat;
    background-size: 100% auto;
    width: 1.5em;
    height: 3.125em; }

@media screen and (max-width: 960px) {
  .service-slider .service-ttl {
    font-size: 1.5em; }
    .service-slider .service-ttl br {
      display: none; } }
@media screen and (max-width: 960px) {
  .service-slider .service-txt {
    font-size: 1.125em; } }
@media screen and (min-width: 961px) {
  .service-slider .swiper-button-prev, .service-slider .swiper-button-next {
    display: none; } }
.sec-personal {
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10em 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .sec-personal::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ff8400;
    mix-blend-mode: multiply; }
  .sec-personal.--blue::before {
    background-color: #006bb1; }

@media screen and (max-width: 768px) {
  .sec-personal {
    padding: 13em 20px 5em;
    background-position: top left 20%; } }
.sec-personal__logo {
  position: absolute;
  top: 0;
  left: 3%;
  width: 36.3125em;
  -webkit-transform: translate(0, -35%);
  transform: translate(0, -35%); }

@media screen and (max-width: 768px) {
  .sec-personal__logo {
    width: 50.9333333333%;
    top: 3%;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%); } }
.sec-personal__inner {
  color: #fff;
  width: 43.4375em;
  text-align: center;
  margin-right: 8em; }

@media screen and (max-width: 768px) {
  .sec-personal__inner {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; } }
.sec-personal__ttl {
  font-family: "Barlow Condensed",sans-serif;
  font-size: 5.375em;
  position: relative;
  margin-bottom: .5em; }
  .sec-personal__ttl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: .5813953488em;
    height: 1px;
    background: #fff; }

@media screen and (max-width: 768px) {
  .sec-personal__ttl {
    font-size: clamp(3.5em, 10vw, 5.375em); } }
.sec-personal__img {
  margin-top: 2em;
  display: block; }

.sec-personal__txt {
  font-size: 1.125em;
  margin-top: 2em; }

.security-list {
  max-width: 960px;
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .security-list li {
    width: 27.2916666667%; }
    .security-list li span {
      color: #006aaf;
      display: block;
      margin-top: 1em;
      font-size: 1.4375em;
      font-weight: bold;
      text-align: center; }

@media screen and (max-width: 768px) {
  .security-list li {
    width: 30%; } }
@media screen and (max-width: 768px) {
  .security-list li span {
    margin-top: .5em;
    font-size: 1.25em; } }
.security-cont {
  max-width: 960px;
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media screen and (max-width: 768px) {
  .security-cont {
    display: block; } }
.security-cont__alsok {
  width: 12.125em;
  margin-left: 2em; }

@media screen and (max-width: 768px) {
  .security-cont__alsok {
    margin: 0 auto 2em; } }
.security-cont__check li {
  font-size: 1.5em;
  font-weight: 500;
  text-indent: -1.5em;
  margin-left: 1.5em; }
  .security-cont__check li:not(:first-child) {
    margin-top: .5em; }
  .security-cont__check li:before {
    content: "";
    display: inline-block;
    width: 1.1666666667em;
    height: .8333333333em;
    margin-right: .3333333333em;
    background: url(../img/common/ico_check.svg) no-repeat;
    background-size: 100% auto; }

@media screen and (max-width: 768px) {
  .security-cont__check li {
    font-size: 1.25em; } }
.staff-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 3em;
  position: relative; }

.staff-cont__img {
  width: 42.3333333333%; }

@media screen and (max-width: 768px) {
  .staff-cont__img {
    width: 100%;
    margin-bottom: 1em;
    position: relative;
    z-index: 10; } }
.staff-cont__detail {
  width: 51.8333333333%; }

@media screen and (max-width: 768px) {
  .staff-cont__detail {
    width: 100%; } }
.staff-cont__name {
  font-size: 2.625em;
  margin-bottom: 1em;
  color: #ff8400; }
  .staff-cont__name span {
    display: block;
    font-size: .5714285714em; }

@media screen and (max-width: 768px) {
  .staff-cont__name {
    margin-bottom: .5em;
    font-size: 1.75em; } }
.staff-widebnr {
  width: 66.6666666667%;
  margin: 0 auto 2em;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 768px) {
  .staff-widebnr {
    width: 100%; } }
.staff-txt {
  width: 66.6666666667%;
  margin: 0 auto .5em; }

@media screen and (max-width: 768px) {
  .staff-txt {
    width: 100%; } }
.staff-ul {
  width: 66.6666666667%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .staff-ul {
    width: 100%; } }
.price-table {
  max-width: 1266px;
  margin: 0 auto 2em;
  overflow-x: auto; }
  .price-table table thead {
    color: #fff; }
    .price-table table thead th, .price-table table thead td {
      padding: .75em;
      font-size: 1.1875em;
      font-weight: 500;
      background: #ff8400;
      line-height: 1.2;
      text-align: center; }
    .price-table table thead th:first-child, .price-table table thead td:first-child {
      border-radius: .5em 0 0 .5em; }
    .price-table table thead th:last-child, .price-table table thead td:last-child {
      border-radius: 0 .5em .5em 0; }
  .price-table table tbody th, .price-table table tbody td {
    font-size: 1.125em;
    padding: 1.5em 1em;
    border-bottom: 1px solid #bfbfbf; }
  .price-table table tbody th {
    text-align: left; }
    .price-table table tbody th .mark {
      padding: .1em .7em;
      color: #fff;
      font-size: 80%;
      background: #e60012;
      border-radius: .5em;
      display: inline-block; }
  .price-table table tbody td span {
    font-size: 1.8444444444em; }
  .price-table table tbody td:not(:last-child) {
    font-weight: 500;
    font-family: "Bebas Neue","Zen Maru Gothic",sans-serif;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap; }
  .price-table table tbody td.hidden {
    display: none; }

@media screen and (max-width: 768px) {
  .price-table table {
    word-break: keep-all; } }
@media screen and (max-width: 768px) {
  .price-table table thead th, .price-table table thead td {
    font-size: 1em; } }
@media screen and (max-width: 768px) {
  .price-table table tbody th, .price-table table tbody td {
    font-size: 1em; } }
.price-note {
  max-width: 1266px;
  margin: 0 auto;
  font-size: 1.125em; }

@media screen and (max-width: 768px) {
  .price-note {
    font-size: .875em; } }
.flow-area {
  background: #f7f8f8;
  border-radius: 1em;
  max-width: 1266px;
  margin: 0 auto;
  padding: 3em 20px; }

@media screen and (max-width: 768px) {
  .flow-area {
    padding: 2em 20px; } }
.flow-area__ttl {
  font-size: 2em;
  text-align: center;
  color: #ff8400;
  margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  .flow-area__ttl {
    font-size: 1.5em; } }
.flow-cont {
  max-width: 1046px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .flow-cont {
    display: block; } }
.flow-cont__step {
  width: 45.2198852772%; }

@media screen and (min-width: 769px) {
  .flow-cont__step {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 768px) {
  .flow-cont__step {
    width: 100%; }
    .flow-cont__step:not(:first-child) {
      margin-top: 2em; } }
.flow-cont__dl {
  background: #fff;
  border: 1px solid #000;
  border-radius: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2em;
  height: 8.75em;
  margin-bottom: 1.5em;
  position: relative; }
  .flow-cont__dl dt {
    font-size: 1.5em;
    font-family: "Barlow Condensed",sans-serif;
    padding: 0 1.5em; }
  .flow-cont__dl dd {
    font-size: 1.75em;
    font-weight: 500; }

@media screen and (min-width: 769px) {
  .flow-cont__dl:after {
    content: "";
    width: 5.4919908467%;
    height: 0;
    padding-top: 10.4118993135%;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(175%, -50%);
    transform: translate(175%, -50%);
    background: url(../img/common/arrow_r_thin.svg) no-repeat;
    background-size: 100% auto; } }
@media screen and (max-width: 768px) {
  .flow-cont__dl {
    height: 6.25em; } }
@media screen and (max-width: 768px) {
  .flow-cont__dl dt {
    font-size: 1.125em; } }
@media screen and (max-width: 768px) {
  .flow-cont__dl dd {
    font-size: 1.25em; } }
.flow-cont__ttl {
  color: #ff8400;
  font-size: 1.5em;
  margin-bottom: .5em; }
  .flow-cont__ttl:not(:first-child) {
    margin-top: 1.5em; }

@media screen and (max-width: 768px) {
  .flow-cont__ttl {
    font-size: 1.25em; } }
.flow-cont__subttl {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: .5em; }

@media screen and (max-width: 768px) {
  .flow-cont__subttl {
    font-size: 1.25em; } }
.flow-cont__ul {
  font-size: 1.125em; }
  .flow-cont__ul li {
    text-indent: -1em;
    margin-left: 1em; }

@media screen and (max-width: 768px) {
  .flow-cont__ul {
    font-size: 1em; } }
.flow-cont__txt {
  font-size: 1.125em; }
  .flow-cont__txt span {
    color: #ff8400;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    margin-left: 1em; }

@media screen and (max-width: 768px) {
  .flow-cont__txt {
    font-size: 1em; } }
.flow-detail {
  width: 100%;
  margin: 2em auto 0; }

@media screen and (min-width: 769px) {
  .flow-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
.sec-storemap .swiper-pagination {
  display: none; }
.sec-storemap .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  margin: 0 1em; }

@media screen and (max-width: 768px) {
  .sec-storemap .swiper-pagination {
    display: block;
    position: static;
    line-height: 0;
    padding: 1em 0 2em; } }
.sec-entry {
  margin-bottom: 3em;
  padding: 0 20px; }

.sec-entry__inner {
  max-width: 1266px;
  margin: 0 auto; }

.sec-entry__ttl {
  color: #ff8400;
  font-size: 2em;
  margin-bottom: .5em; }

@media screen and (max-width: 768px) {
  .sec-entry__ttl {
    font-size: 1.5em; } }
.sec-entry__ul {
  font-size: 1.5em; }

@media screen and (max-width: 768px) {
  .sec-entry__ul {
    font-size: 1.125em; } }
.entry-area {
  text-align: center;
  padding: 0 20px 4em; }

.entry-area__txt {
  margin-bottom: 2em;
  font-weight: bold; }
  .entry-area__txt span {
    font-size: 1.75em;
    position: relative; }
    .entry-area__txt span:before, .entry-area__txt span:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: .6785714286em;
      height: 1.3214285714em; }
    .entry-area__txt span:before {
      background-image: url(../img/common/top/entry_txt_l.svg);
      margin-right: 1.5em;
      right: 100%; }
    .entry-area__txt span:after {
      background-image: url(../img/common/top/entry_txt_r.svg);
      margin-left: .5em;
      left: 100%; }

@media screen and (max-width: 768px) {
  .entry-area__txt span {
    font-size: 1.25em; } }
@media screen and (max-width: 768px) {
  .entry-area__txt span:before, .entry-area__txt span:after {
    position: absolute;
    bottom: 0; } }
.-shimizu .anchor {
  margin-top: -8.4375em;
  padding-top: 8.4375em; }

@media screen and (max-width: 960px) {
  .-shimizu .anchor {
    margin-top: -8.4375em;
    padding-top: 8.4375em; } }
@media screen and (min-width: 961px) {
  .-shimizu .site-header {
    -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-column-gap: 4.1666666667%;
    -moz-column-gap: 4.1666666667%;
    column-gap: 4.1666666667%;
    height: 8.125em;
    padding: 1.25em 1.875em .625em; }
    .-shimizu .site-header .header-logo img {
      width: 27.5em; }
    .-shimizu .site-header .header-cont {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 1220px;
      padding: 1.875em 0 0; }
    .-shimizu .site-header .header-nav {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .-shimizu .site-header .header-nav .g-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .-shimizu .site-header .header-button {
      right: 0;
      left: auto;
      width: auto; } }
@media screen and (min-width: 961px) {
  .-shimizu .body-wrap {
    padding-top: 8.125em; } }
.-fuji .sec-join {
  padding-top: 3em; }
.-fuji .sec-join__ttl {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-bottom: .5em; }

@media screen and (max-width: 768px) {
  .-fuji .sec-join {
    padding-top: 2em; } }
@media screen and (max-width: 768px) {
  .-fuji .staff-abs01 {
    display: none; } }
@media screen and (max-width: 768px) {
  .-fuji .staff-abs02 {
    display: none; } }
@media screen and (min-width: 769px) {
  .-fuji .fixed-line {
    z-index: 1000;
    top: 28%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media screen and (max-width: 768px) {
  .-fuji .fixed-line {
    bottom: 10em; } }
/*# sourceMappingURL=top.css.map */

/*# sourceMappingURL=top.css.map */
</pre></body></html>