@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,400;1,700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@1,400;1,700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  color: #000;
}

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

body {
  background-color: #f2f2f2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: calc(1.4rem + (1vw - 0.36rem) * 0.3311);
  color: #000;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
}
@media (min-width: 960px) {
  body {
    font-size: 1.6rem;
    overflow-x: visible;
  }
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a[href*="void(0)"]:hover {
  cursor: default;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.sp,
.sp-show {
  display: block;
}
@media (min-width: 768px) {
  .sp,
.sp-show {
    display: none;
  }
}

.pc,
.md-show,
#footerbox .office_list {
  display: none;
}
@media (min-width: 768px) {
  .pc,
.md-show,
#footerbox .office_list {
    display: block;
  }
}

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

button {
  background: transparent;
  border: none;
  padding: 0;
  color: #000;
}

address {
  font-style: normal;
}

[v-cloak] {
  display: none;
}

textarea {
  resize: none;
  border: none;
}

label,
button {
  cursor: pointer;
}

input, select {
  border: none;
}

button.desciption,
a.desciption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px !important;
  padding-right: 24px !important;
  letter-spacing: -0.075em !important;
  line-height: 1;
}
button.desciption:after,
a.desciption:after {
  content: "\f105";
  display: inline-block;
  margin-left: 6px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8rem;
  font-weight: 300;
}

.remarks {
  font-size: 91.6%;
  color: #666;
  line-height: 1.6em;
}

.lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 106.6%;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}

.caution {
  color: #ff0000;
}

.rec {
  color: #007742;
}

.decimal li {
  list-style: decimal inside;
}

.disc li {
  list-style: disc inside;
}
.disc.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.disc.inline li {
  margin-right: 1em;
}
.disc.inline li:last-child {
  margin-right: 0px;
}

.blockttl {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #007742;
  font-weight: normal;
  line-height: 1.25em;
}
@media (min-width: 960px) {
  .blockttl {
    font-size: 3rem;
  }
}

.ttl {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.25em;
}
@media (min-width: 960px) {
  .ttl {
    font-size: 2.4rem;
  }
}

a.sp,
span.sp,
strong.sp,
em.sp,
i.sp,
br.sp {
  display: inline-block;
}
@media (min-width: 544px) {
  a.sp,
span.sp,
strong.sp,
em.sp,
i.sp,
br.sp {
    display: none;
  }
}

li.sp {
  display: list-item;
}
@media (min-width: 544px) {
  li.sp {
    display: none;
  }
}

section.sp,
div.sp,
table.sp,
dl.sp,
dt.sp,
dd.sp,
ol.sp,
ul.sp {
  display: block;
}
@media (min-width: 544px) {
  section.sp,
div.sp,
table.sp,
dl.sp,
dt.sp,
dd.sp,
ol.sp,
ul.sp {
    display: none;
  }
}

a.pc,
span.pc,
strong.pc,
em.pc,
i.pc,
br.pc {
  display: none;
}
@media (min-width: 544px) {
  a.pc,
span.pc,
strong.pc,
em.pc,
i.pc,
br.pc {
    display: inline-block;
  }
}

li.pc {
  display: none;
}
@media (min-width: 544px) {
  li.pc {
    display: list-item;
  }
}

section.pc,
div.pc,
table.pc,
dl.pc,
dt.pc,
dd.pc,
ol.pc,
ul.pc {
  display: none;
}
@media (min-width: 544px) {
  section.pc,
div.pc,
table.pc,
dl.pc,
dt.pc,
dd.pc,
ol.pc,
ul.pc {
    display: block;
  }
}

.bttn, #headerbox .navigation > .inner .nav_close, button.desciption,
a.desciption,
a.bttn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #007742;
  border-radius: 30px;
  background-color: #007742;
  padding: 10px 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}
@media (min-width: 960px) {
  .bttn, #headerbox .navigation > .inner .nav_close, button.desciption,
a.desciption,
a.bttn {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media (min-width: 960px) {
  .bttn:hover, #headerbox .navigation > .inner .nav_close:hover, button.desciption:hover,
a.desciption:hover,
a.bttn:hover {
    background-color: transparent;
    color: #007742;
  }
}
.bttn > i, #headerbox .navigation > .inner .nav_close > i, button.desciption > i,
a.desciption > i,
a.bttn > i {
  margin: 0px 0.3em 0px 0px;
  font-size: 2.4rem;
}
.bttn_w,
a.bttn_w {
  background-color: transparent;
  color: #007742;
}
.bttn.large, #headerbox .navigation > .inner .large.nav_close, button.large.desciption,
a.large.desciption, .bttn.x-large, #headerbox .navigation > .inner .x-large.nav_close, button.x-large.desciption,
a.x-large.desciption,
a.bttn.large,
a.bttn.x-large {
  padding-left: 2em;
  padding-right: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 133.3%;
  font-weight: normal;
}
.bttn.x-large, #headerbox .navigation > .inner .x-large.nav_close, button.x-large.desciption,
a.x-large.desciption,
a.bttn.x-large {
  font-size: 175%;
}
.bttn.rect, #headerbox .navigation > .inner .rect.nav_close, button.rect.desciption,
a.rect.desciption,
a.bttn.rect {
  border-radius: 6px;
}
.bttn.is_coming_soon, #headerbox .navigation > .inner .is_coming_soon.nav_close, button.is_coming_soon.desciption,
a.is_coming_soon.desciption,
a.bttn.is_coming_soon {
  color: #DEE2E4;
}

.info, .pagettl:not(#sidebarbox .pagettl) p.info {
  margin-bottom: 1em;
  font-size: 1.3rem;
  color: #839298;
  line-height: 1.25em;
}
.info:last-child, .pagettl:not(#sidebarbox .pagettl) p.info:last-child {
  margin-bottom: 0px;
}
.info span, .pagettl:not(#sidebarbox .pagettl) p.info span,
.info a,
.pagettl:not(#sidebarbox .pagettl) p.info a {
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.25em;
}
.info span:not(:first-child):before, .pagettl:not(#sidebarbox .pagettl) p.info span:not(:first-child):before,
.info a:not(:first-child):before,
.pagettl:not(#sidebarbox .pagettl) p.info a:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0px 3px 0px 0px;
  color: #839298;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  background-color: #fff;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 6px;
}

textarea.area.long {
  height: 240px;
}

select {
  width: 100%;
}
@media (min-width: 768px) {
  select {
    width: auto;
    max-width: 100%;
  }
}

.area.long {
  width: 100%;
}
@media (min-width: 768px) {
  .area.long {
    width: 480px;
  }
}
.area.middle {
  width: 100%;
}
@media (min-width: 768px) {
  .area.middle {
    width: 240px;
  }
}
.area.short {
  width: 100%;
}
@media (min-width: 768px) {
  .area.short {
    width: 120px;
  }
}
.area.mini {
  width: 90px;
}
.area.micro {
  width: 60px;
}

/* formstone */
.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background-color: #839298;
  border: 0px none transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  padding: 25px 0px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(1.2rem + (1vw - 0.36rem) * 0.3333);
  color: #fff;
  text-align: center;
}
#headerbox .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  height: 100%;
}

.pc_nav .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
}
.pc_nav .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled:before {
  margin-bottom: 0.2em;
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  width: 100%;
}
.pc_nav .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  line-height: 50px;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-open,
.fs-light.fs-navigation-overlay-right-nav.fs-navigation-enabled.fs-navigation-open {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
  width: 100%;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-open,
.fs-light.fs-navigation-overlay-right-nav.fs-navigation-enabled.fs-navigation-open {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

.fs-light.fs-navigation-overlay-right-nav.fs-navigation-enabled {
  -webkit-transform: translate3D(100%, 0, 0);
      -ms-transform: translate3D(100%, 0, 0);
          transform: translate3D(100%, 0, 0);
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
  background-color: #AFD14F;
  padding-left: 5%;
  padding-right: 5%;
}

.no-touchevents .fs-light.fs-navigation-overlay-handle.fs-navigation-enabled:hover {
  background-color: #839298;
}

.fs-light.fs-navigation-handle.fs-navigation-enabled::after {
  width: 2.5rem;
  height: 2px;
  position: static;
  background: #fff;
  -webkit-box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
          box-shadow: 0 8px 0 #fff, 0 -8px 0 #fff;
  margin: 0px auto;
}

.fs-light.fs-lightbox-overlay {
  z-index: 2000;
}

.fs-lightbox-image {
  max-width: initial;
}

.fs-lightbox.fs-light {
  z-index: 2001;
}

.fs-carousel-enabled .fs-carousel-canister {
  gap: 15px;
}

#maincontentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 960px) {
  #maincontentbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  #maincontentbox {
    padding-top: 30px;
  }
  #modal_pagebox #maincontentbox {
    padding-top: 0px;
  }
}
#maincontentbox > nav {
  display: none;
  width: 100%;
  margin: 0px 3px 10px;
}
@media (min-width: 960px) {
  #maincontentbox > nav {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #maincontentbox > nav {
    display: block;
  }
}
#maincontentbox > nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
#maincontentbox > nav ol li * {
  font-size: 1.4rem;
}
#maincontentbox > nav ol li a,
#maincontentbox > nav ol li span {
  display: inline-block;
  background-color: #007742;
  border-radius: 15px;
  padding: 6px 15px;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
#maincontentbox > nav ol li:last-child a,
#maincontentbox > nav ol li:last-child span {
  background-color: #839298;
  border-radius: 6px;
}
#maincontentbox > nav ol li:last-child a:hover,
#maincontentbox > nav ol li:last-child span:hover {
  cursor: default;
}
#maincontentbox > nav ol li + li:before {
  content: "＞";
  display: inline-block;
  margin: 0px 3px;
}

#contentbox {
  width: 100%;
  position: relative;
  margin: 0px 0px 30px;
}
@media (min-width: 960px) {
  #contentbox {
    width: calc(100% - 300px);
  }
  #modal_pagebox #contentbox {
    width: 100%;
  }
}
@media (min-width: 960px) {
  #contentbox:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%);
  }
  #modal_pagebox #contentbox:before {
    display: none;
  }
}
#contentbox > article {
  background-color: #fff;
  padding: 30px 3%;
  overflow-y: scroll;
}
@media (min-width: 960px) {
  #contentbox > article {
    height: 1000px;
    padding: 60px 60px 100px;
  }
  #campaign_pagebox #contentbox > article {
    height: auto;
  }
  #campaign-pagebox #contentbox > article {
    height: auto;
  }
  #modal_pagebox #contentbox > article {
    height: auto;
    padding: 30px;
  }
}
#contentbox dl.page_description {
  margin-bottom: 60px;
}
#contentbox dl.page_description dt {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3rem;
  color: #007742;
  font-weight: bold;
}
#contentbox dl.page_description dd {
  font-size: 1.8rem;
}

