@charset "UTF-8";
/*
toppage.scss
*/
/*
box.scss
*/
/*
config.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@800&display=swap");
/*
all.scss
*/
/*
config.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@800&display=swap");
html {
  position: relative;
  background-color: #fff;
}

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

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

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

blockquote {
  margin: 0px;
}

address {
  font-size: 100%;
  font-style: normal;
}
address a {
  color: #444;
  text-decoration: none;
}

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

.bttn:not(li.bttn) {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #007742;
  border-radius: 1.5em;
  padding: 0.3em 1em;
  font-size: 91.6%;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.05em;
}
.bttn:not(li.bttn).long {
  padding: 0.3em 2em;
}
.bttn:not(li.bttn).en {
  font-family: "Heebo", sans-serif;
  font-size: 133.3%;
}
.bttn:not(li.bttn).icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px;
  font-size: 30px;
}
.bttn:not(li.bttn).icon.guide {
  width: auto;
  height: auto;
  border: 0px none transparent;
  border-radius: 0px;
  margin-right: 15px;
  font-size: 100%;
}
li:last-child .bttn:not(li.bttn).icon.guide {
  margin-right: 0px;
}
.bttn:not(li.bttn).icon.guide i.fa-stack-1x {
  font-size: 100%;
}
.bttn:not(li.bttn).icon.guide i.fa-stack-2x {
  font-size: 2em;
}
.bttn:not(li.bttn).icon.guide span.fa-stack {
  width: 2em;
}
.bttn:not(li.bttn).icon.guide span.text {
  margin-left: 3px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
}
.bttn:not(li.bttn).icon i {
  margin-right: 0px;
}
.bttn:not(li.bttn).inquiry {
  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: 0px none transparent;
  border-radius: 3px;
  margin: 2em auto;
  padding: 25px 3em;
  font-size: 133.3%;
  color: #fff;
}
.bttn:not(li.bttn).inquiry.large {
  font-size: 175%;
}
@media screen and (max-width: 544px) {
  .bttn:not(li.bttn).inquiry {
    margin: 1em auto;
    padding: 20px 2em;
    font-size: 116.6%;
  }
  .bttn:not(li.bttn).inquiry.large {
    font-size: 150%;
  }
}
.bttn:not(li.bttn).inquiry:hover {
  cursor: pointer;
}
.bttn:not(li.bttn).is_coming_soon {
  color: #e6e6e6;
}
.bttn:not(li.bttn) i {
  margin-right: 0.3em;
  font-size: 150%;
  vertical-align: middle;
}

.inquiry {
  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: 0px none transparent;
  border-radius: 3px;
  margin: 2em auto;
  padding: 25px 3em;
  font-size: 133.3%;
  color: #fff;
}
@media screen and (max-width: 544px) {
  .inquiry {
    padding: 20px 2em;
    font-size: 116.6%;
  }
}
.inquiry:hover {
  cursor: pointer;
}

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

.operation {
  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;
}
.operation li {
  margin: 0px 15px 10px 0px;
}
.operation li:last-child {
  margin-right: 0px;
}

.tag.dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag.dot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dotted #000;
  border-radius: 2px;
  padding: 0.5em 1em;
  margin: 0px 6px 0.5em 0px;
}
.tag.dot li:last-child {
  margin-right: 0px;
}

.photo {
  border-radius: 2px;
}
.photo.left {
  float: left;
  margin: 0px 60px 0px 0px;
}
@media screen and (max-width: 768px) {
  .photo.left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 544px) {
  .photo.left {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.right {
  float: right;
  margin: 0px 0px 0px 60px;
}
@media screen and (max-width: 768px) {
  .photo.right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 544px) {
  .photo.right {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.center {
  display: block;
  margin: 0px auto 1em;
}

div.photo + * {
  overflow: hidden;
}

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

.tablet,
.sp {
  display: none;
}
.tablet.pc,
.sp.pc {
  display: inline-block;
}
@media screen and (max-width: 544px) {
  .tablet.pc,
.sp.pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tablet {
    display: inline-block;
  }
  .tablet.pc {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  .tablet.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.tablet,
nav.tablet,
aside.tablet,
div.tablet,
table.tablet,
dl.tablet,
ol.tablet,
ul.tablet p.tablet {
    display: block;
  }
  section.tablet.pc,
nav.tablet.pc,
aside.tablet.pc,
div.tablet.pc,
table.tablet.pc,
dl.tablet.pc,
ol.tablet.pc,
ul.tablet p.tablet.pc {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  section.tablet.pc,
nav.tablet.pc,
aside.tablet.pc,
div.tablet.pc,
table.tablet.pc,
dl.tablet.pc,
ol.tablet.pc,
ul.tablet p.tablet.pc {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .sp {
    display: inline-block;
  }
  section.sp,
nav.sp,
aside.sp,
div.sp,
table.sp,
dl.sp,
ol.sp,
ul.sp p.sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc.tablet {
    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;
}

@media screen and (max-width: 544px) {
  select {
    width: 100%;
  }
}

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

.blockttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dotted #333;
  margin: 0px 0px 2em;
  padding: 0px 0px 0.75em;
  font-family: "UD新ゴ コンデンス90 M", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #007742;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .blockttl {
    margin-bottom: 1em;
  }
}
.blockttl:before {
  content: "\f58e";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.75em;
  font-family: "Font Awesome 6 Pro";
  color: #007742;
}

h3.blockttl {
  font-size: 133.3%;
}

h4.blockttl {
  font-size: 116.6%;
}

/*
slick.js
*/
.slide {
  padding-top: 6em;
}
.slide .slick-dots {
  bottom: auto;
  top: -6em;
}
.slide .slick-dots li button:before {
  color: #ccc;
}

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

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

