@charset "UTF-8";
/* =======================================================
*
* 	COMMON+TOPPAGE
*
* ======================================================= */
html {
  font-size: 62.5%; /* デフォルト16pxの62.5%で10pxを基準にする */
  scroll-padding-top: 100px;
}
@media (max-width:768px) {
  html {
    scroll-padding-top: 70px;
  }
}
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: #0480FA !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #0480FA !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;
}
.icon_class{padding:0.2em 0.5em;background:#3cc3fc;border-radius: 5px;color: #fff;margin-left: 0.5em;}
.icon_event{padding:0.2em 0.5em;background:#FD3974;border-radius: 5px;color: #fff;margin-left: 0.5em;}
.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;
}
header#header {
  position: absolute;
  background: rgba(255, 255, 255, 0.0);
  padding: 0 0 0 0;
  width: 100%;
  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;
  border-radius: 9999px;
  margin: 1rem;
  padding: 0;
  z-index: 100;
  position: relative;
  text-align: center;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: center; /*これを指定*/
  justify-content: space-between;
}
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: #298DFA !important;
  padding-left: 2.5rem;
}
header#header .navbar a.h-logo img {
  width: 160px;
  vertical-align: middle;
}
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: 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;
  padding: 3rem 2rem;
  background: #12C1FC !important;
  line-height: 1;
  color: #fff !important;
}
header#header .header-btn2 {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  display: block;
  margin: 0;
  padding: 3rem 2rem;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background: #0480FA;
  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: #000 !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-menu li.header-menu-item {
  position: relative;
}
.header-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 180px;
  z-index: 1000;
}
.header-submenu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #333;
  border-radius: 9999px;
  background: #fff;
}
.header-submenu a:hover {
  background: #f5f5f5;
}
/* hoverで表示 */
.header-menu-item:hover .header-submenu {
  display: block;
}
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;
}
.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;
  display: block;
  color: #2380FA;
  background-size: auto 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
}
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: #2380FA;
}
h3.page-title2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  color: #2380FA;
}
@media screen and (max-width: 768px) {
  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;
  margin-bottom: 0px;
  padding: 40px 0px;
  background: #fff url("../images/news_bg.svg") no-repeat -10px center;
  background-size: 8%;
}
.top_bg1 .section_inner {
  color: #333;
  margin: 0 auto;
  width: 1200px;
}
.top_bg2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px 0px;
  height: auto;
  background-color: #3CC3FC;
  background-image:
    url("../images/about_bg.png"), url("../images/about_bg2.svg");
  background-size: auto 100%, 8%;
  background-repeat: no-repeat, no-repeat;
  background-position:
    center -20%, center right;
}
.top_bg2 .section_inner {
  background-size: 50%;
  width: 1200px;
}
.top_bg3,.userguide1,.userguide2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
  background: #fff url("../images/bg_userguide.svg") no-repeat left -20px;
  background-size: 90px;
}
.top_bg3 .section_inner {
  width: 1200px;
}
.top_bg4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
  background-color: #3CC3FC;
  background-image:
    url("../images/classroom_bg1.png"), url("../images/classroom_bg2.svg");
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
  background-position:
    center right, center center;
}
.top_bg4 .section_inner {
  width: 1200px;
}
.top_bg5 {
  background: url("../images/facility_bg.svg") no-repeat -10px center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
}
.top_bg5 .section_inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 20px 0px;
  width: 1200px;
}
.top_bg6 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background: #F2F2F2 url("../images/access_bg.svg") no-repeat right center;
  height: auto;
}
.top_bg6 .section_inner {
  width: 1200px;
}
.page_bg4,.classroom {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
  background-color: #fff;
  background-image: url("../images/class_b_bg.svg");
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: left 0px;
}
.page_bg5,.barriefree {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
  height: auto;
  background-color: #fff;
  background-image: url("../images/barriefree_bg.svg");
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: -10px 0px;
}
.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;
  }
  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;
  }
}
.news_title {
  color: #2380FA;
}
.top_info_text {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
.top_guide_dl {
  padding: 8rem 0;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  background-image: linear-gradient(#2582fa, #3cc3fc);
  border-radius: 9999px;
}
.top_guide_dl dt {
  font-size: 28px;
  color: #505050;
}
.top_guide_dl dd {
  color: #505050;
  margin-top: 30px;
}
.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_utility1_wrap {
  text-align: center;
}
.top_utility1_wrap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_facility_btns {
    display: block;
  }
}
.top_mv {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
.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: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  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: 0px 0px;
    background: #fff url("../images/news_bg.svg") no-repeat left 10%;
    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: #3CC3FC url("../images/about_bg2.svg") no-repeat left center;
    background-size: 15%;
  }
  .top_bg2 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 90%;
  }
  .top_bg3 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    background: #fff url("../images/bg_userguide.svg") no-repeat left 5rem;
    background-size: 15%;
  }
  .top_bg3 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 95%;
  }
  .top_bg4 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px;
    background: #3CC3FC url("../images/classroom_bg2.svg") no-repeat right center;
    background-size: 15%;
  }
  .top_bg4 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 90%;
  }
  .top_bg5 {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3rem 0px 0;
    background-size: 15%;
  }
  .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: 0px 0px;
	background: #F2F2F2 url("../images/access_bg.svg") no-repeat right center;
    background-size: 15%;
  }
  .top_bg6 .section_inner {
    color: #333;
    margin: 0 auto;
    width: 90%;
  }
  .top_info_text {
    margin: 1em 0;
    line-height: 1.8;
    color: #000;
    text-align: left;
  }
  .top_guide_dl {
    padding: 2rem;
    margin: 0 auto 20px;
    width: 350px;
    height: 350px;
  }
  .top_guide_dl dt {
    margin-top: 2rem;
    text-align: center;
    font-size: 20px;
    color: #505050;
  }
  .top_guide_dl dd {
    color: #505050;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
  }
  .top_guide_dl dd img {
    height: 90px;
  }
}
.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: #298DFA !important;
  background: #fff;
  border: solid 2px #298DFA;
  border-radius: 30px;
}
section a.btn:hover, section a.btn:focus {
  text-decoration: none !important;
  opacity: 0.5;
  color: #fff !important;
  background: #298DFA;
}
section a.btn_b {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  background-color: transparent;
  border: solid 1px #333;
  border-radius: 4px;
}
section a.btn_b:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  margin-right: 10px;
}
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: #2380FA !important;
  background-color: #fff;