.post_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #007742;
  border-radius: 2px;
  padding: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
  margin-bottom: 10px;
}
.post_ttl::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url(../img000/racket.png) no-repeat center/contain;
  margin: 0px 0.5em 0px 0px;
}
@media (min-width: 768px) {
  .post_ttl {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.post_list > li {
  margin-bottom: 30px;
}
.post_list > li:nth-last-of-type(2), .post_list > li:last-child {
  margin-bottom: 0px;
}
.post_list > li.no_entry {
  display: none;
}
.post_list > li.no_entry:last-child {
  margin-top: 30px;
}
.post_list > li.no_entry:last-child:nth-child(1) {
  display: list-item;
  margin-top: 0px;
}
.post_list > li.no_entry:last-child:nth-child(1) p {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: -0.025em;
}
.post_list > li h3 {
  background-image: -o-repeating-linear-gradient(bottom, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), -o-repeating-linear-gradient(left, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), -o-repeating-linear-gradient(top, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), -o-repeating-linear-gradient(right, #000, #000 6px, transparent 6px, transparent 8px, #000 8px);
  background-image: repeating-linear-gradient(0deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), repeating-linear-gradient(180deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), repeating-linear-gradient(270deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px);
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-size: 1.6rem;
  color: #007742;
  letter-spacing: -0.025em;
}
.post_list.line {
  background: #fff;
  border-radius: 2px;
  padding: 30px 15px 33px;
}
@media (min-width: 544px) {
  .post_list.line {
    padding: 36px 30px 39px;
  }
}
@media (min-width: 960px) {
  .post_list.line {
    padding: 36px 45px 39px;
  }
}
.post_list.line > li:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.post_list.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin: 0px auto 30px;
}
.post_list.gallery > li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 0px;
}
@media (min-width: 544px) {
  .post_list.gallery > li {
    width: calc((100% - 30px) / 3);
  }
}
.post_list.gallery > li .photo {
  border-radius: 2px;
  margin-bottom: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_list.gallery > li h4 {
  text-align: center;
}
.post_list.gallery > li h4 small {
  display: block;
  font-weight: normal;
}
.post_list.gallery > li h4 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 116.6%;
  font-weight: normal;
}
.post_list.gallery > li > img {
  border-radius: 2px;
  margin: 0px auto 15px;
}
.post_list.gallery > li a.lightbox {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.post_list.gallery > li a.lightbox img {
  display: inline-block;
  border-radius: 2px;
}
.post_list.summary > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DEE2E4;
  margin: 0px 0px 45px;
  padding-bottom: 45px;
}
.post_list.summary > li > a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: none;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
}
.post_list.summary > li > a h3:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../../img000/icon_member.svg) no-repeat center center;
  background-size: 150% 150%;
  margin-right: 6px;
}
.post_list.summary > li > a .photo {
  width: 180px;
  height: 180px;
}
.post_list.summary > li > a .photo img {
  border-radius: 2px;
}
.post_list.summary > li > a .caption {
  width: calc(100% - 180px - 30px);
  padding-top: 15px;
}
.post_list.summary > li > a .caption h4 {
  margin: 0px 0px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  color: #007742;
  font-weight: normal;
}
.post_list.summary > li > a .link {
  width: 100%;
  margin: 0px;
  padding: 30px 0px;
  text-align: center;
}
.post_list.news > li {
  border-bottom: 1px solid #999;
  margin: 0px 0px 2em;
  padding: 0px 0px 2em;
}
.post_list.news > li > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 30px 120px;
  grid-template-columns: 1fr 120px;
  grid-gap: 0px 30px;
}
.post_list.news > li > a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.post_list.news > li > a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.post_list.news > li > a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.post_list.news > li > a > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.post_list.news > li > a .photo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  grid-column: 2;
  width: 120px;
  border-radius: 2px;
}
.post_list.news > li.no_photo > a {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.post_list.news > li h3,
.post_list.news > li h4 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: end;
      align-self: end;
  font-size: 133.3%;
  line-height: 1.4em;
}
.post_list.news > li h3 small,
.post_list.news > li h4 small {
  display: table;
  font-weight: normal;
}
.post_list.news > li .info, .post_list.news > li .pagettl:not(#sidebarbox .pagettl) p.info, .pagettl:not(#sidebarbox .pagettl) .post_list.news > li p.info {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.post_list.faq > li {
  counter-increment: faq_title;
}
.post_list.faq > li:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.post_list.faq > li h3,
.post_list.faq > li h4 {
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #007742;
  font-weight: normal;
  line-height: 1.25em;
}
@media (min-width: 414px) {
  .post_list.faq > li h3,
.post_list.faq > li h4 {
    margin-bottom: 15px;
  }
}
.post_list.faq > li h3:before,
.post_list.faq > li h4:before {
  content: "Q." counter(faq_title);
  display: block;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 48px;
  color: #007742;
}
@media (min-width: 414px) {
  .post_list.faq > li h3:before,
.post_list.faq > li h4:before {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.post_list.faq > li .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #BBDEB9;
  border-radius: 2px;
  padding: 15px;
}
.post_list.faq > li .answer:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../../img000/icon_answer.svg) no-repeat center center/cover;
}
@media (min-width: 414px) {
  .post_list.faq > li .answer:before {
    width: 100px;
    height: 100px;
  }
}
.post_list.faq > li .answer p {
  width: calc(100% - 100px);
}
@media (min-width: 414px) {
  .post_list.faq > li .answer p {
    line-height: 1.25em;
    width: calc(100% - 120px);
  }
}
.post_list.faq > li .answer:last-child {
  margin-bottom: 0px;
}
.post_list.accordion > li:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.post_list.scroll {
  overflow-y: scroll;
}

.post_navi,
#contentbox .category_navi {
  background-image: -o-repeating-linear-gradient(bottom, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(left, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(top, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(right, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-image: repeating-linear-gradient(0deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(90deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(180deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(270deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-size: 0px 100%, 100% 5px, 0px 100%, 100% 0px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
}
@media (min-width: 960px) {
  .post_navi,
#contentbox .category_navi {
    padding-top: 60px;
  }
}
.post_navi ul,
#contentbox .category_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .post_navi ul,
#contentbox .category_navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#contentbox .category_navi {
  background-image: none;
}
#contentbox .category_navi ul {
  gap: 18px 30px;
}
#contentbox .category_navi ul li {
  padding: 3px 0px;
}
#contentbox .category_navi ul li.current a {
  text-decoration: underline;
}
#contentbox .category_navi ul li a {
  color: #007742;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
#contentbox .category_navi include bp-lg {
  display: none;
}

.post_content {
  margin-bottom: 45px;
}
.post_content + .blockttl {
  padding-top: 45px;
}
.post_content .photo.main {
  height: 300px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 960px) {
  .post_content .photo.main {
    height: 600px;
  }
}
.post_content .photo.main img {
  display: none;
}
.post_content p,
.post_content ul,
.post_content ol {
  margin-bottom: 2em;
}
.post_content .content :last-child,
.post_content .more :last-child {
  margin-bottom: 0px;
}

.banner_list {
  width: 94%;
  margin: 2em auto 0;
}
.banner_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media (min-width: 960px) {
  .banner_list > ul > li {
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
}
.banner_list > ul > li img {
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}
@media (min-width: 1200px) {
  .banner_list {
    width: 90%;
  }
}

.anime {
  display: block;
  position: relative;
  overflow: hidden;
}
.anime span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.anime span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}

@-webkit-keyframes balloonAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes balloonAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.blockbox {
  margin-bottom: 60px;
}

.pagettl:not(#sidebarbox .pagettl) {
  background-image: -o-repeating-linear-gradient(bottom, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(left, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(top, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(right, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-image: repeating-linear-gradient(0deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(90deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(180deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(270deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 5px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.pagettl:not(#sidebarbox .pagettl) h2 {
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #007742;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.25em;
}
/*
--------------------------------------------------*/
table.inquiry_form {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemtable {
  /*------------------------------------------------*/
  border-collapse: collapse;
  margin-bottom: 2em;
  /*------------------------------------------------*/
}
table.itemtable.full {
  width: 100%;
}
table.itemtable.full th:nth-child(1) {
  width: 30%;
}
table.itemtable tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.itemtable th,
table.itemtable td {
  background-color: #f2f2f2;
  border: 3px solid #fff;
  border-radius: 2px;
  padding: 15px 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  overflow: hidden;
}
table.itemtable th:nth-child(1),
table.itemtable td:nth-child(1) {
  border-left: 0px none transparent;
}
table.itemtable th:last-child,
table.itemtable td:last-child {
  border-right: 0px none transparent;
}
table.itemtable th {
  background-color: #D3E7DF;
  font-weight: normal;
  white-space: nowrap;
}
table.itemtable thead th {
  background-color: #B6D7C9;
}
table.itemtable thead + tbody tr:nth-child(1) th,
table.itemtable thead + tbody tr:nth-child(1) td {
  border-top: 0px none transparent;
}
table.itemtable.price th,
table.itemtable.price td {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 960px) {
  table.itemtable.price th,
table.itemtable.price td {
    white-space: normal;
  }
}
table.itemtable.price td.remarks {
  font-size: 100%;
  color: #2E373B;
}
table.itemtable.price td:last-child {
  white-space: normal;
}
table.itemtable.price thead th {
  background-color: #DEE2E4;
}
table.itemtable.price thead tr:nth-child(1) th {
  background-color: #B6D7C9;
}
table.itemtable.lesson th {
  text-align: center;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist {
  /*------------------------------------------------*/
  width: 100%;
  border-spacing: 0px 3px;
  border-collapse: separate;
  margin-bottom: 2em;
  /*------------------------------------------------*/
}
table.itemlist th,
table.itemlist td {
  font-weight: normal;
  line-height: 1.25em;
  text-align: left;
  overflow: hidden;
}
table.itemlist th {
  background-color: #f2f2f2;
  border-radius: 2px 0px 0px 2px;
  padding: 12px 12px 12px 6px;
}
table.itemlist th:before {
  content: "\f0c8";
  display: inline-block;
  margin-right: 6px;
  color: #007742;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
}
table.itemlist td {
  background-color: #f2f2f2;
  border-radius: 0px 2px 2px 0px;
  padding: 12px 6px 12px 12px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
ol.itemlist,
ul.itemlist {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
ol.itemlist.contents,
ul.itemlist.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  border: 10px solid #B6D7C9;
  padding: 15px;
}
ol.itemlist.contents > li a,
ul.itemlist.contents > li a {
  display: block;
  background-color: #839298;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
ol.itemlist.inquiry,
ul.itemlist.inquiry {
  display: table;
  margin: 0px auto;
}
ol.itemlist.inquiry li,
ul.itemlist.inquiry li {
  margin-bottom: 30px;
}
ol.itemlist.inquiry li:before,
ul.itemlist.inquiry li:before {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #f47b50;
  font-weight: 900;
  text-align: center;
}
ol.itemlist.inquiry li a.bttn,
ul.itemlist.inquiry li a.bttn {
  width: 100%;
}
@media (min-width: 544px) {
  ol.itemlist.inquiry li a.bttn,
ul.itemlist.inquiry li a.bttn {
    width: 480px;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
dl.itemlist {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
dl.itemlist dt {
  margin: 0px 0px 1em;
  font-size: 116.6%;
  font-weight: bold;
}
dl.itemlist dd + dt {
  margin-top: 1em;
}
dl.itemlist dd h5 {
  margin: 0px 0px 0.5em;
  font-size: 106.6%;
}
#modal_pagebox.privacy dl.itemlist dd li {
  margin-bottom: 0px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
nav.pagenavi {
  /*------------------------------------------------*/
  margin-bottom: 4em;
  /*------------------------------------------------*/
}
nav.pagenavi .itemlist.contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.pagenavi .itemlist.contents a:before {
  display: inline-block;
  margin-right: 6px;
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#pagetabbox {
  /*------------------------------------------------*/
  margin-bottom: 3em;
  /*------------------------------------------------*/
}
#pagetabbox h1 {
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: -0.05em;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#content_contact {
  /*------------------------------------------------*/
  text-align: center;
}
#content_contact h4.ttl {
  font-size: 3rem;
  color: #007742;
}

#maincontentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 960px) {
  #maincontentbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  #maincontentbox {
    padding-top: 30px;
  }
  #modal_pagebox #maincontentbox {
    padding-top: 0px;
  }
}
#maincontentbox > nav {
  display: none;
  width: 100%;
  margin: 0px 3px 10px;
}
@media (min-width: 960px) {
  #maincontentbox > nav {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #maincontentbox > nav {
    display: block;
  }
}
#maincontentbox > nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
#maincontentbox > nav ol li * {
  font-size: 1.4rem;
}
#maincontentbox > nav ol li a,
#maincontentbox > nav ol li span {
  display: inline-block;
  background-color: #007742;
  border-radius: 15px;
  padding: 6px 15px;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
#maincontentbox > nav ol li:last-child a,
#maincontentbox > nav ol li:last-child span {
  background-color: #839298;
  border-radius: 6px;
}
#maincontentbox > nav ol li:last-child a:hover,
#maincontentbox > nav ol li:last-child span:hover {
  cursor: default;
}
#maincontentbox > nav ol li + li:before {
  content: "＞";
  display: inline-block;
  margin: 0px 3px;
}

#contentbox {
  width: 100%;
  position: relative;
  margin: 0px;
}
@media (min-width: 960px) {
  #contentbox {
    width: calc(100% - 300px);
  }
  #modal_pagebox #contentbox {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #campaign_pagebox #contentbox {
    width: 100%;
  }
}

@media (min-width: 960px) {
  #contentbox:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 90%);
  }
  #modal_pagebox #contentbox:before {
    display: none;
  }
}
#contentbox > article {
  background-color: #fff;
  padding: 30px 3%;
  overflow-y: scroll;
}
@media (min-width: 960px) {
  #contentbox > article {
    height: 1000px;
    padding: 60px 60px 100px;
  }
  #campaign_pagebox #contentbox > article {
    height: auto;
  }
  #modal_pagebox #contentbox > article {
    height: auto;
    padding: 30px;
  }
}
#contentbox dl.page_description {
  margin-bottom: 60px;
}
#contentbox dl.page_description dt {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3rem;
  color: #007742;
  font-weight: bold;
}
#contentbox dl.page_description dd {
  font-size: 1.8rem;
}

