@charset "UTF-8";
/*
Theme Name: harasawa2025
Theme URI:
Description: harasawa2025
Version: 1.0
Author: 
Author URI: 
*/
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #2a8be5;
  --color-primary-light: #f1f7fa;
  --color-secondary: #3F8EB3;
  --color-secondary-light: #FAF8F5;
  --color-link: #4895e6;
}

.white {
  color: white !important;
}

.blue {
  color: #2a8be5 !important;
}

.egreen {
  color: #50AA9E !important;
}

.red {
  color: #e86f8a;
}

.yellow {
  color: var(--color-secondary);
}

.orange {
  color: #ff6d2d;
}

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

:root {
  --font-family-base: "Inter", "Noto Sans JP", "Helvetica Neue", "Helvetica",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.f_noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f_inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > effects
------------------------------
*/
.pagenavi .nav a, .WsLead .wsBnr a::after, .topWorkshop .wsBnr a::after, #nav-toggle, .sideCnt .sideNav li a::after, #btm-btn a.pagetop, .sideSns .SnsMenu li a, .Header, .Header .Logo, .HeaderMenu, .HeaderMenu .g-menu li a::after, .pgNav li a, .contact-Btn, .baseBtn, .btn-base {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s 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: clamp(1.5rem, 1.2vw, 100rem);
  font-weight: 400;
  color: #3c3c3c;
  line-height: 2;
  background-color: white;
  animation: fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #2a8be5;
  word-wrap: break-word;
}
a.noLink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
a.anchor--1 {
  padding-top: 50px;
  margin-top: -50px;
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.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-tb {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb {
    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-pc-sp {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc-sp {
    display: block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

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

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

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

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

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

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

.u-mt30 {
  margin-top: 30px !important;
}

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

.u-mt40 {
  margin-top: 40px !important;
}

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

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

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

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

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

.u-ml5 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml5 {
    margin-left: 0.3846153846vw !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml25 {
    margin-left: 1.9230769231vw !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml50 {
    margin-left: 3.8461538462vw !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml70 {
    margin-left: 5.3846153846vw !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr5 {
    margin-right: 0.3846153846vw !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr10 {
    margin-right: 0.7692307692vw !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr15 {
    margin-right: 1.1538461538vw !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr25 {
    margin-right: 1.9230769231vw !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr70 {
    margin-right: 5.3846153846vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

.u-p-reset {
  padding: 0 !important;
}

.u-ptb {
  padding: 120px 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}

.u-ptb100 {
  padding: 100px 0 !important;
}

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

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

.u-ptb25 {
  padding: 25px 0 !important;
}

.u-pt {
  padding-top: 120px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pt {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 50px !important;
  }
}

.u-pb {
  padding-bottom: 120px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

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

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

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

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb200 {
  padding-bottom: 200px !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-mlauto {
    margin-left: 0 !important;
    margin-left: auto !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !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-mt60 {
    margin-top: 60px !important;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sp-ptb15 {
    padding: 15px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb25 {
    padding: 25px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb35 {
    padding: 35px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb50 {
    padding: 50px 0 !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

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

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none !important;
  }
}

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

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

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

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

@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-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w45 {
  width: 45% !important;
  max-width: 45% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w55 {
  width: 55% !important;
  max-width: 55% !important;
}

.u-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w90 {
  width: 90% !important;
  max-width: 90% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tab-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-w40 {
    width: 40% !important;
    max-width: 40% !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-w60 {
    width: 60% !important;
    max-width: 60% !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-w80 {
    width: 80% !important;
    max-width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

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

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

.u-txtSmall {
  font-size: 1.4rem;
}

.u-txtLarge {
  font-size: 2.2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .u-txtLarge {
    font-size: 1.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 1.8rem;
  }
}

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

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

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv1 {
    font-size: 2.3076923077vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.1rem;
  }
}
.title-Lv1::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 5px;
  background-image: linear-gradient(90deg, var(--color-primary) 49%, white 49%, white 51%, var(--color-secondary) 51%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .title-Lv1::after {
    width: 60px;
    height: 4px;
  }
}
.title-Lv1 i {
  font-size: 3.2rem;
  color: var(--color-primary);
}
.title-Lv1--small {
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv1--small {
    font-size: 1.8461538462vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title-Lv1--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv1--small {
    font-size: 1.7rem;
  }
}

.title-Lv2 {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: clamp(2.2rem, 2.1vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
  gap: 0 0.75em;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 2.1rem;
    line-height: 1.5;
    gap: 0 0.5em;
  }
}
.title-Lv2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2.5px;
  background: linear-gradient(45deg, #02aacb, #2db955);
}
@media screen and (max-width: 767px) {
  .title-Lv2::after {
    width: 40px;
  }
}
.title-Lv2.noLine::after {
  display: none;
}
.title-Lv2 .icon {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .title-Lv2 .icon {
    width: 42px;
    height: 42px;
  }
}
.title-Lv2--news::after {
  display: none;
}

.title-Lv3 {
  display: flex;
  align-items: center;
  padding: 0.25em 1em;
  font-size: clamp(2rem, 1.6vw, 100rem);
  font-weight: 600;
  border-bottom: 1.5px solid #e8e8e8;
  position: relative;
}
.title-Lv3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1.5px;
  background: linear-gradient(90deg, #02aacb, #2db955);
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title-Lv3::after {
    width: 100px;
  }
}
.title-Lv3 small {
  font-size: clamp(1.2rem, 1vw, 100rem);
}

.title-Lv4 {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .title-Lv4 {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 767px) {
  .title-Lv4 {
    font-size: 1.6rem;
  }
}

.UnderFv {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 450px;
  min-height: 450px;
  background-color: #b6c9d5;
  overflow: hidden;
}
.UnderFv__inner {
  height: calc(100% - 80px);
  position: relative;
}
.UnderFv__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.UnderFv__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 3.5%;
  background-color: var(--color-primary);
  position: relative;
  z-index: 21;
  box-sizing: border-box;
}
.UnderFv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.UnderFv__triangle {
  display: block;
  width: 500px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  opacity: 0.8;
}
.UnderFv__triangle--ov1 {
  left: -70px;
  background-color: #e1e5ea;
  z-index: 20;
}
.UnderFv__triangle--ov2 {
  left: -100px;
  background-color: white;
  z-index: 21;
}

/*!
component > btn
------------------------------
*/
.contact-Btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn {
    padding: 1em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn {
    padding: 1em;
    font-size: 1.6rem;
  }
}
.contact-Btn:hover {
  filter: hue-rotate(10deg) brightness(110%);
}
.contact-Btn--header {
  padding: 0.75em 1em;
  border-radius: 100px;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .contact-Btn--header {
    gap: 0 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--header {
    width: 60px;
    height: 60px;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
    gap: 0.25em 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header {
    width: 42px;
    height: 42px;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
    border-radius: 0 5px 5px 0;
  }
}
.contact-Btn--header .icon {
  display: block;
  width: 20px;
  aspect-ratio: 5/5;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--header .icon {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header .icon {
    width: 15px;
  }
}
.contact-Btn--header .caption {
  font-size: 1.7rem;
  font-size: clamp(1.3rem, 1.3vw, 1.7rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--header .caption {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header .caption {
    display: none;
    font-size: 1rem;
  }
}
.contact-Btn--header .arrow {
  font-size: clamp(1.3rem, 1.1vw, 1.5rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-Btn--header .arrow {
    display: none;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-Btn--header .arrow {
    display: none;
  }
}
.contact-Btn--middle {
  padding: 1em 2em;
  border-radius: 100px;
}

.baseBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  gap: 0 0.75em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn {
    font-size: 1.6rem;
  }
}
.baseBtn .arrow {
  font-size: 1.5rem;
}
.baseBtn--tel {
  border-radius: 15px;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  padding: 1.5em 3em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn--tel {
    font-size: 1.6rem;
    padding: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn--tel {
    font-size: 1.8rem;
    padding: 1.5em;
  }
}
.baseBtn--tel .icon {
  display: block;
  width: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn--tel .icon {
    width: 24px;
  }
}
.baseBtn--tel .Wrap {
  display: inline-flex;
  flex-direction: column;
}
.baseBtn--tel .Wrap .Phone__caption {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .baseBtn--tel .Wrap .Phone__caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .baseBtn--tel .Wrap .Phone__caption {
    font-size: 1.3rem;
  }
}

.linkBtn {
  padding-right: 0.75em;
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  border-bottom: 1px solid #6277a7;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  gap: 0 2.5em;
}
.linkBtn i {
  font-size: 1.2rem;
}
.linkBtn--small {
  font-size: 1.5rem;
}
.linkBtn--small i {
  font-size: 1.1rem;
}

.viewMore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  color: #3c3c3c;
  text-decoration: none;
  position: relative;
}
.viewMore .caption {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #3c3c3c;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .viewMore .caption {
    font-size: 1.2rem;
  }
}
.viewMore .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  aspect-ratio: 5/5;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  color: white;
  border-radius: 50%;
  font-size: 1.6rem;
}
.viewMore--white {
  color: white;
}
.viewMore--white .caption {
  border-bottom-color: white;
}
.viewMore--white .arrow {
  background: transparent;
  border: 1px solid white;
}

.btn-base {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  color: white;
  font-size: 1.5rem;
  background-color: #122b3f;
  text-decoration: none;
  line-height: 1.3;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .btn-base {
    padding: 1.5em 0;
    width: 200px;
    max-width: 200px;
    font-size: 1.3rem;
  }
}
.btn-base:hover {
  transform: scale(1.06);
  filter: hue-rotate(0deg) brightness(135%);
}
@media screen and (max-width: 767px) {
  .btn-base:hover {
    transform: scale(1);
  }
}
.btn-base:visited {
  color: white;
}
.btn-base--small {
  padding: 1em 3em;
  width: auto;
  max-width: initial;
  font-size: 1.3rem;
}
.btn-base--reserve {
  padding: 1.5em;
  min-width: 300px;
  font-size: 1.7rem;
  background-color: #2a8be5;
}
@media screen and (max-width: 767px) {
  .btn-base--reserve {
    min-width: initial;
    font-size: 1.5rem;
  }
}

.MiddleBtn {
  display: table;
  padding: 0.5em 1.5em;
  background-color: white;
  border: 1px solid #3c3c3c;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 50px;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .MiddleBtn {
    padding: 0.25em 0.75em;
    font-size: 1.3rem;
  }
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.listDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

.listNum li {
  margin-left: 1em;
  list-style-type: decimal;
}

.aioseo-breadcrumbs {
  z-index: 10;
  display: flex;
  padding: 0.35em 0;
  overflow: hidden;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    display: none;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 1em;
}
.aioseo-breadcrumbs a {
  color: #3c3c3c;
}

.pgNav {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .pgNav {
    gap: 10px;
  }
}
.pgNav li a {
  display: block;
  padding: 0.75em 1.5em;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #3c3c3c;
  border: 1px solid #999;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .pgNav li a {
    font-size: 1.2307692308vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pgNav li a {
    min-width: 7em;
    padding: 1em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pgNav li a {
    min-width: 7em;
    padding: 1em;
    font-size: 1.3rem;
  }
}
.pgNav li a.active {
  border: 1px solid var(--color-secondary);
  background-color: var(--color-secondary);
  color: white;
}
.pgNav--white li a {
  color: white;
  border: 1px solid white;
}
.pgNav--white li a:hover {
  background-color: white;
  color: #3c3c3c;
}

sup {
  font-size: 1.1rem;
  vertical-align: 0.5em;
}

.NotesCnt {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
}
.NotesCnt--ptn1 {
  align-items: flex-end;
}

.Notes {
  display: inline-flex;
  font-size: clamp(1rem, 0.8vw, 100rem);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.2rem;
  }
}
.Notes--mark {
  padding-left: 1em;
}
.Notes--mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.ContactInfo {
  background-color: var(--color-primary);
}
.ContactInfo__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .ContactInfo__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ContactInfo__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .ContactInfo__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ContactInfo .ContactBtn {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .ContactInfo .ContactBtn {
    width: 100%;
  }
}

/*!
component > table
------------------------------
*/
.baseTable th,
.baseTable td {
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em 0.5em;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .baseTable th,
  .baseTable td {
    display: block;
    padding: 1em 0;
    font-size: 1.5rem;
  }
}
.baseTable th {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .baseTable th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .baseTable td {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .baseTable tr:nth-last-of-type(1) td {
    border-bottom: none;
  }
}

.subTable th, .subTable td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .subTable th, .subTable td {
    display: table-cell;
  }
}

/*!
component > tab
------------------------------
*/
.tab-group {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-group {
    flex-wrap: wrap;
  }
}
.tab-group li.tab {
  margin: 0 5px;
  padding: 0.75em;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #3c3c3c;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .tab-group li.tab {
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 100px) {
  .tab-group li.tab {
    font-size: 1.4rem;
  }
}
.tab-group li.tab.tab-active {
  background-color: #2a8be5;
  transition: all 0.2s ease-out;
  color: white;
}

.panel {
  display: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.panel.panel-show {
  display: block;
}
.panel__inner {
  background-color: white;
}
/*!
component > modal
------------------------------
*/
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.mv-modal {
  max-width: 740px !important;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .mv-modal {
    max-width: 85% !important;
  }
}
.mv-modal .iziModal-wrap {
  width: 740px !important;
  max-width: 740px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-wrap {
    width: 99% !important;
    max-width: 99% !important;
  }
}
.mv-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) {
  .mv-modal .iziModal-content {
    padding: 35px 25px 25px !important;
  }
}
.mv-modal .iziModal-content iframe {
  display: block;
  width: 100%;
  max-height: 400px !important;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content iframe {
    height: 170px !important;
    max-height: 170px !important;
    border: 1px solid #ccc !important;
  }
}
.mv-modal .iziModal-content .date {
  display: table;
  margin: 15px 0 0;
  font-size: 1.4rem;
}
.mv-modal .iziModal-content .ttl {
  display: block;
  padding: 1em 0;
  line-height: 1.3;
  font-weight: bold;
}
.mv-modal .iziModal-content .teikyo {
  display: table;
  margin: 0 auto;
  padding: 0.15em 0;
  padding-left: 60px;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.mv-modal .iziModal-content .teikyo::before {
  content: "提供元";
  display: inline-block;
  padding: 0.15em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  color: #9bbf00;
  border: 1px solid #9bbf00;
  font-size: 1.1rem;
}
.mv-modal .iziModal-content .close-btn {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .mv-modal .iziModal-content .close-btn {
    top: 12px;
    right: 12px;
  }
}

/*!
global > scroll
------------------------------
*/
.scroll_bar {
  overflow-y: scroll;
}

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

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

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: rgba(60, 60, 60, 0.1);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .TableScroll {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    overflow-x: scroll;
  }
}
/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 60px;
  }
}
.Header__inner {
  padding: 0 5%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__inner {
    padding: 0 2.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Header__inner {
    padding-left: 50px;
    padding-right: 2.5%;
  }
}
.Header__column {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header.fixed {
  position: fixed;
  top: 0;
  bottom: auto; /* 元の位置をリセット */
  left: 0;
}
.Header .Logo {
  z-index: 51;
}
.Header .Logo a {
  display: flex;
  align-items: center;
  gap: 0 1em;
  text-decoration: none;
  color: #3c3c3c;
}
.Header .Logo .logomark {
  display: block;
  width: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .Logo .logomark {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Header .Logo .logomark {
    width: 36px;
  }
}
.Header .Logo .Box {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .Logo .Box {
    padding-bottom: 0.5em;
  }
}
.Header .Logo .clName {
  font-size: clamp(2.2rem, 2vw, 100rem);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Header .Logo .clName {
    font-size: 2rem;
  }
}
.Header .Logo .svList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
  position: relative;
  font-size: clamp(1rem, 0.8vw, 100rem);
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header .Logo .svList {
    width: 100vw;
    font-size: 0.9rem;
    line-height: 1.1;
    position: absolute;
    left: 0;
    bottom: -2em;
  }
}
@media screen and (max-width: 767px) {
  .Header .Logo .svList {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
.Header .Logo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.HeaderMenu {
  height: 100%;
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  z-index: 51;
  /*==ナビゲーション全体の設定*/
  /*ナビゲーションを横並びに*/
  /*hoverしたら表示*/
}
.HeaderMenu__inner {
  height: 100%;
}
.HeaderMenu__column {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 0 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu__column {
    gap: 0 1em;
  }
}
.HeaderMenu nav {
  display: flex;
  align-items: center;
  text-align: center;
}
.HeaderMenu .g-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu {
    gap: 0.5em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .HeaderMenu .g-menu {
    display: none;
  }
}
.HeaderMenu .g-menu li {
  position: relative;
}
.HeaderMenu .g-menu li a {
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c3c3c;
  font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu li a {
    font-size: 1.2rem;
  }
}
.HeaderMenu .g-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.HeaderMenu .g-menu li a span {
  position: relative;
  z-index: 5;
}
.HeaderMenu .g-menu li a:hover {
  color: var(--color-primary);
}
.HeaderMenu .g-menu li a:hover::after {
  width: 100%;
}
.HeaderMenu .g-menu li:last-child a {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 4;
  /*形状を指定*/
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  min-width: 250px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  border-radius: 7px;
  /*==3階層目*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu li.menu-item-has-children ul {
    min-width: 180px;
  }
}
.HeaderMenu .g-menu li.menu-item-has-children ul li {
  border-right: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a {
  min-height: initial;
  padding: 1.5em 2em;
  font-size: 1.4rem;
  color: white;
  line-height: 1.3;
  justify-content: flex-start;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderMenu .g-menu li.menu-item-has-children ul li a {
    padding: 1em;
    font-size: 1.2rem;
  }
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a:hover, .HeaderMenu .g-menu li.menu-item-has-children ul li a:active {
  opacity: 1;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li a::after {
  display: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul li:last-child a {
  border-bottom: none;
}
.HeaderMenu .g-menu li.menu-item-has-children ul ul {
  top: 0;
  left: 200px;
}
.HeaderMenu .g-menu.fixed li.menu-item-has-children ul {
  bottom: auto;
  top: 40px;
}
.HeaderMenu nav li.menu-item-has-children:hover > ul,
.HeaderMenu nav li.menu-item-has-children ul li:hover > ul,
.HeaderMenu nav li.menu-item-has-children:active > ul,
.HeaderMenu nav li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.SNSIcon {
  display: flex;
  flex-direction: column;
  width: 35px;
  position: absolute;
  top: 1em;
  right: 1em;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .SNSIcon {
    flex-direction: row;
    width: auto;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    gap: 0 0.25em;
  }
}

.youtubeIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 5/5;
  background-color: #ff0033;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .youtubeIcon {
    width: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .youtubeIcon {
    width: 30px;
    font-size: 1.2rem;
  }
}

.xIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 5/5;
  background-color: black;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .xIcon {
    width: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .xIcon {
    width: 30px;
    font-size: 1.2rem;
  }
}

.HeaderContact__column {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact__column {
    gap: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact__column {
    gap: 0 0.5px;
  }
}
.HeaderContact .Phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
  gap: 0.5em 0;
}
.HeaderContact .Phone__No {
  display: flex;
  align-items: center;
  gap: 0 0.15em;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 1.5vw, 2.4rem);
  font-weight: 600;
  color: var(--color-secondary);
  text-decoration: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact .Phone__No {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No {
    width: 50px;
    height: 50px;
    max-height: initial;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0;
    gap: 0.25em 0;
    border-radius: 5px;
    font-size: 1.7rem;
    pointer-events: visible;
    background-color: var(--color-secondary);
    box-sizing: border-box;
  }
}
.HeaderContact .Phone__No__wrap {
  display: inline-flex;
  align-items: center;
  gap: 0 0.35em;
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No__txt {
    display: none;
  }
}
.HeaderContact .Phone__No .icon {
  display: block;
  width: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact .Phone__No .icon {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No .icon {
    width: 16px;
  }
}
.HeaderContact .Phone__No .reserve {
  padding: 0.35em 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8rem, 0.8vw, 100rem);
  background-color: var(--color-secondary);
  color: white;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__No .reserve {
    background-color: transparent;
    padding: 0;
    font-size: 0.8rem;
    border-radius: initial;
  }
}
.HeaderContact .Phone .timeInfo {
  display: flex;
  align-items: center;
  font-size: 0.8vw;
  gap: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone .timeInfo {
    display: none;
  }
}
.HeaderContact .Phone .timeInfo li {
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1.3;
  gap: 0 0.5em;
}
.HeaderContact .Phone .timeInfo li small {
  font-size: 0.6vw;
  display: none;
}
.HeaderContact .Phone .timeInfo li::before {
  content: attr(data-head);
  display: inline-flex;
  justify-content: center;
  padding: 0.15em 0.35em;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 700;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
.HeaderContact .Phone__caption {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderContact .Phone__caption {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .HeaderContact .Phone__caption {
    display: none;
  }
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  background-color: white;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding: 0.75em 0;
  }
}
.Footer__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Footer__inner {
    padding: 0 7.5%;
  }
}
.Footer .Copyright {
  font-size: 1rem;
}

.scroll_down {
  position: fixed;
  bottom: 70px;
  right: 35px;
  z-index: 20;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scroll_down {
    display: none;
  }
}
.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 35px;
  color: #3c3c3c;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  background: linear-gradient(45deg, #02aacb, #2db955);
  z-index: 15;
  transform: rotate(45deg);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ccc;
}

@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#btm-btn {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 71;
  display: none;
}
#btm-btn a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 5/5;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  color: #3c3c3c;
  border-radius: 50%;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  #btm-btn a.pagetop {
    width: 40px;
  }
}
#btm-btn a.pagetop img {
  display: block;
  width: 14px;
}
#btm-btn a.pagetop i {
  font-size: 1.1rem;
}
#btm-btn a.pagetop:hover {
  opacity: 1;
  filter: hue-rotate(10deg) brightness(110%);
  transform: scale(1.1);
}
.SmpDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  .SmpDisp {
    display: block;
  }
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 100px) {
  .smp-contact {
    padding: 15px 0;
  }
}

.sideSns {
  position: fixed;
  bottom: 45px;
  left: 0;
  z-index: 60;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sideSns {
    bottom: 15px;
  }
}
.sideSns__inner {
  padding: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns__inner {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sideSns__inner {
    font-size: 0.5em;
  }
}
.sideSns__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sideSns__label {
  display: inline-flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  gap: 0 0.5em;
  font-weight: 600;
}
.sideSns__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #3c3c3c;
  position: relative;
  top: 0.1em;
  left: -0.15em;
}
.sideSns .SnsMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25em 0;
}
.sideSns .SnsMenu li a {
  display: block;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns .SnsMenu li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sideSns .SnsMenu li a {
    font-size: 1.4rem;
  }
}
.sideSns .SnsMenu li a:hover {
  transform: scale(1.35);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideSns .SnsMenu li a:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .sideSns .SnsMenu li a:hover {
    transform: scale(1);
  }
}
.sideSns .SnsMenu li a .fa-line {
  color: #08bb08;
}

/*!
layout > layout
------------------------------
*/
.Layout__inner {
  padding: 0 5%;
  position: relative;
}
.Layout__column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Layout__column {
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .Layout__column {
    flex-direction: column;
    gap: 50px 0;
  }
}

.mainCnt {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainCnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainCnt {
    width: 100%;
  }
}
.sideCnt {
  width: 25%;
  min-width: 25%;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  border-radius: 15px;
  color: white;
  position: sticky;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt {
    width: 100%;
    min-width: initial;
    position: relative;
    top: auto;
  }
}
.sideCnt--news {
  position: relative;
  top: auto;
  left: auto;
  background: none;
  color: #3c3c3c;
}
.sideCnt__inner {
  padding: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt__inner {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sideCnt__inner--news {
    padding: 0;
  }
}
.sideCnt .sideLabel {
  font-size: clamp(2.2rem, 2vw, 100rem);
  opacity: 0.5;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sideCnt .sideLabel {
    font-size: 2.2rem;
  }
}
.sideCnt .sideNav li a {
  display: flex;
  align-items: center;
  padding: 0.65em 0;
  color: white;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
.sideCnt .sideNav li a .icon {
  display: block;
  width: 32px;
  aspect-ratio: 5/5;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sideCnt .sideNav li a .icon {
    width: 24px;
  }
}
.sideCnt .sideNav li a:hover::after, .sideCnt .sideNav li a.active::after {
  width: 10px;
}
.sideCnt .sideNav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3.5px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateX(-50%);
}
.sideCnt .s-theme .wp-block-heading {
  display: flex;
  align-items: center;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 600;
  position: relative;
  gap: 0 0.5em;
  padding-bottom: 0.5em;
}
.sideCnt .s-theme .wp-block-heading::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #02aacb, #2db955);
}
.sideCnt .s-theme select {
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.2rem, 1vw, 100rem);
  padding: 1em;
  border: none;
  background-color: #f7f7f7;
  box-sizing: border-box;
  color: #3c3c3c;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sideCnt .s-theme select {
    font-size: 1.4rem;
  }
}
.sideCnt .s-theme select {
  width: auto;
}
.sideCnt .wp-block-categories-list li,
.sideCnt .wp-block-archives-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.sideCnt .wp-block-categories-list li a,
.sideCnt .wp-block-archives-list li a {
  padding: 0.75em 0;
  display: flex;
  align-items: center;
  color: #3c3c3c;
  font-size: clamp(1.2rem, 1vw, 100rem);
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .sideCnt .wp-block-categories-list li a,
  .sideCnt .wp-block-archives-list li a {
    font-size: 1.4rem;
  }
}
.sideCnt .wp-block-categories-list li a::before,
.sideCnt .wp-block-archives-list li a::before {
  font: var(--fa-font-regular);
  content: "\f105";
}
.sideCnt .wp-block-categories-list li a:hover, .sideCnt .wp-block-categories-list li a.active,
.sideCnt .wp-block-archives-list li a:hover,
.sideCnt .wp-block-archives-list li a.active {
  font-weight: 700;
  color: #50AA9E;
}
.sideCnt .wp-block-categories-list li:last-child,
.sideCnt .wp-block-archives-list li:last-child {
  border-bottom: none;
}
.sideCnt .wp-block-categories-list li .pgLabel,
.sideCnt .wp-block-archives-list li .pgLabel {
  display: flex;
  align-items: center;
  padding: 0.65em 0.5em;
  padding-left: 0;
  font-weight: 700;
  color: var(--color-primary);
  position: relative;
  gap: 0 0.5em;
  line-height: 1;
}
.sideCnt .wp-block-categories-list li .pgLabel:hover::after,
.sideCnt .wp-block-archives-list li .pgLabel:hover::after {
  display: none;
}

/*!
layout > menu(smp)
------------------------------
*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -80%;
  width: 80%;
  max-width: 80%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav {
    width: 35%;
    max-width: 35%;
  }
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
  opacity: 1;
  pointer-events: visible;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 80%;
  max-width: 80%;
  padding-bottom: 30px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #g-nav.panelactive #g-nav-list {
    width: 35%;
    max-width: 35%;
  }
}
#g-nav #dmenu,
#g-nav #menu-foot_navi {
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
  box-sizing: border-box;
}
#g-nav #dmenu li,
#g-nav #menu-foot_navi li {
  margin: 0;
  padding: 0;
  position: relative;
}
#g-nav #dmenu li a,
#g-nav #menu-foot_navi li a {
  display: flex;
  align-items: center;
  padding: 1em;
  margin: 0;
  text-decoration: none;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3c3c3c;
  gap: 0 1em;
}
@media screen and (max-width: 100px) {
  #g-nav #dmenu li a,
  #g-nav #menu-foot_navi li a {
    font-size: 1.5rem;
  }
}
#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 {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 1.2rem;
}
#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 2em;
  line-height: 1.5;
}
#g-nav #dmenu .sub-menu li a::before,
#g-nav #menu-foot_navi .sub-menu li a::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #3c3c3c;
  margin-top: 0.35em;
}
#g-nav #dmenu .sub-menu li a::after,
#g-nav #menu-foot_navi .sub-menu li a::after {
  display: none;
}
#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: 50px;
  height: 60px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-toggle {
    display: flex;
  }
}
#nav-toggle > div {
  position: relative;
}
#nav-toggle span {
  width: 20px;
  height: 2px;
  left: 50%;
  display: block;
  background-color: #3c3c3c;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#nav-toggle span:nth-child(1) {
  top: 17px;
}
#nav-toggle span:nth-child(2) {
  top: 26px;
}
#nav-toggle span:nth-child(3) {
  top: 56px;
}
@media screen and (max-width: 767px) {
  #nav-toggle span:nth-child(3) {
    top: 46px;
  }
}
#nav-toggle .menu-ttl {
  font-size: 0.85rem;
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  color: #3c3c3c;
}
#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: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#nav-toggle.active span:nth-child(2) {
  top: 20px;
  right: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
#nav-toggle.active span:nth-child(3) {
  display: none;
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}

/*!
page > top
------------------------------
*/
.PgIndex {
  overflow: hidden;
}

.Fv {
  position: relative;
  padding-right: 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .Fv {
    padding-right: 0;
  }
}
.Fv__inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(125deg, #f8fbfc, #e1eff7);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  padding: 2.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__inner {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    border-radius: 0;
    padding: 5% 0;
  }
}
.Fv__inner--under {
  width: 100%;
  height: auto;
  min-height: initial;
}
.Fv__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Fv__column {
    flex-direction: column;
    gap: 50px 0;
  }
}
.Fv .logomark {
  display: block;
  height: 120%;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  opacity: 0.05;
}
@media screen and (max-width: 767px) {
  .Fv .logomark {
    height: 100%;
    right: 0;
  }
}
.Fv .logomark--under {
  height: 180%;
  right: 0;
}
.Fv .FvMain {
  min-width: 40%;
  width: 40%;
  overflow: hidden;
  /* アニメーション本体 */
}
@media screen and (max-width: 767px) {
  .Fv .FvMain {
    min-width: initial;
    width: 100%;
  }
}
.Fv .FvMain__column {
  display: flex;
}
.Fv .FvMain .main {
  position: relative;
}
.Fv .FvMain .main img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/3.5;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .Fv .FvMain .main img {
    margin: 0 auto;
    width: 90%;
    border-radius: 15px;
  }
}
.Fv .FvMain .main .label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  font-size: clamp(1rem, 0.8vw, 100rem);
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #3c3c3c;
  padding: 0.25em 1em;
}
.Fv .FvMain .main .label--1 {
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .Fv .FvMain .main .label--1 {
    right: 7.5%;
  }
}
.Fv .FvMain .main .label--2 {
  bottom: 5%;
  right: 45%;
}
.Fv .FvMain .marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.Fv .FvMain .marquee__inner {
  display: flex;
  width: fit-content;
  animation: scroll 30s linear infinite;
}
.Fv .FvMain .marquee__group {
  display: flex;
}
.Fv .FvMain .marquee__group img {
  width: 10vw; /* ← レスポンシブ幅（調整可） */
  min-width: 100px;
  margin-right: 20px;
  border-radius: 15px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .Fv .FvMain .marquee__group img {
    aspect-ratio: 5/4.5;
  }
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.Fv .FvCopy {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy {
    width: 100%;
  }
}
.Fv .FvCopy__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.Fv .FvCopy__inner {
  padding: 0 5% 10%;
  height: 100%;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__inner {
    padding: 0 5%;
  }
}
.Fv .FvCopy__inner--under {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__inner--under {
    padding: 3.5% 5%;
  }
}
.Fv .FvCopy__column {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 1em 0;
}
.Fv .FvCopy__column--under {
  gap: 0;
}
.Fv .FvCopy .mainCopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em 0;
  font-size: clamp(3rem, 3.3vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.015em;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .mainCopy {
    font-size: 2.6rem;
  }
}
.Fv .FvCopy .subCopy {
  font-size: clamp(1.3rem, 1.1vw, 100rem);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .subCopy {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.Fv .FvCopy .pointList {
  display: flex;
  gap: 0 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy .pointList {
    width: 75% !important;
    max-width: 75% !important;
  }
}
.Fv .FvCopy .pointList li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  aspect-ratio: 5/5;
  background: linear-gradient(45deg, #02aacb, #2db955);
  border-radius: 50%;
  position: relative;
}
.Fv .FvCopy .pointList li::after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.Fv .FvCopy .pointList li .caption {
  position: relative;
  z-index: 10;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 600;
  line-height: 1.3;
}
.Fv .FvCopy .pointList li .caption--1 {
  font-size: clamp(1.6rem, 1.4vw, 100rem);
}
.Fv .FvCopy .pgTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(3.5rem, 3.3vw, 100rem);
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy .pgTitle {
    font-size: 2.7rem;
  }
}
.Fv .FvCopy .pgTitle .en {
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  font-weight: 400;
  color: var(--color-secondary);
}
.Fv .enLabel {
  color: var(--color-secondary);
  font-size: clamp(8rem, 8vw, 100rem);
  font-weight: 200;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  opacity: 0.05;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .Fv .enLabel {
    font-size: 4.5rem;
  }
}

.MediaInfo {
  max-width: 40%;
  display: inline-flex;
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 20;
  background-color: white;
  border-radius: 0 25px 25px 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .MediaInfo {
    max-width: 55%;
    border-radius: 0 15px 15px 0;
  }
}
.MediaInfo.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .MediaInfo {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .MediaInfo::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: linear-gradient(45deg, #02aacb, #2db955);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.MediaInfo__inner {
  padding: 5%;
  padding-left: 10%;
}
@media screen and (max-width: 767px) {
  .MediaInfo__inner {
    padding: 5%;
  }
}
.MediaInfo__column {
  display: flex;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .MediaInfo__column {
    gap: 0 5%;
  }
}
.MediaInfo__img {
  display: flex;
  min-width: 40%;
  width: 40%;
  gap: 0 0.5em;
}
.MediaInfo__img img {
  display: block;
  width: 100%;
}
.MediaInfo .label {
  padding-bottom: 0.35em;
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.4rem, 1.2vw, 100rem);
  font-weight: 700;
  position: relative;
  border-bottom: 1.5px solid #3c3c3c;
}
.MediaInfo .caption {
  display: block;
  font-size: clamp(1.2rem, 1.1vw, 100rem);
  line-height: 1.5;
}

.topWorkshop {
  position: relative;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topWorkshop {
    padding-top: 100px !important;
  }
}
.topWorkshop__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topWorkshop__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .topWorkshop__inner {
    padding: 0 5%;
  }
}
.topWorkshop .wsBnr {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(45deg, #1175c7, #2aaeb6);
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr {
    padding: 7.5% 0;
  }
}
.topWorkshop .wsBnr a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.topWorkshop .wsBnr a:hover::after {
  opacity: 0.1;
}
.topWorkshop .wsBnr a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.topWorkshop .wsBnr__inner {
  padding: 3.5%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr__inner {
    padding: 0;
  }
}
.topWorkshop .wsBnr .en {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  font-size: clamp(11rem, 9vw, 100rem);
  line-height: 1;
  box-sizing: border-box;
  padding: 0 2.5%;
  color: #2a8be5;
  color: white;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr .en {
    font-size: 7rem;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 5%;
  }
}
.topWorkshop .wsBnr__img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topWorkshop .wsBnr__img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr__img {
    width: 70%;
    height: 47.5%;
  }
}
.topWorkshop .wsBnr__mainCopy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(2.5rem, 2vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
  gap: 0.5em 0;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr__mainCopy {
    font-size: 1.5rem;
  }
}
.topWorkshop .wsBnr__mainCopy em {
  font-size: clamp(3.2rem, 2.6vw, 100rem);
  font-weight: 700;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr__mainCopy em {
    font-size: 3rem;
  }
}
.topWorkshop .wsBnr__mainCopy .row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.35em;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr__mainCopy .row {
    padding: 0.5em;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr__block {
    padding: 5%;
  }
}
.topWorkshop .wsBnr .caption {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .topWorkshop .wsBnr .caption {
    font-size: 1.4rem;
  }
}

.topLead {
  position: relative;
}
.topLead__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .topLead__inner {
    padding: 0 5%;
  }
}
.topLead__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead__column {
    gap: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .topLead__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.topLead__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 25%;
  width: 25%;
  gap: 35px 0;
}
@media screen and (max-width: 767px) {
  .topLead__img {
    flex-direction: row;
    min-width: initial;
    width: 100%;
    gap: 0 25px;
  }
}
.topLead__img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topLead__img img {
    width: calc(50% - 12.5px) !important;
    max-width: calc(50% - 12.5px) !important;
  }
}
.topLead__img img.Lead-1 {
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .topLead__img img.Lead-1 {
    border-radius: 15px;
  }
}
.topLead .checkList li {
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  padding-left: calc(30px + 1em);
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead .checkList li {
    padding-left: calc(24px + 1em);
  }
}
@media screen and (max-width: 767px) {
  .topLead .checkList li {
    padding: 0.5em;
    padding-left: calc(24px + 1em);
    line-height: 1.6;
  }
}
.topLead .checkList li .icon {
  width: 30px;
  aspect-ratio: 5/5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #02aacb, #2db955);
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLead .checkList li .icon {
    width: 24px;
    top: 0.15em;
  }
}
.topLead .checkList li i {
  color: white;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
}

.Dsrm {
  background: linear-gradient(45deg, #b1e6ec, #c3ecd2);
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .Dsrm {
    padding: 7px;
    border-radius: 15px;
  }
}
.Dsrm__inner {
  padding: 5%;
  background-color: white;
  background-image: linear-gradient(rgba(207, 231, 233, 0.3) 1px, transparent 0), linear-gradient(90deg, rgba(207, 231, 233, 0.3) 1px, transparent 0);
  background-size: 16px 16px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .Dsrm__inner {
    padding: 7.5%;
    border-radius: 10px;
  }
}
.Dsrm__label {
  display: flex;
  font-size: clamp(2.1rem, 1.7vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .Dsrm__label {
    font-size: 1.8rem;
  }
}

.topCourse {
  position: relative;
}
.topCourse::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  position: absolute;
  top: 0;
  left: 0;
}
.topCourse .enLabel {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: clamp(12.5rem, 10vw, 100rem);
  color: white;
  font-weight: 700;
  opacity: 0.2;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topCourse .enLabel {
    font-size: 7.5rem;
  }
}
.topCourse__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topCourse__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .topCourse__inner {
    padding: 0 5%;
  }
}
.topCourse__column {
  display: flex;
  gap: 0 5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topCourse__column {
    gap: 0 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .topCourse__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.topCourse .Course {
  width: 33.3333333333%;
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--color-primary);
  box-shadow: 5px 5px 0px rgba(42, 139, 229, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .topCourse .Course {
    width: 100%;
  }
}
.topCourse .Course__inner {
  height: 100%;
  padding: 7.5%;
  padding-bottom: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .topCourse .Course__inner {
    padding-bottom: 7.5%;
  }
}
.topCourse .Course__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  aspect-ratio: 5/5;
}
.topCourse .Course__icon img {
  display: block;
  width: 100%;
}
.topCourse .Course__label {
  display: flex;
  justify-content: center;
  font-size: clamp(1.5rem, 1.7vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
}
.topCourse .Course .caption {
  display: block;
  font-size: clamp(1.1rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .topCourse .Course .caption {
    font-size: 1.4rem;
  }
}
.topCourse .Course .viewMore {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
@media screen and (max-width: 767px) {
  .topCourse .Course .viewMore {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.topCourse .ShoulderBnr {
  display: block;
  background-color: #00113f;
  text-decoration: none;
  color: white;
  position: relative;
}
.topCourse .ShoulderBnr__img {
  display: block;
  width: 60%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.topCourse .ShoulderBnr__inner {
  max-width: 65%;
  margin-left: auto;
  display: block;
  padding: 5%;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .topCourse .ShoulderBnr__inner {
    max-width: 70%;
  }
}
.topCourse .ShoulderBnr__mainCopy {
  display: flex;
  font-size: clamp(2.5rem, 2vw, 100rem);
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topCourse .ShoulderBnr__mainCopy {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.topCourse .ShoulderBnr__caption {
  font-size: clamp(1.2rem, 1vw, 100rem);
  line-height: 1.6;
}

.directorProfile {
  position: relative;
}
.directorProfile__inner {
  padding: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .directorProfile__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .directorProfile__inner {
    padding: 0 5%;
  }
}
.directorProfile__column {
  display: flex;
  align-items: flex-start;
  gap: 0 10%;
}
@media screen and (max-width: 767px) {
  .directorProfile__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.directorProfile__column--2 {
  gap: 0 5%;
  align-items: initial;
}
@media screen and (max-width: 767px) {
  .directorProfile__column--2 {
    gap: 25px 0;
  }
}
.directorProfile__img {
  display: block;
  min-width: 35%;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .directorProfile__img {
    min-width: initial;
    width: 75%;
  }
}
.directorProfile__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .directorProfile__img img {
    border-radius: 15px;
    aspect-ratio: 5/3.5;
  }
}
.directorProfile__block {
  width: 100%;
}
.directorProfile .directorName {
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 600;
}
.directorProfile__Sub {
  width: 50%;
  background-color: var(--color-primary-light);
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .directorProfile__Sub {
    width: 100%;
    border-radius: 15px;
  }
}
.directorProfile__Sub__inner {
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .directorProfile__Sub__inner {
    padding: 7.5%;
  }
}
.directorProfile__Sub__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 600;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  color: white;
  line-height: 1.6;
  padding: 0.25em 1.5em;
  border-radius: 7px;
}
.directorProfile__Sub ul {
  font-size: clamp(1.3rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .directorProfile__Sub ul {
    font-size: 1.4rem;
  }
}

.ClInfo {
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  color: white;
  position: relative;
  z-index: 50;
}
.ClInfo__inner {
  padding: 0 10%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ClInfo__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .ClInfo__inner {
    padding: 0 5%;
  }
}
.ClInfo__column {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0 10%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ClInfo__column {
    gap: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .ClInfo__column {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.ClInfo .map {
  min-width: 50%;
  width: 50%;
  border-radius: 25px;
  overflow: hidden;
  height: 460px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ClInfo .map {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .ClInfo .map {
    width: 100%;
    height: 220px;
    border-radius: 15px;
  }
}
.ClInfo .map iframe {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ClInfo .map iframe {
    height: 660px;
  }
}
@media screen and (max-width: 767px) {
  .ClInfo .map iframe {
    height: 520px;
  }
}
.ClInfo__block {
  width: 100%;
  line-height: 1.6;
}
.ClInfo .clName {
  font-size: clamp(2.1rem, 1.7vw, 100rem);
  font-weight: 500;
}
.ClInfo .timeTable th,
.ClInfo .timeTable td {
  padding: 0.5em 0.35em;
  border: 1px solid white;
  font-size: clamp(0.8rem, 0.9vw, 100rem);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ClInfo .timeTable th,
  .ClInfo .timeTable td {
    font-size: 1.2rem;
  }
}
.ClInfo .timeTable th {
  color: white;
}

.topNews {
  background-color: white;
  position: relative;
  z-index: 50;
}
.topNews__inner {
  padding: 0 10%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topNews__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .topNews__inner {
    padding: 0 5%;
    min-height: initial;
  }
}
.topNews__column {
  display: flex;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .topNews__column {
    flex-direction: column;
    gap: 35px 0;
  }
}
.topNews__hd {
  min-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(5rem, 5vw, 100rem);
  font-weight: 300;
  line-height: 1.3;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .topNews__hd {
    min-width: initial;
    font-size: 4rem;
  }
}
.topNews__hd .jp {
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: normal;
}
.topNews .topNewsList__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.topNews .NewsPost {
  padding-bottom: 1em;
}
.topNews .NewsPost__column {
  display: flex;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .topNews .NewsPost__column {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.topNews .NewsPost .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 0.35em 1em;
  font-size: clamp(1rem, 0.8vw, 100rem);
  letter-spacing: 0.1em;
}
.topNews .NewsPost__link {
  color: #3c3c3c;
  text-decoration: none;
}
.topNews .viewMore {
  position: absolute;
  bottom: 0;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .topNews .viewMore {
    bottom: auto;
    left: auto;
    top: 1em;
    right: 0;
    transform-origin: center 0;
    transform: scale(0.8);
  }
}

.Faq__inner {
  padding: 0 20%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Faq__inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .Faq__inner {
    padding: 0 5%;
  }
}
.Faq-List__column {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  .Faq-List__column {
    gap: 15px 0;
  }
}
.Faq .Qa {
  padding: 20px 35px;
  background-color: white;
  border: 1px solid #3c3c3c;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .Faq .Qa {
    padding: 15px;
  }
}
.Faq .Qa dt,
.Faq .Qa dd {
  display: block;
  line-height: 1.7;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Faq .Qa dt,
  .Faq .Qa dd {
    padding-left: 25px;
  }
}
.Faq .Qa dt {
  color: #3c3c3c;
  font-size: clamp(1.6rem, 1.3vw, 100rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Faq .Qa dt {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-right: 20px;
  }
}
.Faq .Qa dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Faq .Qa dt::before {
    font-size: 2rem;
    line-height: 1;
  }
}
.Faq .Qa dt span::before, .Faq .Qa dt span::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .Faq .Qa dt span::before, .Faq .Qa dt span::after {
    width: 14px;
    right: 0px;
  }
}
.Faq .Qa dt span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.Faq .Qa dt span.active::after {
  transform: rotate(0);
  transition: 0.2s;
}
.Faq .Qa dt:hover {
  cursor: pointer;
}
.Faq .Qa dd {
  display: none;
  padding-top: 1em;
}
.Faq .Qa dd::before {
  content: "A";
  position: absolute;
  top: 16px;
  left: 0;
  color: #3c3c3c;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Faq .Qa dd::before {
    top: 15px;
    font-size: 2rem;
  }
}

/*!
page > post
------------------------------
*/
.Section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .Section__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Section__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .Section__inner {
    max-width: 85%;
  }
}

.Post {
  max-width: 880px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Post {
    max-width: 83.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Post {
    max-width: 100%;
    padding: 0 7.5%;
  }
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.8;
}

.numList li {
  margin-left: 1em;
  list-style-type: decimal;
}

.Table th,
.Table td {
  padding: 0.75em;
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Table th,
  .Table td {
    display: block;
  }
}
.Table th {
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Table th {
    font-weight: 600;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.Table td {
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Table td {
    padding-top: 0.25em;
    padding-left: 0.5em;
  }
}
.Table td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Table td::before {
    display: none;
  }
}

.BaseTable th,
.BaseTable td {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .BaseTable th,
  .BaseTable td {
    padding: 0.5em 0.25em;
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 100px) {
  .BaseTable th,
  .BaseTable td {
    font-size: 1.3rem;
  }
}
.BaseTable th {
  font-weight: 600;
  text-align: left;
  position: relative;
}
.BaseTable th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.BaseTable td {
  padding-left: 1.5em;
  position: relative;
}
.BaseTable td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Sign {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.Sign__head {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sign__head {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .Sign__head {
    font-size: 1.2rem;
  }
}
.Sign__img {
  display: block;
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Sign__img {
    width: 12.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .Sign__img {
    width: 140px;
  }
}

/*!
page > course
------------------------------
*/
.CntCourse__inner {
  position: relative;
  z-index: 10;
}
.CntCourse .Box {
  background: linear-gradient(45deg, #b1e6ec, #c3ecd2);
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .CntCourse .Box {
    padding: 7px;
    border-radius: 15px;
  }
}
.CntCourse .Box__inner {
  padding: 5%;
  background-color: white;
  background-image: linear-gradient(rgba(207, 231, 233, 0.3) 1px, transparent 0), linear-gradient(90deg, rgba(207, 231, 233, 0.3) 1px, transparent 0);
  background-size: 16px 16px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .CntCourse .Box__inner {
    padding: 7.5%;
    border-radius: 10px;
  }
}
.CntCourse .Box__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.CntCourse .Box__label {
  display: flex;
  font-size: clamp(2.2rem, 2.1vw, 100rem);
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .CntCourse .Box__label {
    font-size: 2rem;
  }
}
.CntCourse .Box__numLabel {
  padding: 0.35em 0;
  padding-left: 65px;
  display: flex;
  position: relative;
  font-size: clamp(1.7rem, 1.4vw, 100rem);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntCourse .Box__numLabel {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .CntCourse .Box__numLabel {
    padding-left: 50px;
  }
}
.CntCourse .Box__numLabel::before {
  content: attr(data-head);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 5/5;
  background: linear-gradient(45deg, #02aacb, #2db955);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntCourse .Box__numLabel::before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .CntCourse .Box__numLabel::before {
    width: 40px;
  }
}
.CntCourse .Box .subBox {
  position: relative;
}
.CntCourse .Box .subBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c3c3c;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.CntCourse .Box .subBox:nth-last-of-type(1)::after {
  display: none;
}
.CntCourse .flexBox__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntCourse .flexBox__column {
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .CntCourse .flexBox__column {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px 0;
  }
}
.CntCourse .flexBox__column--2 {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .CntCourse .flexBox__column--2 {
    flex-direction: column;
    gap: 25px 0;
  }
}
.CntCourse .flexBox__column--3 {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .CntCourse .flexBox__column--3 {
    gap: 0 5%;
  }
}
.CntCourse .flexBox__block {
  width: 100%;
}
.CntCourse .imgBox {
  display: block;
}
.CntCourse .imgBox img {
  display: block;
  width: 100%;
}
.CntCourse .imgBox.cure-1 {
  min-width: 50%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .CntCourse .imgBox.cure-1 {
    min-width: initial;
    width: 100%;
  }
}
.CntCourse .imgBox.yips-1 {
  min-width: 30%;
  width: 30%;
}
.CntCourse .imgBox.training-1 {
  min-width: 45%;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .CntCourse .imgBox.training-1 {
    min-width: initial;
    width: 100%;
  }
}
.CntCourse .imgBox.training-1 img {
  border-radius: 15px;
}
.CntCourse .imgBox.training-2 {
  min-width: 25%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .CntCourse .imgBox.training-2 {
    min-width: initial;
    width: 50%;
  }
}
.CntCourse .imgBox.training-2 img {
  border-radius: 15px;
}
.CntCourse .imgBox.training-3 {
  width: 50%;
}
.CntCourse .imgBox.training-3 img {
  border-radius: 15px;
}
.CntCourse .PriceTable th,
.CntCourse .PriceTable td {
  padding: 1.5em;
  font-size: clamp(1.3rem, 1.3vw, 100rem);
  background-color: #f1f7fa;
  line-height: 1.6;
  border-bottom: 10px solid white;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntCourse .PriceTable th,
  .CntCourse .PriceTable td {
    padding: 1em;
  }
}
.CntCourse .PriceTable th .price,
.CntCourse .PriceTable td .price {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 0 0.5em;
}
.CntCourse .PriceTable th .price::before,
.CntCourse .PriceTable td .price::before {
  content: "・・・";
  font-size: clamp(1.2rem, 1vw, 100rem);
}
.CntCourse .PriceTable th small,
.CntCourse .PriceTable td small {
  font-size: clamp(1rem, 1vw, 100rem);
}
.CntCourse .PriceTable tr:nth-of-type(even) th,
.CntCourse .PriceTable tr:nth-of-type(even) td {
  background-color: rgba(241, 247, 250, 0.6);
}
.CntCourse .PriceTable tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
}
.CntCourse .PriceTable tr:first-child td:last-child {
  border-radius: 0 15px 0 0;
}
.CntCourse .PriceTable tr:last-child td {
  border-bottom: none;
}
.CntCourse .PriceTable tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
.CntCourse .PriceTable tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.CntCourse .PriceTable tr.item-row td:first-child {
  border-radius: 15px 0 0 15px;
}
.CntCourse .PriceTable tr.item-row td:last-child {
  border-radius: 0 15px 15px 0;
}
.CntCourse .subLabel {
  display: flex;
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.5rem, 1.3vw, 100rem);
  font-weight: 600;
  background: linear-gradient(45deg, #2a8be5, #02aacb);
  color: white;
  line-height: 1.6;
  padding: 0.25em 1em;
  border-radius: 7px;
  min-width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntCourse .subLabel {
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .CntCourse .subLabel {
    display: flex;
    padding: 0.5em 1em;
  }
}

/*!
page > workshop
------------------------------
*/
.WsLead__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WsLead__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .WsLead__inner {
    padding: 0 5%;
  }
}
.WsLead .wsBnr {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(45deg, #1175c7, #2aaeb6);
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr {
    padding: 10% 0;
  }
}
.WsLead .wsBnr a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.WsLead .wsBnr a:hover::after {
  opacity: 0.1;
}
.WsLead .wsBnr a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.WsLead .wsBnr__inner {
  padding: 3.5%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr__inner {
    padding: 0;
  }
}
.WsLead .wsBnr .en {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  font-size: clamp(11rem, 9vw, 100rem);
  line-height: 1;
  box-sizing: border-box;
  padding: 0 2.5%;
  color: #2a8be5;
  color: white;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr .en {
    font-size: 7rem;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 5%;
  }
}
.WsLead .wsBnr__img {
  display: block;
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr__img {
    width: 70%;
  }
}
.WsLead .wsBnr__mainCopy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(2.5rem, 2vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
  gap: 0.5em 0;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr__mainCopy {
    font-size: 1.5rem;
  }
}
.WsLead .wsBnr__mainCopy em {
  font-size: clamp(3.2rem, 2.6vw, 100rem);
  font-weight: 700;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr__mainCopy em {
    font-size: 3rem;
  }
}
.WsLead .wsBnr__mainCopy .row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.35em;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr__mainCopy .row {
    padding: 0.5em;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .WsLead .wsBnr__block {
    padding: 5%;
  }
}
.WsLead .wsBnr .caption {
  font-weight: 500;
}

.WsFeature {
  position: relative;
}
.WsFeature__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WsFeature__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .WsFeature__inner {
    padding: 0 5%;
  }
}
.WsFeature__column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  .WsFeature__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.WsFeature .Feature {
  width: 47.5%;
  background-color: white;
  background: linear-gradient(45deg, #b1e6ec, #c3ecd2);
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature {
    width: 100%;
    padding: 7px;
    border-radius: 15px;
  }
}
.WsFeature .Feature--2 {
  width: 100%;
}
.WsFeature .Feature__inner {
  height: 100%;
  padding: 7.5%;
  background-color: white;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature__inner {
    padding: 7.5%;
    border-radius: 10px;
  }
}
.WsFeature .Feature__inner--2 {
  padding: 3.5%;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature__inner--2 {
    padding: 7.5%;
  }
}
.WsFeature .Feature__column {
  display: flex;
  align-items: center;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature__column {
    flex-direction: column;
    gap: 0;
  }
}
.WsFeature .Feature__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  width: 80px;
  aspect-ratio: 5/5;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature__icon {
    width: 20%;
  }
}
.WsFeature .Feature__icon img {
  display: block;
  width: 100%;
}
.WsFeature .Feature__label {
  display: flex;
  justify-content: center;
  font-size: clamp(1.5rem, 1.5vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature__label {
    font-size: 1.6rem;
  }
}
.WsFeature .Feature__label--2 {
  width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature__label--2 {
    justify-content: center;
  }
}
.WsFeature .Feature .caption {
  display: block;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
}
@media screen and (max-width: 767px) {
  .WsFeature .Feature .caption {
    font-size: 1.4rem;
  }
}

.WsCourse {
  position: relative;
}
.WsCourse__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WsCourse__inner {
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .WsCourse__inner {
    padding: 0 5%;
  }
}
.WsCourse__column {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
@media screen and (max-width: 767px) {
  .WsCourse__column {
    gap: 50px 0;
  }
}
.WsCourse .Course {
  position: relative;
}
.WsCourse .Course__column {
  display: flex;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .WsCourse .Course__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.WsCourse .Course__img {
  display: block;
  min-width: 40%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .WsCourse .Course__img {
    margin-top: 80px;
    min-width: initial;
    width: 100%;
  }
}
.WsCourse .Course__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/5;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .WsCourse .Course__img img {
    border-radius: 15px;
    aspect-ratio: 5/2.5;
  }
}
.WsCourse .Course__block {
  width: 100%;
}
.WsCourse .Course__label {
  display: flex;
  align-items: center;
  font-size: clamp(2.2rem, 2vw, 100rem);
  font-weight: 600;
  line-height: 1.5;
  background: linear-gradient(45deg, #02aacb, #2db955);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .WsCourse .Course__label {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.1rem;
    min-height: 80px;
  }
}
.WsCourse .Course__label::before {
  content: attr(data-head);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  width: 70px;
  aspect-ratio: 5/5;
  border-radius: 50%;
  border: 1px solid #02aacb;
}
@media screen and (max-width: 767px) {
  .WsCourse .Course__label::before {
    min-width: 55px;
    width: 55px;
  }
}
.WsCourse .Course .checkList li {
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  padding-left: calc(30px + 1em);
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WsCourse .Course .checkList li {
    padding-left: calc(24px + 1em);
  }
}
@media screen and (max-width: 767px) {
  .WsCourse .Course .checkList li {
    padding: 0.5em;
    padding-left: calc(24px + 1em);
    line-height: 1.6;
  }
}
.WsCourse .Course .checkList li .icon {
  width: 30px;
  aspect-ratio: 5/5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #02aacb, #2db955);
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .WsCourse .Course .checkList li .icon {
    width: 24px;
    top: 0.15em;
  }
}
.WsCourse .Course .checkList li i {
  color: white;
  font-size: clamp(1.3rem, 1.1vw, 100rem);
}
.WsCourse .Course .Price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.WsCourse .Course .Price .item {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.8rem, 1.5vw, 100rem);
  position: relative;
  gap: 0 0.5em;
}
.WsCourse .Course .Price .item::before {
  display: inline-flex;
  padding: 0.25em 0.5em;
  content: attr(data-head);
  background-color: #f1f7fa;
  border-radius: 5px;
  font-size: clamp(1.1rem, 0.9vw, 100rem);
  font-weight: 600;
  color: var(--color-secondary);
}
.WsCourse .Course .Price .item small {
  font-size: clamp(1.2rem, 1vw, 100rem);
}

/*!
page > access
------------------------------
*/
.CntAccess__inner {
  padding: 0 15%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntAccess__inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .CntAccess__inner {
    padding: 0 5%;
  }
}
.CntAccess .map {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  height: 460px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntAccess .map {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .CntAccess .map {
    width: 100%;
    height: 220px;
    border-radius: 15px;
  }
}
.CntAccess .map iframe {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntAccess .map iframe {
    height: 660px;
  }
}
@media screen and (max-width: 767px) {
  .CntAccess .map iframe {
    height: 520px;
  }
}

/*!
page > shoulder
------------------------------
*/
.CntMenu__inner {
  padding: 0 15%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .CntMenu__inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .CntMenu__inner {
    padding: 0 5%;
  }
}
.CntMenu .flexBox__column {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .CntMenu .flexBox__column {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.CntMenu .flexBox__column--2 {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .CntMenu .flexBox__column--2 {
    flex-direction: column;
    gap: 25px 0;
  }
}
.CntMenu .flexBox__block {
  width: 100%;
}
.CntMenu .imgBox {
  display: block;
}
.CntMenu .imgBox img {
  display: block;
  width: 100%;
}
.CntMenu .imgBox.shoulder-1 {
  min-width: 40%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .CntMenu .imgBox.shoulder-1 {
    min-width: initial;
    width: 100%;
  }
}
.CntMenu .imgBox.shoulder-1 img {
  object-fit: cover;
  aspect-ratio: 5/4.5;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .CntMenu .imgBox.shoulder-1 img {
    aspect-ratio: 5/3;
  }
}
.CntMenu .imgBox.shoulder-2 {
  min-width: 35%;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .CntMenu .imgBox.shoulder-2 {
    min-width: initial;
    width: 100%;
  }
}
.CntMenu .imgBox.shoulder-2 img {
  object-fit: cover;
  aspect-ratio: 5/3.25;
  border-radius: 15px;
}

/*!
page > single
------------------------------
*/
.PgNews {
  position: relative;
  z-index: 10;
}

.PostContent h1 {
  display: block;
  margin-bottom: 1em;
  padding: 1em 0 0.5em;
  font-size: 3.8rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h1 {
    font-size: 0.2923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h1 {
    font-size: 2.4rem;
  }
}
.PostContent h2 {
  display: block;
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h2 {
    font-size: 2.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h2 {
    font-size: 2.2rem;
  }
}
.PostContent h2 a {
  text-decoration: none;
}
.PostContent h3 {
  display: block;
  margin-bottom: 1em;
  padding: 0.75em 0;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h3 {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h3 {
    font-size: 1.9rem;
  }
}
.PostContent h3::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .PostContent h3::after {
    width: 100px;
  }
}
.PostContent h4 {
  margin-bottom: 1em;
  display: block;
  padding: 0.75em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: var(--color-primary-light);
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .PostContent h4 {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 767px) {
  .PostContent h4 {
    font-size: 1.6rem;
  }
}
.PostContent img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .PostContent img {
    width: auto;
  }
}
.PostContent strong {
  font-weight: 800;
}
.PostContent p {
  margin: 0 0 3em;
}
.PostContent ul {
  margin: 0 0 3em;
}
.PostContent ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.PostContent ol {
  margin: 0 0 3em;
}
.PostContent ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.PostContent table {
  width: 100%;
  margin: 0 0 3em;
  border-collapse: collapse;
  box-sizing: border-box;
}
.PostContent table th,
.PostContent table td {
  padding: 1em 2em;
  border: 2px solid white;
  box-sizing: border-box;
}
.PostContent table th {
  width: 25%;
  max-width: 25%;
  background-color: #f2f2f2;
  text-align: right;
}
.PostContent table td p,
.PostContent table td ul,
.PostContent table td ol {
  margin: 0 0 10px;
}
.PostContent table td p:last-child,
.PostContent table td ul:last-child,
.PostContent table td ol:last-child {
  margin-bottom: 0;
}
.PostContent iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .PostContent iframe {
    width: 100%;
    height: 220px;
  }
}

.pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
  position: relative;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #3c3c3c;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .pagenavi .nav a {
    padding: 0.5em 1.5em;
    font-size: 1.3rem;
  }
}
.pagenavi .nav a:hover {
  opacity: 1;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}

.btm_pgnav {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  gap: 0 0.5em;
}
.btm_pgnav a,
.btm_pgnav span {
  text-decoration: none;
  border: none;
  padding: 0;
  color: #3c3c3c;
  box-sizing: border-box;
}
.btm_pgnav a.page-numbers, .btm_pgnav a.current,
.btm_pgnav span.page-numbers,
.btm_pgnav span.current {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-light);
  border-radius: 5px;
}
.btm_pgnav a.next, .btm_pgnav a.prev,
.btm_pgnav span.next,
.btm_pgnav span.prev {
  width: auto;
  background-color: transparent;
  border-radius: 0;
}
.btm_pgnav a.next:hover, .btm_pgnav a.prev:hover,
.btm_pgnav span.next:hover,
.btm_pgnav span.prev:hover {
  background-color: transparent;
  color: #3c3c3c;
  font-weight: normal;
}
.btm_pgnav a:hover,
.btm_pgnav span.current {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
  font-weight: normal;
  opacity: 1;
  font-weight: bold;
}

.SinglePost {
  position: relative;
}
.SinglePost__inner {
  position: relative;
}
.SinglePost .PostWrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .SinglePost .PostWrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostWrap {
    padding: 7.5% 0;
  }
}
.SinglePost .PostHead {
  padding-bottom: 1.5em;
  position: relative;
}
.SinglePost .PostHead::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.SinglePost .PostHead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5rem;
  gap: 0 1em;
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .SinglePost .PostHead__meta {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead__meta {
    font-size: 1.3rem;
  }
}
.SinglePost .PostHead__meta span {
  line-height: 1.2;
}
.SinglePost .PostHead__meta .date {
  display: inline-flex;
  align-items: center;
  gap: 0 0.25em;
}
.SinglePost .PostHead__meta .cat a {
  font-size: 1.2rem;
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #999;
  pointer-events: none;
  text-decoration: none;
  color: #3c3c3c;
  border-radius: 50px;
}
.SinglePost .PostHead__column {
  display: flex;
  flex-direction: column;
}
.SinglePost .PostHead .SnsIcon {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .SinglePost .PostHead .SnsIcon {
    min-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .NewsCnt__inner {
    padding: 0;
  }
}
.NewsCnt__column {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
.NewsCnt .News {
  padding: 1em 0;
  border-bottom: 1px solid #c1c1c1;
}
.NewsCnt .News__column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .NewsCnt .News__column {
    flex-direction: column;
  }
}
.NewsCnt .News .date {
  position: relative;
  top: 0.25em;
  min-width: 100px;
  font-size: 1.4rem;
  color: var(--color-primary);
}
.NewsCnt .News__title {
  display: block;
  width: 100%;
  padding-right: 5%;
  color: #3c3c3c;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.NewsCnt .News__title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}

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