@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@300;400;500&family=Roboto:wght@700&display=swap');
/* CSS Document */


/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.8;
  background: #FDFFE3;
	color:#000;
	-webkit-text-size-adjust: 100%;
	display: none;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}
p {
	text-align: justify;
  text-justify: inter-ideograph;
}

li {
	list-style-type:none;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
a {
	text-decoration:none;
	color:#231815;
	transition:.3s;
}
a:hover {
	text-decoration:border;
	color:#ccc;
	transition:.3s;
}
a:hover img.noTrans{
	opacity:1.0!important;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
	line-height: 1.3;
}
h1 a:hover img {
	opacity:1;
}

.align {
	text-align:center;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:14px;
}
.white {color:#fff!important;}
.green {color:#184F26!important;}
.mt0 {margin-top:0px!important;}
.mb0 {margin-bottom:0px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}

.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}

.line_g {
  background: linear-gradient(transparent 80%, #E3FF0B 20%);
}



@media screen and (max-width:768px){
	.in {display:block;}
	.out {display:none;}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Layout 
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
	width:90%;
	max-width:1400px;
	margin:auto;
	box-sizing:content-box;
}
.wraps {
	width:90%;
	max-width:1200px;
	margin:auto;
	box-sizing:content-box;
}
.wrapss {
	width:90%;
	max-width:1000px;
	margin:auto;
	box-sizing:content-box;
}

/* 
------------------------------------------------------------------------------------------------------------------------
Header 
------------------------------------------------------------------------------------------------------------------------
*/
.head {
	position: relative;
	z-index: 500
}
.head .mainT {
	font-size:28px;
	font-weight: bold;
	color: #184F26;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	text-align: center;
}
.head .mainT img {
	width:70%;
	max-width: 520px;
}
.head_pc {
	position: absolute;
	top:35px;
	left:0;
	right: 0;
	width: 100%;
	margin: auto;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}
.head_pc_inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-left:calc(50% - 700px);
	padding-right: 2.5%;
}
.head_pc h1 {
	color:#fff;
	font-size:30px;
	font-weight: bold;
	line-height: 1.0;
	font-family: 'Noto Sans JP', sans-serif;
}
.head_pc h1 span {
	font-size:16px;
}
.head_pc h1 img {
	width:290px;
}
.head_pc_nav {
	position: fixed;
	background:#E3FF0B;
	border:3px solid #184F26;
	border-radius: 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding:5px 7px;
	z-index: 10000;
	right:5%;
}
.head_pc_nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-right:20px;
}
.head_pc_nav ul li {
	margin: 0 7px;
}
.head_pc_nav ul li a {
	border-radius: 50px;
	color:#184F26;
	padding: 10px 6px;
	margin: 0 5px;
}
.head_pc_nav ul li a:hover {
	color:#fff;
	background:#184F26;
}
.head_pc_nav p.tel img {
	width:260px;
	margin-right:10px;
}
.head_sp {
	display: none;
}
#toggle {
	display: none;
}
.spNavi {
	display: none;
}
.head_tel {
	display: none;
}
@media screen and (max-width:1400px){

	.head_pc {
		display: none;
	}
	.head_tel {
		display:block;
		position:fixed;
		top:10px;
		right:65px;
		width:45px;
		height:45px;
		color: #fff;
		background: #184F26;
		z-index:10001;
		padding-top:7px;
		padding-left:10px;
		border-radius: 50px;
	}
	.head_tel a {
		display:block;
	}
	.head_tel a img {
		width:26px;
	}
	/* ハンバーガーメニュー */
	#toggle {
		display:block;
		position:fixed;
		top:10px;
		right:10px;
		width:45px;
		height:45px;
		color: #fff;
		background: #184F26;
		z-index:10001;
		padding-top:13px;
		padding-left:10px;
		border-radius: 50px;
	}


	.menu-trigger,
	.menu-trigger span {
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 27px;
		height: 27px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 16px;
	}
	.menu-trigger p {
		position: absolute;
		font-size:13.5px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		transition: all .4s;
	}
	.menu-trigger.active {
		margin-top:0px;
		width: 24px;
		height: 26px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(20px) scale(0);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-20px) scale(0);
	}

	.spNavi {
		position: fixed;
		z-index: 999;
		top:0px;
		left:0;
		width:100%;
		background-image: url("../images/blackboard.jpg");
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		color:#fff;
		padding: 100px 0 50px 0;
	}

	.spNavi a {
		color:#fff;
		display: block;
		font-size:30px;
	}

	.spNavi ul li{
		line-height: 70px;
	}
	.head .mainT img {
		width:85%;
	}
}