#sidebarbox {
  width: 100%;
  height: 120px;
  position: relative;
  background-image: url(../img000/sidebar_bg_rec_sp.webp) no-repeat right center/auto 100% #007742;
}
#sidebarbox:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../img000/reckun_line.svg) no-repeat left top/cover;
}
@media (min-width: 544px) {
  #sidebarbox:before {
    width: 150px;
  }
}
@media (min-width: 960px) {
  #sidebarbox:before {
    width: 280px;
    background-position: left -100px bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 544px) {
  #sidebarbox {
    height: 180px;
  }
}
@media (min-width: 960px) {
  #sidebarbox {
    width: 300px;
    height: 1000px;
  }
}
#sidebarbox nav {
  display: none;
  width: 94%;
}
@media (min-width: 960px) {
  #sidebarbox nav {
    display: block;
    max-height: 690px;
    overflow-y: scroll;
  }
}
@media (min-width: 960px) {
  #sidebarbox nav:before {
    content: "\f0d7";
    display: block;
    font-family: "Font Awesome Pro 6";
    font: var(--fa-font-regular);
    color: #f47b50;
    font-weight: 900;
    text-align: center;
  }
}
#sidebarbox nav ul li {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
  padding: 8px 15px;
  text-align: center;
}
#sidebarbox nav ul li:last-child {
  margin-bottom: 0px;
}
#sidebarbox nav ul li a {
  display: block;
  padding: 10px 30px;
  color: #007742;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
#sidebarbox nav ul li.current {
  background-color: rgb(255, 255, 255);
}
#sidebarbox nav ul li.current a {
  color: #007742;
}
#sidebarbox nav ul li.current a:hover {
  cursor: default;
}
#sidebarbox > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 120px;
  position: relative;
  background: url(../img000/sidebar_bg_rec_sp.webp) no-repeat right center/auto 100% #007742;
}
@media (min-width: 960px) {
  #sidebarbox > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#sidebarbox > .inner:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../img000/reckun_line.svg) no-repeat left top/cover;
}
@media (min-width: 544px) {
  #sidebarbox > .inner:before {
    width: 150px;
  }
}
@media (min-width: 960px) {
  #sidebarbox > .inner:before {
    width: 280px;
    background-position: left -100px bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 544px) {
  #sidebarbox > .inner {
    height: 150px;
  }
}
@media (min-width: 960px) {
  #sidebarbox > .inner {
    height: 100%;
    background-image: url(../img000/sidebar_bg_rec.webp);
  }
}
#sidebarbox > .inner > a {
  display: block;
  width: 35%;
  margin: 0px 20px 0px 0px;
}
#sidebarbox > .inner > a .categoryttl,
#sidebarbox > .inner > a .pagettl {
  width: 100%;
}
@media (min-width: 960px) {
  #sidebarbox > .inner > a {
    width: 100%;
  }
}
#sidebarbox > .inner * {
  position: relative;
  z-index: 1;
}
#sidebarbox > .inner .pagettl,
#sidebarbox > .inner .categoryttl {
  background-color: #007742;
  margin: 0px 10px 2px 0px;
  color: #007742;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  text-align: center;
}
@media (min-width: 544px) {
  #sidebarbox > .inner .pagettl,
#sidebarbox > .inner .categoryttl {
    width: 35%;
    margin: 0px 20px 0px 0px;
  }
}
@media (min-width: 960px) {
  #sidebarbox > .inner .pagettl,
#sidebarbox > .inner .categoryttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 300px;
    border-radius: 0px;
    margin: 0px auto;
  }
}
@media (min-width: 960px) {
  #sidebarbox > .inner .pagettl:before,
#sidebarbox > .inner .categoryttl:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0px auto 15px;
    font-family: "Font Awesome 6 Pro";
    font-size: 50px;
    color: #fff;
    font-weight: 100;
  }
}
@media (min-width: 960px) {
  #blog_pagebox.about #sidebarbox > .inner .pagettl:before,
#blog_pagebox.about #sidebarbox > .inner .categoryttl:before {
    background-image: url(/school/img000/icon_about_w.svg);
  }
}

@media (min-width: 960px) {
  #blog_pagebox.lesson #sidebarbox > .inner .pagettl:before,
#blog_pagebox.lesson #sidebarbox > .inner .categoryttl:before {
    background-image: url(/school/img000/icon_lesson_w.svg);
  }
}

@media (min-width: 960px) {
  #blog_pagebox.news #sidebarbox > .inner .pagettl:before, #blog_pagebox.staff #sidebarbox > .inner .pagettl:before, #blog_pagebox.blog #sidebarbox > .inner .pagettl:before,
#blog_pagebox.news #sidebarbox > .inner .categoryttl:before,
#blog_pagebox.staff #sidebarbox > .inner .categoryttl:before,
#blog_pagebox.blog #sidebarbox > .inner .categoryttl:before {
    background-image: url(/school/img000/icon_blog_w.svg);
  }
}

#contact_pagebox #sidebarbox > .inner .pagettl:before,
#contact_pagebox #sidebarbox > .inner .categoryttl:before {
  content: "\f0e0";
}

#faq_pagebox #sidebarbox > .inner .pagettl:before,
#faq_pagebox #sidebarbox > .inner .categoryttl:before {
  content: "\e14f";
}

#access_pagebox #sidebarbox > .inner .pagettl:before,
#access_pagebox #sidebarbox > .inner .categoryttl:before {
  content: "\f3c5";
}

@media (min-width: 960px) {
  #goldenkids_pagebox #sidebarbox > .inner .pagettl:before,
#goldenkids_pagebox #sidebarbox > .inner .categoryttl:before {
    background-image: url(/school/img000/icon_goldenkids_w.svg);
  }
}

@media (min-width: 960px) {
  #trial_pagebox #sidebarbox > .inner .pagettl:before,
#trial_pagebox #sidebarbox > .inner .categoryttl:before {
    background-image: url(/school/img000/icon_trial_w.svg);
  }
}

@media (min-width: 960px) {
  #join_pagebox #sidebarbox > .inner .pagettl:before,
#join_pagebox #sidebarbox > .inner .categoryttl:before {
    background-image: url(/school/img000/icon_join_w.svg);
  }
}

#sidebarbox > .inner .pagettl small,
#sidebarbox > .inner .pagettl span,
#sidebarbox > .inner .categoryttl small,
#sidebarbox > .inner .categoryttl span {
  display: table;
  width: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #007742;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media (min-width: 960px) {
  #sidebarbox > .inner .pagettl small,
#sidebarbox > .inner .pagettl span,
#sidebarbox > .inner .categoryttl small,
#sidebarbox > .inner .categoryttl span {
    width: 94%;
  }
}
#sidebarbox > .inner .pagettl span,
#sidebarbox > .inner .categoryttl span {
  border-radius: 6px;
  padding: 15px;
  font-size: 2.4rem;
}
#sidebarbox > .inner .pagettl span + small,
#sidebarbox > .inner .categoryttl span + small {
  padding-top: 0px;
  padding-bottom: 15px;
}
#sidebarbox > .inner .pagettl small,
#sidebarbox > .inner .categoryttl small {
  border-radius: 6px 6px 0px 0px;
  padding: 15px 15px 6px;
  font-size: 1.6rem;
}
#sidebarbox > .inner .pagettl small + span,
#sidebarbox > .inner .categoryttl small + span {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 0px;
}

.post_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #007742;
  border-radius: 2px;
  padding: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
  margin-bottom: 10px;
}
.post_ttl::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 3em;
  background: url(../img000/racket.png) no-repeat center/contain;
  margin: 0px 0.5em 0px 0px;
}
@media (min-width: 768px) {
  .post_ttl {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.post_list > li {
  margin-bottom: 30px;
}
.post_list > li:nth-last-of-type(2), .post_list > li:last-child {
  margin-bottom: 0px;
}
.post_list > li.no_entry {
  display: none;
}
.post_list > li.no_entry:last-child {
  margin-top: 30px;
}
.post_list > li.no_entry:last-child:nth-child(1) {
  display: list-item;
  margin-top: 0px;
}
.post_list > li.no_entry:last-child:nth-child(1) p {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: -0.025em;
}
.post_list > li h3 {
  background-image: -o-repeating-linear-gradient(bottom, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), -o-repeating-linear-gradient(left, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), -o-repeating-linear-gradient(top, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), -o-repeating-linear-gradient(right, #000, #000 6px, transparent 6px, transparent 8px, #000 8px);
  background-image: repeating-linear-gradient(0deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), repeating-linear-gradient(180deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px), repeating-linear-gradient(270deg, #000, #000 6px, transparent 6px, transparent 8px, #000 8px);
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-size: 1.6rem;
  color: #007742;
  letter-spacing: -0.025em;
}
.post_list.line {
  background: #fff;
  border-radius: 2px;
  padding: 30px 15px 33px;
}
@media (min-width: 544px) {
  .post_list.line {
    padding: 36px 30px 39px;
  }
}
@media (min-width: 960px) {
  .post_list.line {
    padding: 36px 45px 39px;
  }
}
.post_list.line > li:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.post_list.line > li > a {
  display: block;
}
@media (min-width: 544px) {
  :not(#top_pagebox) .post_list.line > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 544px) {
  #top_pagebox .post_list.line > li > a {
    display: block;
  }
}

.post_list.line > li > a .photo {
  width: 120px;
  margin: 0px auto 15px;
}
@media (min-width: 544px) {
  .post_list.line > li > a .photo {
    margin: 0px;
  }
}
@media (min-width: 544px) {
  .post_list.line > li > a .caption {
    width: calc(100% - 120px - 30px);
  }
}
.post_list.line > li > a .caption:only-child {
  width: 100%;
}
.post_list.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin: 0px auto 30px;
}
.post_list.gallery.information {
  gap: 30px;
}
@media (min-width: 544px) {
  .post_list.gallery.information {
    gap: 30px 60px;
  }
}
.post_list.gallery.information > li h3 {
  margion-bottom: 0.3em;
}
.post_list.gallery.information > li p span {
  font-size: 14px;
  color: #839298;
}
.post_list.gallery > li {
  width: calc(100% - 60px);
  margin-bottom: 0px;
}
@media (min-width: 544px) {
  .post_list.gallery > li {
    width: calc((100% - 120px) / 2);
  }
}
@media (min-width: 960px) {
  .post_list.gallery > li {
    width: calc((100% - 120px) / 3);
  }
}
.post_list.gallery > li .photo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 2px;
  margin-bottom: 6px;
}
.post_list.gallery > li h4 {
  text-align: center;
}
.post_list.gallery > li h4 small {
  display: block;
  font-weight: normal;
}
.post_list.gallery > li h4 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 116.6%;
  font-weight: normal;
}
.post_list.gallery > li h5 {
  font-weight: normal;
  text-align: center;
}
.post_list.gallery > li > img {
  display: table;
  border-radius: 2px;
  margin: 0px auto 15px;
}
.post_list.gallery > li a.lightbox {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.post_list.gallery > li a.lightbox img {
  display: inline-block;
  border-radius: 2px;
}
.post_list.summary > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DEE2E4;
  margin: 0px 0px 45px;
  padding-bottom: 45px;
}
.post_list.summary > li > a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: none;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
}
.post_list.summary > li > a h3:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../school/img000/icon_member.svg) no-repeat center center;
  background-size: 150% 150%;
  margin-right: 6px;
}
.post_list.summary > li > a .photo {
  width: 180px;
  height: 180px;
}
.post_list.summary > li > a .photo img {
  border-radius: 2px;
}
.post_list.summary > li > a .caption {
  width: calc(100% - 180px - 30px);
  padding-top: 15px;
}
.post_list.summary > li > a .caption h4 {
  margin: 0px 0px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  color: #007742;
  font-weight: normal;
}
.post_list.summary > li > a .link {
  width: 100%;
  margin: 0px;
  padding: 30px 0px;
  text-align: center;
}
.post_list.news > li {
  border-bottom: 1px solid #999;
  margin: 0px 0px 2em;
  padding: 0px 0px 2em;
}
.post_list.news > li > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 30px 120px;
  grid-template-columns: 1fr 120px;
  grid-gap: 0px 30px;
}
.post_list.news > li > a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.post_list.news > li > a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.post_list.news > li > a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.post_list.news > li > a > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.post_list.news > li > a .photo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  grid-column: 2;
  width: 120px;
  border-radius: 2px;
}
.post_list.news > li.no_photo > a {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.post_list.news > li h3,
.post_list.news > li h4 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: end;
      align-self: end;
  font-size: 133.3%;
  line-height: 1.4em;
}
.post_list.news > li h3 small,
.post_list.news > li h4 small {
  display: table;
  font-weight: normal;
}
.post_list.news > li .info, .post_list.news > li .pagettl:not(#sidebarbox .pagettl) p.info, .pagettl:not(#sidebarbox .pagettl) .post_list.news > li p.info {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.post_list.faq > li {
  counter-increment: faq_title;
}
.post_list.faq > li:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.post_list.faq > li h3,
.post_list.faq > li h4 {
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #007742;
  font-weight: normal;
  line-height: 1.25em;
}
@media (min-width: 400px) {
  .post_list.faq > li h3,
.post_list.faq > li h4 {
    margin-bottom: 15px;
  }
}
.post_list.faq > li h3:before,
.post_list.faq > li h4:before {
  content: "Q." counter(faq_title);
  display: block;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 48px;
  color: #007742;
}
@media (min-width: 400px) {
  .post_list.faq > li h3:before,
.post_list.faq > li h4:before {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.post_list.faq > li .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #BBDEB9;
  border-radius: 2px;
  padding: 15px;
}
.post_list.faq > li .answer:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/school/img000/icon_answer.svg) no-repeat center center/cover;
}
@media (min-width: 400px) {
  .post_list.faq > li .answer:before {
    width: 100px;
    height: 100px;
  }
}
.post_list.faq > li .answer p {
  width: calc(100% - 100px);
}
@media (min-width: 400px) {
  .post_list.faq > li .answer p {
    width: calc(100% - 120px);
    line-height: 1.25em;
  }
}
.post_list.faq > li .answer:last-child {
  margin-bottom: 0px;
}
.post_list.accordion > li:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.post_list.scroll {
  overflow-y: scroll;
}

