@charset "utf-8";
/* CSS Document */


/*フォント*/
body {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
}
body {
	font-size: calc(15px + (18 - 15) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	body {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	body {
		font-size: 15px;
	}
}


a {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
	color: #0B8FFF;
}
a.underline:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}


/* Layout */
body { position: relative;}
body.is-lock { overflow: hidden;}




/*wrap関連*/
.wrap {
	max-width: 900px;
	padding: 0 22px;
	margin: 0 auto;
}
/*PC→スマホ 表示・非表示*/
.pcBlock { display: block !important;}
.spBlock { display: none !important;}
.pcInline { display: inline !important;}
.spInline { display: none !important;}
@media only screen and (max-width: 500px) {
	/*PC→スマホ 表示・非表示*/
	.pcBlock { display: none !important;}
	.spBlock { display: block !important;}
	.pcInline { display: none !important;}
	.spInline { display: inline !important;}
}







/* =============================================================================
   text font size
   ========================================================================== */
.fs30_45 {
	font-size: calc(30px + (45 - 30) * (100vw - 400px) / (950 - 400));
}
.fs15_20 {
	font-size: calc(15px + (20 - 15) * (100vw - 400px) / (950 - 400));
}
.fs12_14 {
	font-size: calc(12px + (14 - 12) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	.fs30_45 {
		font-size: 45px;
	}
	.fs15_20 {
		font-size: 20px;
	}
	.fs12_14 {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.fs30_45 {
		font-size: 30px;
	}
	.fs15_20 {
		font-size: 15px;
	}
	.fs12_14 {
		font-size: 12px;
	}
}







/* =============================================================================
   gFoot
   ========================================================================== */
#gFoot {
	background: #D9E021;
	padding-top: 40px;
	text-align: center;
}
#gFoot .contact {
}
#gFoot .contact h3 {
	margin-bottom: 10px;
}
#gFoot .contact h3 span {
	display: inline-block;
	font-weight: 700;
	background: #fff;
	color: #73B428;
	width: 8em;
	border-radius: 15px;
	padding: 5px 5px;
}
#gFoot .contact .tel {
	font-weight: 700;
	line-height: 1.4;
}
#gFoot .contact .tel a {
	color: #000000;
}
#gFoot .logo {
	width: 50%;
	max-width: 290px;
	margin: 40px auto;
}
#gFoot .copy {
	padding: 1.5em 0;
	font-weight: 400;
}
@media only screen and (max-width: 500px) {
	#gFoot {
		padding-top: 25px;
	}
	#gFoot .logo {
		margin: 20px auto;
	}
}

/*font*/
#gFoot .contact h3 {
	font-size: calc(15px + (20 - 15) * (100vw - 400px) / (950 - 400));
}
#gFoot .contact .note {
	font-size: calc(15px + (20 - 15) * (100vw - 400px) / (950 - 400));
}
#gFoot .contact .tel {
	font-size: calc(30px + (35 - 30) * (100vw - 400px) / (950 - 400));
}
#gFoot .copy {
	font-size: calc(10px + (16 - 10) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#gFoot .contact h3 {
		font-size: 20px;
	}
	#gFoot .contact .note {
		font-size: 20px;
	}
	#gFoot .contact .tel {
		font-size: 35px;
	}
	#gFoot .copy {
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	#gFoot .contact h3 {
		font-size: 15px;
	}
	#gFoot .contact .note {
		font-size: 15px;
	}
	#gFoot .contact .tel {
		font-size: 30px;
	}
	#gFoot .copy {
		font-size: 10px;
	}
}







/* =============================================================================
   mainVisual
   ========================================================================== */
#mainVisual {
	position: relative;
}
/*https://webspe.net/tools/wave-svg/*/
#mainVisual .wave {
    position: absolute;
    bottom: -1px;
    width: 100%;
}
#mainVisual h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
    text-align: center;
}
#mainVisual .slideText {
    position: relative;
	max-width: 900px;
	padding: 0 22px;
	margin: 0 auto;
}
#mainVisual .slideText figure {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    max-width: 250px;
}
#mainVisual .slideMain div.image {
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	margin: 0;
    height: 800px;
}
#mainVisual .slideMain div.slide01 {
	background-image: url("img/img_slide-01.jpg");
}
#mainVisual .slideMain div.slide02 {
	background-image: url("img/img_slide-02.jpg");
}
#mainVisual .slideMain div.slide03 {
	background-image: url("img/img_slide-03.jpg");
}
#mainVisual .slideMain div.slide04 {
	background-image: url("img/img_slide-04.jpg");
}
@media only screen and (max-width: 500px) {
    #mainVisual h1 {
        top: 36%;
    }
    #mainVisual h1 img {
        max-width: 400px;
        width: 100%;
    }
	#mainVisual .slideMain div.image {
		height: 600px;
	}
    #mainVisual .slideMain div.slide01 {
        background-image: url("img/img_slide-01_sp.jpg");
    }
    #mainVisual .slideMain div.slide02 {
        background-image: url("img/img_slide-02_sp.jpg");
    }
    #mainVisual .slideMain div.slide03 {
        background-image: url("img/img_slide-03_sp.jpg");
    }
    #mainVisual .slideMain div.slide04 {
        background-image: url("img/img_slide-04_sp.jpg");
    }
}





