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

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

@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: #fb1a84;
}
@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: #fb1a84;
    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;
  }
}
#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;
}
#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: #fb1a84;
}
#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;
}
#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;
}

#footerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#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: 414px) {
  #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 © 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;
}

/*
--------------------------------------------------*/
#trial_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*
  --------------------------------------------------*/
  /*
  --------------------------------------------------*/
  /*
  --------------------------------------------------*/
  /*
  --------------------------------------------------*/
  /*
  --------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#trial_pagebox #contentbox .secttl {
  display: none;
}
#trial_pagebox #contentbox p.catchcopy {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 2em;
  text-align: center;
}
#trial_pagebox #contentbox .balloon,
#trial_pagebox #contentbox .message {
  margin: 0px auto;
}
#trial_pagebox #contentbox .balloon:after,
#trial_pagebox #contentbox .message:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#trial_pagebox #contentbox .balloon.gray,
#trial_pagebox #contentbox .message.gray {
  background-color: #f2f2f2;
  padding: 50px 80px;
}
@media screen and (max-width: 544px) {
  #trial_pagebox #contentbox .balloon.gray,
#trial_pagebox #contentbox .message.gray {
    padding: 30px 15px;
  }
}
#trial_pagebox #contentbox .balloon .photo,
#trial_pagebox #contentbox .message .photo {
  float: left;
  width: 150px;
  height: auto;
  margin: 0px 30px 0px 0px;
}
@media screen and (max-width: 768px) {
  #trial_pagebox #contentbox .balloon .photo,
#trial_pagebox #contentbox .message .photo {
    float: none;
    margin: 0px auto 0.5em;
  }
}
#trial_pagebox #contentbox .balloon ul,
#trial_pagebox #contentbox .message ul {
  float: right;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  #trial_pagebox #contentbox .balloon ul,
#trial_pagebox #contentbox .message ul {
    float: none;
    width: 100%;
  }
}
#trial_pagebox #contentbox .balloon h4, #trial_pagebox #contentbox .balloon h5, #trial_pagebox #contentbox .balloon h6,
#trial_pagebox #contentbox .message h4,
#trial_pagebox #contentbox .message h5,
#trial_pagebox #contentbox .message h6 {
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  font-size: 116.6%;
  color: #000;
}
@media screen and (max-width: 544px) {
  #trial_pagebox #contentbox .balloon h4, #trial_pagebox #contentbox .balloon h5, #trial_pagebox #contentbox .balloon h6,
#trial_pagebox #contentbox .message h4,
#trial_pagebox #contentbox .message h5,
#trial_pagebox #contentbox .message h6 {
    text-align: center;
  }
}
#trial_pagebox #contentbox .balloon p,
#trial_pagebox #contentbox .message p {
  text-align: left;
}
#trial_pagebox #contentbox .balloon p:last-child,
#trial_pagebox #contentbox .message p:last-child {
  margin-bottom: 0px;
}
#trial_pagebox #contentbox .balloon > p:only-child:before,
#trial_pagebox #contentbox .message > p:only-child:before {
  content: "";
  display: block;
  float: left;
  width: 150px;
  height: 127.5px;
  background: url(../../../img000/c_t_shirts.png) no-repeat left top;
  background-size: contain;
  margin: 0px 30px 1em 0px;
}
#trial_pagebox #content_kanban {
  /*------------------------------------------------*/
  min-height: 480px;
  position: relative;
  background: url(../../img000/trial_kanban_sp.webp) no-repeat center top/cover;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 544px) {
  #trial_pagebox #content_kanban {
    min-height: 540px;
    background-image: url(../../img000/trial_kanban.webp);
    background-position: center top -60px;
  }
}
@media (min-width: 1200px) {
  #trial_pagebox #content_kanban {
    max-width: 1200px;
    min-height: 690px;
  }
}
@media (min-width: 1600px) {
  #trial_pagebox #content_kanban {
    min-height: 810px;
    background-position: center top -75px;
  }
}
#trial_pagebox #content_kanban p.catchcopy {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #fff;
  margin: 0px;
  padding-top: 30px;
  font-size: 2.7rem;
  line-height: 1.25em;
}
@media (min-width: 544px) {
  #trial_pagebox #content_kanban p.catchcopy {
    padding-top: 60px;
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) {
  #trial_pagebox #content_kanban p.catchcopy {
    padding-top: 90px;
    font-size: 3.9rem;
  }
}
#trial_pagebox #content_introduction {
  /*------------------------------------------------*/
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #trial_pagebox #content_introduction > .guide {
    margin-bottom: 1em;
  }
}
#trial_pagebox #content_introduction > .guide 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: 30px;
}
#trial_pagebox #content_introduction > .guide ol li {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
  margin: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  #trial_pagebox #content_introduction > .guide ol li {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1200px) {
  #trial_pagebox #content_introduction > .guide ol li {
    width: calc((100% - 30px) / 3);
  }
}
#trial_pagebox #content_introduction > .guide ol li:last-child {
  display: none;
}
#trial_pagebox #content_introduction > .guide ol li a {
  text-decoration: none;
}
#trial_pagebox #content_introduction > .guide ol li > a {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 10px 0px 0px;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 544px) {
  #trial_pagebox #content_introduction > .guide ol li > a {
    height: 240px;
  }
}
@media (min-width: 768px) {
  #trial_pagebox #content_introduction > .guide ol li > a {
    height: 270px;
  }
}
@media (min-width: 960px) {
  #trial_pagebox #content_introduction > .guide ol li > a {
    height: 300px;
  }
}
#trial_pagebox #content_introduction > .guide ol li > a img {
  border-bottom: 2px solid #007742;
}
#trial_pagebox #content_introduction > .guide ol li dl {
  margin-bottom: 0px;
}
#trial_pagebox #content_introduction > .guide ol li dt {
  margin-bottom: 0px;
  padding: 1.25em 0px 0.75em;
}
@media screen and (max-width: 544px) {
  #trial_pagebox #content_introduction > .guide ol li dt {
    padding: 1em 0px 0.5em;
  }
}
#trial_pagebox #content_introduction > .guide ol li dt a {
  font-size: 2.4rem;
  color: #000;
}
#trial_pagebox #content_introduction > .guide ol li dd.caption {
  margin-bottom: 0px;
  padding: 0px 10px 75px;
  font-size: 91.6%;
  line-height: 1.6em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 544px) {
  #trial_pagebox #content_introduction > .guide ol li dd.caption {
    margin-bottom: 1em;
  }
}
#trial_pagebox #content_introduction > .guide ol li dd.bttn {
  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: 60px;
  position: absolute;
  bottom: 0px;
  background-color: #007742;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 0px;
}
#trial_pagebox #content_introduction > .guide ol li dd.bttn a {
  font-size: 106.6%;
  color: #fff;
  font-weight: bold;
}
#trial_pagebox #content_introduction .message {
  display: none;
}
#trial_pagebox #content_health {
  /*------------------------------------------------*/
  background: url(../../../lets/img/health_bg.png) no-repeat left 200px;
}
#trial_pagebox #content_health .secttl:before {
  background-image: url(../../../img000/c_navi_lets_health.png);
}
#trial_pagebox #content_health .inner {
  text-align: center;
}
#trial_pagebox #content_health .inner p.catchcopy {
  display: inline-block;
  margin: 0px auto;
  padding-top: 0px;
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .inner p.catchcopy {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  #trial_pagebox #content_health .inner p.catchcopy {
    padding-top: 1em;
    font-size: 3.6rem;
  }
}
#trial_pagebox #content_health .inner p.catchcopy i {
  display: block;
  font-size: 62.5%;
  font-style: normal;
  font-weight: normal;
  text-align: right;
}
#trial_pagebox #content_health .inner p.catchcopy + p {
  position: relative;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  text-align: left;
}
#trial_pagebox #content_health .inner p.catchcopy + p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .inner p.catchcopy + p {
    padding-top: 3em;
  }
}
#trial_pagebox #content_health .inner p.catchcopy + p img {
  float: left;
  width: 120px;
  position: relative;
  margin: -1em 30px 0px 0px;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .inner p.catchcopy + p img {
    margin-top: -3em;
  }
}
#trial_pagebox #content_health .effect {
  background: url(../../../lets/img/health_effect_bg.png) no-repeat 25% top/200%;
  padding: 300px 0px 0px;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .effect {
    background-size: 100%;
    background-position: center top;
    padding-top: 500px;
  }
}
#trial_pagebox #content_health .effect a {
  display: inline-block;
}
#trial_pagebox #content_health .effect a img[src$="c_logo_jtia.png"] {
  margin-bottom: 15px;
}
#trial_pagebox #content_health .effect blockquote {
  background-color: rgba(255, 255, 255, 0.8);
}
#trial_pagebox #content_health .effect blockquote .inner {
  text-align: left;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .effect blockquote .inner {
    width: 94%;
    margin: -100px auto 0px;
  }
}
@media (min-width: 1200px) {
  #trial_pagebox #content_health .effect blockquote .inner {
    margin-top: -50px;
  }
}
#trial_pagebox #content_health .effect blockquote .inner > a[href$=pdf] {
  display: block;
  float: none;
  width: 180px;
  margin: 0px auto;
}
#trial_pagebox #content_health .effect blockquote .inner > a[href$=pdf] img {
  margin-top: -50px;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .effect blockquote .inner > a[href$=pdf] {
    float: right;
    width: 240px;
    position: relative;
    margin: -50px 0px 0px 30px;
  }
}
@media (min-width: 960px) {
  #trial_pagebox #content_health .effect blockquote .inner > a[href$=pdf] {
    width: 320px;
    margin-top: -200px;
  }
}
#trial_pagebox #content_health .effect blockquote .inner > p {
  text-align: center;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .effect blockquote .inner > p {
    text-align: left;
  }
}
#trial_pagebox #content_health .effect blockquote h3 {
  margin: 0px 0px 0.5em;
  padding-top: 0.5em;
  font-size: 2.4rem;
  color: #000;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .effect blockquote h3 {
    margin-bottom: 1em;
    padding-top: 2em;
    font-size: 3.3rem;
    letter-spacing: -0.05em;
    text-align: left;
  }
}
#trial_pagebox #content_health .effect blockquote h3 + p {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  #trial_pagebox #content_health .effect blockquote h3 + p {
    margin-bottom: 30px;
  }
}
#trial_pagebox #content_health .effect blockquote ul {
  display: block;
  margin-bottom: 45px;
  padding-top: 45px;
}
@media (min-width: 768px) {
  #trial_pagebox #content_health .effect blockquote ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#trial_pagebox #content_health .effect blockquote ul > li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #trial_pagebox #content_health .effect blockquote ul > li {
    width: 30%;
  }
}
#trial_pagebox #content_health .effect blockquote ul > li.item.body a {
  background-color: #f2f2f2;
  *background-color: #2f8ed1;
}
#trial_pagebox #content_health .effect blockquote ul > li.item.brain a {
  background-color: #f2f2f2;
  *background-color: #e13e27;
}
#trial_pagebox #content_health .effect blockquote ul > li.item.life a {
  background-color: #f2f2f2;
  *background-color: #35a65d;
}
#trial_pagebox #content_health .effect blockquote ul > li > img {
  margin-bottom: 1em;
}
#trial_pagebox #content_health .effect blockquote ul > li ol {
  text-align: left;
}
#trial_pagebox #content_health .effect blockquote ul > li ol li {
  margin-bottom: 0px;
  padding-bottom: 1.5em;
}
#trial_pagebox #content_health .effect blockquote ul > li ol h4 {
  margin-bottom: 0.75em;
}
#trial_pagebox #content_health .effect blockquote ul > li ol p {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0.5em;
}
#trial_pagebox #content_health .effect blockquote ul > li ol p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#trial_pagebox #content_health .effect blockquote ul > li ol p img {
  float: left;
  margin: 0px 15px 0px 0px;
}
#trial_pagebox #content_health .effect blockquote ul > li ol a {
  display: block;
  padding: 0.2em 0.5em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: -0.05em;
}
#trial_pagebox #content_health .balloon {
  display: none;
}
#trial_pagebox #content_welcome {
  /*------------------------------------------------*/
}
#trial_pagebox #content_welcome .secttl:before {
  background-image: url(../../../img000/c_navi_rec_welcome.png);
}
#trial_pagebox #content_welcome .outer.introduction {
  background: url(../../../rec/img/welcome_intro_bg.png) no-repeat center top;
}
#trial_pagebox #content_welcome .outer.introduction ul {
  width: 90%;
  min-height: 800px;
  margin: 0px auto 0px auto;
  padding-top: 20px;
}
#trial_pagebox #content_welcome .outer.introduction ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
@media (min-width: 544px) {
  #trial_pagebox #content_welcome .outer.introduction ul {
    min-height: 700px;
  }
}
@media (min-width: 768px) {
  #trial_pagebox #content_welcome .outer.introduction ul {
    width: calc(100% - 50px);
    width: calc(100% - 50px);
    min-height: initial;
    margin-right: 20px;
  }
}
@media (min-width: 960px) {
  #trial_pagebox #content_welcome .outer.introduction ul {
    padding-top: 100px;
  }
}
#trial_pagebox #content_welcome .outer.introduction ul:before {
  content: "";
  display: block;
  float: none;
  width: 168px;
  height: 274px;
  position: relative;
  z-index: 3;
  background: url(../../../rec/img/welcome_intro_beginner.png) no-repeat center top;
  background-size: contain;
  margin: 0px auto;
}
@media (min-width: 768px) {
  #trial_pagebox #content_welcome .outer.introduction ul:before {
    float: left;
    width: 336px;
    height: 554px;
    margin: -60px 80px 0px 0px;
  }
}
#trial_pagebox #content_welcome .outer.introduction ul li {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 0px;
  border-radius: 50px;
  margin-bottom: 1em;
  padding: 1em 0.5em;
  font-size: 1.8rem;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  text-align: center;
}
@media (min-width: 544px) {
  #trial_pagebox #content_welcome .outer.introduction ul li {
    width: 450px;
    margin-left: calc(100% - 450px);
    padding: 0.5em 1em;
    line-height: 1.6em;
  }
}
@media (min-width: 960px) {
  #trial_pagebox #content_welcome .outer.introduction ul li {
    width: 600px;
    margin-left: calc(100% - 600px);
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  #trial_pagebox #content_welcome .outer.introduction ul li {
    width: 800px;
    margin-left: calc(100% - 800px);
  }
}
#trial_pagebox #content_welcome .outer.introduction ul li span {
  display: block;
}
#trial_pagebox #content_welcome .outer.introduction ul li small {
  display: block;
}
#trial_pagebox #content_welcome .outer.introduction dl {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
  padding: 30px 20px 0px;
}
#trial_pagebox #content_welcome .outer.introduction dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
@media (min-width: 544px) {
  #trial_pagebox #content_welcome .outer.introduction dl {
    margin-top: -60px;
    padding: 100px 80px 0px;
  }
}
@media (min-width: 960px) {
  #trial_pagebox #content_welcome .outer.introduction dl {
    padding: 100px 40px 0px;
  }
}
#trial_pagebox #content_welcome .outer.introduction dl dt {
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.4rem;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  #trial_pagebox #content_welcome .outer.introduction dl dt {
    text-align: left;
  }
}
#trial_pagebox #content_welcome .outer.introduction dl dd.photo {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 0px 0px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #trial_pagebox #content_welcome .outer.introduction dl dd.photo {
    float: right;
    width: 240px;
    padding-left: 0px;
  }
}
#trial_pagebox #content_welcome .outer.introduction dl dd.caption {
  width: 100%;
}
@media (min-width: 768px) {
  #trial_pagebox #content_welcome .outer.introduction dl dd.caption {
    width: calc(100% - 270px);
  }
}
#trial_pagebox #content_welcome .outer.introduction dl dd.price {
  padding: 1em 0px;
  text-align: center;
}
#trial_pagebox #content_curriculum {
  /*------------------------------------------------*/
}
#trial_pagebox #content_curriculum .catchcopy {
  margin-bottom: 30px;
  font-size: 3.6rem;
  color: #000;
  font-weight: normal;
  letter-spacing: -0.05em;
  text-align: center;
}
#trial_pagebox #content_curriculum .lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 100%;
  text-align: left;
}
@media (min-width: 544px) {
  #trial_pagebox #content_curriculum .lead {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#trial_pagebox #content_curriculum .inner.flow {
  margin-bottom: 60px;
}
#trial_pagebox #content_curriculum .inner.flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#trial_pagebox #content_curriculum .inner.flow li {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #trial_pagebox #content_curriculum .inner.flow li {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 768px) {
  #trial_pagebox #content_curriculum .inner.flow li:last-child {
    width: 100%;
  }
}
#trial_pagebox #content_curriculum .inner.flow li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  font-size: 116.6%;
  text-decoration: none;
}
#trial_pagebox #content_curriculum .inner.flow li > a i {
  display: table;
  height: 100%;
  background-color: #e6e6e6;
  border-right: 3px solid #fff;
  padding: 0.75em;
  font-style: normal;
}
#trial_pagebox #content_curriculum .inner.flow li > a span {
  margin-left: 1em;
}
#trial_pagebox #content_curriculum .inner.flow li div {
  display: block;
  padding: 24px 0px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  #trial_pagebox #content_curriculum .inner.flow li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
#trial_pagebox #content_curriculum .inner.flow li div img {
  width: 240px;
  border-radius: 2px;
  margin: 0px 0px 15px;
}
@media (min-width: 768px) {
  #trial_pagebox #content_curriculum .inner.flow li div img {
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
#trial_pagebox #content_curriculum .inner.flow li div p {
  width: 100%;
  padding: 0px;
  text-align: left;
}
@media (min-width: 768px) {
  #trial_pagebox #content_curriculum .inner.flow li div p {
    width: calc(100% - 270px);
    padding-right: 10px;
  }
}
#trial_pagebox #content_curriculum .inner.message h4 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
#trial_pagebox #content_curriculum .inner.message p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#trial_pagebox #content_curriculum .inner.message p img {
  display: block;
  margin: 0px auto 1em;
}
@media (min-width: 768px) {
  #trial_pagebox #content_curriculum .inner.message p img {
    float: right;
    margin: 0px 0px 0px 30px;
  }
}

/*------------------------------------------------*/
/*# sourceMappingURL=trial.css.map */


.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}