@charset "UTF-8";
/*
box.scss
*/
/*
config.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@800&family=IBM+Plex+Sans:ital,wght@1,400;1,700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*
all.scss
*/
/*
config.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@800&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");
/*
campaign.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Poppins:wght@400;700&display=swap");
html {
  position: relative;
  z-index: -7;
}
html.iframe {
  z-index: auto;
}
html.iframe body {
  z-index: auto;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 544px) {
  html.iframe body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.8em;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen\0  {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
h1, h2, h3, h4, h5, h6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 1em;
  letter-spacing: -0.05em;
}

.iframe h1 {
  font-size: 100%;
}

p {
  margin: 0px 0px 1.5em;
}
@media screen and (max-width: 544px) {
  p {
    line-height: 1.8em;
  }
}

ul, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 1.5em;
  padding: 0px;
}
ul:last-child, ol:last-child {
  margin-bottom: 0px;
}
ul li, ol li {
  margin: 0px 0px 0.3em;
  list-style: none inside;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0px;
}
ul li p:last-child, ol li p:last-child {
  margin-bottom: 0px;
}

dl {
  margin: 0px 0px 1.5em;
}
dl dt {
  margin: 0px 0px 1em;
  line-height: 1.4em;
}
dl dd {
  margin: 0px 0px 1em;
}
dl dd:last-child {
  margin-bottom: 0px;
}

header, footer, section, aside, nav, div, ul, ol, li, dl, dt, dd, p, table, th, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a[href*="void(0)"] {
  color: #ccc;
}

blockquote {
  margin: 0px;
}

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

.caution {
  color: #ff0000;
}

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

.photo.left {
  float: left;
  margin: 0px 30px 0px 0px;
}
@media screen and (max-width: 544px) {
  .photo.left {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.right {
  float: right;
  margin: 0px 0px 0px 30px;
}
@media screen and (max-width: 544px) {
  .photo.right {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.center {
  display: table;
  margin: 0px auto 1em;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}

.sp {
  display: none;
}

@media screen and (max-width: 544px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  background-color: #e6e6e6;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 6px;
}

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

.area.long {
  width: 480px;
}
@media screen and (max-width: 544px) {
  .area.long {
    width: auto;
    max-width: 100%;
  }
}
.area.middle {
  width: 240px;
}
@media screen and (max-width: 544px) {
  .area.middle {
    width: auto;
    max-width: 100%;
  }
}
.area.short {
  width: 120px;
}
@media screen and (max-width: 544px) {
  .area.short {
    width: auto;
    max-width: 100%;
  }
}
.area.mini {
  width: 90px;
}
.area.micro {
  width: 60px;
}

/*
slick.js
*/
ul.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
ul.slick-dots li.slick-active button:before {
  color: #007742;
}

.slick-next:before,
.slick-prev:before {
  color: #007742;
  opacity: 1;
}

/*
Formstone
*/
.fs-light.fs-lightbox-overlay {
  z-index: 1000;
}

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

.fs-lightbox.fs-light .fs-lightbox-container {
  z-index: 1003;
}

.fs-lightbox.fs-light .fs-lightbox-loading_icon {
  z-index: 1005;
}

.fs-lightbox.fs-light .fs-lightbox-close {
  z-index: 1005;
}

.fs-checkbox.fs-light {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.fs-checkbox.fs-light:last-child {
  margin-bottom: 0px;
}
.fs-checkbox.fs-light:last-child + br {
  display: none;
}

.fs-checkbox-label.fs-light {
  color: #444;
}

.fs-checkbox.fs-light.fs-checkbox-radio {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-bottom: 10px;
}
.fs-checkbox.fs-light.fs-checkbox-radio:last-child {
  margin-bottom: 0px;
}
.fs-checkbox.fs-light.fs-checkbox-radio:last-child + br {
  display: none;
}

.fs-checkbox.fs-light .fs-checkbox-marker {
  border: 0px none transparent;
  background-color: #e6e6e6;
}

.fs-checkbox-label.fs-light {
  font-size: 100%;
  line-height: 20px;
  vertical-align: middle;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
  padding: 20px 15px;
}

.fs-light.fs-navigation-handle.fs-navigation-enabled {
  padding-left: 12px;
  white-space: nowrap;
}
.fs-light.fs-navigation-handle.fs-navigation-enabled:after {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
          box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  background-color: #007742;
  border: 0px none transparent;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.fs-tooltip.fs-light .fs-tooltip-content {
  background-color: #007742;
  line-height: 1.25em;
}

.fs-light.fs-tooltip-top .fs-tooltip-caret {
  border-top-color: #007742;
}

/*
slick.js
*/
.slick-slide {
  height: auto;
}

/*
.modaal.js
*/
.modaal-noscroll #scrollUp {
  position: absolute !important;
  z-index: -1 !important;
}

.modaal-inner-wrapper {
  height: 100vh;
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 544px) {
  .modaal-inner-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modaal-container {
  min-width: 60%;
  width: auto !important;
  border-radius: 2px;
  padding: 30px 0px;
  text-align: left;
}
@media screen and (max-width: 544px) {
  .modaal-container {
    min-width: initial;
    width: 100% !important;
  }
}

.modaal-iframe .modaal-content {
  max-height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.modaal-close {
  width: 50px;
  height: 50px;
  position: absolute !important;
  top: 20px;
  right: 20px;
  background-color: #000 !important;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:before, .modaal-close:after {
  content: "";
  display: block;
  width: 4px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 23px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:hover, .modaal-close:focus {
  background-color: #f7931e !important;
}
.modaal-wrapper .modaal-close {
  border: 0px none transparent;
  padding: 0px;
  color: #fff;
  cursor: pointer;
}
.modaal-close span {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.modalTarget {
  display: none;
}

.catchcopy {
  font-size: 200%;
  font-weight: bold;
  color: #007742;
}
@media screen and (max-width: 768px) {
  .catchcopy {
    font-size: 150%;
  }
}
@media screen and (max-width: 544px) {
  .catchcopy {
    margin-bottom: 1em;
    font-size: 133.3%;
    text-align: center;
  }
}
.catchcopy span {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .catchcopy span {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 544px) {
  .catchcopy span {
    line-height: 1.6em;
  }
}
.catchcopy i {
  font-style: normal;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .catchcopy i {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 544px) {
  .catchcopy i {
    line-height: 1.4em;
  }
}

.comment:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6e6e6;
  border-radius: 1em;
  margin: 0px 0px 1em;
  padding: 4px 2em;
  font-size: 91.6%;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  .comment:before {
    margin-bottom: 0.5em;
  }
}
.comment.first:before {
  content: "これから始める方へ";
}
.comment.again:before {
  content: "また、再開される方へ";
}
.comment + .comment {
  padding-top: 2em;
}
.comment p {
  width: 100% !important;
}

a.bttn {
  display: inline-block;
  background-color: #007742;
  border-radius: 6px;
  padding: 30px;
  font-size: 133.3%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  a.bttn {
    text-align: center;
  }
}
a.bttn.rec {
  background-color: transparent;
  padding: 0px;
  color: #007742;
  text-align: center;
}
a.bttn.rec:before {
  content: "";
  display: table;
  width: 210px;
  height: 185px;
  background: url(../img000/c_bttn_rec.png) no-repeat center top;
  background-size: contain;
  margin: 0px auto 6px;
}
a.bttn.rec.tana:before {
  background-image: url(../img000/c_bttn_rec_tana.png);
}
a.bttn.rec.yuri:before {
  background-image: url(../img000/c_bttn_rec_yuri.png);
}
a.bttn.rec.kami:before {
  background-image: url(../img000/c_bttn_rec_kami.png);
}
a.bttn.rec.fuch:before {
  background-image: url(../img000/c_bttn_rec_fuch.png);
}
a.bttn.rec.taka:before {
  background-image: url(../img000/c_bttn_rec_taka.png);
}
a.bttn.rec.nish:before {
  background-image: url(../img000/c_bttn_rec_nish.png);
}
a.bttn.rec.seven_cc {
  color: #000;
}
a.bttn.rec.seven_cc:before {
  background-image: url(../img000/c_bttn_rec_7cc.png);
}
a.bttn.rec span {
  display: inline-block;
  font-size: 133.3%;
  font-weight: bold;
  letter-spacing: -0.05em;
}
a.bttn.rec:not(.seven_cc) span {
  padding-left: 40px;
}
a.bttn i {
  margin-right: 0.3em;
}

body > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

/*
#headerbox
--------------------------------------------------
--------------------------------------------------*/
#headerbox {
  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;
  padding: 10px 0px 0px;
}
@media screen and (max-width: 544px) {
  #headerbox {
    display: none !important;
  }
}
#headerbox .logomark {
  width: 255px;
  margin-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #headerbox .logomark {
    width: 200px;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .logomark {
    width: 50%;
    padding-left: 10px;
  }
}
#headerbox .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-bottom: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  #headerbox .utility {
    height: 40px;
  }
}
#headerbox .utility li {
  margin-bottom: 0px;
  margin-left: 2em;
}
#headerbox .utility li a {
  color: #007742;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  #headerbox .utility li a {
    font-size: 14px;
  }
}
#headerbox nav {
  width: 100%;
  background-color: #007742;
  margin-top: 6px;
}
#headerbox nav ul.menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  position: relative;
  margin: 0px auto;
  padding: 5px 0px 0px;
}
@media screen and (max-width: 1080px) {
  #headerbox nav ul.menubar {
    width: 94%;
  }
}
#headerbox nav ul.menubar > li {
  display: table;
  width: 25%;
  height: 54px;
  border-left: 2px solid #007742;
  border-right: 2px solid #007742;
}
@media screen and (max-width: 1200px) {
  #headerbox nav ul.menubar > li {
    height: 48px;
  }
}
#headerbox nav ul.menubar > li:last-child {
  border-right: 0px none transparent;
}
#headerbox nav ul.menubar > li > a {
  display: table-cell;
  width: 100%;
  height: 54px;
  position: relative;
  border-top: 4px solid #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.6em;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #headerbox nav ul.menubar > li > a {
    height: 48px;
    font-size: 14px;
  }
}
#headerbox nav ul.menubar > li > a span {
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  top: -4px;
  left: 0px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: height ease-in-out 0.2s, opacity ease-in-out 0.2s;
  -o-transition: height ease-in-out 0.2s, opacity ease-in-out 0.2s;
  transition: height ease-in-out 0.2s, opacity ease-in-out 0.2s;
}
#headerbox nav ul.menubar > li > a:hover span {
  height: 4px;
  opacity: 1;
}
#headerbox nav ul.menubar > li div.drawer {
  display: none;
  width: 1080px;
  position: absolute;
  top: 105px;
  left: 0px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  #headerbox nav ul.menubar > li div.drawer {
    width: 100%;
    margin: 0px auto;
  }
}
#headerbox nav ul.menubar > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #007742;
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #999;
          box-shadow: 0px 0px 5px #999;
}
#headerbox nav ul.menubar > li dl:before {
  content: "";
  position: absolute;
  top: -55px;
  border: 25px solid transparent;
  border-bottom: 25px solid #fff;
  -webkit-filter: drop-shadow(0px 0px 5px #999);
          filter: drop-shadow(0px 0px 5px #999);
  margin-left: -25px;
}
#headerbox nav ul.menubar > li dl:after {
  content: "";
  width: 100%;
  height: 55px;
  position: absolute;
  top: -55px;
  left: 0px;
}
#headerbox nav ul.menubar > li dt {
  width: 25%;
  background-color: #fff;
  margin: 0px;
  font-size: 106.6%;
  color: #007742;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#headerbox nav ul.menubar > li dt div {
  display: table;
  width: 100%;
  height: 100%;
}
#headerbox nav ul.menubar > li dt div span:not(.pc) {
  display: table-cell;
  line-height: 1.8em;
  vertical-align: middle;
  text-align: center;
}
#headerbox nav ul.menubar > li dd {
  width: 25%;
  margin: 0px;
  padding: 10px 0px;
  text-align: center;
}
#headerbox nav ul.menubar > li dd div {
  border-right: 3px dotted #fff;
  padding: 10px 3px;
  line-height: 1.6em;
}
@media screen and (max-width: 544px) {
  #headerbox nav ul.menubar > li dd div {
    border-right-width: 2px;
  }
}
#headerbox nav ul.menubar > li dd div a {
  display: block;
  font-size: 91.6%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.05em;
}
#headerbox nav ul.menubar > li dd div a span {
  display: block;
}
#headerbox nav ul.menubar > li dd:nth-of-type(1) div {
  padding-left: 6px;
}
#headerbox nav ul.menubar > li dd:last-of-type div {
  border-right: 0px none transparent;
  padding-right: 6px;
}
#headerbox nav ul.menubar > li.lets dl:before {
  left: 12.5%;
}
#headerbox nav ul.menubar > li.rec dl:before {
  left: 37.5%;
}
#headerbox nav ul.menubar > li.rec dt {
  width: 20%;
}
#headerbox nav ul.menubar > li.rec dd {
  width: 20%;
}
#headerbox nav ul.menubar > li.join dl:before {
  left: 62.5%;
}