/*Lp汎用スタイル*/
#content nav.btnLink {
	margin-top: 40px;
    text-align: center;
}
#content nav.btnLink a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    background: #73B428;
    color: #fff;
    border-radius: 10px;
    padding: 15px 40px;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
}
#content nav.btnLink a:hover {
	background: #999;
}
@media only screen and (max-width: 500px) {
    #content nav.btnLink {
        margin-top: 20px;
    }
}

/*h2.title*/
#content h2.title {
	font-size: calc(30px + (45 - 30) * (100vw - 400px) / (950 - 400));
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #73B428;
	margin-bottom: 40px;
}
#content h2.title:before,
#content h2.title:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #73B428;
	width: 2px;
	height: 1.5em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}
#content h2.title:before {
	transform: rotate(-45deg);
}
#content h2.title:after {
	transform: rotate(45deg);
}
@media (min-width: 950px) {
	#content h2.title {
		font-size: 45px;
	}
} 
@media only screen and (max-width: 500px) {
	#content h2.title {
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	#content h2.title {
		font-size: 30px;
	}
}








/*sec01*/
#content .sec01 {
	padding: 60px 0;
	padding-bottom: 80px;
} 
#content .sec01 h2 {
    text-align: center;
    color: #00AF72;
    line-height: 1.5;
    margin-bottom: 1.0em;
}
#content .sec01 p {
    font-weight: 400;
    margin-bottom: 1.0em;
}
#content .sec01 .map {
    margin: 40px 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 4px rgba(17,17,26,0.08);
} 
@media only screen and (max-width: 500px) {
	#content .sec01 {
		padding: 30px 0;
		padding-bottom: 60px;
	}
}
/*font*/
#content .sec01 h2 {
	font-size: calc(20px + (28 - 20) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec01 h2 {
		font-size: 28px;
	}
}
@media (max-width: 400px) {
	#content .sec01 h2 {
		font-size: 20px;
	}
}








/*sec02*/
#content .sec02 {
	padding: 40px 0;
    background: #D9E021;
}
#content .sec02 dl {
    text-align: center;
}
#content .sec02 dt {
	margin-bottom: 10px;
	margin-top: 40px;
}
#content .sec02 dt:first-child {
	margin-top: 0;
}
#content .sec02 dt span {
	display: inline-block;
	font-weight: 700;
	background: #fff;
	color: #73B428;
	width: 6em;
	border-radius: 15px;
	padding: 5px 5px;
}
#content .sec02 dd {}
#content .sec02 dd p span {
	font-size: 0.7em;
}
#content .sec02 dd p.note {
	margin-top: 10px;
}
@media only screen and (max-width: 500px) {
	#content .sec02 {
		padding: 30px 0;
	}
}
/*font*/
#content .sec02 dt {
	font-size: calc(15px + (27 - 15) * (100vw - 400px) / (950 - 400));
}
#content .sec02 p {
	font-size: calc(18px + (30 - 18) * (100vw - 400px) / (950 - 400));
}
#content .sec02 p.note {
	font-size: calc(12px + (18 - 12) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec02 dt {
		font-size: 27px;
	}
	#content .sec02 p {
		font-size: 30px;
	}
	#content .sec02 p.note {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	#content .sec02 dt {
		font-size: 15px;
	}
	#content .sec02 p {
		font-size: 18px;
	}
	#content .sec02 p.note {
		font-size: 12px;
	}
}







