.fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}.fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}@charset "UTF-8";
/* =======================================================
*
* 	COMMON+TOPPAGE
*
* ======================================================= */
html {
  font-size: 62.5%; /* デフォルト16pxの62.5%で10pxを基準にする */
}
body {
  color: #111;
  font-family: 'M PLUS Rounded 1c', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem; /* 10px * 1.6 = 16px */
}
a {
  color: #014099 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #3186FF !important;
  opacity: 0.6;
}
a:focus, a:active {
  outline: none;
}
p {
  margin-bottom: 1rem;
  font-size: 1.6rem; 
  line-height: 2;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #333 !important;
}
.text-red {
  color: #DE0000 !important;
}
.text-orange{
color:#DD6E00 !important;
	}

.date {
  font-size: 1.2rem;
  color: #666;
}
.small {
  font-size: 80%;
}
.large {
  font-size: 125%;
}

.title-border {
  display: flex;
  align-items: center;
}
.title-border:before, .title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
.required {
  background: #ff0000;
  border-radius: 20px;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
::-webkit-selection, ::-moz-selection {
  color: #fcfcfc;
  background: #eee;
}
::selection {
  color: #fcfcfc;
  background: #ddd;
}
.wrap {
  overflow: hidden;
}
.box-wrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}

.indent-text {
  padding-left: 1em;  /* 左側に1文字分の余白を作る */
  text-indent: -1em;  /* 1行目だけを左に1文字戻す */
}


header#header {
  position: absolute;
  background: rgba(255, 255, 255, 0.0);
  padding: 0 0 0 0;
  width: 100%;
  height: 150px;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
  left: 0;
  transition: .3s;
  /* menu toggle */
}
header#header .navbar {
  background: #fff;
  padding: 2rem 0;
  z-index: 100;
  position: relative;
  text-align: center;
display: flex;
	  align-items:center; 
	justify-content: space-between;
	border-bottom: solid 8px #0A7B16;
}
header#header .navbar:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  height: 4px;
  width: 100%;
}
header#header .navbar a.h-logo {
  font-size: 2rem;
  font-weight: 900;
color: #0A7B16 !important;
	padding-left: 2.5rem;
}

header#header .navbar .h-logo:focus, header#header .navbar .h-logo:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 992px) {
  header#header {
    z-index: 10;
    left: 0;
    top: 0px;
    width: 100%;
    height: 80px;
    padding: 0 0 0 0;
  }
  header#header .nav {
    width: 100%;
  }
  header#header .nav li {
    font-size: 15px;
    display: inline-block;
    margin-left: 50px;
    text-transform: uppercase;
  }
  header#header .nav li:first-child {
    margin-left: 0;
  }
  header#header .nav li a {
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
  }
  header#header .nav li a:hover, header#header .nav li a:focus {
    color: gray !important;
    background: transparent;
    text-decoration: none !important;
  }
  header#header .navbar {
    text-align: left;
    margin-bottom: 40px;
	 padding:2rem 0;
  }
  header#header .navbar .h-logo {
    font-size: 1rem;
    z-index: 1;
  }
  header#header .navbar .h-logo:focus, header#header .navbar .h-logo:hover {
    text-decoration: none !important;
  }
}
header#header .header-icon {
  margin-right: 2rem;
}
header#header .header-icon img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  top: auto;
  bottom: auto;
}
header#header .header-btn1 {
	display: flex;
	flex-direction: column;
  font-size: 1.6rem;
  display: block;
  margin: 0 1rem 0 0;
  padding:1rem 2rem;
  background: #0A7B16 !important;
  line-height: 1;
  color: #fff !important;
	border-radius: 9999px;
}
header#header .header-btn2 {
display: flex;
	flex-direction: column;
  font-size: 1.6rem;
  display: block;
  margin: 0 1rem 0 0;
  padding:1rem 2rem;
