@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul {
	list-style-type: none;
}
.alphabet {
	font-family: 'Russo One', sans-serif;
}

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

header {
	background: #00913a;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#header_inner {
	max-width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
#header_inner h1 {
	color: #FFF;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	top: 10px;
	left: 80px;
}
#header_inner .logo {
	width: 250px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header_inner .logo a {
	text-decoration: none;
}
#header_inner .logo img {
	width: 60px;
	float: left;
	margin: 0 10px 0 0;
}
#header_inner .logo h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	width: 180px;
	float: left;
	margin: 20px 0 0 0;
	letter-spacing: 0.1em;
}
#header_inner .logo h2 span {
	font-size: 24px;
	color: #FFF;
	font-family: 'Russo One', sans-serif;
}
#header_inner nav #global_nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#header_inner nav #global_nav li {
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0 5px;
	font-family: 'Russo One', sans-serif;
}
#header_inner nav #global_nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#header_inner #language {
	position: absolute;
	top: 0;
	right: 1px;
}
#header_inner #language li {
	margin-right: 10px;
	float: left;
}
#header_inner #language li a {
	font-size: 13px;
	font-weight: 400;
	background: #FFF;
	text-align: center;
	padding: 0px 10px;
	display: block;
	text-decoration: none;
}
#mv-wrapper {
	width: 100%;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 500px;
	height: 500px;
	margin-top: 80px;
}
.contents-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px;
}
.main_ttl {
	text-align: center;
	margin: 0 0 10px 0;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	color: #00913a;
	font-size: 20px;
	font-weight: 500;
}
.main_ttl span:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00913a;
	border-radius: 2px;
}
#principle {
	max-width: 800px;
	background: #00913a;
	margin: 0 auto 80px auto;
	padding: 10px;
}
#principle img {
	width: 100%;
	display: block;
}
#mission {
	margin: 0 0 80px 0;
}
#mission .txt{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 80px 0;
}
#mission h3 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 80px 0;
}
#mission h3 span {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-top: 1em;
}
#mission h4 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #00913a;
	margin: 0 0 10px 0;
}
#mission ul {
	margin: 0 0 50px 0;
}
#mission ul li {
	width: 32%;
	float: left;
}
#mission ul li:not(:last-child) {
	margin: 0 2% 0 0;
}
#mission ul li h5 {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	background: #00913a;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
#mission ul li h6 {
	font-size: 14px;
	font-weight: 400;
}
#business {
	margin: 0 0 80px 0;
}
#business ul {
	width: 102%;
	margin: 0 0 30px -1%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}
#business ul li {
	width: 18.4%;
	margin: 0 1% 30px;
	text-align: center;
}
#business ul li img {
	width: 100%;
}
#business ul li h3 {
	font-size: 14px;
	font-weight: 400;
	color: #00913a;
}
#business ul li a {
	text-decoration: none;
}
.btn_more {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.btn_more a {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	background: #555;
	padding: 5px;
	display: block;
}
#newsrelease {
	width: 48%;
	height: 550px;
	float: left;
	margin: 0 0 80px 0;
}
#newsrelease #post_list {
	height: 500px;
	overflow: auto;
}
#newsrelease #post_list li {
	margin: 0 0 15px 0;
}
#newsrelease #post_list li p {
	font-size: 12px;
	font-weight: 400;
	color: #00913a;
}
#newsrelease #post_list li p span {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	background: #999;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
#newsrelease #post_list li a {
}
#newsrelease #post_list li a:hover {
	text-decoration: none;
}
#fb {
	width: 48%;
	height: 550px;
	float: right;
	margin: 0 0 80px 0;
}
#fb iframe {
	width: 100%;
	height: 500px;
}
footer {
	background: #00913a;
	padding: 3% 0 0 0;
}
#footer_inner {
	max-width: 1080px;
	width: 96%;
	margin: 0 auto 3%;
	padding: 20px;
	background: #FFF;
	box-sizing: border-box;
}
#footer_inner .footer_logo {
	border-bottom: solid 1px #222;
	margin: 0 0 10px;
	text-align: center;
}
#footer_inner .footer_logo a {
	text-decoration: none;
}
#footer_inner .footer_logo img {
	width: 60px;
}
#footer_inner .footer_logo p {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 0 10px 0;
}
#footer_inner .footer_wrap {
	display: flex;
	justify-content: center;
}
#footer_inner .footer {
}
#footer_inner .footer:nth-of-type(1) {
	width: 36%;
}
#footer_inner .footer:nth-of-type(2), #footer_inner .footer:nth-of-type(3) {
	width: 32%;
}
#footer_inner .footer li {
	font-size: 13px;
	font-weight: 700;
}
#footer_inner .footer li a {
	text-decoration: none;
}
#footer_inner .footer li .child {
	list-style-type: disc;
	 margin: 0 0 10px;
}
#footer_inner .footer li .child li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 1em 0 1.5em;
}
.copy {
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
	background: #FFF;
}

#sv-wrapper {
	margin: 80px 0 0 0;
}
#sv-wrapper img {
	width: 100%;
	display: block;
}
#about {
	margin: 0 0 80px 0;
}
#about .outline {
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
#about .outline td {
	font-size: 14px;
	font-weight: 400;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 10px;
}
#about .outline td.item {
	width: 30%;
	text-align: center;
}
#about .outline td.item span {
	font-size: 12px;
}
#about .outline td a {
	color: #00913a;
}
#about .outline td a:hover {
	text-decoration: none;
}
#about .outline dl {
	border: none;
}
#about .outline dl dt {
	border: none;
	width: 20%;
	float: left;
	padding: 0;
	text-align: left;
}
#about .outline dl dd {
	border: none;
	width: 80%;
	float: left;
	padding: 0;
}
#about .outline ul {
	list-style-type: disc;
}
#about .outline ul li {
	margin: 0 0 0 20px;
}

