@charset "utf-8";
/*　section1　*/
.section1{
	padding: 20px 0 0 0;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 600px) {
	.section1{
		padding: 30px 0 0 0;
		height: auto;
	}
}
.section1 .mainT{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin: 0 0 50px;
}
@media screen and (max-width: 600px) {
	.section1 .mainT{
		font-size: 20px;
		margin: 0 0 20px;
	}
}
.section1 .mainT:before{
	background: url("../images/mainT_1.webp") no-repeat left center;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 60px;
	position: relative;
	top: 20px;
	left: 0;
}
.section1 .mainT:after{
	background: url("../images/mainT_2.webp") no-repeat right center;
	content: " ";
	display: inline-block;
	width: 40px;
	height: 60px;
	position: relative;
	top: 20px;
	right: 0;
}
@media screen and (max-width: 600px) {
	.section1 .mainT:before,
	.section1 .mainT:after{
		display: none;
	}
}



.section1 .panel{	
	min-height: 500px;
	width: 100%;
	padding: 50px 0;
}
@media screen and (max-width: 600px) {
	.section1 .panel{
		min-height: 100px;
		padding: 30px 10px;
	}
}
.panelBox .panel h2{
	text-align: center;
	padding: 0 0 30px;
}
.panelBox .panel .inBox{
	position: relative;
	background: #FFF;
	border-radius: 20px;
	padding: 5px 15px;
	margin: 0 1% 70px;
	width: 48%;
	min-height: 214px;
	float: left;
	z-index: 5;
}
@media screen and (max-width: 600px) {
	.panelBox .panel .inBox{
		width: 96%;
		margin: 0 2% 70px;
		float: none;
	}
}
.panelBox .panel .inBoxOne{
	float: none;
	margin: 0 auto 70px;
	width: 60%;
}
@media screen and (max-width: 600px) {
	.panelBox .panel .inBoxOne{
		width: 96%;
	}
}
.panelBox .panel .inBox:after{
	content: url("../images/section1_4.webp");
	position: absolute;
	bottom: -50px;
	left: 70px;
}
.panelBox .panel .inBox h3{
	font-size: 22px;
	background: url("../images/section1_3.webp") no-repeat left center;
	padding: 20px 0 20px 60px;
	margin: 0 0 10px;
	border-bottom: 2px solid #000;
}
.panelBox .panel .inBox ul{
	padding: 0 0 10px;
}
.panelBox .panel .inBox li{
	position: relative;
	padding: 3px 0 3px 25px;
}
.panelBox .panel .inBox li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "□";
	font-size: 20px;
}

.panelBox .inBox1{
	background-color: #f8b62d;
	z-index: 3;
}


/*　section2　*/
.section2{
	position: relative;
	z-index: 4;
}

.section2 .greenBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #5bb431;
	transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	z-index: 1;
}
.section2 .grayBox{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #e9ecf1;
	transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox{
		position: relative;
		top: auto;
		left: auto;
	}
}

.section2 .grayBox .inBox{
	transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	padding: 100px 0 0 0;
}
.section2 .grayBox .inBox .title_arrow{
	border-color:#f8b62d;
	text-align: center;
	color: #f8b62d;
}
.section2 .grayBox .inBox .title_arrow:before,
.section2 .grayBox .inBox .title_arrow:after{
	border-color: #f8b62d transparent transparent transparent;
}

.section2 .grayBox .inBox .title_arrow:after{
	border-color: #e9ecf1 transparent transparent transparent;
}