border-radius: 9999px;
  background: #0A7B16;
  line-height: 1;
  color: #fff !important;
}
header#header .header-btn {
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	
	margin-bottom: 0;
}
header#header .header-btn ul {
  display: flex;
  margin-right: 70px;
}
header#header .header-btn li {
  display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
header#header .header-btn li a.bnr {
  width: auto;
  height: auto;
  margin-right: 10px;
}
header#header .header-btn li a.btn {
  color: #897D6D !important;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0px;
  line-height: 1em;
  padding: 5em 0 0 0;
  border-left: none;
  border-radius: 4px;
  vertical-align: bottom;
  display: block;
  font-weight: 300;
}
header#header .header-menu {
  margin: 0;
}
header#header .header-menu li {
  display: inline-block;
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  padding: 0;
  margin: 0;
  transition: .3s;
}
header#header .header-menu li a {
  color: #0A7B16 !important;
  line-height: 2;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0.5rem;
  padding: 0;
  vertical-align: middle;
}
header#header .header-menu li a img {
  margin-bottom: 10px;
}
header#header .header-menu li a.bnr {
  margin-top: -15px;
}
header#header .header-hm {
  display: none;
  z-index: 10000;
}
header#header .header-hm #hm_toggle01 {
  position: relative;
  top: 0;
  display: none;
}
header#header .header-hm #hm_toggle01:checked ~ .hm_menu {
  opacity: 1;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}
header#header .header-hm #hm_toggle01:checked ~ label::before {
  right: 0px;
  top: 0px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: '\f00d';
  font-size: 150%;
  color: #000;
}
header#header .header-hm #hm_toggle01 ~ label {
  z-index: 10000;
  right: 10px;
  top: 25px;
  position: absolute;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  text-align: center;
}
header#header .header-hm #hm_toggle01 ~ label::before {
  right: 10px;
  top: 25px;
  position: fixed;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: '\f0c9';
  font-size: 150%;
  width: 70px;
  height: 70px;
  color: #000;
  border-radius: 4px;
}
header#header .header-hm .hm_menu {
  position: fixed;
  top: -100vh;
  opacity: 1;
  left: auto;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
  transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
header#header .header-hm .hm_menu ul {
  margin: 0;
  padding: 0.5em;
  display: block;
}
header#header .header-hm .hm_menu li {
  list-style: none;
  display: block;
}
header#header .header-hm .hm_menu li a {
  height: auto;
  font-size: 14px;
  line-height: 1em;
  display: block;
  padding: 1em 0;
  text-decoration: none;
  color: #333;
  margin: 0 !important;
  text-align: center;
  vertical-align: middle;
}
header#header .header-hm .hm_menu .nav_btn {
  padding: 0 0 0;
  height: auto;
  margin: 0 auto 0;
  order: 2;
}
header#header .header-hm .hm_menu li a.btn {
  display: block;
  font-size: 14px;
  border: none;
  color: #fff !important;
  padding: 1em 0.5em;
  border-radius: 0px;
  margin: 1em 0;
  background: none;
}
header#header .nav_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
header#header .nav_info {
  text-align: left;
}
header#header .nav_info p {
  font-size: 12px;
}
header#header .nav_info a {
  color: #333;
}
header#header.is-animation {
  background: rgba(255, 255, 255, 0.9);
  height: 70px;
}
header#header.is-animation .navbar {
  top: 0px;
}
header#header.is-animation .navbar .h-logo {}
header#header.is-animation .header-menu {
  top: 10px;
}
header#header.is-animation .header-menu li a.bnr {
  margin-top: -10px;
  text-align: right;
  width: 60%;
}
header#header.is-animation .header-menu li a.bnr img {
  margin: 10px 0 0 0;
  height: 50px;
}
header#header.is-animation .header-hm #hm_toggle01:checked ~ label::before {
  top: 0px;
}
header#header.is-animation .header-hm #hm_toggle01:checked ~ label::after {
  top: 42px;
}
header#header.is-animation .header-hm #hm_toggle01 ~ label {
  top: 0px;
}
header#header.is-animation .header-hm #hm_toggle01 ~ label::before {
  top: 0px;
}
header#header.is-animation .header-hm #hm_toggle01 ~ label::after {
  top: 42px;
}
.navi_icon {
  text-align: center;
  padding: 20px 10px;
}
h2.page-title {
  font-size: 3.4rem;
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  color: #0A7B16;
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
display: flex;
  align-items: center;   /* 縦中央揃え */
  justify-content: flex-start; /* 左寄せ */
  gap: 8px;  
}