/*
--------------------------------------------------*/
#sticky_header {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  z-index: 888;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e6e6e6;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (min-width: 544px) {
  #sticky_header {
    display: none;
  }
}
#sticky_header.sticky {
  position: fixed;
  top: 0;
}
#sticky_header nav {
  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;
  padding: 0px 3%;
}
#sticky_header nav > .logomark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  line-height: 1;
}
#sticky_header nav > .logomark.sp {
  display: none;
}
@media screen and (max-width: 544px) {
  #sticky_header nav > .logomark.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 544px) {
  #sticky_header nav > .logomark.pc {
    display: none;
  }
}
#sticky_header nav > .logomark img {
  height: 50px;
}
#sticky_header nav .menu {
  width: 110px;
}
#sticky_header nav .menu .navigation > :last-child {
  margin-bottom: 100px;
}
#sticky_header nav .menu .navigation .logomark {
  height: 150px;
  margin-bottom: 0px;
  text-align: center;
  overflow: hidden;
}
#sticky_header nav .menu .navigation .logomark img {
  height: 150px;
  position: relative;
  margin-top: -10px;
}
#sticky_header nav .menu .navigation a {
  color: #007742;
  letter-spacing: -0.05em;
}
#sticky_header nav .menu .navigation dl {
  background-color: #007742;
  border-radius: 6px;
  margin-bottom: 1em;
  padding: 20px 5px;
}
#sticky_header nav .menu .navigation dl dt {
  text-align: center;
}
#sticky_header nav .menu .navigation dl dt a {
  display: block;
  font-size: 116.6%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#sticky_header nav .menu .navigation dl dt a:before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 10px;
}
#sticky_header nav .menu .navigation dl.lets dt a:before {
  background-image: url(../img000/c_navi_lets_health.png);
}
#sticky_header nav .menu .navigation dl.rec dt a:before {
  background-image: url(../img000/c_navi_rec_welcome.png);
}
#sticky_header nav .menu .navigation dl.trial dt a:before {
  background-image: url(../img000/c_navi_join_visit.png);
}
#sticky_header nav .menu .navigation dl.request dt:nth-of-type(1) a:before {
  background-image: url(../img000/c_navi_join_booking.png);
}
#sticky_header nav .menu .navigation dl.request dt:nth-of-type(2) a:before {
  display: none;
}
#sticky_header nav .menu .navigation ul {
  margin-bottom: 2em;
}
#sticky_header nav .menu .navigation ul li {
  margin-bottom: 8px;
}
#sticky_header nav .menu .navigation ul li a {
  display: block;
  background-color: #fff;
  border-radius: 2px;
  padding: 0.5em 8px;
  text-decoration: none;
}
#sticky_header nav .menu .navigation .close {
  text-align: center;
}
#sticky_header nav .menu .navigation .close a {
  display: inline-block;
  background-color: #007742;
  border-radius: 1.5em;
  margin: 0px auto;
  padding: 6px 1.5em;
  color: #fff;
  -webkit-text-decoration: nonee;
          text-decoration: nonee;
}