.section2 .grayBox .inBox h2{
	text-align: center;
	font-size: 40px;
	position: relative;
	color: #231815;
	letter-spacing: -1px;
	margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox h2{
		font-size: 20px;
		margin: 0 0 20px;
	}
}
.section2 .grayBox .inBox h2:before{
	content: url("../images/section2_1.webp");
	position: relative;
	top: 28px;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox h2:before{
		content: "　";
		background: url("../images/section2_1.webp") no-repeat center top;
		background-size: 150px;
		padding: 10px 0;
		top: auto;
		display: block;
	}
}
.section2 .grayBox .inBox .in{
	padding: 0px 0 0 48%;
	position: relative;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox .in{
		padding: 0 10px;
		min-height: 440px;
	}
}
.section2 .grayBox .inBox .in .img1{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40vw;

}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox .in .img1{
		width: 100px;
		left: 5px;
	}
}
.section2 .grayBox .inBox .in .img2{
	position: absolute;
	top: 65px;
	left: 38%;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox .in .img2{
		display: none;
	}
}
.section2 .grayBox .inBox .in .tx1{
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 50px;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox .in .tx1{
		font-size: 18px;
		padding: 0 0 0 110px;
		margin: 0 0 20px;
		line-height: 180%;
	}
}
.section2 .grayBox .inBox .in .tx1 span{
	color: #e60012;
	padding: 0 0 15px;
	background: url("../images/section2_4.webp") repeat-x left bottom;
}
@media screen and (max-width: 600px) {
	.section2 .grayBox .inBox .in .tx1 span{
		padding: 0 0 5px;
		background-size: 20px;
	}
}
.section2 .grayBox .inBox .in .tx2{
	padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
	.section2 .grayBox .inBox .in .tx2 {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 30px auto 0;
		font-size: min(3.95vw, 16px);
	}
}
.section2 .grayBox .inBox .in .tx2 span{
	color: #e60012;
}
.section2 .in2{
	padding: 0 0 40px;
}
.section2 .in2 .title{
	text-align: center;
	font-size: 30px;
	position: relative;
	color: #231815;
	padding: 0 0 20px;
}
@media screen and (max-width: 600px) {
	.section2 .in2 .title{
		font-size: 20px;
	}
}
.section2 .movieBox{
	padding: 40px 0;
}
@media screen and (max-width: 600px) {
	.section2 .movieBox{
		padding: 0 10px;
	}
}

/*　section3　*/
.section3{
	padding: 60px 0 200px;
}

@media screen and (max-width: 600px) {
	.section3{
		padding: 40px 0 0 0;
	}
}
.section3 h2.movieT{
	text-align: center;
	font-size: min(3.5vw, 38px);
	padding: 20px 120px 30px 0;
	position: relative;
	color: #5bb431;
	margin: 80px 0 0 0;
}
@media screen and (max-width: 600px) {
	.section3 h2.movieT{
		padding: 20px 100px 0px 0;
		display: none;
	}
}
.section3 h2.movieT span{
	position: absolute;
	top: -30px;
	right: 50px;
	display: block;
	background: url("../images/section6_1.webp") no-repeat left center;
	width: 240px;
	height: 120px;
	text-indent: -9999px;
}
@media screen and (max-width: 600px) {
	.section3 h2.movieT span{
		display: none;
	}
}
.section3 h2.movieT span:after{
	content: "声";
	position: absolute;
	top: 50px;
	right: 110px;
	text-indent: 0;
}
@media screen and (max-width: 600px) {
	.section3 h2.movieT{
		font-size: 24px;
	}
}

.section3 .movieBox{
	padding: 20px 0 0 0;
}
@media screen and (max-width: 600px) {
	.section3 .movieBox{
		padding: 20px 0 0;
	}
}
.section3 .movieBox .movie{
	float: left;
	width: 50%;
	text-align: center;
	margin: 0 0 30px;

	.youtube {
		& img {
			max-width: 478px;
		}
	}
}
@media screen and (max-width: 600px) {
	.section3 .movieBox .movie{
		width: 96%;
		margin: 0 2% 20px;
		.youtube {
			& img {
				max-width: 100%;
			}
		}
	}
}
.section3 .movieBox .movie .tx{
	text-align: left;
	padding: 0 0 0 20px;
}
@media screen and (max-width: 600px) {
	.section3 .movieBox .movie .tx{
		padding: 0;
		text-align: center;
	}
}