.post_navi,
#contentbox .category_navi {
  background-image: -o-repeating-linear-gradient(bottom, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(left, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(top, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(right, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-image: repeating-linear-gradient(0deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(90deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(180deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(270deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-size: 0px 100%, 100% 5px, 0px 100%, 100% 0px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
}
@media (min-width: 960px) {
  .post_navi,
#contentbox .category_navi {
    padding-top: 60px;
  }
}
.post_navi ul,
#contentbox .category_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .post_navi ul,
#contentbox .category_navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#contentbox .category_navi {
  background-image: none;
}
#contentbox .category_navi ul {
  gap: 18px 30px;
}
#contentbox .category_navi ul li {
  padding: 3px 0px;
}
#contentbox .category_navi ul li.current {
  text-decoration: underline;
}
#contentbox .category_navi ul li a {
  color: #007742;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media (min-width: 960px) {
  #contentbox .category_navi {
    display: none;
  }
}

.post_content {
  margin-bottom: 45px;
}
.post_content + .blockttl {
  padding-top: 45px;
}
.post_content .photo.main {
  height: 300px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 960px) {
  .post_content .photo.main {
    height: 600px;
  }
}
.post_content .photo.main img {
  display: none;
}
.post_content p,
.post_content ul,
.post_content ol {
  margin-bottom: 2em;
}
.post_content .content :last-child,
.post_content .more :last-child {
  margin-bottom: 0px;
}

.banner_list {
  width: 94%;
  margin: 2em auto 0;
}
.banner_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media (min-width: 960px) {
  .banner_list > ul > li {
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
  }
}
.banner_list > ul > li img {
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}
@media (min-width: 1200px) {
  .banner_list {
    width: 90%;
  }
}

.anime {
  display: block;
  position: relative;
  overflow: hidden;
}
.anime span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.anime span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}

@keyframes balloonAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.blockbox {
  margin-bottom: 60px;
}
.blockbox > .inner {
  max-width: 100%;
}