.service {
	margin: 0 0 80px 0;
}
.service .overview {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.service p{
	margin: 10px 0 10px 0;
}
.service ul {
	width: 102%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 0 0 -1%;
}
.service ul li {
	width: 32%;
	margin: 0 1%;
}
.service ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.service ul li .caption {
	font-size: 15px;
	font-weight: 400;
	color: #00913a;
}
.service ul li .txt {
	font-size: 14px;
	font-weight: 400;
}
.service ul li .link {
	margin: 5px 0 0 0;
}
.service ul li .link a, .service .overview a {
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: solid 1px #CCC;
	margin: 0 0 5px 0;
}
.link .fa.fa-chevron-circle-right, .overview .fa.fa-chevron-circle-right {
	margin: 0 0 0 3px;
}
.service ul li .link a:hover {
	background: #CCC;
}
.service ul.photo {
	width: 102%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 0 0 -1%;
}
.service ul.photo li {
	width: 31.3333%;
	margin: 0 1%;
}
.service ul.photo li img {
	width: 100%;
	display: block;
}

#upd {
	margin: 0 0 80px 0;
}
#upd .overview {
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	margin: 0 0 30px 0;
	text-align: center;
	border: dashed 1px #CCC;
}
#upd .overview span {
	font-size: 16px;
	font-weight: 700;
	color: #00913a;
}
#upd .outline {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#upd .outline span {
	font-size: 16px;
	font-weight: 700;
	color: #00913a;
}
#upd .detail {
	padding: 20px 0 0 0;
}
#upd .detail ul {
	margin: 0 0 30px 0;
}
#upd .detail ul li {
	margin: 0 0 50px 0;
}
#upd .detail ul li .ttl {
	font-size: 16px;
	font-weight: 400;
	background: #00913a;
	color: #FFF;
	padding: 5px;
	margin: 0 0 10px 0;
}
#upd .detail ul li img {
	width: 40%;
	float: left;
}
#upd .detail ul li .explanation {
	width: 58%;
	float: right;
}
#upd .detail ul li .child {
	margin: 0 0 5px 0;
}
#upd .detail ul li .child li {
	font-size: 12px;
	font-weight: 400;
	background: #AAA;
	color: #FFF;
	padding: 5px;
	margin: 0 5px 0 0;
	float: left;
	border-radius: 5px;
	-ms-border-radius: 5px;
}
#upd .detail ul li .explanation .caption {
	font-size: 15px;
	font-weight: 400;
	color: #00913a;
}
#upd .detail ul li .explanation .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#upd .detail ul li .explanation dl {
}
#upd .detail ul li .explanation dl dt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #CCC;
}
#upd .detail ul li .explanation dl dd {
	margin: 0 0 20px 0;
}
#upd .detail ul li .explanation dl dd .place {
	list-style-type: disc;
	margin: 0 0 0 25px;
}
#upd .detail ul li .explanation dl dd .place li {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
#upd .detail ul li .explanation dl dd .matter {
}
#upd .detail ul li .explanation dl dd .matter li {
	margin: 0 0 10px 0;
}
#upd .detail ul li .explanation dl dd .matter li .spot {
	font-size: 14px;
	font-weight: 700;
}
#upd .detail ul li .explanation dl dd .matter li p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 2em;
}
#upd .closing {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
#upd .closing a {
	color: #00913a;
}
#upd .closing a:hover {
	text-decoration: none;
}

.englishclass {
	margin: 0 0 80px 0;
}
.englishclass p {
	font-size: 16px;
	font-weight: 700;
	color: #f8b500;
	margin: 0 0 20px 0;
}
.englishclass .overview {
}
.englishclass .overview li {
	width: 49%;
	margin: 0 0 30px 0;
}
.englishclass .overview li:nth-child(odd) {
	float: left;
}
.englishclass .overview li:nth-child(even) {
	float: right;
}
.englishclass .overview li img {
	width: 100%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	display: block;
}
.englishclass .overview li .caption {
	/*width: calc(100% - 10px);*/
	background: #f8b500;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	padding: 5px;
	margin: -50px 0 0 -10px;
	z-index: 3;
	position: relative;
	display: table;
}
.englishclass .overview li .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 20px 0 0 10px;
}
.englishclass .lesson {
	margin: 0 0 50px 0;
}
.englishclass .lesson dl {
}
.englishclass .lesson dl dt {
	width: 23%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin: 0 2% 10px 0;
	background: #8bbd5d;
	padding: 5px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.englishclass .lesson dl dt span {
	width: 100%;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.englishclass .lesson dl dd {
	width: 75%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 5px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.englishclass .lesson dl dd ul {
	list-style-type: circle;
	margin: 0 0 0 20px;
}
.englishclass .lesson dl dd ul li span {
	color: #f8b500;
	font-size: 16px;
	font-weight: 700;
}
.englishclass .lesson dl dd .child {
	max-width: 400px;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
}
.englishclass .lesson dl dd .child dt {
	background: #EFEFEF;
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	border-top: solid 1px #CCC;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #111;
}
.englishclass .lesson dl dd .child dd {
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #FFF;
}
.englishclass .limitedtime {
	margin: 0 0 50px 0;
	border: dashed 2px #f8b500;
	padding: 10px;
}
.englishclass .limitedtime .caption {
	font-size: 24px;
	font-weight: 700;
	color: #f8b500;
}
.englishclass .limitedtime .caption span {
	font-size: 14px;
	font-weight: 400;
	color: #f8b500;
}
.englishclass .limitedtime .txt {
	font-size: 14px;
	font-weight: 400;
}
.englishclass .limitedtime .txt a {
	color: #111;
}
.englishclass .limitedtime .txt a:hover {
	text-decoration: none;
}
.englishclass .application {
	text-align: center;
}
.englishclass .application .txt {
	font-size: 14px;
	font-weight: 400;
}
.englishclass .application ul {
	margin: 50px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.englishclass .application ul li {
	width: 120px;
	margin: 0 10px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
}
.englishclass .application ul li:first-child {
	background: #83cdd2;
}
.englishclass .application ul li:nth-child(2) {
	background: #bbd738;
}
.englishclass .application ul li a {
	padding: 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	display: block;
}
.tabidaiko {
	margin: 0 0 80px 0;
}
.tabidaiko .overview {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.tabidaiko .youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.tabidaiko .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tabidaiko .material {
}
.tabidaiko .material ul {
	margin: 0 0 20px 0;
}
.tabidaiko .material ul li {
	width: 48.5%;
}
.tabidaiko .material ul li:nth-child(odd) {
	float: left;
}
.tabidaiko .material ul li:nth-child(even) {
	float: right;
}
.tabidaiko .material ul li img {
	width: 100%;
	display: block;
}
.tabidaiko .material .download {
	width: 160px;
	background: #c30d23;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}
.tabidaiko .material .download i {
	color: #FFF;
}
.tabidaiko .material .download a {
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}
	
.contact {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.contact iframe {
}

#contact {
}
#contact .form {
	max-width: 800px;
	margin: 20px auto 50px auto;
}
#contact .form dt {
	width: 30%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 5px 0 15px 0;
}
#contact .form dd {
	width: 70%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}
#contact .form dt span{
   color:red;
   font-weight:bold;
}
#contact .form dt a {
	color: #903;
	text-decoration: none;
}
#contact .form dt a:hover {
	color: #903;
}
#contact .form dd select {
	margin-top: 10px;
}
#contact .form dd label span {
	font-size: 12px;
	font-weight: normal;
}
#contact .form dd ul li input[type="checkbox"] {
	margin: 0 10px 0 0; 
}