h2.page-title--left {
  justify-content: flex-start;
  text-align: left;
}

h2.page-title--center {
  justify-content: center;
  text-align: center;
}

h2.page-title img {display: block;        /* 余計な下の隙間防止 */
  height: 4rem;  }

h3.page-title {
  font-weight: 700;
font-size: 3.6rem;
  color: #0A7B16 !important;
margin-top: 5rem;
  margin-bottom: 1.8rem;
  padding-bottom: 0.5rem; 
}

.h4page-title {
  font-weight: 700;
  color: #0A7B16 !important;
  margin-bottom: 1.8rem;
  padding-bottom: 0.5rem; 
border-bottom: 3px solid #f2f2f2;
}

.h4page-title span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
    color: #333333;
}

.h4page-title span::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0a7b16;
    content: '';
}

h3.page-title2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h3.page-title2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #0A7B16;
}

h3.page-title2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
color: #0A7B16;
}
@media screen and (max-width: 768px) {
	h2.page-title {
    font-size: 2.4rem;
    display: block;
    background-size: auto 100%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0.5rem;
	display: flex;
  align-items: center;   /* 縦中央揃え */
  justify-content: flex-start; /* 左寄せ */
  gap: 8px; 
  }
	
	h2.page-title img {display: block;        /* 余計な下の隙間防止 */
  height: 3.6rem;  }
	
h3.page-title2 {
  position: relative;
  padding: 0 2rem;
  text-align: center;
}

h3.page-title2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #2380FA;
}

h3.page-title2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
color: #2380FA;
}
}

.top_bg1 {
  position: relative;
  padding: 0;
background: #F7FFD5;
}
.top_bg1 .section_inner {
  
  color: #333;
  margin: 0 auto;
  width: 1200px;
}
.top_bg2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
background-color: #fff;
}
.top_bg2 .section_inner {
  
	background-size: 50%;
  width: 1200px;
}
.top_bg3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
	background-color: #F7FFD5;
	background-image:
    url("../images/about_img.png"), url("../images/about_bg.svg");
background-size: auto 100%, auto 100%;
  background-repeat: no-repeat,repeat-x;
  background-position:
    left top,
    left top;
}
.top_bg3 .section_inner {
  padding-top:7rem;
  width: 1200px;
}
.top_bg4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
	background-color: #fff;

}
.top_bg4 .section_inner {
  width: 1200px;
}
.top_bg5 {
position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
	background-color: #F7FFD5;
	background-image:
    url("../images/class_img.png"), url("../images/about_bg.svg");
background-size: auto 100%, auto 100%;
  background-repeat: no-repeat,repeat-x;
  background-position:
    right bottom,
    left top;
}
.top_bg5 .section_inner {
padding-top:8rem;
  width: 1200px;
}

.top_bg6 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background:#fff;
  height: auto;
}
.top_bg6 .section_inner {
  width: 1200px;
}

.top_bg7 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #F7FFD5;
border-top:solid 8px  #0A7B16;
  height: auto;
}
.top_bg7 .section_inner {
  width: 1200px;
}



