@charset "UTF-8";
/*
Theme Name: gl-2023
Theme URI:
Description: gl-2023
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #c7a26c;
  --color-primary-light: rgba(199, 162, 108, 0.35);
  --color-bg-primary-light: rgba(199, 162, 108, 0.05);
  --color-link: #4895e6;
}

.red {
  color: #ff2b3c;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 1200px;
}

/*!
global > font
------------------------------
*/
@font-face {
  font-family: "bebas";
  src: url("assets/font/bebas.woff") format("woff");
}
:root {
  --font-family-base: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
}

/*!
global > emphasis
------------------------------
*/
.Bold {
  font-weight: bold;
}

.Maker {
  background-color: #ffff00;
}

.BtmMaker {
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  background-color: white;
  overflow-y: scroll;
  height: 150px;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: white;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

/*!
global > effects
------------------------------
*/
.kiyakuNav li a, .top .fv .thumb .slick-slide::before, .top .fv .thumb .slick-slide::after, .top__course .course-info a::before, .top__course .course-info a::after, #nav-toggle, .header, .header__logo a, .header__menu .g-menu li a::after {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  body {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.br-tb {
  display: none;
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ptb {
  padding: 150px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 70px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}

.u-ptb50 {
  padding: 50px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-alc {
  text-align: center;
}

.u-all {
  text-align: left;
}

.u-alr {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: bold;
}

/*!
component > title
------------------------------
*/
.c-title-level1 {
  display: table;
  margin: 0 0 0 50px;
  font-family: "arial";
  font-size: 6.2rem;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .c-title-level1 {
    font-size: 4.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title-level1 {
    margin-left: 15px;
    font-size: 3.6rem;
  }
}
.c-title-level1::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  top: 50%;
  right: -180px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-level1::before {
    width: 100px;
    right: -120px;
  }
}
.c-title-level1::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background-color: #ff2b3c;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-title-level1::after {
    height: 7px;
    width: 40px;
    right: -60px;
  }
}

.c-title-level2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  font-family: "arial";
  font-size: 4.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .c-title-level2 {
    font-size: 3.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title-level2 {
    font-size: 2.7rem;
  }
}
.c-title-level2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3.5px;
  background-color: #1e1e1e;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 40px solid #ff2b3c;
  box-sizing: border-box;
}
.c-title-level2 .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  display: none;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .c-title-level2 .jp {
    font-size: 1.6153846154vw;
  }
}
.c-title-level2-w {
  color: white;
}
.c-title-level2-w::after {
  background-color: white;
}

/*!
component > btn
------------------------------
*/
.c-btn {
  display: table;
  padding: 0.5em 1em;
  padding-right: 100px;
  background-color: #00a0f0;
  font-family: "arial";
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin: 0 auto;
    padding-right: 70px;
    font-size: 1.5rem;
  }
}
.c-btn .arrow {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn .arrow {
    width: 20px;
  }
}
.c-btn .arrow::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(90deg);
  color: white;
  font-size: 1rem;
}

.reserve_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 70px;
  width: 400px;
  max-width: 400px;
  height: 100px;
  background-color: #ff2b3c;
  color: white;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reserve_btn {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    height: 80px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .reserve_btn {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 80px;
    text-align: left;
  }
}
.reserve_btn::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(assets/img/icon/reserve.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.reserve_btn-lb {
  font-family: "arial";
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .reserve_btn-lb {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reserve_btn-lb {
    font-size: 2rem;
  }
}
.reserve_btn small {
  margin-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .reserve_btn small {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

/*!
component > parts
------------------------------
*/
.aioseo-breadcrumbs {
  position: absolute;
  top: 115px;
  right: 50px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    top: 135px;
    right: 15px;
  }
}

.sys-iconlist {
  display: flex;
  flex-wrap: wrap;
}
.sys-iconlist li {
  margin-top: 1em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a5faf;
}
.sys-iconlist li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  width: 36px;
  height: 36px;
  background-color: #1a5faf;
  border-radius: 4px;
}
.sys-iconlist li .icon img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
}

/*!
component > tab
------------------------------
*/
.tab-group {
  margin-top: 70px;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    padding: 0;
    border-bottom: none;
    box-sizing: border-box;
  }
}
.tab-group li.tab {
  margin: 0 15px;
  padding: 0.75em 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1.5px solid #1e1e1e;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    margin: 0 5px;
    padding: 0.75em 1.25em;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
}
.tab-group li.tab.tab-active {
  background-color: #ffff00;
  transition: all 0.2s ease-out;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
}
.panel.panel-show {
  display: block;
}

/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  /*  margin-right: 50px !important;*/
}

.co-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .co-modal {
    max-width: 90% !important;
  }
}
.co-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.co-modal .iziModal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 50px 35px 35px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.co-modal .iziModal-content figure {
  display: block;
  width: 100%;
}
.co-modal .iziModal-content figure img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content figure img {
    height: 180px;
  }
}
.co-modal .iziModal-content .close-btn {
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 20px;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .co-modal .iziModal-content .close-btn {
    font-size: 2.4rem;
    right: 12px;
  }
}
.co-modal__inner {
  width: 100%;
}
.co-modal__inner .c-btn {
  margin: 25px auto 0;
}
.co-modal-ttl {
  margin-top: 15px;
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .co-modal-ttl {
    font-size: 1.8rem;
  }
}
.co-modal__address {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .co-modal__address {
    font-size: 1.4rem;
  }
}
.co-modal__exp {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .co-modal__exp {
    font-size: 1.4rem;
  }
}

.ModalGallery {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ModalGallery {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ModalGallery__Main {
  width: calc(100% - 100px - 15px);
  display: block;
}
@media screen and (max-width: 767px) {
  .ModalGallery__Main {
    width: 100%;
  }
}
.ModalGallery__Main img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ModalGallery__Main img {
    height: 200px;
  }
}
.ModalGallery__Sub {
  width: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ModalGallery__Sub {
    margin-top: 1px;
    width: 100%;
    flex-direction: row;
  }
}
.ModalGallery__Sub li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ModalGallery__Sub li {
    width: calc(33.3333333333% - 1px);
    margin-right: calc((100% - (33.3333333333% - 1px) * 3) / 2);
  }
}
.ModalGallery__Sub li:nth-of-type(3n) {
  margin-right: 0;
}
.ModalGallery__Sub li:last-child {
  margin-bottom: 0;
}
.ModalGallery__Sub li img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ModalGallery__Sub li img {
    height: 80px;
  }
}

/*!
layout > container
------------------------------
*/
.Qanda__inner, .l-container, .l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container {
  max-width: var(--width-content);
}