.privacy {
	margin: 0 0 80px 0;
}
.privacy .caption {
	font-size: 15px;
	font-weight: 400;
	color: #00913a;
	border-bottom: double 3px #00913a;
	margin: 0 0 10px 0;
}
.privacy .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.privacy .enactment {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.policy {
	margin: 0 0 30px 0;
}
.policy li {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 1.5em;
}
.policy li span {
	font-size: 15px;
	font-weight: 700;
	display: block;
}
.policy li .child {
	list-style-type: lower-alpha;
	margin: 10px 0 0;
}
.policy li .child li {
	margin: 0 0 10px 1.2em;
}
.policy li .child li .disc li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}

.typhoon {
	margin: 0 0 80px 0;
}
.typhoon .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.typhoon .txt.tl_right {
	text-align: right;
}
.typhoon .txt.tl_center {
	text-align: center;
}
.typhoon .photo {
	margin: 30px 0 0 0;
}
.typhoon .photo li {
	width: 23.25%;
	margin: 0 2% 2% 0;
	float: left;
}
.typhoon .photo li:nth-child(4n) {
	margin-right: 0;
}
.typhoon .photo li img {
	width: 100%;
	display: block;
}
.typhoon .furusato {
	margin: 30px 0 0 0;
}
.typhoon .furusato .caption {
	font-size: 15px;
	font-weight: 700;
	color: #00913a;
	border-bottom: solid 1px #00913a;
	margin: 0 0 10px 0;
}
.typhoon .furusato ul {
	margin: 0 0 30px 0;
}
.typhoon .furusato ul li {
	width: 23.5%;
	margin: 0 2% 2% 0;
	float: left;
	border: solid 1px #CCC;
	padding: 5px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.typhoon .furusato ul li:nth-child(4n) {
	margin-right: 0;
}
.typhoon .furusato ul li a {
	text-decoration: none;
}
.typhoon .furusato ul li .name {
	font-size: 14px;
	font-weight: 400;
	background: #666;
	color: #FFF;
	padding: 5px;
}
.typhoon .furusato ul li .price {
	font-size: 13px;
	font-weight: 400;
	text-align: right;
	padding: 5px;
}
.typhoon .link {
}
.typhoon .link li {
	width: 32%;
	float: left;
	font-size: 14px;
	font-weight: 700;
}
.typhoon .link li:not(:last-child) {
	margin: 0 2% 0 0;
}
.typhoon .link .child {
	list-style-type: disc;
	margin: 0 0 20px 1.6em;
}
.typhoon .link .child li {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.typhoon .link .child li a {
	color: #111;
}
.typhoon .link .child li a:hover {
	text-decoration: none;
}
.sevenarrows {
	margin: 0 0 80px 0;
}
.sevenarrows .sevenarrows_ttl {
  overflow: hidden;
  text-align: center;
  margin: 0 0 20px 0;
}
.sevenarrows .sevenarrows_ttl span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #00913a;
}
.sevenarrows .sevenarrows_ttl span::before,
.sevenarrows .sevenarrows_ttl span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #00913a;
}
.sevenarrows .sevenarrows_ttl span::before {
  right: 100%;
}
.sevenarrows .sevenarrows_ttl span::after {
  left: 100%;
}
.sevenarrows .sevenarrows_list {
	width: 101%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 50px 0 0 -0.5%;
}
.sevenarrows .sevenarrows_list.mt0 {
	margin-top: 0;
}
.sevenarrows .sevenarrows_list li {
	width: 24.25%;
	margin: 0 0.5% 30px 0.5%;
	background: #00913a;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	border-radius: 30% 40% 70% 50%/50% 50% 70% 70%;
	-ms-border-radius: 30% 40% 70% 50%/50% 50% 70% 70%;
}
.sevenarrows .sevenarrows_list li a {
	text-decoration: none;
	padding: 5px 5px 30px 5px;
	display: block;
}
.sevenarrows .sevenarrows_list li .number {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;/* 円の色 */
	border: solid 2px #00913a;
	text-align: center;
	color: #00913a;
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
	margin: -30px auto 5px auto;
}
.sevenarrows .sevenarrows_list li .caption {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
.sevenarrows .sevenarrows_list li .caption span {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
}
.sevenarrows .sevenarrows_mv {
	position: relative;
	margin: 0 0 10px 0;
}
.sevenarrows .sevenarrows_mv img {
	width: 100%;
	display: block;
}
.sevenarrows .key {
	background: #f8b500;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	padding: 5px 10px;
	z-index: 2;
	position: absolute;
	bottom: 10px;
	left: -10px;
}
.sevenarrows .purpose {
	font-size: 15px;
	font-weight: 400;
	color: #00913a;
	margin: 0 0 5px 0;
}
.sevenarrows .means {
	font-size: 15px;
	font-weight: 400;
}
.sevenarrows .txt {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 50px 0 0 0;
}
.sevenarrows .txt span {
	background: linear-gradient(transparent 60%, rgba(255,255,0,0.8) 60%);
	padding: 0 10px;
}
.sevenarrows .link {
	width: 620px;
	margin: 20px auto 0 auto;
}
.sevenarrows .link li {
	width: 42%;
	float: left;
	margin: 5px 4% 0 4%;
	text-align: center;
}
.sevenarrows .link li img {
	width: 100%;
}
.sevenarrows .childcare {
}
.sevenarrows .childcare img {
	width: 48%;
	float: left;
	display: block;
	margin: 0 2% 2% 0;
}
.childcare .childcare_key {
	width: 50%;
	float: right;
	background: #f8b500;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	padding: 5px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.childcare .childcare_purpose {
	width: 50%;
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #00913a;
	padding: 5px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.childcare .childcare_means {
	width: 50%;
	float: right;
	font-size: 15px;
	font-weight: 400;
	padding: 5px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.childcare .detail {
	width: 200px;
	float: left;
	background: #00913a;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin: 20px 0 0 0;
}
.childcare .detail a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.sevenarrows .plaza {
	margin: 50px auto;
}
.sevenarrows .place {
	width: 68%;
	float: left;
	background: #EFEFEF;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	margin: 0 0 50px 0;
}
.sevenarrows .place dt {
	width: 25%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px;
	border-top: solid 1px #CCC;
	text-align: center;
}
.sevenarrows .place dd {
	width: 75%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #FFF;
}
.sevenarrows .donation {
	width: 60%;
	float: left;
}
.sevenarrows .donation .caption {
	font-size: 15px;
	font-weight: 400;
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
.sevenarrows .donation dl {
	border: solid 1px #CCC;
	padding: 0 0 10px 0;
}
.sevenarrows .donation dt {
	width: 30%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	text-align: center;
}
.sevenarrows .donation dd {
	width: 70%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 10px;
	border-left: solid 2px #CCC;
	margin: 10px 0;
}
.sevenarrows .flyer {
	width: 28%;
	float: right;
}
.sevenarrows .flyer img {
	width: 100%;
	margin: 0 0 5px 0;
}
.sevenarrows .flyer .btn {
	text-align: center;
}
.sevenarrows .flyer .btn a {
	background: #f8b500;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
.sevenarrows .thanks {
	max-width: 800px;
	margin: 0 auto;
}
.sevenarrows .thanks .photo {
	position: relative;
	margin: 0 0 10px 0;
}
.sevenarrows .thanks .photo img {
	width: 100%;
	display: block;
}
.sevenarrows .thanks .caption {
	background-color: rgba(255,255,255,0.8);
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.sevenarrows .thanks .txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 20px 0;
	text-align: left;
}
.sevenarrows .thanks .amount {
	font-size: 30px;
	font-weight: 700;
	color: #f8b500;
	margin: 0 0 10px 0;
	text-align: center;
}
.sevenarrows .thanks ul {
	list-style-type: disc;
	margin: -20px 0 10px 2.8em;
}
.sevenarrows .thanks ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.sevenarrows .thanks .notice {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

#r011013 {
	margin: 0 0 80px 0;
}
#r011013 .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#r011013 ul {
	margin: 0 0 20px 0;
}
#r011013 ul li {
	width: 49%;
}
#r011013 ul li:nth-child(odd) {
	float: left;
}
#r011013 ul li:nth-child(even) {
	float: right;
}
#r011013 ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	background: #f8b500;
	padding: 10px;
	text-align: center;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#crowdfunding {
	margin: 0 0 80px 0;
}
#crowdfunding .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 50px 0;
}
#crowdfunding .txt a {
	color: #00913a;
}
#crowdfunding .txt a:hover {
	text-decoration: none;
}
#crowdfunding .supporter {
	margin: 0 0 40px 0;
}
#crowdfunding .supporter li {
	width: 23.5%;
	float: left;
	margin: 0 2% 2% 0;
	font-size: 14px;
	font-weight: 400;
}
#crowdfunding .supporter li:nth-child(4n) {
	margin-right: 0;
}
#crowdfunding .note {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-align: right;
}