.contact-form input {
  ox-sizing: border-box;
  border: solid 1px #ccc;
  background: #fff;
  padding: 0;
  margin: 0;
}
.contact-form dt {
  font-size: 16px;
  text-align: right;
}
@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .form_inner {
    width: 100% !important;
  }
  .contact-form dt {
    text-align: left;
    font-size: 12px;
  }
  .contact-form dd {
    font-size: 12px;
  }
  .contact-form input {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    background: #fff;
    padding: 0.2em;
    margin: 0;
  }
  .contact-form input.w25 {
    width: 25%;
  }
  .contact-form input[type=checkbox] {
    width: auto;
    vertical-align: middle;
  }
  .contact-form input[type="text"] {
    height: 2em;
  }
  .contact-form textarea {
    width: 100%;
  }
  #header .nav li {
    width: 100%;
    margin-left: 0;
  }
  
}
.news_title {
  color: #333;
}
.top_info_text {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: left;
}

.top_guide_dl {
  padding: 2rem 0;
  width: 400px;
height: 400px;
  margin: 0 auto;
  background:#0A7B16;
border-radius: 2rem;
}
.top_guide_dl dt {
  font-size: 28px;
  color: #505050;
}
.top_guide_dl dd {
  color: #505050;
  margin-top: 2rem;
}
.top_facility_dl {
  padding: 0;
  width: 100%;
  margin: 0 auto 20px;
      background-image: linear-gradient(#2582fa, #3cc3fc);
  border-radius: 10px;
	display: flex;
  flex-direction: column;
  height: 100%;
}
.top_facility_dl dt {
  margin-bottom: 0px;
  font-size: 20px;
  color: #fff;
	 text-align: center;
}
.top_facility_dl dd {
  padding: 15px 15px;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}
.top_facility_dl dd th {
  padding-right: 10px;
}
.top_facility_dl dd td {
  text-align: left;

}

.top_facility_btns{
	display: flex;
	justify-content: center;
}

.top_facility_btns li{
	margin:0 0.5rem;
}

.top_facility_wrap{
	width:650px;
	margin:0 auto;
}

.top_utility1_wrap {
  text-align: center;
}
.top_utility1_wrap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
	
	.top_facility_wrap{
	width:100%;
	margin:0 auto;
}
	
	.top_facility_btns{
	display: block;
}
}
.top_mv {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
background: #F7FFD5;
}
.top_mv img {
  width: 100%;
  margin: 0 auto;
}
.bread {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 0;
  padding-top: 1em;
  font-size: 12px;
}
.bread span {
  font-size: 12px;
}
.gmap {
  margin: 2em 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bread {
    width: 90%;
    margin: 0 auto;
  }
  .top_mv {
    width: 100%;
    margin: 0 auto;
  }
	.top_bg1 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2rem 0px 0;
	background: #F7FFD5;
	background-size: 15%;
  }
  .top_bg1 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 90%;

  }
  .top_bg2 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
	background: #fff;
  }
  .top_bg2 .section_inner {
    padding:1rem 0 1rem;
    color: #333;
    margin: 0 auto;
    width: 90%;
  }
  
  .top_bg3 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
	  background-color: #F7FFD5;
	  background-image: none;
	 border-top:solid 5px #0A7B16;
  }
  .top_bg3 .section_inner {
    color: #333;
    margin: 0 auto;
	  padding:2rem 0 2rem;
    width: 90%;
  }
  .top_bg4 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
	background:#fff;
  }
  .top_bg4 .section_inner {
    
    color: #333;
    margin: 0 auto;
	  padding:2rem 0 2rem;
    width: 90%;
  }
  .top_bg5 {
position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:2rem 0 0;
  height: auto;
	background-color: #F7FFD5;
	  background-image: none;
border-top:solid 5px #0A7B16;
}
  .top_bg5 h2 img {
    height: 25px;
  }
  .top_bg5 .section_inner {
    color: #000;
    margin: 0 auto;
    max-width: 90%;
    padding: 0;

    width: 90%;
  }
  .top_bg6 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding:2rem 0 0;
  }
  .top_bg6 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 90%;
    
    
  }
	
	  .top_bg7 {
position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
	background-color: #F7FFD5;
	  background-image: none;
border-top:solid 5px #0A7B16;
}
	
  .top_bg7 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 90%;
    padding:2rem 0 2rem;
    
  }
  .top_info_text {
    margin: 1em 0;
    line-height: 1.8;
    color: #000;
    text-align: left;
  }
  
  .top_guide_dl {
    padding: 1rem;
    margin: 0 auto 2rem;
	width:100%;
	  height:300px;
  }
  .top_guide_dl dt {
	  margin-top: 1rem;
    text-align: center;
    font-size: 20px;
    color: #505050;
  }
  .top_guide_dl dd {
    color: #505050;
    margin-top: 1rem;
    padding: 0 10px;
    text-align: center;
  }
  .top_guide_dl dd img {
    height: 80px;
  }
}
.btn-submit {
  display: inline-block;
  border-radius: 0px;
  margin: 2em auto;
  width: 80%;
}
.btn-submit input {
  width: 200px !important;
  border: 0;
}
input[type="submit"] {
  width: 300px !important;
  color: #fff !important;
  background: #000 !important;
  border-radius: 5px;
  padding: 1em;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header .nav li a {
    padding: 10px 0;
  }
  .btn-submit {
    border-radius: 0px;
    margin: 1em 0;
    width: 100%;
  }
  .btn-submit input {
    font-size: 12px;
    width: 200px !important;
    border: 0;
    margin-bottom: 1em;
  }
  .bg-content-wrap dl {
    border: none;
    display: table;
    margin: 0;
  }
  .bg-content-wrap dt {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
  }
  .bg-content-wrap dd {
    border: none;
    color: #fff;
    display: table-cell;
    padding-left: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
  }
  .bg-content-wrap dd ul li {
    list-style: none;
    background: none;
  }
}
#header .nav li.active a {
  color: #ccc;
  background: transparent;
  position: relative;
}
#header .nav li.active a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -20px;
  background: #a980cd;
  content: '';
  left: 50%;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  #header .nav li.active a:before {
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  #header .nav li.active a {
    color: #ccc;
  }
}
@media screen and (max-width: 480px) {
  #header .nav li.active a {
    border-bottom: 2px solid transparent;
    color: #ccc;
  }
}
@media screen and (max-width: 992px) {
  #header .nav {
    margin-bottom: 40px;
    text-align: center;
  }
}
.section-overlay {
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}
section a.btn {
  display: inline-block;
  position: relative;
  padding: 0.5em 4em 0.5em 4em;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff !important;
  background: #0A7B16;
  border-radius: 9999px;
margin-bottom: 1rem;
}
section a.btn:hover, section a.btn:focus {
  text-decoration: none !important;
  opacity: 0.5;
  color: #fff!important;
	background:  #6AAC71;
}
section a.btn_w {
  display: inline-block;
  position: relative;
  padding: 0.5em 2em 0.5em 2em;
  font-size: 16px;
  letter-spacing: 1px;
  color: #0A7B16 !important;
  background-color: #fff;
  border-radius: 9999px;
	border: solid 1px #0A7B16;
}