text-align:center;
border-radius: 9999px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section a.btn {
    text-align: center !important;
    width: 80% !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_b {
    text-align: center !important;
    width: 100% !important;
    display: inline-block;
    position: relative;
    padding: 1em;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    background-color: transparent;
    border: solid 1px #333;
    border-radius: 4px;
  }
  section a.btn_b:after {
    display: inline-block;
    content: "";
    width: 50px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin-right: 10px;
  }
}
.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: 2rem auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer_list li {
  text-align: left;
  padding: 0 1em;
  font-size: 12px;
  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: 0 auto 2em;
    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 {
    
  }
  .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: 0 auto 2em;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer_list li {
	  width: 100%;
    text-align: left;
    font-size: 12px;
    margin:1em 0;
    vertical-align: middle;
  }
  .footer_list li a {
    color: #333;
  }
  .footer_list li img {
   
  }
  .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;
}
/*# 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.6rem;
  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: #2582FA;
  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: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 2em 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;
}
ul.list-disc {
  margin-left: 2rem;
  list-style: disc;
}
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 span {
    text-align: center;
    font-size: 14px;
    display: block;
    padding-top: 2px;
    text-decoration: none;
    color: #000;
    background: #f2f2f2;
  }
  .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 {
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 1rem;
}
.table1 th {
  background: #3CC3FC;
  color: #fff;
}
.table1 td {
  background: #f2f2f2;
}
.table1 tr > * {
  padding: 5px 10px;
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table1 tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
}
.table1 tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
}
.table1 tr:last-child > *:first-child {
  border-radius: 0 0 0 10px;
}
.table1 tr:last-child > *:last-child {
  border-radius: 0 0 10px 0;
}
@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: solid 1px #3CC3FC;
  border-radius: 10px;
  margin-bottom: 4rem;
}
.classbox > div {}
.class_title {
  font-size: 2.4rem;
  text-align: center;
  background: #3CC3FC;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.25rem;
  margin: 0;
}
#panorama1, #panorama2, #panorama3, #panorama4, #panorama5, #panorama6 {
  width: 100%;
  height: 50vw;
  max-height: 200px;
}
@media screen and (max-width: 768px) {
	
	.classbox div{
		margin-top: 3rem;
	}
  #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-1 {
  grid-column: span 1;
}
.col-md-2 {
  grid-column: span 2;
}
.col-md-3 {
  grid-column: span 3;
}
.col-md-4 {
  grid-column: span 4;
}
.col-md-5 {
  grid-column: span 5;
}
.col-md-6 {
  grid-column: span 6;
}
.col-md-7 {
  grid-column: span 7;
}
.col-md-8 {
  grid-column: span 8;
}
.col-md-9 {
  grid-column: span 9;
}
.col-md-10 {
  grid-column: span 10;
}
.col-md-11 {
  grid-column: span 11;
}
.col-md-12 {
  grid-column: span 12;
}
/* responsive */
@media (max-width: 768px) {
  .row {
    display: block;
    grid-template-columns: 1fr;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    grid-column: span 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-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-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);
}
.animate-box {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s;
}
.animate-box.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}
:target {
  scroll-margin-top: 100px;
}