#anc01, #anc02, #anc03, #anc04, #anc05, #arrows01, #arrows02, #arrows03, #arrows04, #arrows05, #arrows06, #arrows07 {
	padding-top: 130px;
	margin-top: -130px;
}

#pagetop {
	height: 50px;
	width: 50px;
	bottom: 50px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

.gm7mivi {
	width: 80%;
	margin: 0 10% 60px;
	height: auto;
}

}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

header {
	background: #00913a;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#header_inner {
	max-width: 500px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
#header_inner h1 {
	display: none;
}
#header_inner .logo {
	width: 250px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
}
#header_inner .logo a {
	text-decoration: none;
}
#header_inner .logo img {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
}
#header_inner .logo h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	width: 180px;
	float: left;
	margin: 7px 0 0 0;
	letter-spacing: 0.1em;
}
#header_inner .logo h2 span {
	font-size: 18px;
	color: #FFF;
	font-family: 'Russo One', sans-serif;
}
.sb-toggle-right {
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sb-toggle-right img {
	width: 40px;
	padding: 5px;
}
.global-nav {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.global-nav li {
	border-bottom: solid 1px #00913a;
	font-family: 'Russo One', sans-serif;
}
.global-nav li img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.global-nav li a {
	font-size: 15px;

	line-height: 20px;
	color: #00913a;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.sb-slidebar #language {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.sb-slidebar #language li {
	float: left;
	margin: 0 5px;
}
.sb-slidebar #language li a {
	font-size: 13px;
	font-weight: 400;
	background: #EFEFEF;
	text-align: center;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
#mv-wrapper {
	width: 100%;
	z-index: 99;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 300px;
	height: 300px;
	margin-top: 50px;
}
.contents-wrapper {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 10px;
}
.main_ttl {
	text-align: center;
	margin: 0 0 10px 0;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	color: #00913a;
	font-size: 16px;
	font-weight: 400;
}
.main_ttl span:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00913a;
	border-radius: 2px;
}
#mission {
	margin: 0 0 50px 0;
}
#mission .txt {
	font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}