a.btn_top {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 16px;
  letter-spacing: 1px;
  color: #F56F5F !important;
  background-color: transparent;
  border: solid 5px #ddd;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section a.btn {
    text-align: center !important;
    width: 100% !important;
    display: inline-block;
    position: relative;
    padding: 0.75rem;
    font-size: 16px;
    letter-spacing: 1px;
	  margin-bottom: 2rem;
  }
  section a.btn:hover, section a.btn:focus {
    text-decoration: none !important;
    opacity: 0.5;
    color: #fff;
  }
  section a.btn_w {
    text-align: center !important;
    width: 100% !important;
    display: inline-block;
    position: relative;
    padding:0.75rem 2rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    border-radius: 9999px;
  }
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
input[type="text"] {
  height: 50px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  font-weight: 18px;
}
.footer-section {
  background:#fff;
}
.footer-section .footer_inner {
  color: #333;
  margin: 0 auto;
  padding: 18px 30px 18px;
  max-width: 1200px;
  width: 95%;
}
#footer {
  padding: 1em 0;
}
#footer p {
  font-size: 16px;
}
.footer_list_wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.footer_list {
  vertical-align: top;
  text-align: center;
  margin: 8rem auto 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer_list li {
  text-align: left;
  padding: 0 1em;
  font-size: 14px;
  margin: 0;
  vertical-align: top;
}
.footer_list li a {
  display: block;
  color: #333 !important;
  padding: 0.2em 0;
}
.footer_list li img {
  height: 30px;
}
.footer_list li i {
  font-size: 14px;
  display: inline;
  position: relative;
}
.footer_inner {
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.footer_bottom {
  position: relative;
  padding: 2em;
  background: #fff;
  width: 100%;
  margin-top: -200px;
}
.footer_bottom p {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .footer-section {
    position: relative;
    z-index: 5;
  }
  .footer-section .footer_inner {
    color: #333;
    margin: 0 auto;
    padding: 0px;
    max-width: 90%;
    width: 90%;
  }
  .footer_list {
    width: 95%;
  }
  .footer_list li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer_list a {
    color: #333 !important;
    display: block;
    padding: 0.5em 0;
    text-align: center;
  }
  #footer p {
    font-size: 16px;
  }
  .footer_list_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .footer_list {
    text-align: center;
    margin: 2rem auto;
    width: 90%;
    display: flex;
  }
  .footer_list li {
    text-align: center;
    font-size: 14px;
    margin: 0 0.5em;
    vertical-align: middle;
  }
  .footer_list li a {
    color: #333;
    text-align: center;
  }
  .footer_list li img {
    width: 100%;
  }
  .footer_list li i {
    font-size: 14px;
    display: inline;
    position: relative;
  }
  .footer_bottom {
    position: relative;
    padding: 1em 1em 4em;
    background: #fff;
    width: 100%;
    text-align: center;
    margin-top: -200px;
  }
  .footer_bottom img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .footer_bottom p {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 0;
  }
  #footer p {
    font-size: 12px;
  }
  #footer p {
    font-size: 16px;
  }
  .footer_list_wrap {
    width: 100%;
  }
  .footer_list {
	 display: block;
    text-align: center;
    margin: 2rem auto;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer_list li {
    text-align: left;
    font-size: 12px;
    margin: 0.5em 0.5em;
    vertical-align: middle;
  }
  .footer_list li a {
    color: #333;
  }
  .footer_list li img {
	  width: auto;
	  height:20px;
  }
  .footer_list li i {
    font-size: 14px;
    display: inline;
    position: relative;
  }
  .footer_inner {
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .footer_bottom {
    position: relative;
    padding: 1em 1em 4em;
    background: #fff;
    width: 100%;
    text-align: center;
    margin-top: -200px;
  }
  .footer_bottom img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .footer_bottom p {
    font-size: 12px;
  }
}
.heading-section {
  margin-bottom: 5em;
}
.heading-section h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  color: #000;
}
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn.btn-primary {
  background: #000;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #000;
}
.btn:hover, .btn:active, .btn:focus {
  opacity: 0.7;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.js .animate-box {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
.section_inner {
  max-width: 1200px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding: 4em 1em;
}
.section_inner h3 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  line-height: 1.4 !important;
  color: #333;
  font-weight: 700;
}
.section_inner h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1.2 !important;
  color: #333;
  font-weight: 700;
}