/*------------------------------------------------*/
/*
#footerbox
--------------------------------------------------*/
#footerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*
  .upperbox
  --------------------------------------------------*/
  /*
  .middlebox
  --------------------------------------------------*/
  /*
  .lowerbox
  --------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#footerbox .upperbox {
  position: relative;
  background: url(../img000/c_contact_bg.png) no-repeat right 60px #e6e6e6;
  margin: 0px 0px 2em;
  padding-top: 60px;
}
#footerbox .upperbox .outer.chara {
  width: 222px;
  position: absolute;
  right: 5%;
  top: -50px;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .outer.chara {
    width: 180px;
    right: 0%;
    top: -30px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .outer.chara {
    width: 150px;
  }
}
#footerbox .upperbox .outer.chara img {
  width: 100%;
  height: auto;
}
#footerbox .upperbox .blockttl.en {
  width: 1080px;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  color: #007742;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .blockttl.en {
    width: 94%;
  }
}
#footerbox .upperbox .blockttl.en + h3 {
  width: 1080px;
  position: relative;
  z-index: 3;
  margin: 0px auto 0.5em;
  font-size: 116.6%;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .blockttl.en + h3 {
    width: 94%;
  }
}
#footerbox .upperbox .blockttl.en + h3 + h2 {
  width: 1080px;
  position: relative;
  z-index: 3;
  margin: 0px auto 3em;
  font-size: 133.3%;
  color: #007742;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .blockttl.en + h3 + h2 {
    width: 94%;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .blockttl.en + h3 + h2 {
    margin-bottom: 1.5em;
  }
}
#footerbox .upperbox .bttn.inner {
  width: 1080px;
  margin: 0px auto 3em;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .bttn.inner {
    width: 94%;
  }
}
#footerbox .upperbox .bttn.inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footerbox .upperbox .bttn.inner ul#trialFormLink {
  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;
  height: 300px;
  margin: 0px;
}
#footerbox .upperbox .bttn.inner ul#trialFormLink li {
  width: 50% !important;
  height: 75px;
  border-right: 1px solid #fff;
  margin: 0px;
}
#footerbox .upperbox .bttn.inner ul#trialFormLink li:nth-child(2n) {
  border-right: 0px none transparent !important;
}
#footerbox .upperbox .bttn.inner ul#trialFormLink li:nth-child(2) ~ li {
  border-top: 1px solid #fff;
}
#footerbox .upperbox .bttn.inner ul#trialFormLink li:last-child:nth-child(odd) {
  width: 100% !important;
  border-right: 0px none transparent !important;
}
#footerbox .upperbox .bttn.inner ul#trialFormLink li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#footerbox .upperbox .bttn.inner ul li {
  width: 47%;
  background: #007742;
  border: 2px solid #007742;
  margin: 0px;
  text-align: center;
}
#footerbox .upperbox .bttn.inner ul li.all dl dd div {
  width: 100%;
  height: 100%;
}
#footerbox .upperbox .bttn.inner ul li.all dl dd div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#footerbox .upperbox .bttn.inner ul li dl {
  height: 100%;
  margin: 0px;
}
#footerbox .upperbox .bttn.inner ul li dl div {
  height: 100%;
  position: relative;
  z-index: 3;
}
#footerbox .upperbox .bttn.inner ul li dl dt {
  background-color: #fff;
  margin: 0px;
  padding: 0.75em;
  font-size: 106.6%;
  color: #007742;
  font-weight: bold;
}
#footerbox .upperbox .bttn.inner ul li dl dt div {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#footerbox .upperbox .bttn.inner ul li dl dd {
  height: calc(100% - 50px);
  background-color: #007742;
  margin: 0px;
  padding: 0px;
}
#footerbox .upperbox .bttn.inner ul li dl dd a {
  font-size: 133.3%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.075em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .bttn.inner ul li dl dd a {
    font-size: 116.6%;
  }
}
#footerbox .upperbox .bttn.inner ul li dl dd a small {
  font-weight: normal;
  letter-spacing: -0.025em;
}
#footerbox .upperbox .inner.balloon {
  width: 1080px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  margin: 0px auto;
  padding: 50px 0px 10px;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .inner.balloon {
    width: 94%;
  }
}
#footerbox .upperbox .inner.balloon ul {
  float: none;
  width: 70%;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .inner.balloon ul {
    width: 80%;
  }
}
#footerbox .upperbox .inner.balloon ul li {
  margin: 0px;
}
#footerbox .upperbox .inner.balloon ul li dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#footerbox .upperbox .inner.balloon ul li dt {
  margin-bottom: 1.5em;
  font-size: 106.6%;
  font-weight: bold;
  text-align: center;
}
#footerbox .upperbox .inner.balloon ul li dd {
  line-height: 1.6em;
}
#footerbox .upperbox .inner.balloon ul li dd.photo {
  float: left;
  width: 160px;
  margin: 0px 50px 0px 0px;
}
@media screen and (max-width: 768px) {
  #footerbox .upperbox .inner.balloon ul li dd.photo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .inner.balloon ul li dd.photo {
    float: none;
    margin: 0px auto 1em;
  }
}
#footerbox .upperbox .inner.balloon ul li dd.photo img {
  border-radius: 80px;
}
#footerbox .upperbox .inner.balloon ul li dd.caption {
  padding-top: 0.5em;
}
#footerbox .middlebox {
  position: relative;
}
#footerbox .middlebox ul {
  margin-bottom: 0px;
}
#footerbox .middlebox ul:nth-of-type(1) li {
  height: 600px;
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
}
@media screen and (max-width: 544px) {
  #footerbox .middlebox ul:nth-of-type(1) li {
    height: 300px;
  }
}
#footerbox .middlebox ul:nth-last-of-type(1) {
  position: absolute;
  bottom: -20px;
  left: 10px;
}
#footerbox .middlebox ul:nth-last-of-type(1) img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #footerbox .middlebox ul:nth-last-of-type(1) img {
    width: 70%;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .middlebox ul:nth-last-of-type(1) img {
    width: 95%;
  }
}
#footerbox .middlebox ul li {
  margin: 0px;
  line-height: 1;
}
#footerbox .lowerbox {
  position: relative;
  background-color: #007742;
  margin-top: -2px;
  padding: 4em 0px;
  color: #fff;
}
#footerbox .lowerbox > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  #footerbox .lowerbox > .inner {
    display: block;
    width: 94%;
  }
}
#footerbox .lowerbox .menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footerbox .lowerbox .menubar > li {
  width: 170px;
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  #footerbox .lowerbox .menubar > li {
    width: 22.75%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  #footerbox .lowerbox .menubar > li {
    width: 47%;
    margin-right: 0px;
  }
}
#footerbox .lowerbox .menubar > li:last-child {
  margin-right: 0px;
}
#footerbox .lowerbox .menubar > li > a {
  display: none;
}
#footerbox .lowerbox .menubar dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 83.3%;
}
#footerbox .lowerbox .menubar dd {
  margin-bottom: 0.75em;
  font-size: 83.3%;
  line-height: 1.4em;
}
@media screen and (max-width: 544px) {
  #footerbox .lowerbox .menubar dd {
    margin-bottom: 1em;
  }
}
#footerbox .lowerbox .menubar a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 544px) {
  #footerbox .lowerbox .menubar a {
    display: block;
  }
}
#footerbox .lowerbox .menubar img {
  display: none;
}
#footerbox .lowerbox .logomark {
  padding-top: 0.5em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footerbox .lowerbox .logomark {
    text-align: center;
  }
}
#footerbox .lowerbox .logomark .copyright {
  display: block;
  float: none;
  padding-top: 1em;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footerbox .lowerbox .logomark .copyright {
    text-align: center;
  }
}

/*------------------------------------------------*/
/*
#pagettlbox
--------------------------------------------------
--------------------------------------------------*/
#pagettlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 15px;
  color: #007742;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #pagettlbox {
    margin-top: 60px;
  }
}
#pagettlbox h1 {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  margin: 0px;
  line-height: 1.25em;
}
#pagettlbox .blockttl.en {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  margin-bottom: 0.25em;
}

/*
#contentbox
--------------------------------------------------
--------------------------------------------------*/
/*
COMMON
--------------------------------------------------*/
.blockbox {
  position: relative;
  margin: -60px auto 4em;
  padding-top: 60px;
}
@media screen and (max-width: 544px) {
  .blockbox {
    margin-bottom: 2em;
  }
}
.blockbox div.inner {
  width: 1080px;
  margin: 0px auto 2em;
}
@media screen and (max-width: 1080px) {
  .blockbox div.inner {
    width: 94%;
  }
}
.blockbox > :last-child, .blockbox > div.inner:last-child {
  margin-bottom: 0px;
}

.secttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #007742;
  margin-bottom: 3em;
  color: #fff;
}
@media screen and (max-width: 544px) {
  .secttl {
    height: 72px;
    margin-bottom: 1.5em;
  }
}
.secttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 60px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.4;
}
@media screen and (max-width: 544px) {
  .secttl:before {
    height: 72px;
  }
}
.secttl.orange {
  background-color: #f7931e;
}
.secttl.red {
  background-color: #ed1c24;
}
.secttl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
}
@media screen and (max-width: 544px) {
  .secttl > * {
    height: 72px;
  }
}
.secttl > aside {
  width: 200px;
  position: relative;
  z-index: 2;
  background-color: #444;
  padding-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .secttl > aside {
    width: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .secttl > aside {
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  .secttl > aside {
    width: 54px;
  }
}
.secttl > aside > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px 0px 0px;
  font-size: 100px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .secttl > aside > div {
    font-size: 90px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .secttl > aside > div {
    padding-right: 0px;
    font-size: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  .secttl > aside > div {
    font-size: 48px;
  }
}
.secttl > aside > div small {
  border-bottom: 10px solid #000;
}
@media screen and (max-width: 544px) {
  .secttl > aside > div small {
    border-bottom-width: 6px;
  }
}
.secttl > h2 > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  z-index: 3;
  padding-left: 15px;
}
@media screen and (max-width: 544px) {
  .secttl > h2 > div span {
    font-size: 75%;
    line-height: 1.25em;
  }
}
.secttl > h2 > div small {
  display: block;
  line-height: 1.25em;
}

.blockttl.en {
  margin-bottom: 0.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 400%;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .blockttl.en {
    margin-bottom: 0.25em;
    font-size: 300%;
  }
}
.blockttl.en span {
  display: inline-block;
  border-bottom: 10px solid #000;
}
@media screen and (max-width: 544px) {
  .blockttl.en span {
    border-bottom-width: 6px;
  }
}
.blockttl.en + h1, .blockttl.en + h2, .blockttl.en + h3 {
  font-size: 133.3%;
}
@media screen and (max-width: 544px) {
  .blockttl.en + h1, .blockttl.en + h2, .blockttl.en + h3 {
    font-size: 106.6%;
  }
}

.secttl_s {
  margin-bottom: 3em;
  color: #fff;
  text-align: center;
}
.secttl_s h2, .secttl_s h3, .secttl_s h4, .secttl_s h5, .secttl_s h6 {
  background-color: #666;
  margin: 0px;
  padding: 2em 0px 1em;
  font-size: 133.3%;
}
.secttl_s h2 span, .secttl_s h3 span, .secttl_s h4 span, .secttl_s h5 span, .secttl_s h6 span {
  line-height: 1.8em;
}
.secttl_s h2:last-child, .secttl_s h3:last-child, .secttl_s h4:last-child, .secttl_s h5:last-child, .secttl_s h6:last-child {
  padding-bottom: 2em;
}
.secttl_s p {
  background-color: #666;
  margin: 0px;
  padding: 0px 0px 2em;
}

.circle_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .circle_h {
    display: block;
    width: 94%;
  }
}
.circle_h li {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .circle_h li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.circle_h li:nth-child(1) .num:after {
  content: "1";
}
.circle_h li:nth-child(2) .num:after {
  content: "2";
}
.circle_h li:nth-child(3) .num:after {
  content: "3";
}
.circle_h .num {
  display: table;
  width: 200px;
  height: 100px;
  background-color: #007742;
  border-radius: 100px 100px 0px 0px;
  margin: 0px 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .circle_h .num {
    width: 150px;
    height: 75px;
    margin: 0px auto;
  }
}
.circle_h .num:after {
  display: table-cell;
  vertical-align: middle;
  align: center;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .circle_h .num:after {
    font-size: 45px;
  }
}

.balloon,
.message {
  margin: 0px auto;
}
.balloon:after,
.message:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.balloon.gray,
.message.gray {
  background-color: #f2f2f2;
  padding: 50px 80px;
}
@media screen and (max-width: 544px) {
  .balloon.gray,
.message.gray {
    padding: 30px 15px;
  }
}
.balloon .photo,
.message .photo {
  float: left;
  width: 150px;
  height: auto;
  margin: 0px 30px 0px 0px;
}
@media screen and (max-width: 768px) {
  .balloon .photo,
.message .photo {
    float: none;
    margin: 0px auto 0.5em;
  }
}
.balloon ul,
.message ul {
  float: right;
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .balloon ul,
.message ul {
    float: none;
    width: 100%;
  }
}
.balloon h4, .balloon h5, .balloon h6,
.message h4,
.message h5,
.message h6 {
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  font-size: 116.6%;
  color: #000;
}
@media screen and (max-width: 544px) {
  .balloon h4, .balloon h5, .balloon h6,
.message h4,
.message h5,
.message h6 {
    text-align: center;
  }
}
.balloon p,
.message p {
  text-align: left;
}
.balloon p:last-child,
.message p:last-child {
  margin-bottom: 0px;
}
.balloon > p:only-child:before,
.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;
}

.outer.staff {
  background: url(../img000/c_bg_staff_banner.png) repeat-x center top;
  padding-top: 300px;
}
.outer.staff p {
  background-color: #fff;
  border-top: 50px solid #000;
  margin: 0px;
  padding: 50px 20px 0px;
}
.outer.staff p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .outer.staff p {
    text-align: center;
  }
}
.outer.staff p img {
  float: left;
  position: relative;
  z-index: 2;
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .outer.staff p img {
    float: none;
    margin-bottom: 10px;
  }
}
.outer.staff p span {
  display: block;
  float: left;
  margin-left: 30px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .outer.staff p span {
    display: block;
    float: none;
    margin-left: 0px;
  }
}

.linklist li {
  margin-bottom: 15px;
}
.linklist li:last-child {
  margin-bottom: 0px;
}
.linklist li .bttn {
  padding: 10px;
}
.linklist li .bttn.rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #007742;
  color: #fff;
  text-align: left;
}
.linklist li .bttn.rec:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 105px;
  height: 92.5px;
  margin: 0px;
}
@media screen and (max-width: 544px) {
  .linklist li .bttn.rec:before {
    display: none;
  }
}
.linklist li .bttn.rec span {
  display: inline-block;
  padding-left: 10px;
  margin: 0px auto 0px 0px;
}
@media screen and (max-width: 1080px) {
  .linklist li .bttn.rec span {
    font-size: 116.6%;
  }
}
@media screen and (max-width: 544px) {
  .linklist li .bttn.rec span {
    font-size: 100%;
  }
}
.linklist li .bttn.rec span i {
  font-style: normal;
}

/*
#content_lesson
--------------------------------------------------*/
#content_lesson .inner.movie ul {
  position: relative;
  z-index: 4;
  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;
}
@media screen and (max-width: 768px) {
  #content_lesson .inner.movie ul {
    display: block;
  }
}
#content_lesson .inner.movie ul.ttl {
  margin-bottom: 2em;
}
@media screen and (max-width: 544px) {
  #content_lesson .inner.movie ul.ttl {
    display: none;
  }
}
#content_lesson .inner.movie ul li {
  width: 48%;
  margin-bottom: 2em;
}
#content_lesson .inner.movie ul li .ttl {
  display: none;
  position: relative;
  z-index: 6;
  margin-bottom: 0px;
  font-size: 133.3%;
}
@media screen and (max-width: 768px) {
  #content_lesson .inner.movie ul li .ttl {
    display: block;
  }
}
#content_lesson .inner.movie ul li div {
  height: 0px;
  position: relative;
  padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
  #content_lesson .inner.movie ul li {
    width: 100%;
  }
}
#content_lesson .inner.movie ul h5 {
  position: relative;
  z-index: 6;
  font-size: 133.3%;
  text-align: center;
}
#content_lesson .inner.movie ul iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

/*
--------------------------------------------------*/
table.itemlist,
table.inquiry_form {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 544px) {
  table.itemlist,
table.inquiry_form {
    max-width: 100%;
  }
}
table.itemlist th,
table.itemlist td,
table.inquiry_form th,
table.inquiry_form td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 50px solid #fff;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 544px) {
  table.itemlist th,