.pagettl:not(#sidebarbox .pagettl) {
  background-image: -o-repeating-linear-gradient(bottom, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(left, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(top, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), -o-repeating-linear-gradient(right, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-image: repeating-linear-gradient(0deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(90deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(180deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px), repeating-linear-gradient(270deg, #007742, #007742 6px, transparent 6px, transparent 8px, #007742 8px);
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 5px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.pagettl:not(#sidebarbox .pagettl) h2 {
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #007742;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.25em;
}
/*
--------------------------------------------------*/
table.inquiry_form {
  /*------------------------------------------------*/
  width: 100%;
  border-collapse: separate;
  /*------------------------------------------------*/
}
table.inquiry_form + table.itemlist {
  margin-top: 4em;
}
@media screen and (max-width: 544px) {
  table.inquiry_form + table.itemlist {
    margin-top: 2em;
  }
}
table.inquiry_form caption {
  padding: 0px 0px 1em;
  font-size: 133.3%;
  color: #000;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 544px) {
  table.inquiry_form caption {
    padding-bottom: 0.75em;
  }
}
table.inquiry_form thead th {
  background-color: #f2f2f2;
  border-top: 1px solid #999;
  padding: 0.25em 0px;
  font-size: 91.6%;
  white-space: nowrap;
  line-height: 1.6em;
  text-align: center;
}
table.inquiry_form thead + tbody tr:nth-child(1) th,
table.inquiry_form thead + tbody tr:nth-child(1) td {
  border-top: 20px solid #fff;
}
table.inquiry_form tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  table.inquiry_form tbody tr {
    display: table-row;
    width: auto;
  }
}
table.inquiry_form tbody tr + tr {
  border-top: 0px none transparent;
}
table.inquiry_form tbody tr th {
  width: 100%;
  background-color: #007742;
  border-top: 20px solid #fff;
  border-bottom: 0px none transparent;
  border-right-width: 6px;
  margin-bottom: 0px;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}
@media (min-width: 768px) {
  table.inquiry_form tbody tr th {
    width: 240px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
table.inquiry_form tbody tr td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  background-color: #e6e6e6;
  border-bottom-width: 6px;
}
@media (min-width: 400px) {
  table.inquiry_form tbody tr td {
    border-bottom-width: 0px;
  }
}
@media (min-width: 768px) {
  table.inquiry_form tbody tr td {
    display: table-cell;
    width: auto;
    border-top: 20px solid #fff;
    border-bottom: 0px none #666 transparent;
  }
}
table.inquiry_form tbody tr:nth-child(1) th,
table.inquiry_form tbody tr:nth-child(1) td {
  border-top: 0px none transparent;
}
table.inquiry_form tbody tr.tel td {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
table.inquiry_form tbody tr a.search-btn {
  display: inline-block;
  background: #007742;
  border: 0px none transparent;
  border-radius: 6px;
  margin-left: 0.5em;
  padding: 10px 1em;
  color: #fff;
  letter-spacing: -0.05em;
  text-decoration: none;
}
table.inquiry_form tbody tr table.table input[type=text] {
  max-width: 100%;
}
@media (min-width: 400px) {
  table.inquiry_form tbody tr table.table input[type=text] {
    width: 100%;
  }
}
table.inquiry_form tbody tr .fs-checkbox.fs-light .fs-checkbox-marker {
  background-color: #fff;
}
table.inquiry_form th,
table.inquiry_form td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 20px solid #fff;
  margin-bottom: 1em;
  padding: 1em 6px;
  text-align: left;
}
@media (min-width: 400px) {
  table.inquiry_form th,
table.inquiry_form td {
    display: table-cell;
    padding: 1.25em 20px;
    font-weight: normal;
  }
}
table.inquiry_form th {
  border-bottom: 0px none transparent;
}
@media (min-width: 400px) {
  table.inquiry_form th {
    background-color: #f4f0eb;
    border-top-width: 15px;
  }
}
table.inquiry_form td {
  width: 100%;
  border-top: 0px none transparent;
}
table.inquiry_form td tr + tr {
  border-top: 0px none transparent;
}
table.inquiry_form td p {
  margin-bottom: 1em;
}
table.inquiry_form td *:last-child {
  margin-bottom: 0px;
}
table.inquiry_form td .table tbody td {
  border-top: 0px none transparent;
  margin-bottom: 0.5em;
  padding: 0px 6px;
}
@media (min-width: 544px) {
  table.inquiry_form td .table tbody td {
    margin-bottom: 0px;
    padding-bottom: 1em;
  }
}
table.inquiry_form td .table tbody td + td {
  margin-bottom: 1em;
}
@media (min-width: 544px) {
  table.inquiry_form td .table tbody td + td {
    margin-bottom: 0px;
  }
}

/*------------------------------------------------*/
.soy_inquiry_message p,
.soy_inquiry_message dl,
.soy_inquiry_message ul {
  margin-bottom: 2em;
}
.soy_inquiry_message p:last-child,
.soy_inquiry_message dl:last-child,
.soy_inquiry_message ul:last-child {
  margin-bottom: 0px;
}

#inquiry_privacy_policy textarea {
  width: 100% !important;
  height: 100px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

#inquiry_form_submit.form, #inquiry_form_submit.confirm, #inquiry_form_submit.complete, #inquiry_form_submit.simple,
.pager.form,
.pager.confirm,
.pager.complete,
.pager.simple {
  text-align: center;
}
@media (min-width: 400px) {
  #inquiry_form_submit.form, #inquiry_form_submit.confirm, #inquiry_form_submit.complete, #inquiry_form_submit.simple,
.pager.form,
.pager.confirm,
.pager.complete,
.pager.simple {
    padding-top: 3em;
  }
}
#inquiry_form_submit.form ul, #inquiry_form_submit.confirm ul, #inquiry_form_submit.complete ul, #inquiry_form_submit.simple ul,
.pager.form ul,
.pager.confirm ul,
.pager.complete ul,
.pager.simple ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
#inquiry_form_submit.form ul:last-child, #inquiry_form_submit.confirm ul:last-child, #inquiry_form_submit.complete ul:last-child, #inquiry_form_submit.simple ul:last-child,
.pager.form ul:last-child,
.pager.confirm ul:last-child,
.pager.complete ul:last-child,
.pager.simple ul:last-child {
  margin-bottom: 0px;
}
#inquiry_form_submit.form ul li, #inquiry_form_submit.confirm ul li, #inquiry_form_submit.complete ul li, #inquiry_form_submit.simple ul li,
.pager.form ul li,
.pager.confirm ul li,
.pager.complete ul li,
.pager.simple ul li {
  width: 100%;
}
@media (min-width: 400px) {
  #inquiry_form_submit.form ul li, #inquiry_form_submit.confirm ul li, #inquiry_form_submit.complete ul li, #inquiry_form_submit.simple ul li,
.pager.form ul li,
.pager.confirm ul li,
.pager.complete ul li,
.pager.simple ul li {
    width: auto;
  }
}
#inquiry_form_submit.form input[type=submit],
#inquiry_form_submit.form a, #inquiry_form_submit.confirm input[type=submit],
#inquiry_form_submit.confirm a, #inquiry_form_submit.complete input[type=submit],
#inquiry_form_submit.complete a, #inquiry_form_submit.simple input[type=submit],
#inquiry_form_submit.simple a,
.pager.form input[type=submit],
.pager.form a,
.pager.confirm input[type=submit],
.pager.confirm a,
.pager.complete input[type=submit],
.pager.complete a,
.pager.simple input[type=submit],
.pager.simple a {
  display: inline-block;
  width: 94%;
  background: #007742;
  border: 0px none transparent;
  border-radius: 6px;
  margin: 0px auto;
  padding: 25px 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
}
@media (min-width: 400px) {
  #inquiry_form_submit.form input[type=submit],
#inquiry_form_submit.form a, #inquiry_form_submit.confirm input[type=submit],
#inquiry_form_submit.confirm a, #inquiry_form_submit.complete input[type=submit],
#inquiry_form_submit.complete a, #inquiry_form_submit.simple input[type=submit],
#inquiry_form_submit.simple a,
.pager.form input[type=submit],
.pager.form a,
.pager.confirm input[type=submit],
.pager.confirm a,
.pager.complete input[type=submit],
.pager.complete a,
.pager.simple input[type=submit],
.pager.simple a {
    width: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
}
#inquiry_form_submit.form input[type=submit][value=戻る], #inquiry_form_submit.form input[type=submit].back,
#inquiry_form_submit.form a[value=戻る],
#inquiry_form_submit.form a.back, #inquiry_form_submit.confirm input[type=submit][value=戻る], #inquiry_form_submit.confirm input[type=submit].back,
#inquiry_form_submit.confirm a[value=戻る],
#inquiry_form_submit.confirm a.back, #inquiry_form_submit.complete input[type=submit][value=戻る], #inquiry_form_submit.complete input[type=submit].back,
#inquiry_form_submit.complete a[value=戻る],
#inquiry_form_submit.complete a.back, #inquiry_form_submit.simple input[type=submit][value=戻る], #inquiry_form_submit.simple input[type=submit].back,
#inquiry_form_submit.simple a[value=戻る],
#inquiry_form_submit.simple a.back,
.pager.form input[type=submit][value=戻る],
.pager.form input[type=submit].back,
.pager.form a[value=戻る],
.pager.form a.back,
.pager.confirm input[type=submit][value=戻る],
.pager.confirm input[type=submit].back,
.pager.confirm a[value=戻る],
.pager.confirm a.back,
.pager.complete input[type=submit][value=戻る],
.pager.complete input[type=submit].back,
.pager.complete a[value=戻る],
.pager.complete a.back,
.pager.simple input[type=submit][value=戻る],
.pager.simple input[type=submit].back,
.pager.simple a[value=戻る],
.pager.simple a.back {
  background-color: #e6e6e6;
  color: #2E373B;
}

/*
--------------------------------------------------*/
table.itemtable {
  /*------------------------------------------------*/
  border-collapse: collapse;
  margin-bottom: 2em;
  /*------------------------------------------------*/
}
table.itemtable.full {
  width: 100%;
}
table.itemtable.full th:nth-child(1) {
  width: 30%;
}
table.itemtable tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.itemtable th,
table.itemtable td {
  background-color: #f2f2f2;
  border: 3px solid #fff;
  border-radius: 2px;
  padding: 15px 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  overflow: hidden;
}
table.itemtable th:nth-child(1),
table.itemtable td:nth-child(1) {
  border-left: 0px none transparent;
}
table.itemtable th:last-child,
table.itemtable td:last-child {
  border-right: 0px none transparent;
}
table.itemtable th {
  background-color: #D3E7DF;
  font-weight: normal;
  white-space: nowrap;
}
table.itemtable thead th {
  background-color: #B6D7C9;
}
table.itemtable thead + tbody tr:nth-child(1) th,
table.itemtable thead + tbody tr:nth-child(1) td {
  border-top: 0px none transparent;
}
table.itemtable.price th,
table.itemtable.price td {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 960px) {
  table.itemtable.price th,
table.itemtable.price td {
    white-space: normal;
  }
}
table.itemtable.price td.remarks {
  font-size: 100%;
  color: #2E373B;
}
table.itemtable.price td:last-child {
  white-space: normal;
}
table.itemtable.price thead th {
  background-color: #DEE2E4;
}
table.itemtable.price thead tr:nth-child(1) th {
  background-color: #B6D7C9;
}
table.itemtable.lesson th {
  text-align: center;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist {
  /*------------------------------------------------*/
  width: 100%;
  border-spacing: 0px 3px;
  border-collapse: separate;
  margin-bottom: 2em;
  /*------------------------------------------------*/
}
table.itemlist th,
table.itemlist td {
  font-weight: normal;
  line-height: 1.25em;
  text-align: left;
  overflow: hidden;
}
table.itemlist th {
  background-color: #f2f2f2;
  border-radius: 2px 0px 0px 2px;
  padding: 12px 12px 12px 6px;
}
table.itemlist th:before {
  content: "\f0c8";
  display: inline-block;
  margin-right: 6px;
  color: #007742;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
}
table.itemlist td {
  background-color: #f2f2f2;
  border-radius: 0px 2px 2px 0px;
  padding: 12px 6px 12px 12px;
}
table.itemlist tbody th {
  white-space: nowrap;
}
table.itemlist td {
  background-color: #f2f2f2;
  border-radius: 0px 2px 2px 0px;
  padding: 12px 6px 12px 12px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
ol.itemlist,
ul.itemlist {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
ol.itemlist.contents,
ul.itemlist.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  border: 10px solid #B6D7C9;
  padding: 15px;
}
ol.itemlist.contents > li a,
ul.itemlist.contents > li a {
  display: block;
  background-color: #839298;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
ol.itemlist.inquiry,
ul.itemlist.inquiry {
  display: table;
  margin: 0px auto;
}
ol.itemlist.inquiry li,
ul.itemlist.inquiry li {
  margin-bottom: 30px;
}
ol.itemlist.inquiry li:before,
ul.itemlist.inquiry li:before {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome Pro 6";
  color: #f47b50;
  font-weight: 900;
  text-align: center;
}
ol.itemlist.inquiry li a.bttn,
ul.itemlist.inquiry li a.bttn {
  width: 100%;
}
@media (min-width: 544px) {
  ol.itemlist.inquiry li a.bttn,
ul.itemlist.inquiry li a.bttn {
    width: 480px;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
dl.itemlist {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
dl.itemlist dt {
  margin: 0px 0px 1em;
  font-size: 116.6%;
  font-weight: bold;
}
dl.itemlist dd + dt {
  margin-top: 1em;
}
dl.itemlist dd h5 {
  margin: 0px 0px 0.5em;
  font-size: 106.6%;
}
#modal_pagebox.privacy dl.itemlist dd li {
  margin-bottom: 0px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
nav.pagenavi {
  /*------------------------------------------------*/
  margin-bottom: 4em;
  /*------------------------------------------------*/
}
nav.pagenavi .itemlist.contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.pagenavi .itemlist.contents a:before {
  display: inline-block;
  margin-right: 6px;
  font-family: "Font Awesome Pro 6";
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  font: var(--fa-font-regular);
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#pagetabbox {
  /*------------------------------------------------*/
  margin-bottom: 3em;
  /*------------------------------------------------*/
}
#pagetabbox h1 {
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: -0.05em;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#content_contact {
  /*------------------------------------------------*/
  text-align: center;
  /*------------------------------------------------*/
}
#content_contact h4.ttl {
  font-size: 3rem;
  color: #007742;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#content_form {
  /*------------------------------------------------*/
  position: relative;
  /*------------------------------------------------*/
}

/*------------------------------------------------*/
@media (min-width: 960px) {
  #allbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media (min-width: 960px) {
  .pc_content {
    width: calc(100% - 100px);
  }
}

.balloon {
  position: absolute;
  left: 94px;
  top: 0px;
}
.balloon:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.9);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.balloon.contentTimetable, .balloon.contentCalendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
}
.balloon.contentTimetable.on, .balloon.contentCalendar.on {
  -webkit-animation: fadeTimetable 0.5s forwards;
          animation: fadeTimetable 0.5s forwards;
  pointer-events: auto;
}
.balloon.contentTimetable .inner button, .balloon.contentCalendar .inner button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: 0px;
  background-color: #000;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.balloon.contentTimetable .inner button i, .balloon.contentCalendar .inner button i {
  font-weight: 500;
}
.balloon.contentTimetable ol, .balloon.contentCalendar ol {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 25px 20px 20px;
}
.balloon.contentTimetable ol li, .balloon.contentCalendar ol li {
  border-bottom: 1px dotted #839298;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.balloon.contentTimetable ol li:last-child, .balloon.contentTimetable ol li:only-child, .balloon.contentCalendar ol li:last-child, .balloon.contentCalendar ol li:only-child {
  border-bottom: 0px none transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.balloon.contentTimetable ol li a, .balloon.contentCalendar ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #f4f0eb;
  border: 2px solid #B1614E;
  border-radius: 6px;
  padding: 0px 15px 0px 0px;
  color: #B1614E;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  white-space: nowrap;
}
.balloon.contentTimetable ol li a:before, .balloon.contentCalendar ol li a:before {
  content: "\e356";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B1614E;
  margin-right: 10px;
  padding: 6px 10px 6px 6px;
  font-family: "Font Awesome Pro 6";
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  font: var(--fa-font-thin);
  line-height: 1;
  vertical-align: middle;
}
.balloon.contentTimetable ol li a span, .balloon.contentCalendar ol li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
nav.navigation .balloon.contentTimetable ol li a span, nav.navigation .balloon.contentCalendar ol li a span {
  white-space: normal;
}

.balloon.contentTimetable ol.calendar li a, .balloon.contentCalendar ol.calendar li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  background-color: #f4f0eb;
  border-color: #20B3BF;
  border-radius: 6px;
  color: #20B3BF;
}
@media (min-width: 768px) {
  .balloon.contentTimetable ol.calendar li a, .balloon.contentCalendar ol.calendar li a {
    border-radius: 36px;
  }
}
.balloon.contentTimetable ol.calendar li a:before, .balloon.contentCalendar ol.calendar li a:before {
  content: "\e472";
  background-color: #20B3BF;
  border-radius: 6px 6px 0px 0px;
  padding-left: 26px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .balloon.contentTimetable ol.calendar li a:before, .balloon.contentCalendar ol.calendar li a:before {
    border-radius: 36px 0px 0px 36px;
  }
}

@-webkit-keyframes fadeTimetable {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeTimetable {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.pc_nav {
  display: none;
}
@media (min-width: 960px) {
  .pc_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
    height: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .pc_nav li {
    position: relative;
    margin-bottom: 0px;
  }
  .pc_nav li a {
    height: 110px;
    color: #fff;
  }
  .pc_nav li a:hover > span span:first-of-type {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .pc_nav li a:hover > span span:last-of-type {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .pc_nav li a.navTimetable, .pc_nav li a.navCalendar {
    cursor: pointer;
  }
  .pc_nav li.new a {
    height: 140px;
  }
}

.navBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  background-color: #839298;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(1.2rem + (1vw - 0.36rem) * 0.3333);
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  letter-spacing: -0.025em;
  text-align: center;
}
li.current .navBtn {
  background-color: #f47b50;
}

@media (min-width: 960px) {
  .navBtn {
    border-bottom: 1px solid #DEE2E4;
    font-size: 1.4rem;
  }
}
.navBtn.blue {
  background-color: #20B3BF;
  border-bottom: 0px none transparent;
}
.navBtn.carrot {
  background-color: #f47b50;
  border-bottom: 0px none transparent;
}
.navBtn i {
  display: block;
  margin-bottom: 0.2em;
  font-size: 3rem;
}
.navBtn .i_new {
  width: 2.7em;
  height: 2.7em;
  position: relative;
  top: -0.3em;
  right: -2em;
  background-color: #B1614E;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #fff;
  line-height: 2.7em;
  text-align: center;
}
.navBtn.navCalendar .i_new {
  background-color: #20B3BF;
}

#headerbox {
  padding-top: 0px;
  /* キャンペーンのテーマカラー */
}
#headerbox .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
}
@media (min-width: 960px) {
  #headerbox .inner {
    width: 94%;
    height: 85px;
    margin: 0px auto;
  }
}
#headerbox .inner > p {
  width: 100%;
}
#headerbox h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
}
@media (min-width: 960px) {
  #headerbox h1 a {
    margin-left: 0px;
  }
}
@media (min-width: 960px) {
  #headerbox h1 a {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #headerbox h1 a:hover {
    opacity: 0.7;
  }
}
#headerbox h1 a img {
  width: auto;
}
#headerbox h1 a img[src$="logo_mark.svg"] {
  height: 60px;
}
@media (min-width: 544px) {
  #headerbox h1 a img[src$="logo_mark.svg"] {
    margin-right: 3px;
  }
}
#headerbox h1 a img[src$="logo_text.svg"] {
  height: 30px;
}
#headerbox h1 a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  margin-left: 6px;
}
@media (min-width: 544px) {
  #headerbox h1 a > span {
    margin-left: 10px;
  }
}
#headerbox h1 a > span img {
  width: auto;
}
#headerbox h1 a > span img[src$="name_s.svg"] {
  height: 9px;
}
@media (min-width: 400px) {
  #headerbox h1 a > span img[src$="name_s.svg"] {
    height: 11px;
  }
}
#headerbox h1 a > span img[src$="name.svg"] {
  height: 18px;
}
#headerbox nav {
  background-color: #AFD14F;
  margin-top: 0px;
}
#headerbox .sp_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 960px) {
  #headerbox .sp_btn_list {
    display: none;
  }
}
#headerbox .sp_btn_list .navBtn {
  width: calc(7.5rem + (1vw - 0.36rem) * 4.1667);
}
#headerbox .sp_btn_list li {
  margin-bottom: 0px;
}
#headerbox .sp_btn_list li[class^=campaign] .navBtn {
  background-color: #012dee;
}
body.nish #headerbox .sp_btn_list li[class^=campaign] .navBtn {
  background-color: #012dee;
}
@media (min-width: 544px) {
  body.nish #headerbox .sp_btn_list li[class^=campaign] .navBtn {
    background-color: #012dee;
  }
}