/*sec03*/
#content .sec03 {
	padding: 60px 0;
	padding-bottom: 80px;
    background: #F4F4F4;
}
#content .sec03 ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -60px;
}
#content .sec03 ul.list li {
	position: relative;
	width: 47%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 60px;
	background: #fff;
	border-radius: 15px;
	padding: 25px;
}
#content .sec03 ul.list li:last-child {
	margin-left: auto;
	margin-right: auto;
}
#content .sec03 ul.list li .ico {
	width: 80px;
	position: absolute;
	top: -20px;
	left: 20px;
}
#content .sec03 ul.list li p.catch {
	font-size: 20px;
}
#content .sec03 ul.list li p.note {
	margin-top: 10px;
}
#content .sec03 ul.list li figure.image1 {
	max-width: 110px;
	margin: 50px auto;
}
#content .sec03 ul.list li figure.image2 {
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#content .sec03 ul.list li figure.image3 {
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#content .sec03 ul.list li figure.image4 {
	max-width: 140px;
	margin: 15px auto;
}
#content .sec03 ul.list li figure.image5 {
	margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
	#content .sec03 ul.list {
		margin-top: -40px;
	}
	#content .sec03 ul.list li {
		width: 100%;
		margin-top: 40px;
		border-radius: 15px;
		padding: 25px;
	}
	#content .sec03 ul.list li .ico {
		width: 64px;
	}
	#content .sec03 ul.list li .spBlock {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 500px) {
	#content .sec03 {
		padding: 30px 0;
		padding-bottom: 40px;
	}
	#content .sec03 nav.btnLink a {
		display: block;
		padding: 15px 0;
		font-size: 20px;
	}
}
/*font*/
#content .sec03 p.note {
	font-size: calc(12px + (14 - 12) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec03 p.note {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	#content .sec03 p.note {
		font-size: 12px;
	}
}







/*sec04*/
#content .sec04 {
	padding: 60px 0;
	padding-bottom: 80px;
}
#content .sec04 .summer {
	background: #E2F4FF;
	border-radius: 20px;
	margin-bottom: 50px;
}
#content .sec04 .summer h2 {
	transform: translateY(-10%);
}
#content .sec04 .summer .inner {
	padding: 0 25px 70px 25px;
	max-width: 700px;
	margin: 0 auto;
}
#content .sec04 p.text {
	font-weight: 400;
}
#content .sec04 dl {
    text-align: center;
}
#content .sec04 dt {
	margin-bottom: 10px;
	margin-top: 40px;
}
#content .sec04 dt span {
	display: inline-block;
	font-weight: 700;
	background: #fff;
	color: #3B67AC;
	width: 8em;
	border-radius: 15px;
	padding: 5px 5px;
}
#content .sec04 dd {}
#content .sec04 dd p.catch {
	line-height: 1.4;
}
#content .sec04 dd p.catch span {
	font-size: 0.7em;
}
#content .sec04 dd p.note {
	margin-top: 5px;
}
@media only screen and (max-width: 500px) {
	#content .sec04 {
		padding: 40px 0;
	}
	#content .sec04 .summer {
		margin-bottom: 30px;
	}
	#content .sec04 .summer .inner {
		padding: 0 25px 40px 25px;
	}
}
/*font*/
#content .sec04 dt {
	font-size: calc(15px + (20 - 15) * (100vw - 400px) / (950 - 400));
}
#content .sec04 p.text {
	font-size: calc(15px + (18 - 15) * (100vw - 400px) / (950 - 400));
}
#content .sec04 p.catch {
	font-size: calc(22px + (35 - 22) * (100vw - 400px) / (950 - 400));
}
#content .sec04 p.note {
	font-size: calc(12px + (18 - 12) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec04 dt {
		font-size: 20px;
	}
	#content .sec04 p.text {
		font-size: 18px;
	}
	#content .sec04 p.catch {
		font-size: 35px;
	}
	#content .sec04 p.note {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	#content .sec04 dt {
		font-size: 15px;
	}
	#content .sec04 p.text {
		font-size: 15px;
	}
	#content .sec04 p.catch {
		font-size: 22px;
	}
	#content .sec04 p.note {
		font-size: 12px;
	}
}







/*sec05*/
#content .sec05 {
	padding: 60px 0;
	padding-bottom: 80px;
    background: #F4F4F4;
} 
#content .sec05 ul.list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -60px;
}
#content .sec05 ul.list li {
	width: 100%;
	box-sizing: border-box;
	margin-top: 60px;
	background: #fff;
	border-radius: 15px;
	padding: 30px 40px;
	display: flex;
	align-items: center;
}
#content .sec05 ul.list li figure.pc {
	display: block;
}
#content .sec05 ul.list li figure.sp {
	display: none;
}
#content .sec05 ul.list li figure {
	position: relative;
	width: 50%;
}
#content .sec05 ul.list li figure figcaption {
	width: 74px;
	position: absolute;
	top: -20px;
	left: -20px;
}
#content .sec05 ul.list li .text {
	text-align: center;
	width: 40%;
	margin: 0 auto;
}
#content .sec05 ul.list li .text .comp {
	width: 45px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#content .sec05 ul.list li .text h3 {
	font-weight: 700;
}
#content .sec05 ul.list li .text h3 span {
	display: block;
	font-size: 15px;
	font-weight: 500;
}
#content .sec05 ul.list li .text h4 {
	font-size: 22px;
}
#content .sec05 ul.list li .text p.catch {
	font-size: 18px;
	margin-top: 10px;
}
#content .sec05 ul.list li .text p.course {
	font-size: 18px;
	border-bottom: 1px solid #707070;
}
#content .sec05 ul.list li .text p.course.top {
	border-top: 1px solid #707070;
	margin-top: 10px;
}
@media only screen and (max-width: 940px) {
	#content .sec05 ul.list li .text {
		width: 45%;
		margin: 0;
		margin-left: auto;
	}
}
@media only screen and (max-width: 800px) {
	#content .sec05 ul.list li figure.pc {
		display: none;
	}
	#content .sec05 ul.list li figure.sp {
		display: block;
	}
	#content .sec05 ul.list li figure {
		position: relative;
		width: 100%;
		margin: 10px 0;
		margin-top: 20px;
	}
	#content .sec05 ul.list li .text {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 500px) {
	#content .sec05 {
		padding: 30px 0;
		padding-bottom: 40px;
	}
	#content .sec05 ul.list {
		margin-top: -40px;
	}
	#content .sec05 ul.list li {
		margin-top: 40px;
		padding: 25px;
	}
	#content .sec05 ul.list li figure figcaption {
		width: 57px;
		top: -15px;
		left: -15px;
	}
	#content .sec05 ul.list li .text p.catch {
		margin-top: 0;
	}
}