@media screen and (max-width:768px){
	.head_sp {
		position: relative;
		display: block;
		background:#fff;
		padding: 12px 0;
		opacity: 0.0;
	}
	.head_sp h1 {
		color:#184F26;
		font-size:28px;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom:15px;
	}
	.head_sp h1 span {
		font-size:16px;
	}

}

/* 
------------------------------------------------------------------------------------------------------------------------
Contents 
------------------------------------------------------------------------------------------------------------------------
*/

.sec01 {
	position: relative;
	background-image: url("../images/blackboard.jpg");
	background-attachment: fixed;
	background-size: cover;
	padding-top:100px;
	padding-bottom:100px;
	color:#fff;
	opacity: 0.0;
	z-index: 10;
}
.sec01 p.read {
	text-align: center;
	font-size:32px;
	font-weight: bold;
}
.sec01 p.read2 {
	text-align: center;
	font-size:46px;
	font-weight: bold;
}

@media screen and (max-width:768px){

	.sec01 {
		background-image: url("../images/kokuban_sp.jpg");
		background-size: contain;
		padding-top:50px;
		padding-bottom:50px;
	}

	.sec01 p.read {
		font-size:16px;
	}
	.sec01 p.read2 {
		font-size:22px;
	}

}

.sec02 {
	position: relative;
	padding: 100px 0;
	z-index: 100;
}
.sec02 h2 {
	font-siz:36px;
	font-weight: bold;
	text-align: center;
	color: #184F26;
	margin-bottom: 50px;
}
.sec02 .sec02_read_box {
	position: relative;
}
.sec02 .sec02_read_box p.icon {
	position: absolute;
	top:-80px;
	right:70px;
	z-index: 10;
}
.sec02 .sec02_read_box p.icon img {
	width:270px;
}
.sec02 .sec02_read_box .sec02_read {
	position: relative;
	width:75%;
	max-width:800px;
	margin: 70px auto 70px auto;
	color: #184F26;
	z-index: 100;
}
.sec02 .sec02_read h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom:60px;
}
.sec02_grid {
  margin-bottom:110px;
}
.sec02_sim {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:140px;
}
.sec02_sim li {
	width:48%;
}
.sec02_sim li p.title {
	font-size:28px;
	font-weight: bold;
	margin-bottom:15px;
}
.sec02_sim li p.cap {
	font-size:16px;
	font-weight: bold;
	margin-top:15px;
}