#mission h3 {
	font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 60px 0;
}
#mission h3 span {
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin: 5px 0 0 0;
}
#mission h4 {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #00913a;
	margin: 0 0 10px 0;
}
#mission ul {
	margin: 0 0 50px 0;
}
#mission ul li {
	margin: 0 0 10px 0;
}
#mission ul li h5 {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	background: #00913a;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
#mission ul li h6 {
	font-size: 13px;
	font-weight: 400;
}
#business {
	margin: 0 0 50px 0;
}
#business ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}
#business ul li {
	width: 48%;
	margin: 0 0 20px 0;
	text-align: center;
}
#business ul li img {
	width: 100%;
}
#business ul li h3 {
	font-size: 13px;
	font-weight: 400;
	color: #00913a;
}
#business ul li a {
	text-decoration: none;
}
.btn_more {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.btn_more a {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	background: #555;
	padding: 5px;
	display: block;
}
#newsrelease {
	height: 360px;
	margin: 0 0 50px 0;
}
#newsrelease #post_list {
	height: 320px;
	overflow: auto;
}
#newsrelease #post_list li {
	margin: 0 0 15px 0;
}
#newsrelease #post_list li p {
	font-size: 12px;
	font-weight: 400;
	color: #00913a;
}
#newsrelease #post_list li p span {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	background: #999;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
#newsrelease #post_list li a {
}
#newsrelease #post_list li a:hover {
	text-decoration: none;
}
#fb {
	width: 90%;
	height: 450px;
	margin: 0 auto 30px auto;
}
#fb iframe {
	width: 100%;
	height: 400px;
}
footer {
	background: #00913a;
	padding: 2% 0 0 0;
}
#footer_inner {
	max-width: 500px;
	width: 96%;
	margin: 0 auto 2%;
	padding: 10px 10px 5px 10px;
	background: #FFF;
	box-sizing: border-box;
}
#footer_inner .footer_logo {
	border-bottom: solid 1px #222;
	text-align: center;
	margin: 0 0 10px;
}
#footer_inner .footer_logo a {
	text-decoration: none;
}
#footer_inner .footer_logo img {
	width: 40px;
}
#footer_inner .footer_logo p {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 0 5px 0;
}
#footer_inner .footer {
	margin: 0 5px;
}
#footer_inner .footer li {
	font-size: 13px;
	font-weight: 700;
}
#footer_inner .footer li a {
	text-decoration: none;
}
#footer_inner .footer li .child {
	list-style-type: disc;
	/*margin: 0 0 10px;*/
}
#footer_inner .footer li .child li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 1em 0 1.5em;
}
.copy {
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
	background: #FFF;
}
#sv-wrapper {
	margin: 50px 0 0 0;
}
#sv-wrapper img {
	width: 100%;
	display: block;
}
#about {
	margin: 0 0 50px 0;
}
#about .outline {
}
#about .outline td {
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#about .outline td.item {
	background: #EFEFEF;
}
#about .outline td.item span {
	font-size: 12px;
}
#about .outline td.matter {
	margin: 0 0 10px 0;
}
#about .outline td a {
	color: #00913a;
}
#about .outline dd .child {
}
#about .outline dl dt {
	background: none;
	width: 30%;
	float: left;
	padding: 0;
	text-align: left;
}
#about .outline dl dd {
	width: 70%;
	float: left;
	padding: 0;
}
#about .outline ul {
	list-style-type: disc;
}
#about .outline ul li {
	margin: 0 0 0 20px;
}