/*　section3_1　*/
.section3_1{
	position: relative;
	z-index: 4;
    margin: 100px 0 50px;
}

.section3_1 .greenBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #5bb431;
	transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	z-index: 1;
	height: 900px;
}
.section3_1 .grayBox{
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	background-color: #e9ecf1;
	transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	z-index: 2;
	height: 900px;
}
@media screen and (max-width: 600px) {
	.section3_1 .greenBox{
		height: 450px;
	}
	.section3_1 .grayBox{
		height: 450px;
		position: relative;
		top: auto;
		left: auto;
	}
}

.section3_1 .grayBox .inBox{
	transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	padding: 100px 0;
}
@media screen and (max-width: 600px) {
    .section3_1 .grayBox .inBox{
        padding: 40px 10px;
    }
}
.section3_1 .grayBox .inBox .title_arrow{
	border-color:#f8b62d;
	text-align: center;
	color: #f8b62d;
    width: 550px;
    font-size: 40px;
}
@media screen and (max-width: 600px) {
    .section3_1 .grayBox .inBox .title_arrow{
        font-size: 18px;
        width: auto;
    }
}
.section3_1 .grayBox .inBox .title_arrow:before,
.section3_1 .grayBox .inBox .title_arrow:after{
	border-color: #f8b62d transparent transparent transparent;
}

.section3_1 .grayBox .inBox .title_arrow:after{
	border-color: #e9ecf1 transparent transparent transparent;
}
@media screen and (max-width: 600px) {
    .section3_1 .grayBox .inBox .movieBox{
        padding: 20px 0 0 0;
		min-height: 230px;
    }
}





/*　section11　*/
.section11{
	position: relative;
	z-index: 4;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.section11{
		margin: 50px 0 0;
	}
}
.section11 .title_arrow{
	border-color:#5bb431;
	color: #5bb431;
	background: #FFF;
}
@media screen and (max-width: 600px) {
    .section11 .title_arrow{
        font-size: 36px;
    }
}
.section11 .title_arrow:before,
.section11 .title_arrow:after{
	border-color: #5bb431 transparent transparent transparent;
}
.section11 .title_arrow:after{
	border-color: #FFF transparent transparent transparent;
}
.section11 h2{
	text-align: center;
	padding:50px 0 0 0;
	font-size: 32px;
	color: #e60012;
}
@media screen and (max-width: 600px) {
	.section11 h2{
		font-size: 24px;
		padding: 50px 10px 0;
	}
}
.section11 .subT{
	font-size: 28px;
	text-align: center;	
	padding: 20px 0 0;
}

.section11 .inner{
	position: relative;
	padding: 50px;
}
@media screen and (max-width: 600px) {
	.section11 .inner{
		padding: 0px 10px;
	}
}
.section11 .inner .img1{
	position: absolute;
	top: 0;
	left: 70px;
}
@media screen and (max-width: 600px) {
	.section11 .inner .img1{
		width: 60%;
		top: 0;
		left: 10px;
	}
}
.section11 .inner .img2{
	position: relative;
	bottom: 0;
}