@media (min-width: 544px) {
  #headerbox .sp_btn_list li[class^=campaign] .navBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background-color: #012dee;
    padding-left: 0px;
    padding-right: 50px;
  }
}
#headerbox .sp_btn_list li[class^=campaign] .navBtn i.icon {
  display: none;
}
@media (min-width: 544px) {
  #headerbox .sp_btn_list li[class^=campaign] .navBtn i.icon {
    display: block;
    width: 80px;
    height: 64px;
    position: absolute;
    bottom: 2px;
    right: 6px;
    background: url(/school/img000/header_bttn_campaign.webp) no-repeat center center/cover;
  }
}
@media (min-width: 544px) {
  body.nish #headerbox .sp_btn_list li[class^=campaign] .navBtn i.icon {
    background-image: url(/school/img000/header_bttn_campaign_nish.png);
  }
}

#headerbox .pc_btn_list {
  display: none;
}
@media (min-width: 960px) {
  #headerbox .pc_btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
#headerbox .pc_btn_list > li {
  margin-bottom: 0px;
}
#headerbox .pc_btn_list > li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 170px;
  font-size: 1.2rem;
}
#headerbox .pc_btn_list > li a.bttn, #headerbox .pc_btn_list > li .navigation > .inner a.nav_close, #headerbox .navigation > .inner .pc_btn_list > li a.nav_close {
  height: 100%;
}
#headerbox .pc_btn_list > li a > i {
  font-size: 3.2rem;
}
#headerbox .pc_btn_list > li.system a.bttn, #headerbox .pc_btn_list > li.system .navigation > .inner a.nav_close, #headerbox .navigation > .inner .pc_btn_list > li.system a.nav_close {
  background-color: #AFD14F;
  border-color: #AFD14F;
}
#headerbox .pc_btn_list > li.system a.bttn:hover, #headerbox .pc_btn_list > li.system .navigation > .inner a.nav_close:hover, #headerbox .navigation > .inner .pc_btn_list > li.system a.nav_close:hover {
  background-color: #fff;
  color: #AFD14F;
}
#headerbox .pc_btn_list > li[class^=campaign] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
#headerbox .pc_btn_list > li[class^=campaign] a.bttn, #headerbox .pc_btn_list > li[class^=campaign] .navigation > .inner a.nav_close, #headerbox .navigation > .inner .pc_btn_list > li[class^=campaign] a.nav_close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fb1a84;
  border-color: #fb1a84;
  padding-left: 84px;
  padding-right: 15px;
  color: #fff;
}
body.nish #headerbox .pc_btn_list > li[class^=campaign] a.bttn, body.nish #headerbox .pc_btn_list > li[class^=campaign] .navigation > .inner a.nav_close, body.nish #headerbox .navigation > .inner .pc_btn_list > li[class^=campaign] a.nav_close {
  background-color: #012dee;
  border-color: #012dee;
}

#headerbox .pc_btn_list > li[class^=campaign] a.bttn:hover, #headerbox .pc_btn_list > li[class^=campaign] .navigation > .inner a.nav_close:hover, #headerbox .navigation > .inner .pc_btn_list > li[class^=campaign] a.nav_close:hover {
  background-color: #fff;
  color: #012dee;
}
body.nish #headerbox .pc_btn_list > li[class^=campaign] a.bttn:hover, body.nish #headerbox .pc_btn_list > li[class^=campaign] .navigation > .inner a.nav_close:hover, body.nish #headerbox .navigation > .inner .pc_btn_list > li[class^=campaign] a.nav_close:hover {
  color: #012dee;
}

#headerbox .pc_btn_list > li[class^=campaign] a.bttn i.icon, #headerbox .pc_btn_list > li[class^=campaign] .navigation > .inner a.nav_close i.icon, #headerbox .navigation > .inner .pc_btn_list > li[class^=campaign] a.nav_close i.icon {
  display: block;
  width: 80px;
  height: 64px;
  position: absolute;
  bottom: 0px;
  left: 2px;
  background: url(/school/img000/header_bttn_campaign.webp) no-repeat center center/cover;
}
body.nish #headerbox .pc_btn_list > li[class^=campaign] a.bttn i.icon, body.nish #headerbox .pc_btn_list > li[class^=campaign] .navigation > .inner a.nav_close i.icon, body.nish #headerbox .navigation > .inner .pc_btn_list > li[class^=campaign] a.nav_close i.icon {
  background-image: url(/school/img000/header_bttn_campaign_nish.png);
}

#headerbox .ticker {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 12px 3%;
  color: #F8A200;
  white-space: nowrap;
  overflow: hidden;
}
#headerbox .ticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  background: url(../img000/dots.png) repeat center/cover;
  pointer-events: none;
}
#headerbox .ticker > * {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  -webkit-animation: scrollSample01 12s linear infinite;
          animation: scrollSample01 12s linear infinite;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  /*
  @include bp-md{
  	animation: none; transform: translateX(0);
  }
  */
}
#headerbox .ticker > *:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollSample01 {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollSample01 {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#headerbox .navigation {
  z-index: 9999;
}
#headerbox .navigation > .inner {
  height: auto;
  padding-bottom: 100px;
}
#headerbox .navigation > .inner > .ttl {
  font-family: "IBM Plex Sans", sans-serif;
  color: #007742;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
}
#headerbox .navigation > .inner .nav_close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal !important;
  line-height: 1;
}
#headerbox .navigation > .inner .nav_close i {
  margin-right: 0.3em;
}
#headerbox .navigation > .inner .nav_close + .itembox {
  margin-top: 12px;
}
#headerbox .navigation > .inner :last-child.nav_close {
  margin: 0px auto;
}

#headerbox .navigation .balloon {
  position: static;
  left: auto;
  top: auto;
}
#headerbox .navigation .balloon:before {
  display: none;
}
#headerbox .navigation .balloon.contentTimetable, #headerbox .navigation .balloon.contentCalendar {
  width: 100%;
  padding: 30px 0px;
  opacity: 1;
  pointer-events: auto;
}
#headerbox .navigation .balloon.contentTimetable .inner, #headerbox .navigation .balloon.contentCalendar .inner {
  width: 100%;
  height: auto;
  position: relative;
}
#headerbox .navigation .balloon.contentTimetable .inner button.nav_close, #headerbox .navigation .balloon.contentCalendar .inner button.nav_close {
  display: none;
}
#headerbox .navigation .balloon.contentTimetable ol, #headerbox .navigation .balloon.contentCalendar ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 4%;
  width: 100%;
  background-color: transparent;
  padding: 0px;
}
#headerbox .navigation .balloon.contentTimetable ol li, #headerbox .navigation .balloon.contentCalendar ol li {
  width: 48%;
  border-bottom: 0px none transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (min-width: 960px) {
  #headerbox .navigation .balloon.contentTimetable ol li, #headerbox .navigation .balloon.contentCalendar ol li {
    width: 33%;
  }
}
#headerbox .navigation .balloon.contentTimetable ol li a, #headerbox .navigation .balloon.contentCalendar ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0px;
  font-size: 18px;
}
@media (min-width: 544px) {
  #headerbox .navigation .balloon.contentTimetable ol li a, #headerbox .navigation .balloon.contentCalendar ol li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 15px;
    font-size: 24px;
  }
}
#headerbox .navigation .balloon.contentTimetable ol li a:before, #headerbox .navigation .balloon.contentCalendar ol li a:before {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0px;
  padding: 6px;
  font-size: 24px;
}
@media (min-width: 544px) {
  #headerbox .navigation .balloon.contentTimetable ol li a:before, #headerbox .navigation .balloon.contentCalendar ol li a:before {
    font-size: 30px;
    margin-right: 10px;
    padding: 18px 10px 18px 6px;
  }
}
#headerbox .navigation .balloon.contentTimetable ol li a span, #headerbox .navigation .balloon.contentCalendar ol li a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 6px 0px;
}
@media (min-width: 544px) {
  #headerbox .navigation .balloon.contentTimetable ol li a span, #headerbox .navigation .balloon.contentCalendar ol li a span {
    padding: 0px;
  }
}
#headerbox .navigation .balloon.contentTimetable ol.calendar, #headerbox .navigation .balloon.contentCalendar ol.calendar {
  margin: 30px 0px;
}
#headerbox .navigation .balloon.contentTimetable ol.calendar li:only-child, #headerbox .navigation .balloon.contentCalendar ol.calendar li:only-child {
  width: 70%;
}
#headerbox .navigation a {
  display: block;
}
#headerbox .navigation .itembox {
  width: 100%;
  background-color: #007742;
  border-radius: 6px;
  margin-bottom: 18px;
}
#headerbox .navigation .itembox.bg_none {
  background-color: transparent;
  border-radius: 0px;
}
#headerbox .navigation .itembox.bg_none p {
  display: block;
  background-color: #fff;
}
@media (min-width: 544px) {
  #headerbox .navigation .itembox.bg_none p {
    display: table;
    margin: 0px auto;
  }
}
#headerbox .navigation .itembox.bg_none p a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#headerbox .navigation .itembox.bg_none p a:before {
  display: none;
}
#headerbox .navigation .itembox.bg_none.kids_school {
  margin-bottom: 30px;
}
#headerbox .navigation .itembox.bg_none.kids_school p {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#headerbox .navigation .itembox.bg_none.goldenkids {
  padding-top: 30px;
  padding-bottom: 30px;
}
#headerbox .navigation .itembox.bg_none.goldenkids p {
  padding-top: 18px;
}
#headerbox .navigation .itembox.bg_none.goldenkids a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#headerbox .navigation .itembox.bg_none.goldenkids a:before {
  display: none;
}
#headerbox .navigation .itembox.bg_none.goldenkids a img {
  width: 50%;
}
@media (min-width: 544px) {
  #headerbox .navigation .itembox.bg_none.goldenkids a img {
    width: 300px;
  }
}
#headerbox .navigation .itembox h3, #headerbox .navigation .itembox > p {
  padding: 18px 4% 9px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