.section_inner h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.4 !important;
  color: #333;
  font-weight: 700;
}
.section_inner .lead {
  font-size: 16px;
  color: #333;
  width: 100%;
}
.section_inner .top_right {
  text-align: right;
}
.section_inner_all {
  width: 100%;
  padding: 4em 0;
}

.guide_ul li {
  text-align: left;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-section {
    margin-top: 0px;
    padding-top: 80px;
  }
  .footer-section.top-footer {
    margin-top: -80px;
    padding-top: 80px;
  }
  .section_inner {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0;
  }
  .section_inner h3 {
    font-size: 2rem;
    line-height: 1.4 !important;
    margin-bottom: 1em;
  }
  .section_inner h4 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .section_inner p {
    line-height: 1.8;
  }
  .section_inner_all {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 2em 0;
  }
  .footer-section .section_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
	.guide_ul li {
  text-align: left;
}
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 992px) {
  /* menu */
  header#header .header-btn, header#header .header-menu li {
    display: none;
  }
	
  header#header .header-hm {
    display: block;
  }
  /* =======================================================
*
* 	nav
*
* ======================================================= */
  .global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right:2rem;
    top: 2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0;
  }
  .global-nav__item a {
    font-size: 14px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #000;
  }
  .global-nav__item a:hover {
    background-color: #eee;
    text-decoration: none !important;
  }
  .hamburger__line {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    background-color: #000;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 10px;
  }
  .hamburger__line--2 {
    top: 22px;
  }
  .hamburger__line--3 {
    top: 34px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 22px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 22px;
  }
}
#mv {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
#page_mv {
  padding-top: 8rem;
}