/*
modaal.js
*/
.modaal-container {
  height: 90%;
}

.modaal-iframe-elem {
  height: 100%;
}

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

.fs-checkbox.fs-light.fs-checkbox-radio {
  display: inline-block !important;
}

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

.fs-number.fs-light {
  display: inline-block;
}

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

@media screen and (max-width: 544px) {
  [id$=_pagebox] {
    padding-top: 60px;
  }
}

/*
#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: 1080px;
  margin: 0px auto;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  #headerbox .logomark {
    width: 94%;
  }
}
#headerbox nav {
  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%);
  width: 100%;
  margin-top: 10px;
}
#headerbox nav ul.menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  position: relative;
  z-index: 2;
  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: 15%;
  height: 60px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
#headerbox nav ul.menubar > li:last-child {
  border-right: 0px none transparent;
  margin-left: auto;
}
#headerbox nav ul.menubar > li > a {
  display: table-cell;
  width: 100%;
  height: 60px;
  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;
}
#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;
}

/*
--------------------------------------------------*/
#sticky_header {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  display: block;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 999;
  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 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%;
}
@media screen and (max-width: 544px) {
  #sticky_header nav {
    padding: 0px 15px;
  }
}
#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;
}
#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 a:before {
  background-image: url(../img000/c_navi_join_booking.png);
}
#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
  --------------------------------------------------*/
  /*
  .lowerbox
  --------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#footerbox .upperbox {
  background-color: #f4f0eb;
  padding: 45px 0px 30px;
}
#footerbox .upperbox > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0px auto;
  line-height: 1.6em;
}
#footerbox .upperbox > .inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox > .inner {
    display: block;
    width: 94%;
  }
}
#footerbox .upperbox .school {
  background-color: #fff;
  margin-bottom: 45px;
}
#footerbox .upperbox .school > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  position: relative;
  margin: 0px auto;
  padding: 45px 0px;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .school > .inner {
    width: 94%;
  }
}
#footerbox .upperbox .school > .inner h3 {
  width: 100%;
  font-size: 133.3%;
  font-weight: normal;
}
#footerbox .upperbox .school > .inner dl {
  width: 30%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .school > .inner dl {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .school > .inner dl {
    width: 100%;
  }
}
#footerbox .upperbox .school > .inner dl dt {
  margin-bottom: 10px;
  font-size: 91.6%;
}
#footerbox .upperbox .school > .inner dl dd {
  margin-bottom: 0px;
}
#footerbox .upperbox .school > .inner dl dd li {
  border-top: 1px solid #ccc;
  margin: 0px;
  padding: 0.75em 0px;
  line-height: 1.25em;
}
#footerbox .upperbox .school > .inner dl dd li:last-child {
  border-bottom: 1px solid #ccc;
}
#footerbox .upperbox .school > .inner dl dd li a {
  color: #444;
  text-decoration: none;
  letter-spacing: -0.05em;
}
#footerbox .upperbox .school > .inner p {
  width: 30%;
  height: 90px;
  position: absolute;
  right: 0px;
  bottom: 45px;
  margin: 0px;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .school > .inner p {
    width: 45%;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .school > .inner p {
    width: 100%;
    position: static;
    right: auto;
    bottom: auto;
  }
}
#footerbox .upperbox .school > .inner p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 90px;
  background-color: #007742;
  border-radius: 2px;
  padding: 0px 0px 0px 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.05em;
  text-align: center;
}
#footerbox .upperbox .school > .inner p a span {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: center;
}
#footerbox .upperbox .school > .inner p a img {
  width: 60px;
}
#footerbox .upperbox address {
  display: inline-block;
  font-size: 91.6%;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox address {
    margin-bottom: 2em;
  }
}
#footerbox .upperbox nav {
  margin-left: auto;
}
#footerbox .upperbox .menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px;
}
@media screen and (max-width: 1080px) {
  #footerbox .upperbox .menubar {
    display: none;
  }
}
#footerbox .upperbox .menubar li {
  border-right: 1px solid #444;
  margin: 0px 0.75em 1em 0px;
  padding: 0px 0.75em 0px 0px;
}
#footerbox .upperbox .menubar li:last-child {
  border-right: 0px none transparent;
  margin-right: 0px;
  padding-right: 0px;
}
#footerbox .upperbox .menubar li a {
  font-size: 91.6%;
  color: #444;
  text-decoration: none;
  letter-spacing: -0.05em;
}
#footerbox .upperbox .etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .etc {
    display: block;
  }
}
#footerbox .upperbox .etc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footerbox .upperbox .etc li:nth-child(1) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #footerbox .upperbox .etc li:nth-child(1) {
    margin-right: 20px;
  }
}
#footerbox .upperbox .etc li p {
  margin: 0px 20px 0px 0px;
}
@media screen and (max-width: 768px) {
  #footerbox .upperbox .etc li p {
    margin-right: 15px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .upperbox .etc li p {
    width: 60px;
    text-align: center;
  }
}
#footerbox .upperbox .etc li h6 {
  margin: 0px;
  font-size: 91.6%;
  font-weight: normal;
}
#footerbox .upperbox .etc li img[src$="f_privacy.png"] {
  width: 60px;
  height: auto;
}
#footerbox .lowerbox .logomark {
  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%);
  padding: 1em 0px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 544px) {
  #footerbox .lowerbox .logomark {
    text-align: center;
  }
}
#footerbox .lowerbox .logomark span {
  display: block;
  width: 1080px;
  margin: 0px auto;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  #footerbox .lowerbox .logomark span {
    width: 94%;
  }
}
#footerbox .lowerbox .endbar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block;
  width: 1080px;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  #footerbox .lowerbox .endbar {
    width: 94%;
  }
}
#footerbox .lowerbox .endbar .copyright {
  display: block;
  float: none;
  padding-top: 1em;
  text-align: left;
}
@media screen and (max-width: 544px) {
  #footerbox .lowerbox .endbar .copyright {
    padding-top: 0.5em;
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .lowerbox .endbar .copyright p {
    margin-bottom: 0.5em;
    text-align: center;
  }
}
#footerbox .lowerbox .endbar ul.sns .fa-stack i:last-child {
  color: #fff;
}
#footerbox .lowerbox .endbar ul.sns a[href*="facebook.com"] i:nth-child(1) {
  color: #3B5998;
}

/*------------------------------------------------*/
/*
#categoryttlbox
--------------------------------------------------
--------------------------------------------------*/
#categoryttlbox {
  margin: 0px 0px 4em;
}
@media screen and (max-width: 544px) {
  #categoryttlbox {
    margin-bottom: 2em;
  }
}
#categoryttlbox .ttl {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #666;
  -webkit-filter: grayscale(40%) contrast(150%);
          filter: grayscale(40%) contrast(150%);
  mix-blend-mode: multiply;
}
#categoryttlbox .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 89, 47, 0.5);
  mix-blend-mode: overlay;
}
#categoryttlbox .ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-star;
      -ms-flex-pack: flex-star;
          justify-content: flex-star;
  width: 1080px;
  height: 100%;
  margin: 0px auto;
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1080px) {
  #categoryttlbox .ttl p {
    width: 94%;
  }
}
@media screen and (max-width: 544px) {
  #categoryttlbox .ttl p {
    font-size: 150%;
  }
}
#categoryttlbox .kanban {
  height: 0px;
  visibility: hidden;
}
#categoryttlbox .navitrail {
  background-color: #f4f0eb;
  padding: 1em 0px;
}
@media screen and (max-width: 544px) {
  #categoryttlbox .navitrail {
    padding: 0.5em 0px;
    font-size: 91.6%;
  }
}
#categoryttlbox .navitrail p {
  width: 1080px;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  #categoryttlbox .navitrail p {
    width: 94%;
  }
}