#headerbox .navigation .itembox h3 i, #headerbox .navigation .itembox > p i {
  margin-right: 6px;
}
#headerbox .navigation .itembox h3 span,
#headerbox .navigation .itembox h3 a, #headerbox .navigation .itembox > p span,
#headerbox .navigation .itembox > p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerbox .navigation .itembox h3 span:before,
#headerbox .navigation .itembox h3 a:before, #headerbox .navigation .itembox > p span:before,
#headerbox .navigation .itembox > p a:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
}
#headerbox .navigation .itembox h3 + ul, #headerbox .navigation .itembox > p + ul {
  padding-top: 0px;
}
#headerbox .navigation .itembox > p {
  background-color: #007742;
  border-radius: 6px;
  padding-top: 9px;
}
@media screen and (max-width: 544px) {
  #headerbox .navigation .itembox.join ul.block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .navigation .itembox.join ul.block li {
    width: 92%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .navigation .itembox.join ul.block li:nth-child(2n) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0px none transparent;
    border-right: 0px none transparent;
  }
}
#headerbox .navigation .itembox.join li a {
  font-size: 21px;
}
@media screen and (max-width: 544px) {
  #headerbox .navigation .itembox.join li a {
    font-size: 18px;
  }
}
#headerbox .navigation .itembox.join li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 6px auto 0px;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #headerbox .navigation .itembox.join li a:before {
    height: 60px;
  }
}
#headerbox .navigation .itembox.join li.application a:before {
  background-image: url(/school/img000/icon_reckun_application.svg);
}
#headerbox .navigation .itembox.join li.trial a:before {
  background-image: url(/school/img000/icon_reckun_trial.svg);
}
#headerbox .navigation .itembox.join li.member a:before {
  background-image: url(/school/img000/icon_reckun_member.svg);
}
#headerbox .navigation .itembox.trial {
  display: none;
}
#headerbox .navigation .itembox.trial h3 span:before {
  background-image: url(/school/img000/icon_trial_w.svg);
}
#headerbox .navigation .itembox.about h3 span:before {
  background-image: url(/school/img000/icon_about_w.svg);
}
#headerbox .navigation .itembox.lesson h3 span:before {
  background-image: url(/school/img000/icon_lesson_w.svg);
}
#headerbox .navigation .itembox.member {
  display: none;
}
#headerbox .navigation .itembox.member h3 span:before {
  background-image: url(/school/img000/icon_member_w.svg);
}
#headerbox .navigation .itembox.recruit {
  display: none;
}
#headerbox .navigation .itembox.recruit p a:before {
  background-image: url(/school/img000/icon_recruit_w.svg);
}
#headerbox .navigation ul {
  padding: 12px 4% 18px;
}
#headerbox .navigation ul.line li {
  margin-bottom: 8px;
}
#headerbox .navigation ul.line li:last-child {
  margin-bottom: 0px;
}
#headerbox .navigation ul.line li a {
  background-color: #fff;
  border-radius: 2px;
  padding: 15px 12px;
  color: #007742;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
#headerbox .navigation ul.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
#headerbox .navigation ul.block li {
  width: 33.3333333333%;
  text-align: center;
}
#headerbox .navigation ul.block li:nth-child(2n) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#headerbox .navigation ul.block li a {
  padding: 6px 0px;
  color: #fff;
}
#headerbox .navigation ul.block li i {
  display: block;
  margin-bottom: 6px;
  font-size: 3.6rem;
}

#headerbox .pc_btn_list > li[class^=campaign] a.bttn i.icon {
  background-image: url(/school/nishitokyo/img000/header_bttn_campaign.webp);
}

#footerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
  コーポレートサイトと同様のスクールリスト含む
  （.ver_2）
  --------------------------------------------------*/
  /*------------------------------------------------*/
}
#footerbox .logomark {
  margin-bottom: 30px;
}
#footerbox .logomark a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
}
@media (min-width: 960px) {
  #footerbox .logomark a {
    margin-left: 0px;
  }
}
@media (min-width: 960px) {
  #footerbox .logomark a {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footerbox .logomark a:hover {
    opacity: 0.7;
  }
}
#footerbox .logomark a img {
  width: auto;
}
#footerbox .logomark a img[src$="logo_mark.svg"] {
  height: 60px;
}
@media (min-width: 544px) {
  #footerbox .logomark a img[src$="logo_mark.svg"] {
    margin-right: 3px;
  }
}
#footerbox .logomark a img[src$="logo_text.svg"] {
  height: 30px;
}
#footerbox .logomark a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  margin-left: 6px;
}
@media (min-width: 544px) {
  #footerbox .logomark a > span {
    margin-left: 10px;
  }
}
#footerbox .logomark a > span img {
  width: auto;
}
#footerbox .logomark a > span img[src$="name_s.svg"] {
  height: 9px;
}
@media (min-width: 400px) {
  #footerbox .logomark a > span img[src$="name_s.svg"] {
    height: 11px;
  }
}
#footerbox .logomark a > span img[src$="name.svg"] {
  height: 18px;
}
#footerbox .logomark a img[src$="logo_text.svg"] {
  -webkit-filter: grayscale(100%) brightness(10);
          filter: grayscale(100%) brightness(10);
}
#footerbox .logomark a > span img {
  width: auto;
  -webkit-filter: grayscale(100%) brightness(10);
          filter: grayscale(100%) brightness(10);
}
#footerbox .bg_green {
  width: 100%;
  background-color: #007742;
  padding: 3em 5% 2em;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #footerbox .bg_green {
    text-align: left;
  }
}
@media (min-width: 960px) {
  #footerbox .bg_green {
    width: 75%;
  }
}
#footerbox .bg_green > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  #footerbox .bg_green > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (min-width: 960px) {
  #footerbox .bg_green > div > address .map:hover {
    text-decoration: underline;
  }
}
#footerbox .bg_green > div > address i {
  margin-left: 1em;
}
@media (min-width: 768px) {
  #footerbox .bg_green > div > address {
    width: calc(45% - 0.5em);
  }
}
@media (min-width: 768px) {
  #footerbox .bg_green > div > div {
    width: calc(55% - 0.5em);
  }
}
#footerbox .bg_green > div > div > p {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
}
#footerbox .bg_green > div > div li {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
@media (min-width: 960px) {
  #footerbox .bg_green > div > div li:hover {
    text-decoration: underline;
  }
}
#footerbox .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 2em;
  background: #839298;
  color: #fff;
  font-size: 1.5em;
  width: 100%;
  padding: 2em 0;
}
@media (min-width: 960px) {
  #footerbox .sns_list {
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footerbox .sns_list li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
#footerbox .sns_list li:hover, #footerbox .sns_list li:focus {
  background-color: rgba(222, 226, 228, 0.3);
}
#footerbox .end_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  width: 100%;
  background: #4D585D;
  padding: 2em 5%;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  #footerbox .end_bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footerbox .end_bar:after {
  content: "Copyright c REC Kohatsu. All rights reserved.";
  display: inline-block;
  color: #fff;
}
#footerbox .end_bar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 960px) {
  #footerbox .end_bar > ul li:hover {
    text-decoration: underline;
  }
}
#footerbox .end_bar > ul li:last-of-type::before {
  content: "|";
  margin: 0 0.5em;
}
#footerbox .end_bar > ul li a {
  position: relative;
  z-index: 999;
}
#footerbox.ver_2 {
  /*------------------------------------------------*/
  background-color: #f4f0eb;
  /*------------------------------------------------*/
}
#top_pagebox #footerbox.ver_2 {
  background-color: #fff;
}

#footerbox.ver_2 > .inner {
  width: 100%;
}
#footerbox.ver_2 .upper {
  padding: 45px 5%;
}
#footerbox.ver_2 .upper .office_list {
  display: block;
}
#footerbox.ver_2 .upper .school > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0px;
}
#footerbox.ver_2 .upper .school > .inner h3 {
  width: 100%;
  font-size: 133.3%;
  margin-bottom: 1em;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  #footerbox.ver_2 .upper .school > .inner h3 {
    text-align: center;
  }
}
#footerbox.ver_2 .upper .school > .inner dl {
  width: 30%;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #footerbox.ver_2 .upper .school > .inner dl {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox.ver_2 .upper .school > .inner dl {
    width: 100%;
  }
}
#footerbox.ver_2 .upper .school > .inner dl dt {
  margin-bottom: 10px;
  font-size: 91.6%;
}
#footerbox.ver_2 .upper .school > .inner dl dd {
  margin-bottom: 0px;
}
#footerbox.ver_2 .upper .school > .inner dl dd li {
  border-top: 1px solid #2E373B;
  margin: 0px;
  padding: 0.75em 0px;
  line-height: 1.25em;
}
#footerbox.ver_2 .upper .school > .inner dl dd li:last-child {
  border-bottom: 1px solid #2E373B;
}
#footerbox.ver_2 .upper .school > .inner dl dd li a {
  text-decoration: none;
  letter-spacing: -0.05em;
}
#footerbox.ver_2 .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0px;
  background-color: #007742;
  color: #fff;
}
@media (min-width: 960px) {
  #footerbox.ver_2 .lower {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0px;
  }
}
#footerbox.ver_2 .lower:before {
  content: "";
  display: block;
  width: 100%;
  height: calc((100vw - 100px) * 0.2521 + 3px);
  background: url(/school/img000/footer/WeLoveTennisW.webp) no-repeat center bottom/cover #fff;
}
#footerbox.ver_2 .lower .logomark {
  margin: 0px;
}
@media (min-width: 960px) {
  #footerbox.ver_2 .lower .logomark {
    margin-left: 5%;
  }
}
#footerbox.ver_2 .lower address {
  margin: 0px;
  text-align: center;
}
@media (min-width: 960px) {
  #footerbox.ver_2 .lower address {
    max-width: 30%;
    text-align: left;
  }
}
#footerbox.ver_2 .lower .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
  padding: 15px 0px;
}
@media (min-width: 960px) {
  #footerbox.ver_2 .lower .sns_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 100px) / 3);
  }
}

body.tana #footerbox.ver_2 .lower:before {
  display: none;
}

