@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.spmaxw80 {max-width: 80%;}
.spmgn-t10 {margin-top: 10px!important;}
.spmgn-t16 {margin-top: 16px;}
.spmgn-t20 {margin-top: 20px!important;}
.spmgn-b16 {margin-bottom: 16px;}
.spmgn-b0 {margin-bottom: 0!important;}
.sppdg-b0 {padding-bottom: 0!important;}
.sp_block {display: block!important;}
.spposition {position: relative;}
.sp-none02 {display: none;}
.indent_content {padding: 20px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 4vw; height: 70px; margin-bottom: 20px; margin-top: 70px; background-position: center;}
/*チェックボックス非表示*/
.nav-none { display:none; }
	header {width: 100%; padding: 0; padding-left: 0; position: fixed; top: 0; z-index: 100; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; height: 70px;}
	header .left_area {width: 290px;}
	.content {padding: 16px;}
	.nav_logo {display: flex; justify-content: flex-start; align-items: center; line-height: 1; font-size: 6vw; margin-bottom: 20px; letter-spacing: 2px;}
	.nav_logo img {margin-right: 10px;}
	.swiper-slide {width: 100%!important;}
	.swiper-container {width: 100%; height: auto; margin-left: 0!important; left: 0; margin-top: 70px;}
	.swiper-slide img {height: auto;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 8px;
  right: 5%;
width: auto;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #318b55;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #318b55;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #318b55;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #318b55;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
 background-color: #fff;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.65s;
}
#gloval-nav ul li:nth-child(13) {
  transition-delay: 1.8s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
.slide01 {background: url(img/sp/header/main01.jpg);}
.slide02 {background: url(img/sp/header/main02.jpg);}
.slide03 {background: url(img/sp/header/main03.jpg);}	
	
/*index*/
	.main_box .txt_area {width: 100%;}
	.main_box .swiper-wrapper {position: relative;}
	#index .box01 {margin-top: 0;}
	#index .box01 .logo {width: 100%; margin-top: 0;}
	#index .box02 .inner {display: block;}
	#index .news_area {display: none;}
	#index .box02 {padding: 0; margin-bottom: 0;}
	#index .box02 .img {width: 100%;}
	#index .box02 .icon {display: none;}
	#index .box02 .txt_area {padding: 16px; font-size: 3vw; width: 100%; margin-left: 0; box-sizing: border-box;}
	#index .box02 h2 {font-size: 6vw; margin-bottom: 10px;}
	#index .box02 .btn {width: 100%; margin: 10px auto; font-size: 4vw;}
	#index .box03 {padding-bottom: 0;}
	#index .box03 h2 {margin-top: 0; width: 100%; padding: 0; margin-bottom: 16px;}
	#index .box03 h2 img {padding-left: 0; margin: 16px auto 0;}
	#index .box03 .btn {width: 100%; margin-top: 20px;}
	#index .box03 .bg {display: none;}
	.nivo-directionNav {display: none;}
	#index .box04 {margin-top: 20px;}
	#index .box04 .inner {display: block;}
	#index .box04 .img {width: 100%;}
	#index .box04 .right_area {width: 100%; margin-right: 0;}
	#index .box04 h2 {font-size: 8vw;}
	#index .box04 .right_area {padding: 16px; box-sizing: border-box;}
	#index .box04 h2 span {font-size: 5vw;}
	#index .box04 .big {font-size: 5vw; margin-bottom: 10px;}
	#index .box04 .big02 {font-size: 4vw;}
	#index .box04 .txt {font-size: 3.5vw; margin-top: 10px;}
	#index .box04 .btn {width: 100%; margin-top: 20px;}
	#index .box05 {padding: 20px 16px;}
	#index .box05 .title_area {display: block; font-size: 4vw; margin: 0; text-align: center; margin-bottom: 10px;}
	#index .box05 h2 {font-size: 8vw; margin-right: 0; text-align: center;}
	#index .box05 .bg {display: none;}
	#index .box05 .box {margin: auto;}
	#index .box05 .img {display: none;}
	#index .box05 .over .btn {font-size: 4vw; padding: 10px 0;}
	#index .box05 .inner {margin-top: 20px;}
	#index .box05 li {font-size: 3.5vw; padding: 20px 0; line-height: 1.5;}
	#index .box06 {padding: 0 0 10px;}
	#index .box06 .box {padding: 16px;}
	#index .box06 .inner {display: block;}
	#index .box06 .tel_txt {width: 75%; margin: 10px auto 0;}
	#index .box06 .btn {margin-top: 10px;}
	#index .box07 {padding: 20px 16px;}
	#index .box07 .title_area {display: block; font-size: 6vw; text-align: center; margin-bottom: 10px;}
	#index .box07 h2 {font-size: 10vw; margin: 0 auto 16px;}
	#index .box07 .inner {display: block;}
	#index .box07 .inner img {margin: 0 auto; width: 80%;}
	#index .box07 .big {font-size: 6vw; margin-top: 16px;}
	#index .box07 ul {font-size: 3vw;}
	#index .link {font-size: 3.4vw; display: block; text-align: center; padding: 10px 0; width: 90%; border-bottom: 3px solid #217944;}
	#index .link img {width: 10%; margin: auto auto 10px;}
	#index {padding-bottom: 20px;}
	#index .box08 {padding: 0 16px;}
	#index .box08 .txt01 {margin: 20px auto;}
	#index .box08 ul {display: block;}
	#index .box08 ul li:nth-child(2) {margin: 30px auto 0;}
	
	
	
	footer .inner {display: none;}


	footer .icon {display: none;}
footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 7px 0; line-height: 1.5; margin-top: 0;}
	.stoker02 {display: flex; justify-content: space-between;}
	.stoker02 li {width: 50%;}
	
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	position: fixed;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title{font-size: 16px;}
	
/*message*/
	#message .ul01 {display: none;}
	.big_icon {display: none;}
	#message .box01 {padding: 20px 16px;}
	#message .box01 ul {display: block; margin: 40px auto 20px; padding: 0;}
	#message .box01 ul li:nth-child(1) {margin-bottom: 10px;}
	#message .box01 li .icon {width: 15%; top: -30px; left: 0;}
	#message .box01 h2 {font-size: 5vw; margin-bottom: 10px;}
	#message .box01 p {padding: 0; font-size: 2.6vw;}
	#message .box01 .img02 {margin: 10px auto;}
	#message .box01 .img03 {margin-top: 10px;}
	#message .sp-box {padding: 16px;}
	.message_bg {padding-bottom: 0;}
	.contact_banner .box {padding: 16px;}
	.contact_banner .inner {display: block;}
	.contact_banner .tel {position: relative; width: 100%; top: auto;}
	.contact_banner .tel_txt {width: 75%; margin: 10px auto 0;}
	.contact_banner {margin-top: 0;}
	/*system*/
	#system .ul01 {display: none;}
	.indent_content02 {margin-top: 20px;}
	#system .box01 .img01 {margin-bottom: 20px; box-sizing: border-box; padding: 0 16px;}
	#system .box01 .inner {display: block; margin-top: 16px; padding: 0 16px; font-size: 2.5vw;}
	#system .box01 .inner img {margin: 0 auto 10px;}
	#system .box03 {padding: 16px; font-size: 3vw;}
	#system .box03 h2 {font-size: 10vw; margin-bottom: 10px;}
	#system .box03 .txt {font-size: 4vw;}
	#system .box03 .inner {display: block; margin-top: 10px;}
	#system .box03 .inner span {font-size: 5vw;}
	#system .box03 .img03 {margin-top: 10px;}
	#system .box01 {padding-bottom: 0; padding-top: 30px;}
	#system .box02 {padding: 16px;}
	#form .box02 {padding: 0 16px; margin: 20px 0;}
	#form .ul01 {display: block; padding: 0 16px;}
	#form .ul01 li {margin-bottom: 10px;}
	#form .txt01 {margin: 20px 0;}
	#form h2 {font-size: 4vw; margin-bottom: 20px; padding: 10px;}
	#form .title02 {margin-left: 0; margin-bottom: 20px;}
	#form .box02 .bdr {margin: 20px 0;}
	#form .box03 {padding: 0 16px; font-size: 3vw;}
	#form .table01 {margin-bottom: 10px;}
	#form .table01 th {width: 100%;}
	#form .table01 th, #form .table01 td {padding: 10px; font-size: 3vw;}
	#form .box04 {margin-top: 20px;}
	#form .box04 .txt_area {border: 2px solid #c9c9c9; padding: 16px;}
	#form .box04 .txt_area02 {border: none; padding: 0;}
	#form .box04 .txt_area p {font-size: 3vw; margin-top: 10px;}
	#form ul li:nth-child(2) {margin-left: 0; margin-top: 30px;}

	#contact table {margin-top: 20px; margin-bottom: 20px;}
	#contact .select {font-size: 4vw;}
	#form .contact_banner {margin-bottom: 0; margin-top: 20px;}
	#tutor .title_area {display: block; width: auto; font-size: 5vw; margin: 0 auto 10px; text-align: center;}
	#tutor h2 {font-size: 9vw; margin-right: 0; margin-bottom: 10px;}
	#tutor .big {width: auto; font-size: 6vw; text-align: center; margin-bottom: 20px;}
	#tutor ul {width: 100%; padding: 0;}
	#tutor li {width: 48%; margin-top: 20px;}
	.gray_bg {display: none;}
	#tutor .contact_banner {margin-bottom: 0; margin-top: 20px;}
	#tutor01 .inner {display: block;}
	#tutor01 .box01 {padding: 16px;}
	#tutor01 .big {font-size: 4.5vw;}
	#tutor01 h3 {margin: 20px auto; font-size: 3.8vw;}
	#tutor01 p {font-size: 3vw;}
	#tutor01 .inner .img01 {margin: 10px auto 0;}
	#tutor01 .inner02 {display: block;}
	#tutor01 .inner02 li {width: 100%;}
	#tutor01 .txt02 {margin-left: 0; min-width: inherit;}
	#tutor01 h2,#tutor01 .tutor06_h2 {width: 70%;}
	#tutor01 .tutor07_h2,#tutor01 .tutor08_h2 {width: 80%;}
    #tutor01.tutor09 .big {font-size: 4vw;}
    #tutor01.tutor09 h2 {width: 65%;}
    
	#company .ul01 .title {font-size: 5vw; padding: 10px; border-left: 2px solid #02983f;}
	#company .ul01 li {padding: 10px; font-size: 3vw; display: block;}
	#company .ul01 li img {margin: 10px auto 20px;}
	#company .ul01 li p {font-size: 3.5vw; margin-top: 16px;}
	#company .contact_banner {margin-bottom: 0;}
	#company .sp-box {padding: 16px;}
	#contact .tel_area {padding: 16px; border: 2px solid #eee;}
	#contact .txt01 {font-size: 3vw;}
	#contact .tel_area .inner {display: block; padding: 16px 0;}
	#contact .tel_area .tel_txt {margin: 10px 0 0; width: 75%;}
	#contact .txt02 {padding-top: 16px; padding-left: 0; font-size: 3vw;}
	#contact .title {font-size: 4vw; padding: 10px; border: 2px solid #02983f;}
	#contact ul {font-size: 3vw; padding: 0 16px;}
	.mw_wp_form_input .btn input {margin-bottom: 20px;}
	#contact .contact_banner {margin-bottom: 0;}
	.nivoSlider {width: 100%;}
	
	
	
	/*sitemap*/
	#sitemap li {font-size: 4vw;}
	


	/*contact*/
	#form .big {font-size: 5vw; margin: 16px auto 0;}
	#form .min {font-size: 3vw; margin-left: auto; margin-bottom: 16px;}
	#form table th, #form table td {width: 100%; display: block; font-size: 3.5vw;}
	#form table input, #form table textarea {font-size: 16px;}
	
	#contact table th, #contact table td {width: 100%; display: block; font-size: 3.5vw;}
	#contact table th {border-right: none;}
	#contact table input, #contact table textarea {font-size: 16px;}
	.mw_wp_form_input .btn input {width: 100%!important; font-size: 4vw!important; padding: 15px 0!important; background-size: 2%;}
	
}
@media screen and (max-width:350px) {
	header h1 {display: none;}
}