.top_page #categoryttlbox .ttl,
[id$=_pagebox].regular #categoryttlbox .ttl {
  height: 320px;
}
@media screen and (max-width: 544px) {
  .top_page #categoryttlbox .ttl,
[id$=_pagebox].regular #categoryttlbox .ttl {
    height: 150px;
  }
}

.label_page #categoryttlbox .ttl,
.article_page #categoryttlbox .ttl {
  height: 240px;
}
@media screen and (max-width: 544px) {
  .label_page #categoryttlbox .ttl,
.article_page #categoryttlbox .ttl {
    height: 150px;
  }
}

/*
#pagetabbox
--------------------------------------------------
--------------------------------------------------*/
#pagetabbox {
  position: relative;
  margin-top: -2em;
}
@media screen and (max-width: 544px) {
  #pagetabbox {
    margin-top: -1em;
  }
}
#pagetabbox .tab_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0px auto;
}
@media screen and (max-width: 1080px) {
  #pagetabbox .tab_navigation ul {
    width: 94%;
  }
}
#pagetabbox .tab_navigation ul li {
  margin: 0px;
  font-size: 116.6%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation ul li {
    font-size: 100%;
  }
}
#pagetabbox .tab_navigation ul 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;
  width: 100%;
  height: 70px;
  background-color: #f4f0eb;
  border-radius: 6px 6px 0px 0px;
  color: #007742;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation ul li a {
    height: 50px;
  }
}
#pagetabbox .tab_navigation ul li.current a {
  height: 90px;
  background-color: #00592f;
  color: #fff;
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation ul li.current a {
    height: 70px;
  }
}
#pagetabbox .tab_navigation.column_2 li {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation.column_2 li {
    width: calc((100% - 6px) / 2);
  }
}
#pagetabbox .tab_navigation.column_3 li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation.column_3 li {
    width: calc((100% - 12px) / 3);
  }
}
#pagetabbox .tab_navigation.column_4 li {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation.column_4 li {
    width: calc((100% - 18px) / 4);
  }
}
#pagetabbox .tab_navigation.column_5 li {
  width: calc((100% - 40px) / 5);
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation.column_5 li {
    width: calc((100% - 24px) / 5);
  }
}
#pagetabbox .tab_navigation.column_6 li {
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_navigation.column_6 li {
    width: calc((100% - 30px) / 6);
  }
}
#pagetabbox .tab_content {
  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%);
  margin: 0px 0px 3em;
  padding: 30px 0px;
}
#pagetabbox .tab_content li {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1080px;
  height: 380px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #pagetabbox .tab_content li {
    width: 100%;
    height: 240px;
  }
}
#pagetabbox .tab_content li.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pagetabbox .tab_content li .photo {
  position: relative;
  height: 380px;
}
#pagetabbox .tab_content li .photo: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;
}
@media screen and (max-width: 1080px) {
  #pagetabbox .tab_content li .photo {
    height: 240px;
  }
}
#pagetabbox .tab_content li .photo img {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-filter: grayscale(90%) contrast(120%);
          filter: grayscale(90%) contrast(120%);
}
@media screen and (max-width: 1080px) {
  #pagetabbox .tab_content li .photo img {
    height: 240px;
  }
}
#pagetabbox .tab_content 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;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}
#pagetabbox .tab_content .en {
  font-family: "Heebo", sans-serif;
  font-size: 400%;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
  letter-spacing: -0.05em;
  line-height: 1em;
}
@media screen and (max-width: 544px) {
  #pagetabbox .tab_content .en {
    font-size: 240%;
  }
}