.section11 .acBox{
	margin: 80px 0 0;
	position: relative;
}
@media screen and (max-width: 600px) {
	.section11 .acBox{
		margin: 20px 10px;
	}
}
.section11 .acBox .ac_par{
	position: relative;
	background-color: #f8b62d;
	color: #FFF;
	font-size: 20px;
	padding:13px 10px 10px;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 5;
	height: 53px;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_par{
		height: 70px;
	}
}
.section11 .acBox .ac_par:before{
	position: absolute;
	top: -60px;
	left: 50%;
	content: "　";
	width: 0;
	height: 0;
	border-top: solid 30px transparent;
	border-right: solid 20px transparent;
	border-bottom: solid 30px #f8b62d;
	border-left: solid 20px transparent;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_par{
		font-size: 14px;
		padding: 15px 0 10px;
	}
}
.section11 .acBox .ac_par .img3{
	position: absolute;
	top: -50px;
	left: 30px;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_par .img3{
		display: none;
	}
}
.section11 .acBox .ac_sub{
	position: absolute;
	top: 70px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.section11 .acBox .ac_sub span{
	color: #e60012;
}
.section11 .acBox .ac_par span{
	position: absolute;
	top: 7px;
	right: 7px;
	background-color: #FFF;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #231815;
	font-size: 45px;
	padding: 2px 0 0 0;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_par span{
		top: 18px;
	}
}
.section11 .acBox .ac_par .in{
	position: absolute;
	top: 10px;
	right: 60px;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_par .in{
		position: relative;
		top: auto;
		right: auto;
	}
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_par span{
		padding: 8px 0 0 0;
	}
}
.section11 .acBox .ac_chi{
	display: none;
	position: relative;
	top: -53px;
	left: 0;
	padding: 120px 50px 50px;
	border: 5px solid #f8b62d;
	border-radius: 30px;
	width: 100%;
	z-index: 4;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_chi{
		padding:70px 20px 20px;
	}
}
.section11 .acBox .ac_chi .titleBox{
	display: table;
	margin: 0 auto 50px;
}
.section11 .acBox .ac_chi .title{
	display: table-cell;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_chi .title{
		font-size: 20px;
		text-align: left;
	}
}
.section11 .acBox .ac_chi .img4{
	display: table-cell;
	vertical-align: middle;
}

.section11 .acBox .ac_chi .box{
	border: 1px solid #231815;
	display: table;
	margin: 15px 0;
	width: 100%;
	position: relative;
}
.section11 .acBox .ac_chi .box .tx1{
	width: 22%;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	height: 50px;
	text-align: center;
	background-color: #FD2B2E;
}
.section11 .acBox .ac_chi .box .tx2{
	width: 78%;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	height: 50px;
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_chi .box .tx1{
		width: 100%;
		display: block;
	}
	.section11 .acBox .ac_chi .box .tx2{
		width: 100%;
		display: block;
		height: auto;
		padding: 10px;
	}
}
.section11 .acBox .ac_chi .box .img5{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: -22px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
@media screen and (max-width: 600px) {
	.section11 .acBox .ac_chi .box .img5{
		top: 25px;
	}
}
.section11 .acBox .ac_chi .tx3{
	text-align: right;
}
.section11 .infoBox2{
	padding:0;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .section11 .infoBox2{
        text-align: left;
    }
}
.section11 .bpBox .mtitle{
	text-align: center;
	padding: 0 10px 10px 0;
	font-weight: bold;
	font-size: 20px;
}
.section11 .bpBox{
	display: inline-block;
	width: 45%;
	margin: 0 1.5%;	
	-webkit-box-sizing: border-box;	
	        box-sizing: border-box;
    text-align: left;
}
.section11 .bpBox .inBox input[type="submit"]{
	border: none;
	color: #0C6BCF;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	white-space: normal;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.section11 .bpBox{
        display: block;
		float: none;
		width: 100%;
		margin: 0 0 20px;
		padding: 0 10px;
	}
}
.section11 .bpBox .inBox{
	border: 1px solid #231815;
	padding: 20px;
	height: 260px;
	overflow-y: auto;
}
.section11 .bpBox a{text-decoration: underline;}
.section11 .bpBox .timesp{font-size: 13px;}
.section11 .bpBox .title{font-size: 16px;font-weight: bold;}
.section11 .bpBox li{
	padding: 5px 0;
	border-bottom: 1px dotted #231815;
}
.section11 .bpPar .listTx{text-align: right;}
.section11 .bpPar .listTx a{
	color: #292929 !important;
	text-decoration: none;
	padding: 0 15px 0 0;
	font-size: 14px;
}