.service {
	margin: 0 0 50px 0;
}
.service .overview {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.service p{
	text-align: right;
	margin: 10px 0 40px 0;
}
.service ul {
}
.service ul li {
	margin: 0 0 30px 0;
}
.service ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.service ul li .caption {
	font-size: 14px;
	font-weight: 400;
	color: #00913a;
}
.service ul li .txt {
	font-size: 13px;
	font-weight: 400;
}
.service ul li .link {
	margin: 5px 0 0 0;
}
.service ul li .link a, .service .overview a {
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: solid 1px #CCC;
	margin: 0 0 5px 0;
}
.link .fa.fa-chevron-circle-right, .overview .fa.fa-chevron-circle-right {
	margin: 0 0 0 3px;
}
.service ul.photo {
	width: 102%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 0 0 -1%;
}
.service ul.photo li {
	width: 31.3333%;
	margin: 0 1%;
}
.service ul.photo li img {
	width: 100%;
	display: block;
}

#upd {
	margin: 0 0 50px 0;
}
#upd .overview {
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
	margin: 0 0 10px 0;
	border: dashed 1px #CCC;
}
#upd .overview span {
	font-size: 14px;
	font-weight: 700;
	color: #00913a;
	text-align: center;
	display: block;
}
#upd .outline {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#upd .outline span {
	font-size: 14px;
	font-weight: 700;
	color: #00913a;
}
#upd .detail {
	padding: 10px 0 0 0;
}
#upd .detail ul {
}
#upd .detail ul li {
	margin: 0 0 30px 0;
}
#upd .detail ul li .ttl {
	font-size: 14px;
	font-weight: 400;
	background: #00913a;
	color: #FFF;
	padding: 5px;
	margin: 0 0 10px 0;
}
#upd .detail ul li img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#upd .detail ul li .explanation {
}
#upd .detail ul li .child {
	margin: 0 0 5px 0;
}
#upd .detail ul li .child li {
	font-size: 12px;
	font-weight: 400;
	background: #AAA;
	color: #FFF;
	padding: 5px;
	margin: 0 5px 5px 0;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#upd .detail ul li .explanation .caption {
	font-size: 14px;
	font-weight: 400;
	color: #00913a;
}
#upd .detail ul li .explanation .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#upd .detail ul li .explanation dl {
}
#upd .detail ul li .explanation dl dt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #CCC;
}
#upd .detail ul li .explanation dl dd {
	margin: 0 0 20px 0;
}
#upd .detail ul li .explanation dl dd .place {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
#upd .detail ul li .explanation dl dd .place li {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}
#upd .detail ul li .explanation dl dd .matter {
}
#upd .detail ul li .explanation dl dd .matter li {
	margin: 0 0 10px 0;
}
#upd .detail ul li .explanation dl dd .matter li .spot {
	font-size: 13px;
	font-weight: 700;
}
#upd .detail ul li .explanation dl dd .matter li p {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 2em;
}
#upd .closing {
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
#upd .closing a {
	color: #00913a;
}

.englishclass {
	margin: 0 0 50px 0;
}
.englishclass p {
	font-size: 14px;
	font-weight: 700;
	color: #f8b500;
	margin: 0 0 10px 0;
}
.englishclass .overview {
}
.englishclass .overview li {
	width: 100%;
	margin: 0 0 20px 0;
}
.englishclass .overview li img {
	width: 100%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomleft: 20px;
	display: block;
}
.englishclass .overview li .caption {
	/*width: calc(100% - 10px);*/
	background: #f8b500;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	padding: 5px;
	margin: -50px 0 0 -5px;
	z-index: 3;
	position: relative;
	display: table;
}
.englishclass .overview li .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 20px 0 0 10px;
}
.englishclass .lesson {
	margin: 0 0 30px 0;
}
.englishclass .lesson dl {
}
.englishclass .lesson dl dt {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px 0;
	background: #8bbd5d;
	padding: 5px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px;
}
.englishclass .lesson dl dt span {
	width: 100%;
	color: #FFF;
}
.englishclass .lesson dl dd {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.englishclass .lesson dl dd ul {
	list-style-type: circle;
	margin: 0 0 0 20px;
}
.englishclass .lesson dl dd ul li {
	margin: 0 0 10px 0;
}
.englishclass .lesson dl dd ul li span {
	color: #f8b500;
	font-size: 15px;
	font-weight: 700;
}
.englishclass .lesson dl dd .child {
	max-width: 400px;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	text-align: center;
}
.englishclass .lesson dl dd .child dt {
	background: #EFEFEF;
	width: 50%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	border-top: solid 1px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #111;
}
.englishclass .lesson dl dd .child dd {
	width: 50%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #FFF;
}
.englishclass .limitedtime {
	margin: 0 0 30px 0;
	border: dashed 2px #f8b500;
	padding: 10px;
}
.englishclass .limitedtime .caption {
	font-size: 16px;
	font-weight: 700;
	color: #f8b500;
}
.englishclass .limitedtime .caption span {
	font-size: 13px;
	font-weight: 400;
	color: #f8b500;
}
.englishclass .limitedtime .txt {
	font-size: 13px;
	font-weight: 400;
}
.englishclass .limitedtime .txt a {
	color: #111;
}
.englishclass .limitedtime .txt a:hover {
	text-decoration: none;
}
.englishclass .application {
	text-align: center;
}
.englishclass .application .txt {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.englishclass .application ul {
	margin: 30px 0 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.englishclass .application ul li {
	width: 120px;
	margin: 0 5px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px; 
	-moz-border-radius-topright: 20px; 
	-moz-border-radius-bottomleft: 20px;
}
.englishclass .application ul li:first-child {
	background: #83cdd2;
}
.englishclass .application ul li:nth-child(2) {
	background: #bbd738;
}
.englishclass .application ul li a {
	padding: 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	display: block;
}
.tabidaiko {
	margin: 0 0 50px 0;
}
.tabidaiko .overview {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.tabidaiko .youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.tabidaiko .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tabidaiko .material {
}
.tabidaiko .material ul {
	margin: 0 0 20px 0;
}
.tabidaiko .material ul li {
	width: 48.5%;
}
.tabidaiko .material ul li:nth-child(odd) {
	float: left;
}
.tabidaiko .material ul li:nth-child(even) {
	float: right;
}
.tabidaiko .material ul li img {
	width: 100%;
	display: block;
}
.tabidaiko .material .download {
	width: 140px;
	background: #c30d23;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
}
.tabidaiko .material .download i {
	color: #FFF;
}
.tabidaiko .material .download a {
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}

#contact {
}
#contact .form {
	margin: 0 0 50px 0;
}
#contact .form dt {
	font-size: 13px;
	font-weight: 400;
}
#contact .form dd {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
#contact .form dt a {
	color: #903;
	text-decoration: none;
}
#contact .form dt a:hover {
	color: #903;
}
#contact .form dd select {
	margin-top: 10px;
}
#contact .form dd label span {
	font-size: 12px;
	font-weight: normal;
}
#contact .form dd ul li input[type="checkbox"] {
	margin: 0 10px 0 0; 
}