/*
#pagettlbox
--------------------------------------------------
--------------------------------------------------*/
#pagettlbox .inner {
  width: 1080px;
  margin: 0px auto 4em;
}
@media screen and (max-width: 1080px) {
  #pagettlbox .inner {
    width: 94%;
  }
}
#pagettlbox h1 {
  margin: 0px 0px 1em;
  font-weight: normal;
  line-height: 1.25em;
  text-align: center;
}
#pagettlbox h1 small {
  display: table;
  margin: 0px auto 1em;
  font-family: "UD新ゴ コンデンス90 M", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1080px) {
  #pagettlbox h1 small {
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 small {
    margin-bottom: 0.5em;
    font-size: 56.25%;
  }
}
#pagettlbox h1 small:before {
  content: "ー・";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5em;
}
#pagettlbox h1 small:after {
  content: "・ー";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5em;
}
#pagettlbox h1 span {
  display: inline-block;
  border-bottom: 4px solid #007742;
  padding: 0px 0px 0.125em;
  font-family: "新ゴ R", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 200%;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  #pagettlbox h1 span {
    font-size: 150%;
  }
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 span {
    font-size: 116.6%;
  }
}
#pagettlbox h1 span br.sp {
  display: none;
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 span br.sp {
    display: inline;
  }
}
#pagettlbox h1 span span {
  border-bottom: 0px none transparent;
  padding-bottom: 0px;
}
#pagettlbox h1 span span.pc {
  font-size: 100%;
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 span span.pc {
    display: none;
  }
}
#pagettlbox p {
  width: 80%;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  #pagettlbox p {
    width: 100%;
  }
}
#pagettlbox p.catchcopy {
  margin-bottom: 1em;
  font-size: 150%;
  letter-spacing: -0.05em;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #pagettlbox p.catchcopy {
    font-size: 116.6%;
  }
}
#pagettlbox .summary {
  height: 0px;
  visibility: hidden;
}
#pagettlbox .summary.current {
  height: auto;
  visibility: visible;
}
#pagettlbox .summary.none {
  display: none;
}