/*!
layout > header
------------------------------
*/
.header {
  width: 100%;
  max-width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  box-sizing: border-box;
  z-index: 30;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding-left: 60px;
  }
}
.header__logo a {
  display: flex;
  align-items: center;
  transform-origin: 0 50%;
  text-decoration: none;
}
.header__logo a img {
  margin-right: 10px;
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header__logo a img {
    width: 30px;
  }
}
.header__logo-name {
  font-size: 3.8rem;
  color: #1e1e1e;
  font-family: "bebas";
}
@media screen and (max-width: 767px) {
  .header__logo-name {
    font-size: 3rem;
  }
}
.header__menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__menu .g-menu {
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__menu .g-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__menu .g-menu {
    display: none;
  }
}
.header__menu .g-menu li {
  position: relative;
}
.header__menu .g-menu li:last-child::after {
  display: none;
}
.header__menu .g-menu li a {
  padding: 1.5em 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  color: #1e1e1e;
}
.header__menu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1.5px;
  background-color: #ff2b3c;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.header__menu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.header__menu .g-menu li a:hover {
  color: #ff2b3c;
  opacity: 1;
}
.header__menu .g-menu li a:hover::after {
  width: 60px;
}
.header__menu .g-menu li .submenuWrap {
  display: none;
  width: 220px;
  max-width: 220px;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  overflow: hidden;
}
.header__menu .g-menu li .sub-menu {
  margin: 0;
}
.header__menu .g-menu li .sub-menu li::after {
  display: none;
}
.header__menu .g-menu li .sub-menu li a {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 1em 1.5em;
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  text-align: left;
  line-height: 1.2;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  text-align: center;
}
.header__menu .g-menu li .sub-menu li a:hover {
  background-color: #005786;
  color: white;
}
.header__menu .g-menu li .sub-menu li a::before {
  display: none;
}
.header__menu .g-menu li .sub-menu li a::after {
  display: none;
}
.header__menu .g-menu + div {
  display: flex;
}
.header__menu__reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 70px;
  height: 100%;
  background-color: #ff2b3c;
  color: white;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__menu__reserve {
    height: 70px;
    padding: 35px 10px 0;
  }
}
.header__menu__reserve::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(assets/img/icon/reserve.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__menu__reserve::before {
    width: 27px;
    height: 27px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
.header__menu__reserve-lb {
  font-family: "arial";
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header__menu__reserve-lb {
    font-size: 1.2rem;
  }
}
.header__menu__reserve small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .header__menu__reserve small {
    display: none;
    font-size: 1.1rem;
  }
}

#front .g-menu li:nth-of-type(1) {
  display: none;
}

@media screen and (min-width: 1300px) {
  header.is-fixed {
    height: 65px;
    box-shadow: 0px 0px 15px rgba(30, 30, 30, 0.2);
  }
  header.is-fixed .header__logo a {
    transform: scale(0.95);
  }
}
/*!
layout > footer
------------------------------
*/
.footer {
  margin: auto auto 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
}
.footer__inner .copyright {
  margin-top: 15px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
.footer-Nav {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
.footer-Nav li a {
  display: flex;
  align-items: center;
  color: #1e1e1e;
  font-size: 1.4rem;
  text-decoration: none;
  gap: 0 0.25em;
}
.footer .topicTxt {
  font-size: 1.4rem;
  color: #666;
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: rgba(255, 255, 255, 0.9);
  color: #ff2b3c;
  border-radius: 50%;
  border: 1.5px solid #ff2b3c;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
  background-color: #ff2b3c;
  color: white;
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 360px;
  max-width: 360px;
  height: 100vh;
  background-color: white;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #g-nav {
    width: 270px;
    max-width: 270px;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 360px;
  max-width: 360px;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #g-nav.panelactive #g-nav-list {
    width: 270px;
    max-width: 270px;
  }
}

#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu,
  #g-nav #menu-foot_navi {
    width: calc(100% - 25px);
  }
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: block;
  padding: 0.5em 2em 0.5em 3em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e1e1e;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    padding-left: 2em;
  }
}
#g-nav #dmenu li a::after,
#g-nav #menu-foot_navi li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 1rem;
  font-weight: normal;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #g-nav #dmenu li a::after,
  #g-nav #menu-foot_navi li a::after {
    padding-left: 0;
  }
}
#g-nav #dmenu li a:hover,
#g-nav #menu-foot_navi li a:hover {
  text-decoration: none;
}
#g-nav #dmenu li.menu-item-has-children a,
#g-nav #menu-foot_navi li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu,
#g-nav #menu-foot_navi .sub-menu {
  padding-top: 0;
  display: none;
}
#g-nav #dmenu .sub-menu li,
#g-nav #menu-foot_navi .sub-menu li {
  border-bottom: none;
}
#g-nav #dmenu .sub-menu li a,
#g-nav #menu-foot_navi .sub-menu li a {
  pointer-events: visible;
  padding: 0.5em 2em 0.5em 3em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  content: "\f054";
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a {
  pointer-events: none;
}
#g-nav #dmenu .sub-menu li.menu-item-has-children a::after,
#g-nav #menu-foot_navi .sub-menu li.menu-item-has-children a::after {
  content: "\f078";
}
#g-nav #dmenu .sub-menu-2,
#g-nav #menu-foot_navi .sub-menu-2 {
  margin-left: 3em;
  display: flex;
  flex-wrap: wrap;
}
#g-nav #dmenu .sub-menu-2 li a,
#g-nav #menu-foot_navi .sub-menu-2 li a {
  padding: 0 1em 0 0;
  font-size: 1.2rem;
}
#g-nav #dmenu .sub-menu-2 li a::after,
#g-nav #menu-foot_navi .sub-menu-2 li a::after {
  content: "/" !important;
  left: auto;
  right: 0.5em;
  font-family: initial;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #g-nav .reserve_btn {
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
}

#nav-toggle {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #nav-toggle {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    display: flex;
    width: 60px;
    height: 70px;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 27px;
  height: 2px;
  left: 50%;
  display: block;
  background-color: #1e1e1e;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 25px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(1) {
    top: 20px;
  }
}
#nav-toggle span:nth-child(2) {
  top: 38px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(2) {
    top: 33px;
  }
}
#nav-toggle span:nth-child(3) {
  top: 51px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(3) {
    top: 46px;
  }
}
#nav-toggle.active {
  background-color: transparent;
  border: none;
}
#nav-toggle.active::before {
  opacity: 0;
}
#nav-toggle.active::after {
  display: none;
}
#nav-toggle.active span:nth-child(1) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 30px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
#nav-toggle.active span.menu-ttl {
  display: none;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