.privacy {
	margin: 0 0 50px 0;
}
.privacy .caption {
	font-size: 14px;
	font-weight: 400;
	color: #00913a;
	border-bottom: double 3px #00913a;
	margin: 0 0 10px 0;
}
.privacy .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.privacy .enactment {
	font-size: 13px;
	font-weight: 400;
	text-align: right;
}

.policy {
	margin: 0 0 20px 0;
}
.policy li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 15px 1.5em;
}
.policy li span {
	font-size: 14px;
	font-weight: 700;
	display: block;
}
.policy li .child {
	list-style-type: lower-alpha;
	margin: 10px 0 0;
}
.policy li .child li {
	margin: 0 0 10px 1.2em;
}
.policy li .child li .disc li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}


.typhoon {
	margin: 0 0 50px 0;
}
.typhoon .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.typhoon .txt.tl_right {
	text-align: right;
}
.typhoon .txt.tl_center {
	text-align: center;
}
.typhoon .photo {
	margin: 20px 0 0 0;
}
.typhoon .photo li {
	width: 49%;
	margin: 0 0 2% 0;
}
.typhoon .photo li:nth-child(odd) {
	float: left;
}
.typhoon .photo li:nth-child(even) {
	float: right;
}
.typhoon .photo li img {
	width: 100%;
	display: block;
}
.typhoon .furusato {
	margin: 30px 0 0 0;
}
.typhoon .furusato .caption {
	font-size: 14px;
	font-weight: 700;
	color: #00913a;
	border-bottom: solid 1px #00913a;
	margin: 0 0 10px 0;
}
.typhoon .furusato ul {
	margin: 0 0 30px 0;
}
.typhoon .furusato ul li {
	width: 49%;
	margin: 0 0 2% 0;
	border: solid 1px #CCC;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.typhoon .furusato ul li:nth-child(odd) {
	float: left;
}
.typhoon .furusato ul li:nth-child(even) {
	float: right;
}
.typhoon .furusato ul li a {
	text-decoration: none;
}
.typhoon .furusato ul li .name {
	font-size: 13px;
	font-weight: 400;
	background: #666;
	color: #FFF;
	padding: 5px;
}
.typhoon .furusato ul li .price {
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	padding: 5px;
}
.typhoon .link {
}
.typhoon .link li {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
}
.typhoon .link .child {
	list-style-type: disc;
	margin: 0 0 20px 1.4em;
}
.typhoon .link .child li {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.typhoon .link .child li a {
	color: #111;
}
.typhoon .link .child li a:hover {
	text-decoration: none;
}
.sevenarrows {
	margin: 0 0 50px 0;
}
.sevenarrows .sevenarrows_ttl {
  overflow: hidden;
  text-align: center;
  margin: 0 0 20px 0;
}
.sevenarrows .sevenarrows_ttl span {
  position: relative;
  display: inline-block;
  margin: 0 1.6em;
  padding: 0 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #00913a;
}
.sevenarrows .sevenarrows_ttl span::before,
.sevenarrows .sevenarrows_ttl span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #00913a;
}
.sevenarrows .sevenarrows_ttl span::before {
  right: 100%;
}
.sevenarrows .sevenarrows_ttl span::after {
  left: 100%;
}
.sevenarrows .sevenarrows_list {
	width: 100%;
	margin: 30px 0 0 0;
}
.sevenarrows .sevenarrows_list.mt0 {
	margin-top: 0;
}
.sevenarrows .sevenarrows_list li {
	width: 48.5%;
	margin: 0 0 30px 0;
	background: #00913a;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	border-radius: 30% 40% 70% 50%/50% 50% 70% 70%;
	-webkit-border-radius: 30% 40% 70% 50%/50% 50% 70% 70%;
	-moz-border-radius: 30% 40% 70% 50%/50% 50% 70% 70%;
	-ms-border-radius: 30% 40% 70% 50%/50% 50% 70% 70%;
}
.sevenarrows .sevenarrows_list li:nth-child(odd) {
	float: left;
}
.sevenarrows .sevenarrows_list li:nth-child(even) {
	float: right;
}
.sevenarrows .sevenarrows_list li a {
	text-decoration: none;
	padding: 5px 10px 30px 10px;
}
.sevenarrows .sevenarrows_list li .number {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;/* 円の色 */
	border: solid 2px #00913a;
	text-align: center;
	color: #00913a;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin: -35px auto 5px auto;
}
.sevenarrows .sevenarrows_list li .caption {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}
.sevenarrows .sevenarrows_list li .caption span {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.sevenarrows .sevenarrows_mv {
	position: relative;
	margin: 0 0 30px 0;
}
.sevenarrows .sevenarrows_mv img {
	width: 100%;
	display: block;
}
.sevenarrows .key {
	background: #f8b500;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	padding: 5px;
	z-index: 2;
	position: absolute;
	bottom: -15px;
	left: -5px;
}
.sevenarrows .purpose {
	font-size: 13px;
	font-weight: 400;
	color: #00913a;
	margin: 0 0 5px 0;
}
.sevenarrows .means {
	font-size: 13px;
	font-weight: 400;
}
.sevenarrows .means {
	font-size: 13px;
	font-weight: 400;
}
.sevenarrows .txt {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin: 50px 0 0 0;
}
.sevenarrows .txt span {
	background: linear-gradient(transparent 60%, rgba(255,255,0,0.8) 60%);
	padding: 0 10px;
}
.sevenarrows .link {
	margin: 20px auto 0 auto;
}
.sevenarrows .link li {
	width: 48%;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
.sevenarrows .link li:nth-child(odd) {
	float: left;
}
.sevenarrows .link li:nth-child(even) {
	float: right;
}
.sevenarrows .link li img {
	width: 100%;
}
.sevenarrows .childcare {
}
.sevenarrows .childcare img {
	width: 100%;
	display: block;
	margin: 0 0 2% 0;
}
.childcare .childcare_key {
	background: #f8b500;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	padding: 5px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.childcare .childcare_purpose {
	font-size: 13px;
	font-weight: 400;
	color: #00913a;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.childcare .childcare_means {
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.childcare .detail {
	width: 160px;
	background: #00913a;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	margin: 20px auto 0 auto;
}
.childcare .detail a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.sevenarrows .place {
	margin: 30px auto;
}
.sevenarrows .place dt {
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	background: #EFEFEF;
}
.sevenarrows .place dd {
	font-size: 13px;
	font-weight: 400;
	padding: 5px 5px 20px 5px;
}
.sevenarrows .donation {
	max-width: 400px;
	margin: 0 auto 30px auto;
}
.sevenarrows .donation .caption {
	font-size: 14px;
	font-weight: 400;
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
.sevenarrows .donation dl {
	border: solid 1px #CCC;
	padding: 0 0 10px 0;
}
.sevenarrows .donation dt {
	width: 30%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	text-align: center;
}
.sevenarrows .donation dd {
	width: 70%;
	float: left;
	font-size: 13px;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 5px 10px;
	border-left: solid 2px #CCC;
	margin: 10px 0 0 0;
}
.sevenarrows .flyer {
	width: 240px;
	margin: 0 auto 50px auto;
}
.sevenarrows .flyer img {
	width: 100%;
	margin: 0 0 5px 0;
}
.sevenarrows .flyer .btn {
	text-align: center;
	margin: 0 auto;
}
.sevenarrows .flyer .btn a {
	background: #f8b500;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
.sevenarrows .thanks {
	margin: 0 auto;
}
.sevenarrows .thanks .photo {
	position: relative;
	margin: 0 0 10px 0;
}
.sevenarrows .thanks .photo img {
	width: 100%;
	display: block;
}
.sevenarrows .thanks .caption {
	background-color: rgba(255,255,255,0.8);
	font-size: 12px;
	font-weight: 400;
	padding: 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.sevenarrows .thanks .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: left;
}
.sevenarrows .thanks .amount {
	font-size: 20px;
	font-weight: 700;
	color: #f8b500;
	margin: 0 0 5px 0;
	text-align: center;
}
.sevenarrows .thanks ul {
	list-style-type: disc;
	margin: -20px 0 10px 2.8em;
}
.sevenarrows .thanks ul li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px 0;
}
.sevenarrows .thanks .notice {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

#r011013 {
	margin: 0 0 50px 0;
}
#r011013 .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-align: center;
}
#r011013 ul {
	margin: 0 0 20px 0;
}
#r011013 ul li {
	width: 100%;
	margin: 0 0 10px 0;
}
#r011013 ul li a {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background: #f8b500;
	padding: 10px 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#crowdfunding {
	margin: 0 0 80px 0;
}
#crowdfunding .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 50px 0;
}
#crowdfunding .txt a {
	color: #00913a;
}
#crowdfunding .txt a:hover {
	text-decoration: none;
}
#crowdfunding .supporter {
	margin: 0 0 40px 0;
}
#crowdfunding .supporter li {
	width: 49%;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: 400;
}
#crowdfunding .supporter li:nth-child(odd) {
	float: left;
}
#crowdfunding .supporter li:nth-child(even) {
	float: right;
}
#crowdfunding .supporter li.full {
	width: 100%;
}
#crowdfunding .note {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-align: right;
}