/*
COMMON
--------------------------------------------------*/
.blockbox {
  position: relative;
  margin: 0px auto 6em;
}
@media screen and (max-width: 544px) {
  .blockbox {
    margin-bottom: 3em;
  }
}
.blockbox:last-child {
  margin-bottom: 4em;
}
@media screen and (max-width: 544px) {
  .blockbox:last-child {
    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;
}

.content + .relative {
  margin-top: 3em;
}
.content + .relative li {
  margin-bottom: 0px;
}
.content + .relative li + li {
  margin-top: 1em;
}

.table_responsive {
  overflow-x: scroll;
}
.table_responsive + .table_responsive {
  margin-top: 4em;
}
@media screen and (max-width: 544px) {
  .table_responsive + .table_responsive {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1080px) {
  .table_responsive > table {
    min-width: 1080px;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive > table thead th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive > table tbody th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive > table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 768px) {
  .table_responsive {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .table_responsive:before {
    content: "※隠れている部分を表示するのに、表を左へスワイプ（指で左へ滑らせる）してください。";
    display: block;
    margin-bottom: 1em;
    color: #007742;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive:before {
    display: none;
  }
}

/*
SOY Inquiry
*/
#soy_inquiry_message_information h4 {
  margin-bottom: 0px;
}
#soy_inquiry_message_information ul li {
  margin-bottom: 0px;
}

table.inquiry_form .error_message {
  display: inline-block;
  background-color: #ed1c24;
  border-radius: 2px;
  padding: 4px 1em;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
}
table.inquiry_form.confirm th {
  width: 33.3333333333%;
}

/*
--------------------------------------------------*/
table.itemlist,
table.inquiry_form {
  /*------------------------------------------------*/
  width: 100%;
  border-collapse: separate;
  /*------------------------------------------------*/
}
table.itemlist + table.itemlist,
table.inquiry_form + table.itemlist {
  margin-top: 4em;
}
@media screen and (max-width: 544px) {
  table.itemlist + table.itemlist,
table.inquiry_form + table.itemlist {
    margin-top: 2em;
  }
}
table.itemlist caption,
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.itemlist caption,
table.inquiry_form caption {
    padding-bottom: 0.75em;
  }
}
table.itemlist thead th,
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.itemlist thead + tbody tr:nth-child(1) th, table.itemlist thead + tbody tr:nth-child(1) td,
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;
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist tbody tr,
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;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist tbody tr + tr,
table.inquiry_form tbody tr + tr {
    border-top: 0px none transparent;
  }
}
table.itemlist tbody tr th,
table.inquiry_form tbody tr th {
  width: 240px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist tbody tr th,
table.inquiry_form tbody tr th {
    width: 100%;
    border-top: 20px solid #fff;
    border-bottom: 0px none transparent;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist tbody tr td,
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%;
    border-bottom: 1px dotted #666 !important;
  }
}
table.itemlist tbody tr:nth-child(1) th, table.itemlist tbody tr:nth-child(1) td,
table.inquiry_form tbody tr:nth-child(1) th,
table.inquiry_form tbody tr:nth-child(1) td {
  border-top: 0px none transparent;
}
table.itemlist th, table.itemlist td,
table.inquiry_form th,
table.inquiry_form td {
  border-top: 20px solid #fff;
  border-bottom: 1px dotted #666;
  padding: 1.25em 20px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 544px) {
  table.itemlist th, table.itemlist td,
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-bottom: 0px none transparent;
    margin-bottom: 1em;
    padding: 1em 6px;
  }
}
table.itemlist th,
table.inquiry_form th {
  background-color: #f4f0eb;
}
@media screen and (max-width: 544px) {
  table.itemlist th,
table.inquiry_form th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 0px none transparent;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(1),
table.inquiry_form th:nth-of-type(1) {
    border-top: 0px none transparent;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(1):only-of-type,
table.inquiry_form th:nth-of-type(1):only-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(2),
table.inquiry_form th:nth-of-type(2) {
    border-top: 0px none transparent;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(2) + td,
table.inquiry_form th:nth-of-type(2) + td {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist td,
table.inquiry_form td {
    width: 100%;
    border-top: 0px none transparent;
    border-bottom-width: 0px !important;
  }
}
table.itemlist td tr + tr,
table.inquiry_form td tr + tr {
  border-top: 0px none transparent;
}
@media screen and (max-width: 544px) {
  table.itemlist td td,
table.inquiry_form td td {
    border-bottom-width: 0px !important;
    padding: 0px;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist td td:nth-child(1),
table.inquiry_form td td:nth-child(1) {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist td td:last-child,
table.inquiry_form td td:last-child {
    margin-bottom: 1em;
  }
}
table.itemlist td p,
table.inquiry_form td p {
  margin-bottom: 1em;
}
table.itemlist td *:last-child,
table.inquiry_form td *:last-child {
  margin-bottom: 0px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist.school {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
table.itemlist.school tbody th {
  width: 320px;
}
@media screen and (max-width: 544px) {
  table.itemlist.school tbody th {
    width: 100%;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist.price {
  /*------------------------------------------------*/
  width: auto;
  border-collapse: collapse;
  /*------------------------------------------------*/
}
table.itemlist.price caption {
  padding-bottom: 1em;
  font-size: 133.3%;
  color: #000;
  font-weight: bold;
  text-align: left;
}
table.itemlist.price + table.itemlist.price {
  margin-top: 20px;
}
table.itemlist.price thead th {
  background-color: #f2f2f2;
  border: 1px solid #999;
  padding: 0.25em 0px;
  font-size: 91.6%;
  white-space: nowrap;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  table.itemlist.price thead th {
    display: table-cell;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.price tbody tr {
    display: table-row;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.price tbody tr + tr {
    border-top: 0px none transparent;
  }
}
table.itemlist.price tbody th,
table.itemlist.price tbody td {
  border-top: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  border-right: 1px solid #999;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 544px) {
  table.itemlist.price tbody th,
table.itemlist.price tbody td {
    display: table-cell;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
    white-space: normal;
  }
}
table.itemlist.price tbody th {
  width: 150px;
  border-left: 1px solid #999;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist.place {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
table.itemlist.place tbody th {
  border-bottom: 0px none transparent;
}
@media screen and (max-width: 544px) {
  table.itemlist.place tbody td:last-child {
    border-bottom: 1px dotted #666;
    padding-bottom: 1.25em;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist.history {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (max-width: 544px) {
  table.itemlist.history thead {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist.history tbody tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody tr th {
    border-top: 0px none transparent;
    margin-bottom: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody tr td {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody tr td:not(:only-child):nth-of-type(1) {
    border-bottom: 0px none transparent !important;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody tr td:not(:only-child):nth-last-of-type(1) {
    padding-top: 0px;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody tr td + td:last-child {
    margin-bottom: 1em;
  }
}
table.itemlist.history tbody tr:nth-child(1) td {
  border-top: 0px none transparent;
}
table.itemlist.history tbody th:nth-child(1) {
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody th:nth-child(1) {
    width: 80px;
  }
}
table.itemlist.history tbody th:nth-child(2) {
  width: 90px;
  text-align: right;
}
@media screen and (max-width: 544px) {
  table.itemlist.history tbody th:nth-child(2) {
    width: calc(100% - 80px);
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
.table_responsive table.itemlist.history {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (max-width: 544px) {
  .table_responsive table.itemlist.history {
    width: auto;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive table.itemlist.history tbody th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive table.itemlist.history tbody th:nth-child(1) {
    width: 100px;
  }
}
@media screen and (max-width: 544px) {
  .table_responsive table.itemlist.history tbody th:nth-child(2) {
    width: 50px;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.inquiry_form {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
table.inquiry_form th,
table.inquiry_form td {
  border-top-width: 15px;
}
table.inquiry_form th td,
table.inquiry_form td td {
  border-top-width: 0px;
}
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 table.table input[type=text] {
    width: 100%;
  }
}
table.inquiry_form .fs-checkbox.fs-light .fs-checkbox-marker {
  background-color: #fff;
}

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

#inquiry_form_submit {
  padding-top: 3em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #inquiry_form_submit {
    padding-top: 0px;
  }
}
#inquiry_form_submit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-warp: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#inquiry_form_submit input[type=submit],
#inquiry_form_submit a {
  background: #007742;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 25px 3em;
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
}
#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_category {
  /*------------------------------------------------*/
  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%);
  padding: 20px 0px 10px;
  /*------------------------------------------------*/
}
#content_category ol.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1080px;
  position: relative;
  background: url(../img000/panel_bg.png) no-repeat right bottom 15px;
  margin: 0px auto;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #content_category ol.itemlist {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  #content_category ol.itemlist {
    background-image: none;
  }
}
#content_category ol.itemlist li {
  position: relative;
  margin: 0px 10px 10px 0px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 2px 2px 0px 2px;
  overflow: hidden;
}
@media screen and (max-width: 544px) {
  #content_category ol.itemlist li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#content_category ol.itemlist li:before {
  position: relative;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
}
#content_category ol.itemlist li:before: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;
}
#content_category ol.itemlist li .photo {
  position: relative;
}
#content_category ol.itemlist li .photo 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_category ol.itemlist li .photo img:hover {
  -webkit-filter: grayscale(0%) contrast(100%);
          filter: grayscale(0%) contrast(100%);
}
#content_category ol.itemlist li .photo: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_category ol.itemlist li .photo:before:hover {
  background-color: rgba(255, 255, 255, 0);
}
#content_category ol.itemlist li p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
#content_category ol.itemlist li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#content_category ol.itemlist li a span {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 2;
  font-size: 133.3%;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #333;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #content_category ol.itemlist li a span {
    font-size: 116.6%;
  }
}
#content_category ol.itemlist li a span small {
  display: block;
  width: auto;
  height: auto;
  position: static;
  background-color: transparent;
}
#content_category ol.itemlist li a small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background-color: #007742;
}
#content_category ol.itemlist li 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_category ol.itemlist.column_3 li {
  width: calc((100% - 20px) / 3);
  height: 380px;
}
@media screen and (max-width: 544px) {
  #content_category ol.itemlist.column_3 li {
    width: 100%;
    height: 240px;
    margin-right: 0px;
  }
}
#content_category ol.itemlist.column_3 li:nth-child(3) {
  margin-right: 0px;
}
#content_category ol.itemlist.column_3 li img {
  width: 100%;
  height: 380px;
}

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

ul.itemlist.staff > li {
  margin-bottom: 5em;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li {
    margin-bottom: 3em;
  }
}
ul.itemlist.staff > li .photo {
  width: 100%;
  margin: 0px 0px 1em;
  text-align: center;
}
ul.itemlist.staff > li .photo img {
  margin: 0px auto;
}
ul.itemlist.staff > li .photo ul {
  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;
}
@media screen and (max-width: 768px) {
  ul.itemlist.staff > li .photo ul {
    width: 200%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .photo ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
ul.itemlist.staff > li .photo ul li {
  margin: 0px;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .photo ul li:nth-child(1) ~ li {
    display: none;
  }
}
ul.itemlist.staff > li .photo img {
  border-radius: 2px;
}
ul.itemlist.staff > li .caption {
  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;
  margin: 3em 10% 0px;
  padding-top: 0.5em;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  ul.itemlist.staff > li .caption {
    display: block;
    margin: 0px 5%;
  }
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .caption {
    margin: 0px 3%;
  }
}
ul.itemlist.staff > li h4 {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0px 0px 1.5em;
  text-align: center;
}
ul.itemlist.staff > li h4 small {
  display: block;
  margin: 0px 0px 0.1em -0.1em;
  font-family: "Heebo", sans-serif;
  font-size: 300%;
  line-height: 1em;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li h4 small {
    font-size: 240%;
  }
}
ul.itemlist.staff > li h4 span {
  font-size: 116.6%;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li h4 span {
    font-size: 100%;
  }
}
ul.itemlist.staff > li .relative {
  width: 100%;
  margin: 0px 0px 1.5em;
  text-align: center;
}
ul.itemlist.staff > li .relative 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;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .relative ul {
    display: block;
  }
}
ul.itemlist.staff > li .relative ul:empty {
  display: none;
}
ul.itemlist.staff > li .relative ul li {
  margin-right: 1em;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .relative ul li {
    margin-bottom: 1em;
  }
}
ul.itemlist.staff > li .relative ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .relative ul li:last-child {
    margin-bottom: 0px;
  }
}
ul.itemlist.staff > li .relative a {
  margin-left: -0.5em;
}
ul.itemlist.staff > li .spec li {
  margin-bottom: 0px;
}
ul.itemlist.staff > li .profile,
ul.itemlist.staff > li .comment {
  width: 100%;
  margin: 0px 0px 2em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  ul.itemlist.staff > li .profile,
ul.itemlist.staff > li .comment {
    text-align: left;
  }
}
ul.itemlist.staff > li .profile {
  margin-bottom: 3em;
}
ul.itemlist.staff > li .record,
ul.itemlist.staff > li .sponsor {
  width: 47%;
}
@media screen and (max-width: 768px) {
  ul.itemlist.staff > li .record,
ul.itemlist.staff > li .sponsor {
    width: 100%;
  }
}
ul.itemlist.staff > li .record:before,
ul.itemlist.staff > li .sponsor:before {
  display: block;
  border-bottom: 1px solid #007742;
  margin: 0px 0px 0.75em;
  padding: 0px 0px 0.25em;
  font-size: 100%;
  font-weight: bold;
}
ul.itemlist.staff > li .record {
  margin: 0px 0px 2em;
}
ul.itemlist.staff > li .record:before {
  content: "戦歴";
}
ul.itemlist.staff > li .sponsor:before {
  content: "スポンサー";
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 4%;
}
.gallery li {
  width: 30.6666666667%;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .gallery li {
    width: 48%;
  }
}
@media screen and (max-width: 544px) {
  .gallery li {
    width: 100%;
  }
}
.gallery li img {
  max-width: 100%;
  border-radius: 2px;
}

.flowlist dt {
  margin-bottom: 0.75em;
  font-size: 116.6%;
  color: #000;
  font-weight: bold;
}
.flowlist dd + dt {
  margin-top: 2em;
}

.inquiry {
  display: table;
  background-color: #007742;
  border-radius: 2px;
  margin: 5em auto;
  padding: 40px 60px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .inquiry {
    font-size: 91.6%;
  }
}
@media screen and (max-width: 768px) {
  .inquiry {
    font-size: 75%;
  }
}
@media screen and (max-width: 544px) {
  .inquiry {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 68.5%;
  }
}
.inquiry.small {
  background-image: none;
  background-color: #f2f2f2;
  margin: 2em auto;
  color: #444;
}
.inquiry.small a {
  color: #444;
}
.inquiry h4 {
  margin: 0px 0px 0.75em;
  font-size: 200%;
  line-height: 1.8em;
}
.inquiry h4 small {
  display: block;
  font-size: 75%;
}
.inquiry p {
  margin: 0px;
}
.inquiry p a {
  color: #fff;
  text-decoration: none;
}
.inquiry p.phone {
  margin-bottom: 0.25em;
  font-family: "Heebo", sans-serif;
  font-size: 300%;
  line-height: 1;
}
/*
--------------------------------------------------*/
#modal_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#modal_pagebox #pagetabbox {
  margin-top: 0px;
  margin-bottom: 3em;
}
#modal_pagebox #contentbox {
  padding: 60px;
}
@media screen and (max-width: 544px) {
  #modal_pagebox #contentbox {
    padding: 20px 3%;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#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;
}
#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;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "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;
  }
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*
#pagettlbox
--------------------------------------------------
--------------------------------------------------*/
#pagettlbox {
  display: block;
  height: auto;
}
#pagettlbox .slide {
  position: relative;
  z-index: 1;
  background-color: #00592f;
  padding-top: 0px;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide {
    padding-bottom: 30px;
  }
}
#pagettlbox .slide ul {
  margin-bottom: 0px;
}
#pagettlbox .slide li.item {
  height: 540px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide li.item {
    height: 360px;
  }
}
#pagettlbox .slide li.item a {
  visibility: hidden;
}
#pagettlbox .slide .slick-dots {
  position: relative;
  top: auto;
  bottom: -15px;
  z-index: 4;
  padding: 15px 0px 60px;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide .slick-dots {
    display: none !important;
  }
}
#pagettlbox .slide .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 3;
  padding-bottom: 50px;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide .policy {
    padding-bottom: 25px;
  }
}
#pagettlbox .slide .policy:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: url(../img/slide_flare.png) no-repeat left 10% center;
  background-size: contain;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: 6s ease -0.5s 1 forwards normal flairFade;
          animation: 6s ease -0.5s 1 forwards normal flairFade;
  /* for IE */
}
@-webkit-keyframes flairFade {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    opacity: 0;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes flairFade {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    opacity: 0;
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@media all and (-ms-high-contrast: none) {
  #pagettlbox .slide .policy:before {
    display: none;
  }
}
#pagettlbox .slide .policy:after {
  background: inherit;
}
#pagettlbox .slide .policy p {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
  font-family: "Heebo", sans-serif;
  font-size: 200%;
  color: #000;
  text-shadow: 0px 0px 3px #fff;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide .policy p {
    width: 100%;
    margin-bottom: 0.75em;
    font-size: 133.3%;
  }
}
#pagettlbox .slide .policy p small {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide .policy p small {
    margin-bottom: 0.75em;
  }
}
#pagettlbox .slide .policy p span {
  display: block;
  font-size: 200%;
}
#pagettlbox .slide .policy p span i {
  color: #007742;
  font-style: normal;
}
#pagettlbox .slide .policy h1 {
  width: 80%;
  position: relative;
  z-index: 1;
  margin: 0px auto 1em;
  font-size: 133.3%;
  color: #000;
  font-weight: normal;
  letter-spacing: -0.05em;
  text-shadow: 0px 0px 3px #fff;
  text-align: left;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide .policy h1 {
    font-size: 100%;
  }
}
#pagettlbox .slide .policy button {
  position: relative;
  z-index: 10;
  background-color: #f4f0eb;
  border: 6px solid #007742;
  border-radius: 45px;
  margin-left: 10%;
  padding: 15px 45px;
  font-size: 133.3%;
  color: #007742;
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  #pagettlbox .slide .policy button {
    font-size: 116.6%;
  }
}
#pagettlbox .slide .policy button span,
#pagettlbox .slide .policy button small {
  display: block;
  line-height: 1;
}
#pagettlbox .slide .policy button span {
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}
#pagettlbox .slide .policy button small {
  font-weight: normal;
  letter-spacing: -0.075em;
}