/*!
page > top
------------------------------
*/
.top .fv {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 600px;
  margin: 80px 0 0;
  background-color: white;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv {
    height: 600px;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .fv {
    margin-top: 70px;
    height: 400px;
    min-height: initial;
  }
}
.top .fv::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 80px - 130px - 2px);
  min-height: 600px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv::before {
    height: 469px;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .fv::before {
    height: 319px;
    min-height: initial;
  }
}
.top .fv__bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top .fv .slider {
  width: 100%;
  height: 600px;
  height: calc(100vh - 80px - 130px - 2px) !important;
  min-height: 600px;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv .slider {
    height: 469px !important;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .fv .slider {
    height: 319px !important;
    min-height: initial;
  }
}
.top .fv .slider.slick-initialized {
  opacity: 1;
}
.top .fv .slider.cl-slider-gallery {
  box-sizing: border-box;
}
.top .fv .slider.cl-slider-gallery div .slick-track {
  display: flex;
}
.top .fv .slider.cl-slider-gallery div .slick-slide {
  padding: 0;
  flex-grow: 1;
  position: relative;
  float: none !important;
  height: auto !important;
  overflow: hidden;
  box-sizing: border-box;
}
.top .fv .slider.cl-slider-gallery div img {
  display: block;
  width: 100%;
  height: calc(100vh - 80px - 130px - 2px);
  min-height: 600px;
  margin: 0 auto 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv .slider.cl-slider-gallery div img {
    height: 469px;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .fv .slider.cl-slider-gallery div img {
    height: 319px;
    min-height: initial;
  }
}
.top .fv .thumb {
  width: 100%;
  height: 130px !important;
  min-height: initial !important;
  margin: 1px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top .fv .thumb {
    height: 80px !important;
  }
}
.top .fv .thumb .slick-list {
  padding: 0 !important;
}
.top .fv .thumb.thumb-fix .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.top .fv .thumb .slick-slide {
  padding: 0;
  cursor: pointer;
  position: relative;
}
.top .fv .thumb .slick-slide::before, .top .fv .thumb .slick-slide::after {
  content: "";
  display: block;
  width: calc(100% - 1px);
  max-width: calc(100% - 1px);
  height: 100%;
  max-height: 100%;
  position: absolute;
  opacity: 0;
  box-sizing: border-box;
}
.top .fv .thumb .slick-slide::after {
  border: 5px solid rgba(255, 255, 255, 0.85);
  border: 5px solid rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
}
.top .fv .thumb .slick-slide.slick-current::after {
  opacity: 1;
}
.top .fv .thumb .slick-slide.slick-current img {
  box-sizing: border-box;
}
.top .fv .thumb .slick-slide:hover {
  opacity: 0.7;
}
.top .fv .thumb .slick-slide img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  box-sizing: border-box;
  border-right: 1px solid white;
}
@media screen and (max-width: 767px) {
  .top .fv .thumb .slick-slide img {
    height: 80px;
  }
}
.top .fv .slick-active {
  opacity: 1;
}
.top .fv .slick-current {
  opacity: 1;
}
.top .fv__inner {
  padding: 0 0 0 50px;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 80px - 130px - 2px);
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2) 30%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv__inner {
    height: 469px;
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__inner {
    padding: 0 5%;
    height: 319px;
    min-height: initial;
  }
}
.top .fv__inner-car {
  display: block;
  width: 500px;
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: 21;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top .fv__inner-car {
    width: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv__inner-car {
    width: 360px;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__inner-car {
    width: 200px;
    bottom: -35px;
  }
}
.top .fv__inner-comment {
  display: block;
  width: 380px;
  position: absolute;
  top: 120px;
  right: 150px;
  z-index: 21;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top .fv__inner-comment {
    width: 340px;
    top: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv__inner-comment {
    width: 300px;
    top: 65px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__inner-comment {
    width: 210px;
    top: 75px;
    right: 15px;
  }
}
.top .fv__encopy {
  margin: 135px 0 0;
  margin-top: 50px;
  font-size: 10rem;
  font-weight: 800;
  color: white;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .top .fv__encopy {
    margin-top: 0;
    position: absolute;
    top: 50px;
    left: 15px;
    transform: rotate(-10deg);
  }
}
.top .fv__encopy img {
  display: block;
  width: 550px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top .fv__encopy img {
    width: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv__encopy img {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__encopy img {
    width: 220px;
  }
}
.top .fv__copy {
  margin-top: 50px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.025em;
  color: white;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv__copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__copy {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.top .fv__copy em {
  font-size: 4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .fv__copy em {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top .fv__copy em {
    font-size: 2.2rem;
  }
}
.top__lead {
  display: flex;
  justify-content: space-between;
  padding: 150px 5% 0;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead {
    padding: 150px 3.5% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead {
    padding: 150px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .top__lead {
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 25px 0;
  }
}
.top__lead__car {
  display: block;
  width: 520px;
  position: absolute;
  bottom: -100px;
  right: 3.55%;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead__car {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead__car {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top__lead__car {
    width: 80%;
    margin: 50px auto 0;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.top__lead figure {
  display: block;
  width: 450px;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead figure {
    width: 34.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead figure {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .top__lead figure {
    width: 100%;
  }
}
.top__lead figure img {
  display: block;
  width: 100%;
}
.top__lead figure figcaption {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 70px 0 0 50px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-family: "arial";
  font-size: 7rem;
  font-style: italic;
  color: white;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead figure figcaption {
    font-size: 5.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead figure figcaption {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top__lead figure figcaption {
    font-size: 5.5rem;
  }
}
.top__lead figure figcaption b {
  font-size: 8rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead figure figcaption b {
    font-size: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead figure figcaption b {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top__lead figure figcaption b {
    font-size: 6.8rem;
  }
}
.top__lead__blk {
  display: flex;
  width: calc(100% - 450px - 100px);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead__blk {
    width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead__blk {
    width: calc(100% - 320px - 50px);
  }
}
@media screen and (max-width: 767px) {
  .top__lead__blk {
    margin-top: 35px;
    flex-direction: column;
    width: auto;
  }
}
.top__lead__blk p {
  font-size: 2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__lead__blk p {
    font-size: 1.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__lead__blk p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .top__lead__blk p {
    font-size: 1.6rem;
  }
}
.top__service {
  padding: 100px 5%;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__service {
    padding: 100px 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__service {
    padding: 100px 25px;
  }
}
@media screen and (max-width: 767px) {
  .top__service {
    padding: 50px 25px;
  }
}
.top__service__sv {
  margin-top: 100px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__service__sv {
    margin-top: 50px;
    flex-direction: column;
  }
}
.top__service__sv__blk {
  background-color: rgba(255, 255, 255, 0.85);
  width: calc(100% - 640px + 150px);
  max-width: calc(100% - 640px + 150px);
  box-sizing: border-box;
  padding: 50px;
  padding-right: 150px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__service__sv__blk {
    width: 61.5384615385vw;
    max-width: 61.5384615385vw;
    padding-right: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__service__sv__blk {
    width: 80%;
    max-width: 80%;
    padding-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top__service__sv__blk {
    width: auto;
    max-width: initial;
    margin-top: 35px;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
  }
}
.top__service__sv__blk .num {
  color: rgba(4, 159, 250, 0.1);
  font-family: "bebas";
  font-size: 28rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__service__sv__blk .num {
    font-size: 21.5384615385vw;
  }
}
.top__service__sv__blk h3 {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__service__sv__blk h3 {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .top__service__sv__blk h3 {
    font-size: 2rem;
  }
}
.top__service__sv__blk p {
  margin-top: 25px;
}
.top__service__sv:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top__service__sv:nth-of-type(2n) {
    flex-direction: column;
  }
}
.top__service__sv:nth-of-type(2n) .top__service__sv__blk {
  right: auto;
  left: 0;
  padding-right: 50px;
  padding-left: 150px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__service__sv:nth-of-type(2n) .top__service__sv__blk {
    padding-right: 3.8461538462vw;
    padding-left: 11.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .top__service__sv:nth-of-type(2n) .top__service__sv__blk {
    left: auto;
    padding: 0;
  }
}
.top__service__sv:nth-of-type(2n) .top__service__sv__blk .num {
  right: auto;
  left: 0;
}
.top__service figure {
  display: block;
  width: 640px;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__service figure {
    width: 49.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__service figure {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .top__service figure {
    width: 100%;
  }
}
.top__service figure img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__service figure img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top__service figure img {
    height: 220px;
  }
}
.top__system {
  padding: 100px 5%;
  background-color: #ebf5fc;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system {
    padding: 100px 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__system {
    padding: 100px 25px;
  }
}
@media screen and (max-width: 767px) {
  .top__system {
    padding: 50px 25px;
  }
}
.top__system__list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__system__list {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list {
    margin-top: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.top__system__list__img {
  width: 580px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__img {
    width: 44.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__system__list__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__img {
    width: 100%;
  }
}
.top__system__list__img figure {
  display: block;
  width: 100%;
  position: relative;
}
.top__system__list__img figure img {
  display: block;
  width: 100%;
}
.top__system__list__img figure img.ov {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: initial;
}
.top__system__list__blk {
  width: calc(100% - 580px - 100px);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__blk {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__system__list__blk {
    margin-top: 35px;
    width: auto;
    max-width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__blk {
    margin-top: 35px;
    width: auto;
  }
}
.top__system__list__blk h3 {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__blk h3 {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__blk h3 {
    margin: 0 auto;
    font-size: 2.2rem;
  }
}
.top__system__list__blk p {
  margin-top: 25px;
}
.top__system__list__price {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  padding: 25px;
  background-color: white;
  border: 1px solid #1e1e1e;
  box-sizing: border-box;
  gap: 0 35px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__price {
    padding-left: 1.9230769231vw;
    padding-right: 1.9230769231vw;
    column-gap: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__price {
    display: flex;
    justify-content: center;
    padding: 15px;
    gap: 0 15px;
  }
}
.top__system__list__price h4 {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__price h4 {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__price h4 {
    font-size: 1.5rem;
  }
}
.top__system__list__price .rentalPrice {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 2.1rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__price .rentalPrice {
    font-size: 1.6153846154vw;
    column-gap: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__price .rentalPrice {
    font-size: 1.5rem;
  }
}
.top__system__list__price .rentalPrice strong {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ff2b3c;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__price .rentalPrice strong {
    font-size: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__price .rentalPrice strong {
    font-size: 2.4rem;
  }
}
.top__system__list__price .rentalPrice strong small {
  font-size: 2.7rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__system__list__price .rentalPrice strong small {
    font-size: 2.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .top__system__list__price .rentalPrice strong small {
    font-size: 1.7rem;
  }
}
.top__gallery {
  padding: 100px 5%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__gallery {
    padding: 100px 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__gallery {
    padding: 100px 25px;
  }
}
@media screen and (max-width: 767px) {
  .top__gallery {
    padding: 50px 25px;
  }
}
.top__gallery--sys {
  padding-top: 0;
}
.top__gallery #i_slider1 {
  display: block;
  width: 580px;
  margin: 100px 0 0;
  float: left;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__gallery #i_slider1 {
    width: 44.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__gallery #i_slider1 {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .top__gallery #i_slider1 {
    margin-top: 50px;
    width: 100%;
    float: none;
  }
}
.top__gallery #i_slider1.slick-initialized {
  opacity: 1;
}
.top__gallery #i_slider1 .slide-item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__gallery #i_slider1 .slide-item img {
    height: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__gallery #i_slider1 .slide-item img {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .top__gallery #i_slider1 .slide-item img {
    height: 240px;
  }
}
.top__gallery .thumbnail-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 100px 0 0;
  float: right;
  width: calc(100% - 580px - 50px);
  gap: 25px 25px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__gallery .thumbnail-list {
    width: 43.8461538462vw;
    gap: 15px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__gallery .thumbnail-list {
    width: calc(100% - 420px - 50px);
    gap: 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .top__gallery .thumbnail-list {
    margin-top: 50px;
    float: none;
    width: auto;
    gap: 20px 10px;
    justify-content: space-between;
  }
}
.top__gallery .thumbnail-list .thumbnail-item {
  width: 140px;
  max-width: 140px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__gallery .thumbnail-list .thumbnail-item {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .top__gallery .thumbnail-list .thumbnail-item {
    width: calc(33.3333333333% - 10px);
    max-width: calc(33.3333333333% - 10px);
  }
}
.top__gallery .thumbnail-list .thumbnail-item.thumbnail-current img {
  border: 4px solid #ff2b3c;
}
.top__gallery .thumbnail-list .thumbnail-item:hover {
  cursor: pointer;
}
.top__gallery .thumbnail-list .thumbnail-item img {
  display: block;
  width: 100%;
  height: 140px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__gallery .thumbnail-list .thumbnail-item img {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top__gallery .thumbnail-list .thumbnail-item img {
    height: 80px;
  }
}
.top__gallery .thumbnail-list .thumbnail-item span {
  display: block;
  padding: 0.5em 0;
}
.top__course {
  padding: 100px 5%;
  background-color: #94e2ff;
  overflow: hidden;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course {
    padding: 100px 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top__course {
    padding: 50px 0;
  }
}
.top__course__wrap {
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course__wrap {
    width: 76.9230769231vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course__wrap {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .top__course__wrap {
    margin-top: 35px;
    width: 320px;
  }
}
.top__course .c-map {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__course .c-map {
    width: 100%;
  }
}
.top__course .c-map img {
  display: block;
  width: 100%;
}
.top__course .maker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #ff2b3c;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  z-index: 25;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker {
    width: 27px;
    height: 27px;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker {
    width: 22px;
    height: 22px;
    font-size: 1rem;
    line-height: 0.65;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker i {
    transform-origin: center;
    transform: scale(0.9);
  }
}
.top__course .maker .num {
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker .num {
    font-size: 0.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker .num {
    font-size: 1rem;
    transform-origin: center;
    transform: scale(0.7);
  }
}
.top__course .maker#maker-1 {
  top: 48.5%;
  left: 440px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-1 {
    left: 33.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-1 {
    top: 395px;
    left: 350px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-1 {
    top: 150px;
    left: 130px;
  }
}
.top__course .maker#maker-2 {
  top: 46%;
  left: 270px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-2 {
    left: 20.7692307692vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-2 {
    top: 390px;
    left: 210px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-2 {
    top: 155px;
    left: 80px;
  }
}
.top__course .maker#maker-3 {
  top: 52.5%;
  left: 420px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-3 {
    left: 32.3076923077vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-3 {
    top: 425px;
    left: 330px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-3 {
    top: 175px;
    left: 125px;
  }
}
.top__course .maker#maker-4 {
  top: 29%;
  left: 340px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-4 {
    left: 26.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-4 {
    top: 230px;
    left: 270px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-4 {
    top: 90px;
    left: 100px;
  }
}
.top__course .maker#maker-5 {
  top: 29%;
  left: 460px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-5 {
    left: 35.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-5 {
    top: 230px;
    left: 360px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-5 {
    top: 90px;
    left: 140px;
  }
}
.top__course .maker#maker-6 {
  top: 15%;
  left: 930px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-6 {
    left: 71.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-6 {
    top: 115px;
    left: 735px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-6 {
    top: 40px;
    left: 285px;
  }
}
.top__course .maker#maker-7 {
  top: 9%;
  left: 960px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-7 {
    left: 73.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-7 {
    top: 65px;
    left: 770px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-7 {
    top: 15px;
    left: 300px;
  }
}
.top__course .maker#maker-8 {
  top: 21%;
  left: 540px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-8 {
    left: 41.5384615385vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-8 {
    top: 170px;
    left: 430px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-8 {
    top: 55px;
    left: 170px;
  }
}
.top__course .maker#maker-9 {
  top: 0px;
  left: 915px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-9 {
    left: 70.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-9 {
    top: 0px;
    left: 735px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-9 {
    top: -15px;
    left: 290px;
  }
}
.top__course .maker#maker-10 {
  top: 7.5%;
  left: 870px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .maker#maker-10 {
    left: 66.9230769231vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .maker#maker-10 {
    top: 45px;
    left: 715px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .maker#maker-10 {
    top: 15px;
    left: 260px;
  }
}
@media screen and (max-width: 767px) {
  .top__course__list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top__course .course-info {
  width: 120px;
  position: absolute;
  background-color: white;
  z-index: 20;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 10px 10px 7px rgba(46, 139, 174, 0.3);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info {
    width: 9.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info {
    width: 90px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info {
    margin-top: 15px;
    width: calc(50% - 7.5px);
    position: relative;
    border-radius: 10px;
  }
}
.top__course .course-info a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
.top__course .course-info a:hover::before, .top__course .course-info a:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.top__course .course-info a::before, .top__course .course-info a::after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  box-sizing: border-box;
  border-radius: 15px;
  position: absolute;
  opacity: 0;
}
.top__course .course-info a::before {
  top: 0;
  left: 0;
  border-top: 7px solid #ffff00;
  border-left: 7px solid #ffff00;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info a::before {
    border-top-width: 5px;
    border-left-width: 5px;
  }
}
.top__course .course-info a::after {
  bottom: 0;
  right: 0;
  border-bottom: 7px solid #ffff00;
  border-right: 7px solid #ffff00;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info a::after {
    border-bottom-width: 5px;
    border-right-width: 5px;
  }
}
.top__course .course-info .co-img {
  display: block;
  width: 100%;
  position: relative;
}
.top__course .course-info .co-img img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info .co-img img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info .co-img img {
    height: 90px;
  }
}
.top__course .course-info .co-img .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #ff2b3c;
  color: #ff2b3c;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 25;
  border-radius: 50%;
  opacity: 1;
  line-height: 0.65;
}
@media screen and (max-width: 767px) {
  .top__course .course-info .co-img .num {
    width: 21px;
    height: 21px;
    font-size: 1rem;
  }
}
.top__course .course-info .co-img .num .num {
  font-size: 1rem;
}
.top__course .course-info .co-ttl {
  display: block;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info .co-ttl {
    font-size: 0.9230769231vw;
    padding-left: 0.7692307692vw;
    padding-right: 0.7692307692vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info .co-ttl {
    padding: 5px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info .co-ttl {
    font-size: 1.4rem;
  }
}
.top__course .course-info#c-01 {
  top: 47%;
  left: 550px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-01 {
    left: 42.3076923077vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-01 {
    top: 380px;
    left: 460px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-01 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-02 {
  top: 37%;
  left: 320px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-02 {
    left: 24.6153846154vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-02 {
    top: 340px;
    left: 250px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-02 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-03 {
  top: 58%;
  left: 420px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-03 {
    left: 32.3076923077vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-03 {
    top: 470px;
    left: 330px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-03 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-04 {
  top: 20%;
  left: 180px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-04 {
    left: 13.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-04 {
    top: 130px;
    left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-04 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-05 {
  top: 16%;
  left: 350px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-05 {
    left: 26.9230769231vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-05 {
    top: 120px;
    left: 320px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-05 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-06 {
  top: 29%;
  left: 850px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-06 {
    left: 65.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-06 {
    top: 220px;
    left: 680px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-06 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-07 {
  top: 9%;
  left: 1020px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-07 {
    left: 78.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-07 {
    top: 80px;
    left: 610px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-07 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-08 {
  top: 10%;
  left: 500px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-08 {
    left: 38.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-08 {
    top: 80px;
    left: 440px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-08 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-09 {
  top: -10%;
  left: 950px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-09 {
    left: 73.0769230769vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-09 {
    top: -90px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-09 {
    top: auto;
    left: auto;
  }
}
.top__course .course-info#c-10 {
  top: -0.5%;
  left: 730px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .course-info#c-10 {
    left: 56.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__course .course-info#c-10 {
    top: -10px;
    left: auto;
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top__course .course-info#c-10 {
    top: auto;
    left: auto;
  }
}
.top__course .Caution {
  margin-top: 70px;
  padding: 50px;
  background-color: white;
  border-radius: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution {
    margin-top: 35px;
    padding: 15px;
    border-radius: 15px;
  }
}
.top__course .Caution__headtxt {
  font-size: 2.1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution__headtxt {
    font-size: 1.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution__headtxt {
    font-size: 1.6rem;
  }
}
.top__course .Caution__title {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution__title {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution__title {
    font-size: 2.2rem;
  }
}
.top__course .Caution__titleLevel1 {
  display: block;
  padding: 0.25em 1em;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #ffff00;
  border: 1.5px solid #1e1e1e;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution__titleLevel1 {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution__titleLevel1 {
    font-size: 1.8rem;
  }
}
.top__course .Caution__titleLevel2 {
  display: block;
  padding-bottom: 0.25em;
  font-size: 1.9rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution__titleLevel2 {
    font-size: 1.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution__titleLevel2 {
    font-size: 1.6rem;
  }
}
.top__course .Caution__titleLevel2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 200px solid #ff2b3c;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__course .Caution__titleLevel2::after {
    border-left-width: 100px;
  }
}
.top__course .Caution em {
  font-weight: bold;
}
.top__course .Caution p {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution p {
    font-size: 1.4rem;
  }
}
.top__course .Caution .NumList li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  list-style-type: decimal;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution .NumList li {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution .NumList li {
    font-size: 1.4rem;
  }
}
.top__course .Caution .NumList li:last-child {
  margin-bottom: 0;
}
.top__course .Caution .ListDisc li {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution .ListDisc li {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .top__course .Caution .ListDisc li {
    font-size: 1.4rem;
  }
}
.top__course .Caution .ListDisc li:last-child {
  margin-bottom: 0;
}
.top__course .Caution .BoxCotainer {
  padding: 3.5%;
  background-color: #f6fcff;
  border: 1px solid #00a0f0;
}
.top__course .Caution .notes {
  display: table;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .top__course .Caution .notes {
    font-size: 1.0769230769vw;
  }
}
.top__course .Caution .notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.carList__column {
  display: flex;
  gap: 25px 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carList__column {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .carList__column {
    flex-direction: column;
    gap: 35px 0;
  }
}

.carDetail {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .carDetail {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .carDetail {
    width: 100%;
  }
}
.carDetail__title {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .carDetail__title {
    font-size: 1.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .carDetail__title {
    font-size: 2.2rem;
  }
}
.carDetail__img {
  display: block;
}
.carDetail__img img {
  display: block;
  width: 80%;
  height: 240px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .carDetail__img img {
    width: 100%;
    height: 220px;
  }
}
.carDetail__txt {
  display: block;
  min-height: 80px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .carDetail__txt {
    font-size: 1.5rem;
    min-height: initial;
  }
}
.carDetail-Price {
  background-color: white;
  border: 1px solid #1e1e1e;
}
.carDetail-Price__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  gap: 0 15px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .carDetail-Price__inner {
    column-gap: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .carDetail-Price__inner {
    padding: 15px;
  }
}
.carDetail-Price__title {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .carDetail-Price__title {
    font-size: 1.5rem;
  }
}
.carDetail-Price__txt {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .carDetail-Price__txt {
    font-size: 1.2307692308vw;
    column-gap: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .carDetail-Price__txt {
    font-size: 1.5rem;
  }
}
.carDetail-Price__txt strong {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ff2b3c;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .carDetail-Price__txt strong {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .carDetail-Price__txt strong {
    font-size: 2.4rem;
  }
}
.carDetail-Price__txt strong small {
  font-size: 2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .carDetail-Price__txt strong small {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .carDetail-Price__txt strong small {
    font-size: 1.7rem;
  }
}

.Flow {
  overflow: hidden;
}
.Flow__inner {
  padding: 100px 5% 0;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Flow__inner {
    padding: 100px 3.5% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Flow__inner {
    padding: 100px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .Flow__inner {
    padding: 50px 25px 0;
  }
}
.Flow__leadtxt {
  font-size: 2.1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Flow__leadtxt {
    font-size: 1.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .Flow__leadtxt {
    font-size: 1.6rem;
  }
}
.Flow__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Flow__column {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .Flow__column {
    flex-direction: column;
    align-items: center;
  }
}

.FlowDetail {
  padding: 2.5%;
  width: calc(25% - 35px);
  max-width: calc(25% - 35px);
  background-color: #ebf5fc;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .FlowDetail {
    width: 65%;
    max-width: 65%;
    padding: 5%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .FlowDetail {
    width: 100%;
    max-width: 100%;
    padding: 5%;
    border-radius: 15px;
  }
}
.FlowDetail:last-child::after {
  display: none;
}
.FlowDetail::after {
  content: "";
  background: rgba(0, 160, 240, 0.3);
  height: 27.7128129211px;
  width: 24px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .FlowDetail::after {
    width: 32px;
    height: 20.7846096908px;
    top: auto;
    right: auto;
    bottom: -35px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (max-width: 767px) {
  .FlowDetail::after {
    width: 32px;
    height: 20.7846096908px;
    top: auto;
    right: auto;
    bottom: -35px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.FlowDetail__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #ffff00;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  color: #1e1e1e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #1e1e1e;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .FlowDetail__num {
    transform: scale(0.8);
  }
}
.FlowDetail__num em {
  font-size: 2rem;
}
.FlowDetail__icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .FlowDetail__icon {
    width: 35px;
    height: 35px;
  }
}
.FlowDetail__title {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .FlowDetail__title {
    font-size: 1.6153846154vw;
  }
}
.FlowDetail__txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .FlowDetail__txt {
    font-size: 1.2307692308vw;
  }
}
.FlowDetail .Notes {
  display: inline-block;
  padding-left: 1.5em;
  font-size: 1.2rem;
  text-align: left;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .FlowDetail .Notes {
    font-size: 0.9230769231vw;
  }
}
.FlowDetail .Notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.Qanda__inner {
  margin-top: 70px;
  max-width: var(--width-content);
  padding: 0 7.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Qanda__inner {
    margin-top: 35px;
    max-width: 100%;
    padding: 0 5%;
  }
}

.Qa {
  width: 100%;
  margin: 30px auto 0;
  text-align: left;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(204, 204, 204, 0.6);
}
@media screen and (max-width: 767px) {
  .Qa {
    margin-top: 20px;
    width: 100%;
  }
}
.Qa dt {
  padding: 1em 30px 1em 70px;
  position: relative;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Qa dt {
    padding-left: 5.3846153846vw;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .Qa dt {
    padding-left: 50px;
    font-size: 1.5rem;
  }
}
.Qa dt::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 20px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #ff2b3c;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Qa dt::before {
    font-size: 2.1538461538vw;
    left: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .Qa dt::before {
    font-size: 2.2rem;
    top: 10px;
    left: 15px;
  }
}
.Qa dt span::before, .Qa dt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .Qa dt span::before, .Qa dt span::after {
    width: 14px;
    right: 10px;
  }
}
.Qa dt span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.Qa dt span.active::after {
  transform: rotate(0);
  transition: 0.2s;
}
.Qa dt:hover {
  cursor: pointer;
}
.Qa dd {
  display: none;
  padding: 2.5em;
  padding-top: 0;
  padding-left: 70px;
  position: relative;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Qa dd {
    font-size: 1.2307692308vw;
    padding-left: 5.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .Qa dd {
    padding-left: 50px;
    font-size: 1.4rem;
  }
}
.Qa dd div {
  margin-bottom: 25px;
}
.Qa dd div:last-child {
  margin-bottom: 0;
}

/*!
page > sys
------------------------------
*/
.under-sys {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .under-sys {
    margin-top: 70px;
  }
}
.under-sys__lead {
  display: flex;
  justify-content: space-between;
  padding: 100px 100px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__lead {
    padding: 100px 50px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__lead {
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__lead {
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 25px 0;
  }
}
@media screen and (max-width: 100px) {
  .under-sys__lead {
    padding: 50px 15px 0;
  }
}
.under-sys__lead figure {
  display: block;
  width: 640px;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__lead figure {
    width: 49.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__lead figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__lead figure {
    width: 100%;
  }
}
.under-sys__lead figure img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .under-sys__lead figure img {
    height: 220px;
  }
}
.under-sys__lead figure img.floor {
  width: 70%;
  height: auto;
  object-fit: initial;
}
@media screen and (max-width: 767px) {
  .under-sys__lead figure img.floor {
    width: 100%;
  }
}
.under-sys__lead__blk {
  width: calc(100% - 640px - 100px);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__lead__blk {
    width: 35.3846153846vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__lead__blk {
    margin-top: 35px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__lead__blk {
    margin-top: 35px;
    width: auto;
  }
}
.under-sys__lead__blk h3 {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__lead__blk h3 {
    font-size: 2.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__lead__blk h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 100px) {
  .under-sys__lead__blk h3 {
    font-size: 2.4rem;
  }
}
.under-sys__lead__blk p {
  margin-top: 25px;
}
.under-sys__lead-copy {
  margin-top: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__lead-copy {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__lead-copy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.under-sys__spec {
  padding: 100px 100px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__spec {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__spec {
    padding: 100px 25px;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 100px) {
  .under-sys__spec {
    padding: 50px 15px;
  }
}
.under-sys__spec__wrap {
  display: flex;
  justify-content: space-between;
  padding: 35px;
  border: 20px solid #e5f5fe;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__spec__wrap {
    padding-left: 2.6923076923vw;
    padding-right: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec__wrap {
    border-width: 14px;
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.under-sys__spec__blk {
  box-sizing: border-box;
}
.under-sys__spec__blk-spec {
  width: calc(60% - 50px);
  max-width: calc(60% - 50px);
}
@media screen and (max-width: 767px) {
  .under-sys__spec__blk-spec {
    width: auto;
    max-width: initial;
  }
}
.under-sys__spec__blk-spec .floor {
  display: block;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .under-sys__spec__blk-spec .floor {
    width: 100%;
  }
}
.under-sys__spec__blk-equip {
  width: 40%;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .under-sys__spec__blk-equip {
    margin-top: 25px;
    width: auto;
    max-width: initial;
  }
}
.under-sys__spec__blk h3 {
  display: table;
  margin-bottom: 15px;
  font-family: "arial";
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__spec__blk h3 {
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec__blk h3 {
    font-size: 2.1rem;
  }
}
.under-sys__spec__blk .annotation {
  margin-top: 25px;
  padding-left: 1em;
  display: table;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__spec__blk .annotation {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec__blk .annotation {
    font-size: 1.2rem;
  }
}
.under-sys__spec__blk .annotation::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.under-sys__spec-spec {
  width: 100%;
}
.under-sys__spec-spec th,
.under-sys__spec-spec td {
  padding: 0.5em;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .under-sys__spec-spec th,
  .under-sys__spec-spec td {
    display: block;
  }
}
.under-sys__spec-spec th {
  width: 25%;
  max-width: 25%;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__spec-spec th {
    width: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec-spec th {
    width: auto;
    max-width: initial;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.under-sys__spec-spec td {
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-sys__spec-spec td {
    padding-top: 0;
    padding-left: 0.5em;
  }
}
.under-sys__spec-spec td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .under-sys__spec-spec td::before {
    display: none;
  }
}
.under-sys__spec-equip {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.under-sys__spec-equip th,
.under-sys__spec-equip td {
  padding: 0.5em;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__spec-equip th,
  .under-sys__spec-equip td {
    font-size: 1.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__spec-equip th,
  .under-sys__spec-equip td {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec-equip th,
  .under-sys__spec-equip td {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 100px) {
  .under-sys__spec-equip th,
  .under-sys__spec-equip td {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.under-sys__spec-equip th {
  background-color: #00a0f0;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under-sys__spec-equip th {
    line-height: 1.1;
    vertical-align: middle;
  }
}
.under-sys__spec-equip td {
  background-color: #f2f7f9;
  color: #00a0f0;
}
.under-sys__spec .EquipmentList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .under-sys__spec .EquipmentList {
    margin-top: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.under-sys__spec .EquipmentList li {
  padding-left: 12px;
  width: 50%;
  max-width: 50%;
  font-size: 1.6rem;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__spec .EquipmentList li {
    padding-left: 0.9230769231vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__spec .EquipmentList li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 100px) {
  .under-sys__spec .EquipmentList li {
    font-size: 1.4rem;
  }
}
.under-sys__spec .EquipmentList li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00a0f0;
  position: absolute;
  top: 12px;
  left: 0;
}
.under-sys__rental {
  padding: 100px 150px;
  background-color: #ebf5fc;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__rental {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__rental {
    padding: 100px 25px;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__rental {
    padding: 50px 25px;
  }
}
.under-sys__rental__wrap {
  margin-top: 50px;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border: 1px solid #1e1e1e;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__rental__wrap {
    padding-left: 2.6923076923vw;
    padding-right: 2.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__rental__wrap {
    padding: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.under-sys__rental__price {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .under-sys__rental__price {
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
}
.under-sys__rental__price h4 {
  display: table;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__rental__price h4 {
    font-size: 1.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__rental__price h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__rental__price h4 {
    font-size: 2rem;
  }
}
.under-sys__rental__price p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  gap: 0 15px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__rental__price p {
    font-size: 1.8461538462vw;
    column-gap: 1.1538461538vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__rental__price p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__rental__price p {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.under-sys__rental__price p b {
  font-weight: 700;
}
.under-sys__rental__price p strong {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ff2b3c;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__rental__price p strong {
    font-size: 3.6923076923vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__rental__price p strong {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__rental__price p strong {
    font-size: 3.2rem;
  }
}
.under-sys__rental__price p strong small {
  font-size: 3.2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-sys__rental__price p strong small {
    font-size: 2.4615384615vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-sys__rental__price p strong small {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .under-sys__rental__price p strong small {
    font-size: 2.2rem;
  }
}

/*!
page > kiyaku
------------------------------
*/
.under-kiyaku {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .under-kiyaku {
    margin-top: 70px;
  }
}
.under-kiyaku .Terms {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms {
    max-width: initial;
  }
}
.under-kiyaku .Terms__inner {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms__inner {
    padding: 50px 25px 0;
  }
}
.under-kiyaku .Terms__title {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms__title {
    font-size: 2.2rem;
  }
}
.under-kiyaku .Terms__title__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(-90deg, #1e1e1e 50%, #ff2b3c 50%);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms__title__icon {
    width: 24px;
    height: 24px;
  }
}
.under-kiyaku .Terms__title__icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms__title__icon::after {
    width: 20px;
    height: 20px;
  }
}
.under-kiyaku .Terms__titleLv2 {
  display: block;
  padding-bottom: 0.35em;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #1e1e1e;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms__titleLv2 {
    font-size: 1.7rem;
  }
}
.under-kiyaku .Terms__titleLv3 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .under-kiyaku .Terms__titleLv3 {
    font-size: 1.6rem;
  }
}
.under-kiyaku .Terms .numList li {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  list-style-type: decimal;
}
.under-kiyaku .Terms .numList li:last-child {
  margin-bottom: 0;
}
.under-kiyaku .Terms .discList li {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  list-style-type: disc;
}
.under-kiyaku .Terms .discList li:last-child {
  margin-bottom: 0;
}
.under-kiyaku .Terms .subNum {
  display: flex;
  position: relative;
}
.under-kiyaku .Terms .subNum::before {
  content: attr(data-head);
}

/*!
page > reserve
------------------------------
*/
.under-reserve {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .under-reserve {
    margin-top: 70px;
  }
}
.under-reserve__form {
  padding: 100px 100px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-reserve__form {
    padding: 100px 50px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-reserve__form {
    padding: 100px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .under-reserve__form {
    padding: 50px 25px 0;
  }
}
.under-reserve__form__inner .form-parts {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-reserve__form__inner .form-parts {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .under-reserve__form__inner .form-parts {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner .form-parts {
    width: auto;
  }
}
.under-reserve__form__inner p {
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .under-reserve__form__inner p {
    font-size: 1.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner p {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.under-reserve__form__inner .thanks-mes {
  text-align: center;
}
.under-reserve__form__inner .thanks-mes p {
  font-size: 1.8rem;
}
.under-reserve__form__inner .thanks-mes p:not(:nth-of-type(1)) {
  margin-top: 25px;
}
.under-reserve__form__inner .notnull,
.under-reserve__form__inner .optional {
  display: inline-block;
  margin-left: 1em;
  padding: 0.25em 0.5em;
  border: 1px solid #ff2b3c;
  color: #ff2b3c;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
.under-reserve__form__inner .optional {
  background-color: #7b7b7b;
}
.under-reserve__form__inner table {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table {
    margin-top: 50px;
  }
}
.under-reserve__form__inner table th,
.under-reserve__form__inner table td {
  padding: 1.5em 0;
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table th,
  .under-reserve__form__inner table td {
    display: block;
  }
}
.under-reserve__form__inner table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td {
    padding-top: 0.5em;
  }
}
.under-reserve__form__inner table td .row {
  padding-bottom: 0.5em;
  overflow: hidden;
}
.under-reserve__form__inner table td .row:last-child {
  padding-bottom: 0;
}
.under-reserve__form__inner table td .row input,
.under-reserve__form__inner table td .row select {
  margin-top: 0.5em;
}
.under-reserve__form__inner table td .col {
  margin: 0 0.5em;
}
.under-reserve__form__inner table td .unit {
  margin-left: 1em;
}
.under-reserve__form__inner table td .error {
  margin-top: 1em;
}
.under-reserve__form__inner table td .row-fl {
  display: flex;
  justify-content: space-between;
}
.under-reserve__form__inner table td .note-info {
  display: table;
  margin: 5px 0 0;
}
.under-reserve__form__inner table td input[type=text],
.under-reserve__form__inner table td input[type=email],
.under-reserve__form__inner table td select,
.under-reserve__form__inner table td textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border: 1px solid rgba(30, 30, 30, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td input[type=text],
  .under-reserve__form__inner table td input[type=email],
  .under-reserve__form__inner table td select,
  .under-reserve__form__inner table td textarea {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
.under-reserve__form__inner table td input[type=text]::placeholder,
.under-reserve__form__inner table td input[type=email]::placeholder,
.under-reserve__form__inner table td select::placeholder,
.under-reserve__form__inner table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td input[type=text]::placeholder,
  .under-reserve__form__inner table td input[type=email]::placeholder,
  .under-reserve__form__inner table td select::placeholder,
  .under-reserve__form__inner table td textarea::placeholder {
    font-size: 1.3rem;
  }
}
.under-reserve__form__inner table td input[type=text]:nth-last-of-type(1),
.under-reserve__form__inner table td input[type=email]:nth-last-of-type(1),
.under-reserve__form__inner table td select:nth-last-of-type(1),
.under-reserve__form__inner table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.under-reserve__form__inner table td input[type=text]:disabled,
.under-reserve__form__inner table td input[type=email]:disabled,
.under-reserve__form__inner table td select:disabled,
.under-reserve__form__inner table td textarea:disabled {
  background-color: #f1f1f1;
}
.under-reserve__form__inner table td input[type=radio],
.under-reserve__form__inner table td input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.under-reserve__form__inner table td select {
  width: auto;
  font-size: 100%;
}
.under-reserve__form__inner table td textarea {
  width: 100%;
  max-width: 100%;
  font-family: sans-serif;
}
.under-reserve__form__inner table td input[name=ご利用人数] {
  width: 4em;
  max-width: 4em;
}
.under-reserve__form__inner table td input[name=郵便番号] {
  width: 200px;
  max-width: 200px;
  font-size: 1.8rem;
  padding: 1em;
  border: none;
  border: 1px solid rgba(30, 30, 30, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td input[name=郵便番号] {
    padding: 0.75em 0.5em;
    font-size: 1.5rem;
  }
}
.under-reserve__form__inner table td input[name=ご出発希望日時],
.under-reserve__form__inner table td input[name=ご返却希望日時] {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td input[name=ご出発希望日時],
  .under-reserve__form__inner table td input[name=ご返却希望日時] {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.under-reserve__form__inner table td select[name=希望時刻],
.under-reserve__form__inner table td select[name=返却希望時刻] {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td select[name=希望時刻],
  .under-reserve__form__inner table td select[name=返却希望時刻] {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.under-reserve__form__inner table td input[type=email] {
  width: 100%;
  max-width: 100%;
}
.under-reserve__form__inner table td .mwform-tel-field input,
.under-reserve__form__inner table td .mwform-zip-field input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner table td .mwform-radio-field {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.under-reserve__form__inner .btnarea {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.under-reserve__form__inner .btnarea input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 2.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner .btnarea input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 1em 2em;
    font-size: 1.7rem;
  }
}
.under-reserve__form__inner .btnarea input.send_btn, .under-reserve__form__inner .btnarea input.send_btn2 {
  background-color: #ff2b3c;
  color: white;
}
.under-reserve__form__inner .btnarea input.send_btn:disabled, .under-reserve__form__inner .btnarea input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.under-reserve__form__inner .btnarea input.upd_btn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: #1e1e1e;
}
.under-reserve__form__inner .pr-check {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.under-reserve__form__inner .pr-check input[type=radio],
.under-reserve__form__inner .pr-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.under-reserve__form__inner .pr-check .mwform-checkbox-field {
  text-align: center;
}
.under-reserve__form__inner .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.under-reserve__form__inner .privacy_wrap {
  margin: 0;
}
.under-reserve__form__inner .privacy_wrap .inp_mes {
  font-weight: bold;
}
.under-reserve__form__inner .privacy_wrap .error {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.under-reserve__form__inner .privacy_wrap .error + .error {
  display: none !important;
}
.under-reserve__form__inner .privacy_wrap .privacy {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin: 35px auto 0;
  padding: 2.5em;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner .privacy_wrap .privacy {
    padding: 1.5em;
    font-size: 1.2rem;
  }
}
.under-reserve__form__inner .privacy_wrap .privacy p {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .under-reserve__form__inner .privacy_wrap .privacy p {
    font-size: 1.2rem;
  }
}
.under-reserve__form__inner .privacy_wrap .privacy p.ttl {
  font-weight: bold;
}
.under-reserve__form__inner .mw_wp_form_input .conf_mes {
  display: none;
}
.under-reserve__form__inner .mw_wp_form_input .btnarea input.send_btn2 {
  display: none;
  background-color: #ff2b3c;
  color: white;
}
.under-reserve__form__inner .mw_wp_form_confirm .inp_mes {
  display: none;
}
.under-reserve__form__inner .mw_wp_form_confirm .conf_mes {
  display: none;
}
.under-reserve__form__inner .mw_wp_form_confirm .formbox .note-info {
  display: none !important;
}
.under-reserve__form__inner .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.under-reserve__form__inner .mw_wp_form_confirm .privacy {
  display: none !important;
}
.under-reserve__form__inner .mw_wp_form_confirm .conf_mes {
  display: block;
}
.under-reserve__form__inner .mw_wp_form_confirm .formbox table td .row {
  margin-top: 0;
}
.under-reserve__form__inner .mw_wp_form_confirm .formbox table tr:nth-of-type(4) td .row {
  display: none;
}

.kiyakuNav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .kiyakuNav {
    gap: 0 7.5px;
  }
}
.kiyakuNav li a {
  padding: 0.5em 1.5em;
  display: flex;
  align-items: center;
  color: #1e1e1e;
  font-size: 1.6rem;
  text-decoration: none;
  background-color: #f3f3f3;
  gap: 0 0.25em;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .kiyakuNav li a {
    padding: 0.5em;
    font-size: 1.2rem;
  }
}
.kiyakuNav li a:hover {
  background-color: #ff2b3c;
  color: white;
  border-color: #ff2b3c;
}

.error-pink input[type=text],
.error-pink input[type=email],
.error-pink input[type=tel],
.error-pink input[type=url],
.error-pink select,
.error-pink textarea {
  background: rgba(255, 192, 203, 0.5) !important;
}

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