table.itemlist td,
table.inquiry_form th,
table.inquiry_form td {
    display: block;
    max-width: 100%;
    border-top-width: 30px;
  }
}
table.itemlist th,
table.inquiry_form th {
  border-right: 1px solid #000;
  padding: 25px 2em 25px 0px;
}
@media screen and (max-width: 544px) {
  table.itemlist th,
table.inquiry_form th {
    border-bottom: 1px solid #000;
    border-right: 0px none transparent;
    padding-bottom: 15px;
    padding-right: 0px;
  }
}
table.itemlist td,
table.inquiry_form td {
  padding: 25px 2em;
}
@media screen and (max-width: 544px) {
  table.itemlist td,
table.inquiry_form td {
    border-top: 0px none transparent;
    padding: 20px 1em;
  }
}
table.itemlist td td,
table.inquiry_form td td {
  width: auto;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent;
  padding: 10px 2em 10px 0px;
}
@media screen and (max-width: 544px) {
  table.itemlist td td,
table.inquiry_form td td {
    max-width: initial;
    width: auto;
    padding-right: 0px;
  }
}
table.itemlist td td:nth-child(1),
table.inquiry_form td td:nth-child(1) {
  padding-bottom: 0px;
}
table.itemlist td td:last-child,
table.inquiry_form td td:last-child {
  padding-right: 0px;
}
table.itemlist td td input[type=text],
table.inquiry_form td td input[type=text] {
  width: 100%;
}
table.itemlist td td input[type=text].input-zip,
table.inquiry_form td td input[type=text].input-zip {
  width: auto;
}

table.inquiry_form th,
table.inquiry_form td {
  border-top-width: 15px;
}
table.inquiry_form th {
  background-color: #007742;
  border-right-width: 6px;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}
table.inquiry_form td {
  background-color: #e6e6e6;
}
@media screen and (max-width: 544px) {
  table.inquiry_form td {
    border-bottom-width: 6px;
  }
}
table.inquiry_form a.search-btn {
  display: inline-block;
  background: #007742;
  border: 0px none transparent;
  border-radius: 6px;
  margin-left: 0.5em;
  padding: 10px 1em;
  color: #fff;
  letter-spacing: -0.05em;
  text-decoration: none;
}
table.inquiry_form input[type=text],
table.inquiry_form input[type=tel],
table.inquiry_form input[type=email],
table.inquiry_form input[type=password],
table.inquiry_form textarea {
  background-color: #fff;
}
@media screen and (max-width: 544px) {
  table.inquiry_form input[type=text],
table.inquiry_form input[type=tel],
table.inquiry_form input[type=email],
table.inquiry_form input[type=password],
table.inquiry_form textarea {
    max-width: 100%;
  }
}
table.inquiry_form .fs-checkbox.fs-light .fs-checkbox-marker {
  background-color: #fff;
}

#inquiry_form_submit {
  padding-top: 3em;
  text-align: center;
}
#inquiry_form_submit 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: 15px;
}
#inquiry_form_submit input[type=submit],
#inquiry_form_submit a {
  display: inline-block;
  background: #007742;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 25px 3em;
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 544px) {
  #inquiry_form_submit input[type=submit],
#inquiry_form_submit a {
    padding: 25px 1em;
    font-size: 133.3%;
  }
}
#inquiry_form_submit input[type=submit][value=戻る], #inquiry_form_submit input[type=submit].back,
#inquiry_form_submit a[value=戻る],
#inquiry_form_submit a.back {
  background: #e6e6e6;
  color: #444;
}

/*
--------------------------------------------------*/
#content_panel {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#content_panel.common .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0px 0px 20px;
}
#content_panel.common .itemlist:last-of-type {
  margin-bottom: 0px;
}
#content_panel.common .itemlist li {
  background: rgb(0, 89, 47);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 89, 47)), to(rgb(0, 119, 66)));
  background: -o-linear-gradient(top, rgb(0, 89, 47) 0%, rgb(0, 119, 66) 100%);
  background: linear-gradient(180deg, rgb(0, 89, 47) 0%, rgb(0, 119, 66) 100%);
  border-radius: 3px;
  margin: 0px;
  text-align: center;
}
#content_panel.common .itemlist li:hover {
  cursor: pointer;
}
#content_panel.common .itemlist li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
}
#content_panel.common .itemlist li h5 {
  margin: 0px;
  font-size: 100%;
}
#content_panel.common .itemlist 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #content_panel.common .itemlist li a {
    height: 60px;
  }
}
#content_panel.common .itemlist li a small {
  display: block;
}
#content_panel.common .itemlist li p {
  position: relative;
  position: relative;
}
#content_panel.common .itemlist li p img {
  -webkit-filter: grayscale(90%) contrast(120%);
          filter: grayscale(90%) contrast(120%);
  -webkit-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#content_panel.common .itemlist li p img:hover {
  -webkit-filter: grayscale(0%) contrast(100%);
          filter: grayscale(0%) contrast(100%);
}
#content_panel.common .itemlist li p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
  background-color: rgba(122, 201, 67, 0.5);
  mix-blend-mode: overlay;
  -webkit-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#content_panel.common .itemlist li p:before:hover {
  background-color: rgba(255, 255, 255, 0);
}
#content_panel.common .itemlist li p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(122, 201, 67, 0.5);
  mix-blend-mode: overlay;
}
#content_panel.common .itemlist li img {
  border-radius: 2px;
}
#content_panel.common .itemlist.square .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#content_panel.common .itemlist.square li {
  width: calc((100% - 16px) / 3);
}
@media screen and (max-width: 544px) {
  #content_panel.common .itemlist.square li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#content_panel.common .itemlist.square li:last-child {
  margin-bottom: 0px;
}
#content_panel.common .itemlist.square li p {
  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;
  margin: 20px 20px 0px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #content_panel.common .itemlist.square li p {
    height: 180px;
    padding: 0px;
  }
}
@media screen and (max-width: 544px) {
  #content_panel.common .itemlist.square li p {
    height: 120px;
  }
}
#content_panel.common .itemlist.square li p img {
  max-width: initial;
  max-height: initial;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover;";
}
#content_panel.common .itemlist.half .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #content_panel.common .itemlist.half .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 544px) {
  #content_panel.common .itemlist.half .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0px;
  }
}
#content_panel.common .itemlist.half li {
  width: calc((100% - 8px) / 2);
}
#content_panel.common .itemlist.half li h5 {
  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: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #content_panel.common .itemlist.half li h5 {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 544px) {
  #content_panel.common .itemlist.half li h5 {
    width: auto;
  }
  #content_panel.common .itemlist.half li h5 br.sp {
    display: none;
  }
}
#content_panel.common .itemlist.half li p {
  width: 180px;
  height: 120px;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #content_panel.common .itemlist.half li p {
    width: 120px;
  }
}
#content_panel.common .itemlist.half li p img {
  display: block;
  max-width: 180px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 544px) {
  #content_panel.common .itemlist.half li p {
    width: 100%;
    height: 100px;
  }
  #content_panel.common .itemlist.half li p img {
    max-width: 150px;
    height: 100px;
    position: static;
    margin-left: 0px;
  }
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*! 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 {
  display: none;
}
@media (min-width: 768px) {
  .pc,
.md-show {
    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, 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, 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, button.desciption:hover,
a.desciption:hover,
a.bttn:hover {
    background-color: transparent;
    color: #007742;
  }
}
.bttn > 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, button.large.desciption,
a.large.desciption, .bttn.x-large, 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, button.x-large.desciption,
a.x-large.desciption,
a.bttn.x-large {
  font-size: 175%;
}
.bttn.rect, button.rect.desciption,
a.rect.desciption,
a.bttn.rect {
  border-radius: 6px;
}
.bttn.is_coming_soon, button.is_coming_soon.desciption,
a.is_coming_soon.desciption,
a.bttn.is_coming_soon {
  color: #DEE2E4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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;
}
.blockbox > .inner {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------*/
.bttn {
  background: #007742;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 25px 3em;
  font-size: 150%;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 544px) {
  .bttn {
    padding: 25px 1em;
    font-size: 133.3%;
  }
}

/*--------------------------------------------------
旧サイト
  --------------------------------------------------*/
#kids-pagebox {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  background: url(https://www.rec-tennis.com/kamishakujii/wp/wp-content/uploads/zero/background2.gif) repeat-x left top;
  /* ----------------------------------------------------------------------
   basic setting
  ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   header PC
  ---------------------------------------------------------------------- */
  /* description */
  /* logo */
  /* social link */
  /* global menu */
  /* banner */
  /* ----------------------------------------------------------------------
   header SP
  ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   footer
  ---------------------------------------------------------------------- */
  /* footer top area */
  /* banner */
  /* widget */
  /* footer bottom area */
  /* logo */
  /* menu */
  /* copyright */
  /* ----------------------------------------------------------------------
   footer SP
  ---------------------------------------------------------------------- */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
@media screen and (max-width: 544px) {
  #kids-pagebox {
    background-image: none;
  }
}
#kids-pagebox #contentbox {
  width: 992px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 6px solid #ccc;
  margin: 20px auto;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #contentbox {
    width: 94%;
  }
}
body:not(.shinyurigaoka):not(.kamishakujii) #kids-pagebox #contentbox article {
  height: auto;
  padding: 0px;
}