/*
#content_category
--------------------------------------------------
--------------------------------------------------*/
#content_category {
  padding-top: 0px;
}
#content_category ol.grand {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 480px;
}
@media screen and (max-width: 544px) {
  #content_category ol.grand {
    height: auto;
  }
}
#content_category ol.grand li {
  width: 535px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #content_category ol.grand li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 544px) {
  #content_category ol.grand li {
    width: 100%;
  }
}
#content_category ol.grand li:before {
  width: 535px;
}
#content_category ol.grand li:nth-child(1) ~ li .photo {
  position: relative;
}
#content_category ol.grand li:nth-child(1) ~ li .photo 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_category ol.grand li:nth-child(1) ~ li .photo img:hover {
  -webkit-filter: grayscale(0%) contrast(100%);
          filter: grayscale(0%) contrast(100%);
}
#content_category ol.grand li:nth-child(1) ~ li .photo: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_category ol.grand li:nth-child(1) ~ li .photo:before:hover {
  background-color: rgba(255, 255, 255, 0);
}
#content_category ol.grand li:nth-child(1) {
  height: 105px;
}
#content_category ol.grand li:nth-child(1):before {
  display: none;
  height: 105px;
}
#content_category ol.grand li:nth-child(1) span {
  bottom: 50%;
  margin-bottom: -0.625em;
}
@media screen and (max-width: 544px) {
  #content_category ol.grand li:nth-child(1) img {
    float: right;
    margin-left: 0px;
  }
}
#content_category ol.grand li:nth-child(2) {
  height: 365px;
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  #content_category ol.grand li:nth-child(2) {
    border-bottom: 10px solid #00592f;
  }
}
#content_category ol.grand li:nth-child(2):before {
  height: 365px;
}
@media screen and (max-width: 544px) {
  #content_category ol.grand li:nth-child(2):before {
    height: 355px;
  }
}
@media screen and (max-width: 544px) {
  #content_category ol.grand li:nth-child(2) img {
    margin-left: 0px;
  }
}
#content_category ol.grand li:nth-child(3), #content_category ol.grand li:nth-child(4) {
  height: 235px;
}
#content_category ol.grand li:nth-child(3):before, #content_category ol.grand li:nth-child(4):before {
  height: 235px;
}
#content_category ol.grand li:nth-child(4) {
  margin-bottom: 0px;
}
#content_category ol.grand li img {
  max-width: initial;
  max-height: initial;
}
#content_category ol.grand li p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
#content_category ol.grand li div.photo + * {
  overflow: visible;
}