/*font*/
#content .sec05 h3 {
	font-size: calc(22px + (30 - 22) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec05 h3 {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	#content .sec05 h3 {
		font-size: 22px;
	}
}







/*sec06*/
#content .sec06 {
	padding: 60px 0;
	padding-bottom: 80px;
} 
#content .sec06 .acBox {}
#content .sec06 .acBox .acHead {
	background-color: #F9FADB;
	padding: 14px;
	padding-left: 60px;
	line-height: 1.5;
	margin-top: 3px;
	transition: background .3s ease;
	cursor: pointer;
	position: relative;
}
#content .sec06 .acBox .acHead::before,
#content .sec06 .acBox .acHead::after {
	position:absolute;
	content:'';
	top: 1px;
	left: 14px;
	bottom:0;
	width:25px;
	height:5px;
	margin:auto;
	background:#D9E021;
}
#content .sec06 .acBox .acHead::after {
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
#content .sec06 .acBox .acHead.active {
	background-color: #D9E021;
}
#content .sec06 .acBox .acHead.active::after {
	transform:rotate(0deg);
	background:#ffffff;
}
#content .sec06 .acBox .acCont {
	display: none;
}
#content .sec06 .acBox .acCont {
	padding: 40px 0;
}
#content .sec06 .acBox .acCont p {
	margin-top: 15px;
}
#content .sec06 .acBox .acCont p:first-child {
	margin-top: 0;
}
#content .sec06 .acBox .acCont p span.red {
	color: #FF0000;
}
#content .sec06 .acBox .acCont p span.orange {
	color: #FF8900;
}
#content .sec06 .acBox .acCont p span.green {
	color: #73B428;
}
#content .sec06 .acBox .acCont figure {
	max-width: 345px;
	margin: 0 auto;
	margin-top: 20px;
}
@media only screen and (max-width: 500px) {
	#content .sec06 {
		padding: 30px 0;
		padding-bottom: 40px;
	}
	#content .sec06 .acBox .acHead {
		padding-left: 50px;
	}
	#content .sec06 .acBox .acCont {
		padding: 20px 0;
	}
}
/*font*/
#content .sec06 .acBox .acHead {
	font-size: calc(15px + (20 - 15) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec06 .acBox .acHead {
		font-size: 20px;
	}
}
@media (max-width: 400px) {
	#content .sec06 .acBox .acHead {
		font-size: 15px;
	}
}







/*sec07*/
#content .sec07 {
	padding: 60px 0;
	padding-bottom: 80px;
    background: #F4F4F4;
} 
#content .sec07 .box {
	background: #ffffff;
	border-radius: 20px;
}
#content .sec07 .box .inner {
	padding: 50px 25px;
	max-width: 700px;
	margin: 0 auto;
} 
#content .sec07 .box h3 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
} 
#content .sec07 .box p {
	margin-top: 15px;
	font-weight: 400;
} 
#content .sec07 .box p:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 500px) {
	#content .sec07 {
		padding: 30px 0;
		padding-bottom: 40px;
	}
	#content .sec07 .box .inner {
		padding: 30px 15px;
	}
	#content .sec07 .box h3 {
		margin-bottom: 20px;
	}
}
/*font*/
#content .sec07 p {
	font-size: calc(12px + (14 - 12) * (100vw - 400px) / (950 - 400));
}
@media (min-width: 950px) {
	#content .sec07 p {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	#content .sec07 p {
		font-size: 12px;
	}
}