br.sp {
  display: none;
}
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer_inner img {
    width: 100%;
  }
  #mv {
    position: relative;
    width: 100vw;
    height: auto;
    overflow: hidden;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
.mw_wp_form_input .kakunin {
  display: none;
}
.mw_wp_form_confirm .nyuryoku {
  display: none;
}
.guide_btn {
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #EA5532;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.guide_btn dd img {
  height: 80px;
}
.guide_btn dd {
  font-size: 14px;
}
.btn-wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
  }
  .btn-wrap > div {
    width: 48%;
  }
}
.guide_sche {
  width: 800px;
}


.table1{
	width: 100%;
    border-spacing: 0;
    border: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	margin-bottom: 1rem;
	
}
.table1 th {
  background: #0A7B16;
	color: #fff;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding:1rem;
}

.table1 td {
  background:#F7FFD5;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	padding:1rem;
}





@media screen and (max-width: 768px) {
  .table1 th, .table1 td {
    padding: 0.5em;
  }
  .guide_sche {
    width: 100%;
  }
}
.border-r {
  border: solid 1px #3CC3FC;
  border-radius: 10px;
  padding: 1em 1em 0;
}
.classbox {
  border-radius: 10px;
  margin-bottom: 4rem;
background: #F7FFD5;
	padding:3rem;
}
.classbox > div {
}
.class_title {
	font-size: 2.4rem;
	font-weight: 700;
  text-align: left;
  color: #0A7B16;
  padding: 0.25rem;
  margin: 0;
}
#panorama1, #panorama2, #panorama3, #panorama4, #panorama5, #panorama6 {
  width: 100%;
  height: 50vw;
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  #panorama1, #panorama2, #panorama3, #panorama4, #panorama5, #panorama6 {
    width: 100%;
    height: 50vw;
    max-height: 300px;
  }
}
#video {
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; /*背景を黒で表示*/
}

.borderbox1{
	border-radius: 1rem;
	padding:1rem;
	border: solid 1px #298DFA;
}

.flowbox{
	border-radius: 1rem;
	padding:1rem;
	border: solid 1px #298DFA;
}

.bggraybox{
	background:#eee;
}

/* container */
.container {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 16px;
}

/* row */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

/* columns */
.col-md-6 { grid-column: span 6; }
.col-md-4 { grid-column: span 4; }
.col-md-8 { grid-column: span 8; }
.col-md-12 { grid-column: span 12; }

/* responsive */
@media (max-width: 768px) {
  .row {
    grid-template-columns: 1fr;
	  gap: 0px;
  }
  .col-md-6,
  .col-md-4,
  .col-md-8,
	.col-md-12{
    grid-column: span 1;
  }
	
	.row.row2 {
    grid-template-columns: 1fr;
	gap: 0px;
  }

 .row.row2 .col-md-6 {
    grid-column: span 1;
  }

  .row.row2  > div:first-child {
    grid-row: 2; /* テキストを下へ */
  }

  .row.row2  > div:last-child {
    grid-row: 1; /* 画像を上へ */
  }
}