/*
#content_information
--------------------------------------------------
--------------------------------------------------*/
#content_information > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #content_information > .inner {
    display: block;
  }
}
#content_information > .inner > p,
#content_information > .inner > .relative {
  width: 100%;
  margin-top: 4em;
}
@media screen and (max-width: 544px) {
  #content_information > .inner > p,
#content_information > .inner > .relative {
    margin-top: 2em;
  }
}
#content_information > .inner > p li,
#content_information > .inner > .relative li {
  margin-bottom: 1em;
}
#content_information > .inner dl {
  width: 48%;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #content_information > .inner dl {
    width: 100%;
    margin-bottom: 2em;
  }
}
#content_information > .inner dl.news {
  padding-top: 30px;
}
#content_information > .inner dl.topics {
  background-color: #f4f0eb;
  border-radius: 2px;
  padding: 30px;
}
#content_information > .inner dt {
  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;
  margin: 0px 0px 2em;
}
#content_information > .inner dt span {
  font-size: 133.3%;
}
#content_information > .inner dd ol {
  min-height: 410px;
  border-bottom: 1px solid #ccc;
  opacity: 0;
}
#content_information > .inner dd li {
  border-top: 1px solid #ccc;
  margin: 0px 0px 0.5em;
  padding: 0px 0px 0.5em;
}
#content_information > .inner dd li:nth-child(5) ~ li {
  display: none;
}
#content_information > .inner dd li div.code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
  width: 180px;
  height: 22px;
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px auto;
  padding: 0px 10px 0px 0px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-align: right;
}
#content_information > .inner dd li div.code:before {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-top: 22px solid #007742;
  border-left: 22px solid transparent;
}
#content_information > .inner dd li div.code.team_rec:before {
  border-top-color: #f02f32;
}
#content_information > .inner dd li div.code.all_school:before {
  border-top-color: #007742;
}
#content_information > .inner dd li div.code.tennis_school:before {
  border-top-color: #7ac943;
}
#content_information > .inner dd li div.code.golf_school:before {
  border-top-color: #5cc6d5;
}
#content_information > .inner dd li div.code.company:before {
  background-top-color: #00592f;
}
#content_information > .inner dd li p {
  clear: right;
}
#content_information > .inner dd li p:nth-child(1) {
  padding-top: 22px;
}
#content_information > .inner dd li small {
  display: table;
  margin: 0px 0px 0.5em;
  line-height: 1.25em;
}
#content_information > .inner dd li a {
  line-height: 1.25em;
}

/*
#content_panel
--------------------------------------------------
--------------------------------------------------*/
#content_panel ul.itemlist li p {
  position: relative;
}
#content_panel ul.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 ul.itemlist li p img:hover {
  -webkit-filter: grayscale(0%) contrast(100%);
          filter: grayscale(0%) contrast(100%);
}
#content_panel ul.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 ul.itemlist li p:before:hover {
  background-color: rgba(255, 255, 255, 0);
}
/*# sourceMappingURL=style_toppage.css.map */