#top_pagebox #maincontentbox {
  display: block;
  padding-top: 0px;
}
#top_pagebox #contentbox {
  width: 100%;
  position: static;
  background: #DEE2E4;
  margin-bottom: 0px;
  padding: 40px 0px;
}
#top_pagebox #contentbox:before {
  background-image: none;
}
#top_pagebox #contentbox > article {
  width: 94%;
  height: auto;
  background-color: transparent;
  margin: 0px auto;
  padding: 0px;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  #top_pagebox #contentbox .container {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.6em 2.2em;
    -ms-grid-columns: calc(50% - 1.1em) 2.2em calc(50% - 1.1em);
    grid-template-columns: calc(50% - 1.1em) calc(50% - 1.1em);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#top_pagebox section {
  width: 100%;
}
#top_pagebox section + section {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #top_pagebox section + section {
    margin-bottom: 0;
  }
}
#top_pagebox section > ul > li {
  border-radius: 10px;
}
#top_pagebox section > ul > li.slide a {
  display: block;
  position: relative;
}
#top_pagebox section > ul > li.slide p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  margin: 0px;
  padding: 30px 15px;
  color: #fff;
}
#top_pagebox section > ul > li.slide p span {
  display: block;
  font-weight: 700;
  text-shadow: 3px 3px 5px #4D585D;
  line-height: 1;
}
#top_pagebox section > ul > li.slide p span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  letter-spacing: -0.05em;
}
@media (min-width: 960px) {
  #top_pagebox section > ul > li.slide p span.ja {
    font-size: 36px;
  }
}
#top_pagebox section > ul > li.slide p span.en {
  margin-bottom: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
}
@media (min-width: 960px) {
  #top_pagebox section > ul > li.slide p span.en {
    font-size: 48px;
  }
}
#top_pagebox section > ul > li.slide.trial p {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#top_pagebox section > ul > li.slide.facility p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top_pagebox section.news .post_list.scroll, #top_pagebox section.blog .post_list.scroll {
  height: 320px;
}
@media (min-width: 768px) {
  #top_pagebox section.mv {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #top_pagebox section.intro01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top_pagebox section.recruit {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #top_pagebox section.intro02 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #top_pagebox section.news {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #top_pagebox section.news .post_list.scroll {
    height: 520px;
  }
  #top_pagebox section.blog {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #top_pagebox section.blog .post_list.scroll {
    height: 520px;
  }
}
#top_pagebox .mv {
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
}
@media (min-width: 544px) {
  #top_pagebox .mv {
    margin-bottom: 0px;
  }
}
#top_pagebox .mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  border-radius: 10px;
}
#top_pagebox .mv a {
  display: block;
}
#top_pagebox .mv .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  margin-bottom: 0px;
  line-height: 1;
}
#top_pagebox .mv .info img {

}
#top_pagebox .mv .base img {
  position: relative;
  z-index: -1;
  opacity: 0;
}
#top_pagebox .mv .js-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#top_pagebox .mv .js-slick .slick-list,
#top_pagebox .mv .js-slick .item {
  height: 100%;
}
#top_pagebox .mv .js-slick .slick-slide div {
  height: 100%;
}
#top_pagebox .mv .js-slick .slick-slide div.item {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
#top_pagebox .mv .js-slick .slick-slide div.item img {
  opacity: 0;
}
#top_pagebox .mv h2 {
  position: absolute;
  right: 0.4em;
  bottom: 0.7em;
  z-index: 2;
  color: #f2f2f2;
  font-size: calc(2.8rem + (1vw - 0.36rem) * 3);
  font-family: "IBM Plex Sans", sans-serif;
}
@media (min-width: 960px) {
  #top_pagebox .mv h2 {
    font-size: 4.6rem;
  }
}
@-webkit-keyframes ttl-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ttl-anime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#top_pagebox .mv h2 .mv_ttl {
  display: block;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(1) {
  -webkit-animation: ttl-anime 1s 0.1s forwards;
          animation: ttl-anime 1s 0.1s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(2) {
  -webkit-animation: ttl-anime 1s 0.2s forwards;
          animation: ttl-anime 1s 0.2s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(3) {
  -webkit-animation: ttl-anime 1s 0.3s forwards;
          animation: ttl-anime 1s 0.3s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(4) {
  -webkit-animation: ttl-anime 1s 0.4s forwards;
          animation: ttl-anime 1s 0.4s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(5) {
  -webkit-animation: ttl-anime 1s 0.5s forwards;
          animation: ttl-anime 1s 0.5s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(6) {
  -webkit-animation: ttl-anime 1s 0.6s forwards;
          animation: ttl-anime 1s 0.6s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(7) {
  -webkit-animation: ttl-anime 1s 0.7s forwards;
          animation: ttl-anime 1s 0.7s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(8) {
  -webkit-animation: ttl-anime 1s 0.8s forwards;
          animation: ttl-anime 1s 0.8s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(9) {
  -webkit-animation: ttl-anime 1s 0.9s forwards;
          animation: ttl-anime 1s 0.9s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(10) {
  -webkit-animation: ttl-anime 1s 1s forwards;
          animation: ttl-anime 1s 1s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(11) {
  -webkit-animation: ttl-anime 1s 1.1s forwards;
          animation: ttl-anime 1s 1.1s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(12) {
  -webkit-animation: ttl-anime 1s 1.2s forwards;
          animation: ttl-anime 1s 1.2s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(13) {
  -webkit-animation: ttl-anime 1s 1.3s forwards;
          animation: ttl-anime 1s 1.3s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(14) {
  -webkit-animation: ttl-anime 1s 1.4s forwards;
          animation: ttl-anime 1s 1.4s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(15) {
  -webkit-animation: ttl-anime 1s 1.5s forwards;
          animation: ttl-anime 1s 1.5s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(16) {
  -webkit-animation: ttl-anime 1s 1.6s forwards;
          animation: ttl-anime 1s 1.6s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(17) {
  -webkit-animation: ttl-anime 1s 1.7s forwards;
          animation: ttl-anime 1s 1.7s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(18) {
  -webkit-animation: ttl-anime 1s 1.8s forwards;
          animation: ttl-anime 1s 1.8s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(19) {
  -webkit-animation: ttl-anime 1s 1.9s forwards;
          animation: ttl-anime 1s 1.9s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(20) {
  -webkit-animation: ttl-anime 1s 2s forwards;
          animation: ttl-anime 1s 2s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(21) {
  -webkit-animation: ttl-anime 1s 2.1s forwards;
          animation: ttl-anime 1s 2.1s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(22) {
  -webkit-animation: ttl-anime 1s 2.2s forwards;
          animation: ttl-anime 1s 2.2s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(23) {
  -webkit-animation: ttl-anime 1s 2.3s forwards;
          animation: ttl-anime 1s 2.3s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(24) {
  -webkit-animation: ttl-anime 1s 2.4s forwards;
          animation: ttl-anime 1s 2.4s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(25) {
  -webkit-animation: ttl-anime 1s 2.5s forwards;
          animation: ttl-anime 1s 2.5s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(26) {
  -webkit-animation: ttl-anime 1s 2.6s forwards;
          animation: ttl-anime 1s 2.6s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(27) {
  -webkit-animation: ttl-anime 1s 2.7s forwards;
          animation: ttl-anime 1s 2.7s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(28) {
  -webkit-animation: ttl-anime 1s 2.8s forwards;
          animation: ttl-anime 1s 2.8s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(29) {
  -webkit-animation: ttl-anime 1s 2.9s forwards;
          animation: ttl-anime 1s 2.9s forwards;
}
#top_pagebox .mv h2 .mv_ttl > :nth-child(30) {
  -webkit-animation: ttl-anime 1s 3s forwards;
          animation: ttl-anime 1s 3s forwards;
}
#top_pagebox .mv h2 .mv_ttl span {
  opacity: 0;
  display: inline-block;
}
#top_pagebox .mv h2 > span:not(.mv_ttl) {
  font-size: 1.3rem;
  display: block;
  text-align: right;
}
#top_pagebox .intro01 > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 7px) 14px calc(50% - 7px);
  grid-template-columns: calc(50% - 7px) calc(50% - 7px);
  -ms-grid-rows: calc(50% - 7px) 14px calc(50% - 7px);
  grid-template-rows: calc(50% - 7px) calc(50% - 7px);
  grid-row-gap: 14px;
  grid-column-gap: 14px;
}
#top_pagebox .intro01 > ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#top_pagebox .intro01 > ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#top_pagebox .intro01 > ul > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#top_pagebox .intro01 > ul > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
#top_pagebox .intro01 > ul > li {
  font-size: calc(1.1rem + (1vw - 0.36rem) * 0.8333);
}
@media (min-width: 960px) {
  #top_pagebox .intro01 > ul > li {
    font-size: 1.6rem;
  }
}
#top_pagebox .intro01 > ul > li h3 {
  z-index: 1;
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  font-family: "Noto Sans JP", sans-serif;
}
#top_pagebox .intro01 > ul > li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
#top_pagebox .intro01 > ul > li:nth-of-type(1) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_pagebox .intro01 > ul > li:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  position: relative;
}
#top_pagebox .intro01 > ul > li:nth-of-type(2) img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
#top_pagebox .intro01 > ul > li:nth-of-type(2) h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1em;
}
@media (min-width: 960px) {
  #top_pagebox .intro01 > ul > li:nth-of-type(2):hover {
    opacity: 0.7;
  }
  #top_pagebox .intro01 > ul > li:nth-of-type(2):hover span:first-of-type {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #top_pagebox .intro01 > ul > li:nth-of-type(2):hover span:last-of-type {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
#top_pagebox .intro01 > ul > li:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#top_pagebox .intro01 > ul > li:nth-of-type(3).kids {
  background-color: #8EE04A;
}
#top_pagebox .intro01 > ul > li:nth-of-type(3).kids > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_pagebox .intro01 > ul > li:nth-of-type(3) img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
#top_pagebox .intro02 {
  position: relative;
}
#top_pagebox .intro02 > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 7px) 14px calc(50% - 7px);
  grid-template-columns: calc(50% - 7px) calc(50% - 7px);
  -ms-grid-rows: calc(50% - 7px) 14px calc(50% - 7px);
  grid-template-rows: calc(50% - 7px) calc(50% - 7px);
  grid-row-gap: 14px;
  grid-column-gap: 14px;
}
#top_pagebox .intro02 > ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#top_pagebox .intro02 > ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#top_pagebox .intro02 > ul > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#top_pagebox .intro02 > ul > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (min-width: 768px) {
  #top_pagebox .intro02 > ul {
    position: absolute;
    width: 100%;
    top: -112%;
  }
}
#top_pagebox .intro02 > ul > li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  position: relative;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1)::after {
  content: url(../img/great_illust.png);
  position: absolute;
  bottom: -0.8em;
  right: 0;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1) img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1) h3 {
  font-size: calc(1.1rem + (1vw - 0.36rem) * 0.8333);
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1) h3 span {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1) h3 span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media (min-width: 960px) {
  #top_pagebox .intro02 > ul > li:nth-of-type(1) h3 {
    font-size: 1.6rem;
  }
}
#top_pagebox .intro02 > ul > li:nth-of-type(1):hover {
  opacity: 0.7;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1):hover::after {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-animation: balloonAnime 3s ease-out 0s infinite normal both;
          animation: balloonAnime 3s ease-out 0s infinite normal both;
}
#top_pagebox .intro02 > ul > li:nth-of-type(1):hover span:first-of-type {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
#top_pagebox .intro02 > ul > li:nth-of-type(1):hover span:last-of-type {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#top_pagebox .intro02 > ul > li:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  position: relative;
}
#top_pagebox .intro02 > ul > li:nth-of-type(2) img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
#top_pagebox .intro02 > ul > li:nth-of-type(2) h3 {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  padding-right: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 960px) {
  #top_pagebox .intro02 > ul > li:nth-of-type(2):hover {
    opacity: 0.7;
  }
  #top_pagebox .intro02 > ul > li:nth-of-type(2):hover span:first-of-type {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #top_pagebox .intro02 > ul > li:nth-of-type(2):hover span:last-of-type {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
#top_pagebox .intro02 > ul > li:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#top_pagebox .intro02 > ul > li:nth-of-type(3) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
#top_pagebox .recruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
#top_pagebox .recruit ul > li {
  width: calc(50% - 0.5em);
  position: relative;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
  text-align: center;
}
#top_pagebox .recruit ul > li:only-child {
  width: 100%;
}
#top_pagebox .recruit ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  #top_pagebox .recruit ul > li a:hover {
    opacity: 0.7;
  }
  #top_pagebox .recruit ul > li a:hover h3::after {
    -webkit-animation: balloonAnime 3s ease-out 0s infinite normal both;
            animation: balloonAnime 3s ease-out 0s infinite normal both;
  }
  #top_pagebox .recruit ul > li a:hover span:first-of-type {
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  #top_pagebox .recruit ul > li a:hover span:last-of-type {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
#top_pagebox .recruit ul > li h3 {
  font-size: calc(1.1rem + (1vw - 0.36rem) * 0.8333);
  text-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 960px) {
  #top_pagebox .recruit ul > li h3 {
    font-size: 1.6rem;
  }
}
#top_pagebox .recruit ul > li img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_pagebox .recruit ul > li:first-of-type h3 {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_pagebox .recruit ul > li:first-of-type h3::after {
  content: url(../img/nice_illust.png);
  position: absolute;
  top: -3.6em;
  left: -1.7em;
}
@media (min-width: 768px) {
  #top_pagebox .recruit ul > li:first-of-type h3::after {
    top: -3em;
  }
}
#top_pagebox .recruit ul > li:last-of-type h3 {
  top: 55%;
  right: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top_pagebox .recruit ul > li:last-of-type h3::after {
  content: url(../img/hello_illust.png);
  position: absolute;
  top: -3.6em;
  left: 30%;
}
@media (min-width: 768px) {
  #top_pagebox .recruit ul > li:last-of-type h3::after {
    top: -3em;
  }
}
#top_pagebox .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#top_pagebox .slick-dotted.slick-slider .slick-dots {
  bottom: 1em;
}
#top_pagebox .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #007742;
}
#top_pagebox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#top_pagebox .slick-list {
  border-radius: 12px;
}
#top_pagebox .slick-slide {
  height: 100% !important;
}
/*# sourceMappingURL=top.css.map */