.sec02_btn {
	margin-bottom: 150px;
	text-align: center;
}
.sec02_btn a {
	position: relative;
	font-size:32px;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
	background: #E3FF0B;
	border:6px solid #184F26;
	border-radius: 28px;
	padding: 0 180px 0 75px;
	height: 140px;
	color: #184F26;
}
.sec02_btn a::after {
	position: absolute;
	content: '';
	width:120px;
	height:162px;
	background-image: url("../images/sec02_btn.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom:-4px;
	right:20px;
}


@media screen and (max-width:1300px){
	.sec02 .sec02_read_box p.icon {
		right:0px;
		top:-120px;
	}
}

@media screen and (max-width:1150px){
	.sec02 .sec02_read_box p.icon {
		right:-30px;
	}
	.sec02 .sec02_read_box p.icon img {
		width:200px;
	}
}

@media screen and (max-width:768px){

	.sec02 .sec02_read_box .sec02_read {
		width:100%;
	}
	.sec02 .sec02_read_box p.icon img {
		width:160px;
	}
	.sec02_grid {
		margin-bottom:60px;
	}
	.sec02_sim {
		margin-bottom:60px;
	}
	.sec02_sim li {
		width:100%;
		margin-bottom:50px;
	}
	.sec02_sim li p.title {
		font-size:15px;
		font-weight: bold;
	}
	.sec02_sim li p.cap {
		font-size:10px;
		font-weight: bold;
	}
	.sec02_btn {
		margin-bottom:60px;
	}
	.sec02_btn a {
		position: relative;
		font-size:15px;
		display: inline-flex;
		align-items: center;
		background: #E3FF0B;
		border:4px solid #184F26;
		border-radius: 28px;
		padding: 0 80px 0 30px;
		height: 78px;
		color: #184F26;
		width:100%;
		line-height: 1.4;
	}
	.sec02_btn a::after {
		position: absolute;
		content: '';
		width:65px;
		height:89px;
		background-image: url("../images/sec02_btn.png");
		background-repeat: no-repeat;
		background-size: contain;
		bottom:-4px;
		right:10px;
	}


}
.sec03 {
	position: relative;
	margin-top:-160px;
	padding-top:260px;
	background-image: url("../images/blackboard.jpg");
	background-attachment: fixed;
	background-size:100% 1000px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	z-index: 10;
}
.sec03 h2 {
	color:#fff;
	font-size:50px;
	font-weight: bold;
	text-align: center;
	margin-bottom:115px;
	padding:0 20px 55px 20px;
	background-image: url("../images/baloon.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
.sec03 .sec03_read {
	width:90%;
	max-width:680px;
	margin: 0 auto 70px auto;
}
.sec03_bottom {
	padding: 100px 0;
	background: #FDFFE3;
}
.sec03 h3.smile {
	position: relative;
	text-align: center;
	font-size:40px;
	font-weight: bold;
	color: #184F26;
	z-index: 0;
	margin-top:120px;
	margin-bottom:40px;
}
.sec03 h3.smile.row2 {
	margin-bottom:80px;
}
.sec03 h3.smile span {
	position: absolute;
	top:70%;
	left:0;
	right:0;
	margin: auto;
	z-index: 50;
	display:block;
}
.sec03 h3.smile img {
	width:auto;
	height:210px;
}
.sec03_shabon_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:80px;
}
.sec03_shabon_list li {
	position: relative;
	width:28%;
	margin:0 2.5% 40px 2.5%;
}
.sec03_shabon_list li .sec03_shabon_inner {
	position: absolute;
	top:50px;
	left:10%;
	width:80%;
}
.sec03_shabon_list li .sec03_shabon_inner p.title {
	text-align: center;
	font-size:26px;
	font-weight: bold;
	color: #184F26;
	line-height: 1.2;
	margin-bottom:20px;
}
.smile2_dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:80px;
}
.smile2_dl dt {
	width:48%;
}
.smile2_dl dd {
	width:47%;
}
.smile3_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:80px;
}
.smile3_ul li {
	width:22%;
}
.sec03 h4.smile {
	text-align: center;
	font-size:36px;
	font-weight: bold;
	color: #184F26;
	margin-bottom:20px;
	line-height: 1.6;
}
.smile5_cap {
	text-align: center;
	font-weight: bold;
	color: #184F26;
}