.is-hidden {
  display: none !important;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

:root {
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 3rem;
}

/* y方向 */
.my-0 { margin-block: var(--space-0); }
.my-1 { margin-block: var(--space-1); }
.my-2 { margin-block: var(--space-2); }
.my-3 { margin-block: var(--space-3); }
.my-4 { margin-block: var(--space-4); }
.my-5 { margin-block: var(--space-5); }

/* x方向 */
.mx-0 { margin-inline: var(--space-0); }
.mx-1 { margin-inline: var(--space-1); }
.mx-2 { margin-inline: var(--space-2); }
.mx-3 { margin-inline: var(--space-3); }
.mx-4 { margin-inline: var(--space-4); }
.mx-5 { margin-inline: var(--space-5); }
.mx-auto{margin:0 auto;}

/* 単体 */
.mt-1 { margin-top: var(--space-1); }
.mt-2 { margin-top: var(--space-2); }
.mt-3 { margin-top: var(--space-3); }
.mt-4 { margin-top: var(--space-4); }
.mt-5 { margin-top: var(--space-5); }

.mb-1 { margin-bottom: var(--space-1); }
.mb-2 { margin-bottom: var(--space-2); }
.mb-3 { margin-bottom: var(--space-3); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-5 { margin-bottom: var(--space-5); }

.py-1 { padding-block: var(--space-1); }
.py-2 { padding-block: var(--space-2); }
.py-3 { padding-block: var(--space-3); }
.py-4 { padding-block: var(--space-4); }
.py-5 { padding-block: var(--space-5); }

.px-1 { padding-inline: var(--space-1); }
.px-2 { padding-inline: var(--space-2); }
.px-3 { padding-inline: var(--space-3); }
.px-4 { padding-inline: var(--space-4); }
.px-5 { padding-inline: var(--space-5); }

.pt-0 { padding-top: var(--space-0); }
.pt-5 { padding-top: var(--space-5); }
.pb-5 { padding-bottom: var(--space-5); }

.w-100{width: 100%;}
.w-80{width: 80%;}

/*矢印*/
.down-arrow {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 50px;
  margin: 0 17px;
  border-radius: 9999px;
  background-color: #12c1fc;
}

.down-arrow::before,
.down-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  width: 6px;
  height: 30px;
  border-radius: 9999px;
  background-color: #12c1fc;
  transform-origin: 50% calc(100% - 3px);
}

.down-arrow::before {
  transform: rotate(45deg);
}

.down-arrow::after {
  transform: rotate(-45deg);
}

/*スクロールフェードイン*/
.fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-item:nth-child(1) { transition-delay: 0.1s; }
.fade-item:nth-child(2) { transition-delay: 0.2s; }
.fade-item:nth-child(3) { transition-delay: 0.3s; }

/*モーダル*/
.modal {
  position: fixed;
  inset: 0;
  display: none;

  /* ここが重要 */
  align-items: center;   /* 縦中央 */
  justify-content: center; /* 横中央 */

  z-index: 1000;
}

.modal.is-active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.modal__content {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  z-index: 2;
}

.modal__image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.modal__title{
	font-size: 2rem;
	font-weight: 700;
}

.numberlist1 li {
	list-style: decimal;
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.numberlist1 li::marker {
  font-weight: bold;
  color: #0A7C16;
}

.numberlist2 {
  list-style: none;
  counter-reset: number;
}
.numberlist2 li {
  position: relative;
  padding-left: 1.5em;
}
.numberlist2>li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
.katakanalist {
  list-style: katakana;
}
.katakanalist li {
  margin-left: 3.2rem;
	padding-left:0px;
}

.disclist{
	margin-left: 3.2rem;
	list-style:disc;
}

.cal-btn{
background:#fff;
color:#2e7d32;
border:1px solid #2e7d32;
border-radius: 9999px;
padding:8px 16px;
cursor:pointer;
}

.cal-btn.active{
background:#2e7d32;
color:#fff;
}