#kids-pagebox .page_headline {
  margin: 20px 0px;
  font-size: 20px;
  color: #007742;
  font-weight: bold;
  line-height: 150%;
}
#kids-pagebox #header a img, #kids-pagebox #footer_top_area_wrap a img, #kids-pagebox #footer_bottom_area_wrap a img {
  border: none;
  verticle-align: top;
}
#kids-pagebox #header a, #kids-pagebox #header a:visited, #kids-pagebox #footer_top_area_wrap a, #kids-pagebox #footer_top_area_wrap a:visited, #kids-pagebox #footer_bottom_area_wrap a, #kids-pagebox #footer_bottom_area_wrap a:visited {
  outline: none;
}
#kids-pagebox #header p, #kids-pagebox #footer_top_area_wrap p, #kids-pagebox #footer_bottom_area_wrap p {
  margin: 0 0 1.5em 0;
  padding: 0;
  line-height: 240%;
}
#kids-pagebox #header ul, #kids-pagebox #footer_top_area_wrap ul, #kids-pagebox #footer_bottom_area_wrap ul {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  line-height: 0%;
}
#kids-pagebox #header ul li, #kids-pagebox #footer_top_area_wrap ul li, #kids-pagebox #footer_bottom_area_wrap ul li {
  margin: 0;
  padding: 0;
  line-height: normal;
  zoom: 1;
}
#kids-pagebox #header ol, #kids-pagebox #footer_top_area_wrap ol, #kids-pagebox #footer_bottom_area_wrap ol {
  margin: 0 0 2em 19px;
  padding: 0;
}
#kids-pagebox #header ol li, #kids-pagebox #footer_top_area_wrap ol li, #kids-pagebox #footer_bottom_area_wrap ol li {
  padding: 0 0 5px 0;
  line-height: normal;
}
#kids-pagebox #header dl, #kids-pagebox #footer_top_area_wrap dl, #kids-pagebox #footer_bottom_area_wrap dl {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 0%;
}
#kids-pagebox #header dl dt, #kids-pagebox #header dl dd, #kids-pagebox #footer_top_area_wrap dl dt, #kids-pagebox #footer_top_area_wrap dl dd, #kids-pagebox #footer_bottom_area_wrap dl dt, #kids-pagebox #footer_bottom_area_wrap dl dd {
  margin: 0;
  padding: 0;
  line-height: normal;
  zoom: 1;
}
#kids-pagebox #header dl dt, #kids-pagebox #footer_top_area_wrap dl dt, #kids-pagebox #footer_bottom_area_wrap dl dt {
  font-weight: bold;
}
#kids-pagebox #header form, #kids-pagebox #header table, #kids-pagebox #header input, #kids-pagebox #header textarea, #kids-pagebox #header dl, #kids-pagebox #header dt, #kids-pagebox #header dd, #kids-pagebox #footer_top_area_wrap form, #kids-pagebox #footer_top_area_wrap table, #kids-pagebox #footer_top_area_wrap input, #kids-pagebox #footer_top_area_wrap textarea, #kids-pagebox #footer_top_area_wrap dl, #kids-pagebox #footer_top_area_wrap dt, #kids-pagebox #footer_top_area_wrap dd, #kids-pagebox #footer_bottom_area_wrap form, #kids-pagebox #footer_bottom_area_wrap table, #kids-pagebox #footer_bottom_area_wrap input, #kids-pagebox #footer_bottom_area_wrap textarea, #kids-pagebox #footer_bottom_area_wrap dl, #kids-pagebox #footer_bottom_area_wrap dt, #kids-pagebox #footer_bottom_area_wrap dd {
  margin: 0;
  padding: 0;
}
#kids-pagebox #header table, #kids-pagebox #footer_top_area_wrap table, #kids-pagebox #footer_bottom_area_wrap table {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
#kids-pagebox #header cite, #kids-pagebox #footer_top_area_wrap cite, #kids-pagebox #footer_bottom_area_wrap cite {
  text-align: right;
  display: block;
}
#kids-pagebox #header object, #kids-pagebox #footer_top_area_wrap object, #kids-pagebox #footer_bottom_area_wrap object {
  display: block;
  margin: 0 auto;
  height: auto;
}
#kids-pagebox #header del, #kids-pagebox #footer_top_area_wrap del, #kids-pagebox #footer_bottom_area_wrap del {
  color: #333;
}
#kids-pagebox #header hr, #kids-pagebox #footer_top_area_wrap hr, #kids-pagebox #footer_bottom_area_wrap hr {
  border: 1px solid #ccc;
  margin: 40px 0;
}
#kids-pagebox #header .wp-caption-text, #kids-pagebox #footer_top_area_wrap .wp-caption-text, #kids-pagebox #footer_bottom_area_wrap .wp-caption-text {
  text-align: center;
}
#kids-pagebox #header .alignright, #kids-pagebox #footer_top_area_wrap .alignright, #kids-pagebox #footer_bottom_area_wrap .alignright {
  float: right;
}
#kids-pagebox #header .alignleft, #kids-pagebox #footer_top_area_wrap .alignleft, #kids-pagebox #footer_bottom_area_wrap .alignleft {
  float: left;
}
#kids-pagebox #header .aligncenter, #kids-pagebox #footer_top_area_wrap .aligncenter, #kids-pagebox #footer_bottom_area_wrap .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#kids-pagebox #header .centered, #kids-pagebox #footer_top_area_wrap .centered, #kids-pagebox #footer_bottom_area_wrap .centered {
  margin-left: auto;
  margin-right: auto;
}
#kids-pagebox #header .clear, #kids-pagebox #footer_top_area_wrap .clear, #kids-pagebox #footer_bottom_area_wrap .clear {
  clear: both;
}
#kids-pagebox #header.clearfix:after,
#kids-pagebox #header .clearfix:after, #kids-pagebox #footer_top_area_wrap.clearfix:after,
#kids-pagebox #footer_top_area_wrap .clearfix:after, #kids-pagebox #footer_bottom_area_wrap.clearfix:after,
#kids-pagebox #footer_bottom_area_wrap .clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}
#kids-pagebox #header input[type=text], #kids-pagebox #header input[type=password], #kids-pagebox #header textarea, #kids-pagebox #header select, #kids-pagebox #footer_top_area_wrap input[type=text], #kids-pagebox #footer_top_area_wrap input[type=password], #kids-pagebox #footer_top_area_wrap textarea, #kids-pagebox #footer_top_area_wrap select, #kids-pagebox #footer_bottom_area_wrap input[type=text], #kids-pagebox #footer_bottom_area_wrap input[type=password], #kids-pagebox #footer_bottom_area_wrap textarea, #kids-pagebox #footer_bottom_area_wrap select {
  outline: none;
}
#kids-pagebox #header {
  position: relative;
  height: 161px;
  width: 992px;
  margin: 0 auto;
}
#kids-pagebox .no_nav #header {
  height: 124px;
}
#kids-pagebox #site_description {
  margin: 0;
  line-height: 100%;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 13px;
  font-weight: normal;
}
#kids-pagebox #logo {
  margin: 0;
  line-height: 100%;
  position: absolute;
  top: 62px;
  left: 11px;
}
#kids-pagebox #logo_text {
  margin: 0;
  line-height: 100%;
  position: absolute;
  top: 70px;
  left: 0px;
  font-size: 20px;
  font-weight: normal;
}
#kids-pagebox #logo_text a {
  color: #333;
  text-decoration: none;
}
#kids-pagebox #logo_text a:hover {
  text-decoration: underline;
}
#kids-pagebox ul#social_link {
  margin: 0;
  position: absolute;
  right: 0px;
  top: 7px;
}
#kids-pagebox ul#social_link li {
  float: left;
  margin: 0 0 0 5px;
}
#kids-pagebox .menu_button {
  display: none;
}
#kids-pagebox #global_menu {
  height: 37px;
  margin: 0;
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 0;
  z-index: 999;
  width: 993px;
  background: url(https://www.rec-tennis.com/kamishakujii/wp/wp-content/uploads/zero/menu_line2.gif) no-repeat left top;
}
#kids-pagebox #menu-header_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #7fb69d;
}
#kids-pagebox #menu-header_navi > li {
  width: 12.5%;
}
#kids-pagebox #global_menu ul ul {
  display: none;
  position: absolute;
  top: 37px;
  left: 0px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#kids-pagebox #global_menu ul ul ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 -1px;
}
#kids-pagebox #global_menu li {
  position: relative;
}
#kids-pagebox #global_menu li a {
  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;
  height: 37px;
  border-right: 1px solid #7fb69d;
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#kids-pagebox #global_menu li a:hover {
  background-color: #979797;
}
#kids-pagebox #global_menu ul ul li {
  float: none;
  min-width: 140px;
  width: auto !important;
  height: auto;
  line-height: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  background: none;
}
#kids-pagebox #global_menu ul ul a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  position: relative;
  padding: 10px 20px 10px;
  height: auto;
  line-height: 190%;
  margin: 0 0 -1px 0;
  text-align: left;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  white-space: nowrap;
}
#kids-pagebox #global_menu ul ul a:hover {
  border: 1px solid #ccc;
  background: #f2f2f2;
}
#kids-pagebox #header_banner {
  position: absolute;
  top: 50px;
  right: 0px;
}
@media screen and (max-width: 544px) {
  #kids-pagebox {
    /* description */
    /* logo */
    /* social link */
    /* global menu */
    /* banner */
  }
  #kids-pagebox #header {
    width: 100%;
    min-height: 32px;
    height: auto;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 7px 0;
    margin: 0;
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(248, 248, 248)));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f8f8f8",GradientType=0 );
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  }
  #kids-pagebox #site_description {
    display: none;
  }
  #kids-pagebox #logo_text, #kids-pagebox #logo {
    width: 40%;
    position: static;
    margin: 5px 0 0 15px;
    line-height: 120%;
    float: left;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
  }
  #kids-pagebox #logo_text a, #kids-pagebox #logo a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  #kids-pagebox #logo_text a:hover, #kids-pagebox #logo a:hover {
    text-decoration: underline;
  }
  #kids-pagebox #logo img {
    display: none;
  }
  #kids-pagebox #logo a:before {
    content: attr(data-label);
  }
  #kids-pagebox ul#social_link {
    float: right;
    margin: 5px 80px 0 -3px;
  }
  #kids-pagebox ul#social_link li {
    float: left;
    margin: 0 0 0 3px;
  }
  #kids-pagebox .no_nav #social_link {
    margin-right: 15px;
  }
  #kids-pagebox #header a.menu_button {
    position: absolute;
    right: 15px;
    margin: 0;
    display: inline-block;
    font-size: 11px;
    color: #666;
    padding: 0 10px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #bbb;
  }
  #kids-pagebox #header a.menu_button:hover {
    background: #888;
    color: #fff;
  }
  #kids-pagebox #header a.active {
    background: #eee;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  }
  #kids-pagebox #global_menu {
    display: none;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0;
    top: 10px;
    position: relative;
    box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  }
  #kids-pagebox #menu-header_navi {
    display: block;
    border-left: 0px none transparent;
  }
  #kids-pagebox #menu-header_navi > li {
    width: 100%;
  }
  #kids-pagebox #global_menu ul {
    margin: 0;
  }
  #kids-pagebox #global_menu a {
    display: block;
    margin: 0 0 -1px 0;
  }
  #kids-pagebox #global_menu a:hover {
    background-color: #000;
    color: #fff;
  }
  #kids-pagebox #global_menu a:hover {
    background-color: #000;
    color: #fff;
  }
  #kids-pagebox #global_menu li a {
    display: block;
    height: auto;
    border: 1px solid #222;
    margin: 0 0 -1px 0;
    padding: 0 10px 0 32px;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    text-decoration: none;
    text-align: left;
    background: #444 url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/common/arrow4.png) no-repeat 20px;
    color: #fff;
  }
  #kids-pagebox #global_menu li a:hover {
    background-color: #000;
  }
  #kids-pagebox #global_menu ul ul {
    position: static;
  }
  #kids-pagebox #global_menu ul ul a {
    background: #333 url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/common/arrow4.png) no-repeat 34px;
    border: 1px solid #222;
    margin: 0 0 -1px 0;
    padding: 0 0 0 45px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
  }
  #kids-pagebox #global_menu ul ul a:hover {
    background-color: #000;
    border: 1px solid #222;
  }
  #kids-pagebox #global_menu ul ul ul a {
    background: #252525 url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/common/arrow4.png) no-repeat 49px;
    padding: 0 0 0 60px;
  }
  #kids-pagebox #global_menu ul ul ul ul a {
    background: #333 url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/common/arrow4.png) no-repeat 64px;
    padding: 0 0 0 75px;
  }
  #kids-pagebox #header_banner {
    display: none;
  }
}
#kids-pagebox #return_top {
  float: right;
  margin: -24px 0 20px 0;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 35px;
  height: 46px;
  background: url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/footer/return_top.gif) no-repeat center center;
}
#kids-pagebox #return_top:hover {
  opacity: 0.6;
}
#kids-pagebox #footer_top_area_wrap {
  clear: both;
  width: 100%;
  min-width: 992px;
  background: url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/footer/background.gif) repeat-x left top;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #footer_top_area_wrap {
    min-width: initial;
  }
}
#kids-pagebox #footer_top_area_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 25.21vw;
  background: url(https://rec-tennis.com/school/img000/footer/WeLoveTennisW.webp) no-repeat center bottom/cover #fff;
}
#kids-pagebox #footer_top_area {
  width: 992px;
  margin: 0 auto;
  position: relative;
  color: #555;
  padding: 33px 0;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #footer_top_area {
    width: 100%;
  }
}
#kids-pagebox #footer_banner {
  float: left;
  width: 300px;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #footer_banner {
    float: none;
    width: auto;
  }
}
#kids-pagebox #footer_banner img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  border: 5px solid #fff;
}
#kids-pagebox #footer_widget {
  width: 580px;
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #footer_widget {
    float: none;
    width: auto;
  }
}
#kids-pagebox .footer_widget {
  width: 250px;
  float: left;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 992px) {
  #kids-pagebox .footer_widget {
    float: none;
    width: auto;
    margin-left: 0px;
  }
}
#kids-pagebox .footer_widget .footer_headline {
  color: #fff;
  background: #bbb;
  margin: 0;
  font-size: 13px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