.slogan { 
	position: relative; 
	padding: 1em .5em; 
	border: 1px solid #00913a;
	max-width: 320px;
	margin: 0 auto !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 2em;
	font-family: 'Russo One', sans-serif;
}
.slogan span {
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0.055em;
}
.slogan:after{ 
	content: "2021年度グループスローガン"; 
	position: absolute; 
	top: -1.2em; 
	left: 11.5%; 
	background: #fff; 
	font-size: 18px;
	font-weight: 700;
	color: #00913a; 
	padding: 0 10px;
}

#anc01, #anc02, #anc03, #anc04, #anc05, #arrows01, #arrows02, #arrows03, #arrows04, #arrows05, #arrows06, #arrows07 {
	padding-top: 90px;
	margin-top: -90px;
}

#pagetop {
	height: 40px;
	width: 40px;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

.gm7mivi {
	width: 100%;
	margin: 0 0 30px;
	height: auto;
}

#contact .form input, .form textarea {
	position:relative;
	z-index:2;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#contact .form dt span{
   color:red;
   font-weight:bold;
}
#contact .form dd span input {
	margin-bottom: 10px;
}
#contact dd label{
	position:relative;
	z-index:1;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 5px;
}
#contact dd.error input , dl dd.error textarea , dl dd.error label {
	background:#FFCCCC;
}
* html dd.error label {
	background:none;
}
*+html dd.error label{
	background:none;
}
dl dd p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
} 
.red {
	color: #F00;
}



/* 20250530追記 */
#footer_inner .footer.mb10 {
	margin-bottom: 10px;
}
/*  */
@media screen and (max-width: 768px) {
	.u_pc {
	  display: none;
	}
}

@media screen and (min-width: 769px) {
	.u_sp {
	  display: none;
	}
}
	
	