@media screen and (max-width:1200px){

	.sec03 {
		position: relative;
		margin-top:-80px;
		padding-top:180px;
		background-image: url("../images/kokuban_sp.jpg");
		background-size:contain;
		background-attachment: fixed;
		z-index: 10;
	}
	.sec03 h2 {
		color:#fff;
		font-size:28px;
		margin-bottom:35px;
		padding:0 20px 35px 20px;
	}
	.sec03 .sec03_read {
		width:90%;
		max-width:680px;
		margin: 0 auto 70px auto;
	}
	.sec03 h3.smile {
		font-size:24px;
		margin-top:80px;
		margin-bottom:40px;
	}
	.sec03 h3.smile img {
		width:auto;
		height:160px;
	}
	.sec03_shabon_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom:80px;
	}
	.sec03_shabon_list li .sec03_shabon_inner {
		top:36px;
		font-size:14px;
	}
	.sec03_shabon_list li .sec03_shabon_inner p.title {
		font-size:20px;
	}
	.smile2_dl {
		margin-bottom:80px;
	}
	.smile2_dl dt {
		width:100%;
		margin-bottom:50px;
	}
	.smile2_dl dd {
		width:100%;
	}
	.smile3_ul {
		margin-bottom:60px;
	}
	.smile3_ul li {
		width:47%;
		margin-bottom:20px;
	}
	.sec03 h4.smile {
		font-size:20px;
	}

}
@media screen and (max-width:1150px){
	.sec03_shabon_list li {
		width:40%;
		margin:0 5% 40px 5%;
	}
	.sec03_shabon_list li .sec03_shabon_inner {
		top:55px;
		font-size:15px;
	}
}
@media screen and (max-width:700px){
	.sec03 {
		padding-top: 70px;
	}
	.sec03_shabon_list li {
		width:48%;
		margin:0 1% 40px 1%;
	}
	.sec03_shabon_list li .sec03_shabon_inner {
		font-size:14px;
		line-height: 1.5;
	}
}
@media screen and (max-width:550px){
	.sec03_shabon_list li {
		width:85%;
		margin:0 7.5% 40px 7.5%;
		font-size:15px;
	}
	.sec03_shabon_list li .sec03_shabon_inner {
		font-size:15px;
		line-height: 1.6;
	}
}
.sec04 {
	position: relative;
	padding:100px 0;
	background-image: url("../images/blackboard.jpg");
	background-attachment: fixed;
	background-size:cover;
}
.sec04 h2 {
	color:#fff;
	font-size:50px;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
	padding:0 20px 55px 20px;
	background-image: url("../images/baloon.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
.sec04 .sec04_read {
	width:90%;
	max-width:680px;
	margin: 0 auto 70px auto;
}

.sec04 p.ttl {
	text-align: center;
	color:#E3FF0B;
	font-size:36px;
	font-weight: bold;
	margin-bottom:20px;
}
.sec04 p.tts {
	text-align: center;
	color:#fff;
	font-size:28px;
	font-weight: bold;
	margin-bottom:20px;
}

@media screen and (max-width:1200px){

	.sec04 {
		padding:60px 0;
		background-image: url("../images/kokuban_sp.jpg");
		background-size: contain;
	}
	.sec04 h2 {
		font-size:30px;
		margin-bottom:20px;
		padding:0 20px 55px 20px;
	}
	.sec04 .sec04_read {
		width:90%;
		max-width:680px;
		margin: 0 auto 70px auto;
	}

	.sec04 p.ttl {
		font-size:20px;
	}
	.sec04 p.tts {
		font-size:16px;
	}

}

.sec05 {
	padding: 100px 0;
}
.sec05 h2 {
	max-width:1050px;
	color:#184F26;
	font-size:50px;
	font-weight: bold;
	text-align: center;
	margin:0 auto 45px auto;
	padding:0 20px 55px 20px;
	background-image: url("../images/baloon_g.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
.step_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	margin-bottom:100px;
}
.step_list:before {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FDFFE3;
  z-index: 2;
}
.step_list:after{
	content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #184F26;
  z-index: 1;
}
.step_list li {
	position: relative;
	width:calc(16.2% - 24px);
	background: #fff;
	border:2px solid #184F26;
	border-radius: 10px;
	padding: 12px;
}
.step_list li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-left: 11px solid #FDFFE3;
  z-index: 2;
}
.step_list li:not(:last-child):after{
	content: "";
	position: absolute;
	top: 50%;
	right: -40px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #184F26;
	z-index: 1;
}
.step_list li p{
	text-align: center;
}
.step_list li p.step_num img{
	width:68px;
}
.step_list li p.title {
	color:#184F26;
	font-size:29px;
	font-weight: bold;
}
.sec05 h3 {
	text-align: center;
	font-size:40px;
	font-weight: bold;
	color:#184F26;
	margin-bottom:30px;
}
.sec05 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec05 dl.reverse {
	flex-direction: row-reverse;
	margin-top:140px;
}
.sec05 dl dt {
	width:50%;
}
.sec05 dl dt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.sec05 dl dt ul li:first-child {
	width:72%;
}
.sec05 dl dt ul li:last-child {
	width:25%;
}
.sec05 dl dt h4 {
	font-size:32px;
	font-weight: bold;
	margin-bottom:25px;
}
.sec05 dl dt p.copy {
	font-size:28px;
	color:#184F26;
	margin-bottom:20px;
}
.sec05 dl dd {
	width:45%;
}

@media screen and (max-width:1200px){

	.sec05 {
		padding: 60px 0;
		font-size:14px;
	}
	.sec05 h2 {
		width:90%; 
		font-size:30px;
		margin:0 auto 45px auto;
		padding:0 20px 25px 20px;
	}
	.step_list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items:stretch;
		margin-bottom:50px;
	}
	.step_list:before {
		content: "";
		position: absolute;
		bottom: -44px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FDFFE3;
		z-index: 2;
	}
	.step_list:after{
		content: "";
		position: absolute;
		bottom: -50px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #184F26;
		z-index: 1;
	}
	.step_list li {
		font-size:15px;
		position: relative;
		width:100%;
		background: #fff;
		border:2px solid #184F26;
		border-radius: 10px;
		padding: 12px;
		margin-bottom:50px;
	}
	.step_list li:not(:last-child):before {
		top: auto;
		right: auto;
		margin-top: auto;
		border-top: none;
		content: "";
		position: absolute;
		bottom: -44px;
		left: 50%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FDFFE3;
		z-index: 2;
	}
	.step_list li:not(:last-child):after{
		content: "";
		top: auto;
		right: auto;
		margin-top: auto;
		border-left: none;
		position: absolute;
		bottom: -50px;
		left: 50%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #184F26;
		z-index: 1;
	}
	.step_list li:last-child{
		margin-bottom:0;
	}
	.step_list li p{
		text-align: center;
	}
	.step_list li p.step_num img{
		width:68px;
	}
	.step_list li p.title {
		color:#184F26;
		font-size:29px;
		font-weight: bold;
	}
	.sec05 dl.reverse {
		flex-direction: reverse;
		margin-top:100px;
	}
	.sec05 dl dt {
		width:100%;
		margin-bottom: 20px;
	}
	.sec05 dl dt ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec05 dl dt ul li:first-child {
		width:72%;
	}
	.sec05 dl dt ul li:last-child {
		width:25%;
	}
	.sec05 dl dt h4 {
		font-size:30px;
		margin-bottom:25px;
	}
	.sec05 dl dt p.copy {
		font-size:20px;
		color:#184F26;
		margin-bottom:0;
	}
	.sec05 dl dd {
		width:100%;
	}

}

.sec06 {
	background-image: url("../images/bg_sec06.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	padding-top:220px;
}
.sec06_inner {
	background: #fff;
}
.sec06 h2 {
	max-width:1050px;
	color:#184F26;
	font-size:50px;
	font-weight: bold;
	text-align: center;
	margin:0 auto 125px auto;
	padding:0 20px 55px 20px;
	background-image: url("../images/baloon_g.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}
.sec06 h3 {
	font-size:42px;
	font-weight: bold;
	text-align: center;
	margin:0 auto 60px auto;
}
.contact_form {
	padding-bottom:100px;
}
.contact_form h3 {
	font-size:24px;
	font-weight: normal;
	text-align: left;
	margin-bottom:20px;
}
.contact_form dl {
	margin-bottom:50px;
}
.contact_form dl dt {
	margin-top:50px;
}
.contact_form ul.radioBox {
	display: flex;
}
.contact_form ul.radioBox li {
	padding-right:20px;
}
.contact_form input[type=text] {
	padding:20px 10px;
	width: calc(100% - 20px);
	background: #F4F4F4;
	border: none;
	font-size:16px;
}
.contact_form textarea {
	padding:20px 10px;
	width: 100%;
	background: #F4F4F4;
	border: none;
	font-size:16px;
}
.contact_form p.link {
	margin-top:15px;
}
.contact_form p.link a {
	color:#fff;
	background: #A2A2A2;
	padding: 10px;
}
.contact_form .contact_submit3 {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.contact_form .contact_submit3 .formbtn {
	width:300px;
	margin: 0 20px;
}
.contact_form .contact_submit3 .submitComfirm input[type="submit"] {
	text-align: center;
	border: 1px solid #3271ad;
	display:block;
	background:#184F26;
	font-size:24px;
	font-weight:bold;
	color:#C6C700;
	padding: 10px;
	cursor:pointer;
	border-radius: 50px;
	width:300px;
	margin: auto;
}
.contact_form .contact_submit3 .submitComfirm input[type="submit"]:hover {
	color:#fff;
	background:#184F26;
}
.contact_form .contact_submit3 .submitComfirm.confirmback input[type="submit"] {
	background:#999;
	color:#fff;
}
.contact_form .contact_submit3 .submitComfirm.confirmback input[type="submit"]:hover {
	color:#fff;
	background:#ccc;
}
.contact_form .msg {
	padding: 50px 0;
	text-align: center;
}

@media screen and (max-width:1200px){

	.sec06 {
		background-repeat: no-repeat;
		background-position: top;
		background-size: 100% auto;
		padding-top:100px;
	}
	.sec06 h2 {
		max-width:90%;
		color:#184F26;
		font-size:28px;
		margin:0 auto 55px auto;
		padding:0 20px 35px 20px;
	}
	.sec06 h3 {
		font-size:30px;
		margin:0 auto 60px auto;
	}
	.contact_form {
		padding-bottom:60px;
	}
	.contact_form h3 {
		font-size:24px;
		font-weight: normal;
		text-align: left;
		margin-bottom:20px;
	}
	.contact_form dl {
		margin-bottom:50px;
	}
	.contact_form dl dt {
		margin-top:50px;
	}
	.contact_form ul.radioBox.sprow {
		flex-direction: column;
	}


}

@media screen and (max-width:900px){

	.sec06 {
		padding-top:90px;
	}

}

@media screen and (max-width:600px){

	.sec06 {
		padding-top:150px;
		background-image: url("../images/bg_sec06_sp.png");
	}

}

.footFloatBox {
	display: none;
}

footer {
	background: #E1F5E6;
}
footer div.footInner {
	border-top:3px solid #184F26;
}
footer .wraps{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
}

footer .footLogo{
	width:40%;
}

footer .footLogo img{
	width:100%;
	max-width:450px;
	height: auto;
}

footer .footNav{
	width:40%;
	font-size:14px;
}

footer .footNav p.title {
	font-size:18px;
	margin-bottom: 10px;
}

footer .footNav a {
	font-size:16px;
}

footer .footNav p.copyright {
	font-size:13px;
	margin-top: 25px;
}

@media screen and (max-width:768px){

	.footFloatBox {
		display: block;
		position: fixed;
		bottom:0;
		left:0;
		z-index: 9999;
	}
	.footFloat {
		display: flex;
	}
	.footFloat img {
		width: 100%;
	}
	footer .wraps{
		padding: 30px 0 90px 0;
	}

	footer .footLogo{
		width:100%;
		margin-bottom:30px;
	}
	footer .footNav{
		width:100%;
	}

}