#kids-pagebox .footer_widget ul {
  margin: 0;
  overflow: hidden;
}
#kids-pagebox .footer_widget li {
  border-bottom: 1px dotted #999;
  padding: 10px 0 !important;
  margin: 0 0 -1px 0 !important;
}
#kids-pagebox .footer_widget a {
  color: #666;
}
#kids-pagebox #footer_bottom_area_wrap {
  clear: both;
  width: 100%;
  min-width: 992px;
  background: #333;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #footer_bottom_area_wrap {
    min-width: initial;
  }
}
#kids-pagebox #footer_bottom_area {
  position: relative;
  width: 992px;
  height: 85px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 992px) {
  #kids-pagebox #footer_bottom_area {
    width: 94%;
  }
}
#kids-pagebox #footer_logo {
  margin: 0;
  line-height: 100%;
  position: absolute;
}
#kids-pagebox #footer_logo_text {
  position: absolute;
  margin: 0;
  top: 33px;
  font-size: 16px;
  left: 0px;
  font-weight: normal;
}
#kids-pagebox #footer_logo_text a {
  color: #ccc;
  text-decoration: none;
}
#kids-pagebox .footer_menu ul {
  position: absolute;
  right: 0px;
  top: 35px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  #kids-pagebox .footer_menu ul {
    width: 94%;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
#kids-pagebox .footer_menu li {
  display: inline;
  margin: 0;
  font-size: 12px;
}
#kids-pagebox .footer_menu a {
  color: #ccc !important;
  text-decoration: none;
  border-left: 1px solid #666;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
#kids-pagebox .footer_menu li.first a {
  border: none;
  margin: 0;
  padding: 0;
}
#kids-pagebox #copyright {
  width: 100%;
  min-width: 994px;
  clear: both;
  text-align: center;
  color: #ccc;
  background: #000;
  margin: 0;
  height: 38px;
  line-height: 39px;
  font-size: 11px;
}
@media screen and (max-width: 994px) {
  #kids-pagebox #copyright {
    min-width: initial;
    height: auto;
    line-height: 2em;
  }
}
#kids-pagebox #copyright a {
  text-decoration: none;
  color: #ccc;
}
#kids-pagebox #copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 544px) {
  #kids-pagebox {
    /* footer top area */
    /* banner */
    /* widget */
    /* footer bottom area */
    /* logo */
    /* menu */
    /* copyright */
  }
  #kids-pagebox #return_top {
    z-index: 9;
    position: absolute;
    bottom: 7px;
    right: 7px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: #333 url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/footer/return_top2.gif) no-repeat center center;
    border-radius: 4px;
  }
  #kids-pagebox #footer_top_area_wrap {
    width: 100%;
  }
  #kids-pagebox #footer_top_area {
    margin: 0 auto;
    position: relative;
    color: #555;
    padding: 0 0 20px;
  }
  #kids-pagebox #footer_banner {
    margin: 0 auto;
    padding: 0 15px;
  }
  #kids-pagebox #footer_banner img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  #kids-pagebox #footer_widget {
    display: none;
  }
  #kids-pagebox #footer_bottom_area_wrap {
    clear: both;
    width: 100%;
    background: #333;
  }
  #kids-pagebox #footer_logo {
    display: none;
  }
  #kids-pagebox #footer_logo_text {
    display: none;
  }
  #kids-pagebox .footer_menu ul {
    width: 94%;
    position: static;
    margin: 0 auto;
    overflow: hidden;
  }
  #kids-pagebox .footer_menu li {
    margin: 0 0 -1px 0;
    font-size: 12px;
  }
  #kids-pagebox .footer_menu a {
    color: #ccc;
    text-decoration: none;
    padding: 15px 0 10px 25px;
    margin: 0;
    display: block;
    background: url(https://kamishakujii.rec-tennis.com/wp/wp-content/themes/an_tcd014/img/common/arrow3.gif) no-repeat 15px;
    border-bottom: 1px solid #444;
  }
  #kids-pagebox .footer_menu a:hover {
    background-color: #222;
    color: #ccc;
  }
  #kids-pagebox #copyright {
    width: 100%;
    color: #ccc;
    background: #000;
    margin: 0;
    padding: 18px 0;
  }
  #kids-pagebox #copyright p {
    font-size: 11px;
    margin: 0 0 0 15px;
    line-height: 130%;
    width: 70%;
  }
}
@media screen and (max-width: 544px) and (max-width: 992px) {
  #kids-pagebox #copyright p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  #kids-pagebox #copyright a {
    text-decoration: none;
    color: #ccc;
  }
}
@media screen and (max-width: 544px) {
  #kids-pagebox #copyright a:hover {
    text-decoration: underline;
  }
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------
新・旧　汎用
  --------------------------------------------------*/
#kids-pagebox,
#kids_pagebox {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
@media (min-width: 960px) {
  #kids-pagebox #contentbox > article,
#kids_pagebox #contentbox > article {
    height: auto;
  }
}
#kids-pagebox table.itemlist,
#kids_pagebox table.itemlist {
  border-collapse: collapse;
}
#kids-pagebox table.itemlist th,
#kids-pagebox table.itemlist td,
#kids_pagebox table.itemlist th,
#kids_pagebox table.itemlist td {
  border-top-width: 15px;
}
#kids-pagebox #content_kanban,
#kids_pagebox #content_kanban {
  text-align: center;
}
#kids-pagebox #content_kanban ul,
#kids_pagebox #content_kanban ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#kids-pagebox #content_kanban ul:nth-of-type(1),
#kids_pagebox #content_kanban ul:nth-of-type(1) {
  margin-bottom: 30px;
}
#kids-pagebox #content_kanban ul:nth-of-type(2),
#kids_pagebox #content_kanban ul:nth-of-type(2) {
  margin-top: 30px;
}
#kids-pagebox #content_kanban ul li,
#kids_pagebox #content_kanban ul li {
  width: 20%;
  margin-bottom: 0px;
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #kids-pagebox #content_kanban ul li:nth-child(15) ~ li,
#kids_pagebox #content_kanban ul li:nth-child(15) ~ li {
    display: none;
  }
}
#kids-pagebox #content_kanban ul li a,
#kids_pagebox #content_kanban ul li a {
  display: block;
}
#kids-pagebox #content_kanban ul li a img,
#kids_pagebox #content_kanban ul li a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#kids-pagebox #content_kanban h2,
#kids_pagebox #content_kanban h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(1.5rem, 0rem + 7.5vw, 7.5rem);
  font-weight: normal;
  color: #006633;
  letter-spacing: 0.25em;
  line-height: 1.25em;
  text-shadow: 2px 2px 1px #fff, 2px 2px 1px #000;
}
#kids-pagebox #content_kanban h2:before,
#kids_pagebox #content_kanban h2:before {
  content: "テニスをしよう！";
  display: block;
  margin-bottom: 15px;
  font-family: "bokutoh-rera", sans-serif;
  font-size: clamp(0.75rem, 0.1875rem + 2.8125vw, 3rem);
  line-height: 1;
  text-align: center;
}
#kids-pagebox #content_reason p,
#kids_pagebox #content_reason p {
  margin-bottom: 1em;
}
#kids-pagebox #content_reason p:last-child,
#kids_pagebox #content_reason p:last-child {
  margin-bottom: 0px;
}
#kids-pagebox #content_reason img,
#kids_pagebox #content_reason img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #kids-pagebox #content_reason img,
#kids_pagebox #content_reason img {
    width: 240px;
  }
}
#kids-pagebox .application,
#kids_pagebox .application {
  text-align: center;
}
#kids-pagebox .application dt span,
#kids-pagebox .application dt small,
#kids_pagebox .application dt span,
#kids_pagebox .application dt small {
  display: block;
  font-family: "bokutoh-rera", sans-serif;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
#kids-pagebox .application dt span,
#kids_pagebox .application dt span {
  font-size: 200%;
  margin-bottom: 15px;
}
#kids-pagebox #content_type ul.itemlist,
#kids_pagebox #content_type ul.itemlist {
  margin-bottom: 45px;
}
#kids-pagebox #content_type ul.itemlist li,
#kids_pagebox #content_type ul.itemlist li {
  border: 6px solid #006633;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
}
#kids-pagebox #content_type ul.itemlist li h4,
#kids_pagebox #content_type ul.itemlist li h4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 30px auto;
  grid-template-columns: 100px auto;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
  grid-gap: 10px 30px;
      grid-template-areas: "photo sub" "photo main";
  margin-bottom: 15px;
  font-family: "bokutoh-rera", sans-serif;
  font-weight: normal;
}
#kids-pagebox #content_type ul.itemlist li h4:before,
#kids_pagebox #content_type ul.itemlist li h4:before {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  content: "";
  grid-area: photo;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
#kids-pagebox #content_type ul.itemlist li h4 small,
#kids-pagebox #content_type ul.itemlist li h4 span,
#kids_pagebox #content_type ul.itemlist li h4 small,
#kids_pagebox #content_type ul.itemlist li h4 span {
  display: block;
  line-height: 1.25em;
}
#kids-pagebox #content_type ul.itemlist li h4 small,
#kids_pagebox #content_type ul.itemlist li h4 small {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub;
  -ms-flex-line-pack: end;
      align-content: end;
}
#kids-pagebox #content_type ul.itemlist li h4 span,
#kids_pagebox #content_type ul.itemlist li h4 span {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: main;
  font-size: 200%;
}
#kids-pagebox #content_type ul.itemlist li:nth-of-type(1) h4:before,
#kids_pagebox #content_type ul.itemlist li:nth-of-type(1) h4:before {
  background-image: url(../school/img/kids/kids_type_icon_01.jpg);
}
#kids-pagebox #content_type ul.itemlist li:nth-of-type(2) h4:before,
#kids_pagebox #content_type ul.itemlist li:nth-of-type(2) h4:before {
  background-image: url(../school/img/kids/kids_type_icon_02.jpg);
}
#kids-pagebox #content_type .photo,
#kids_pagebox #content_type .photo {
  border-radius: 2px;
  text-align: center;
}
#kids-pagebox #content_form,
#kids_pagebox #content_form {
  text-align: center;
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*# sourceMappingURL=style_kids.css.map */