@charset "UTF-8";

main {
	width: 100%;
}

article{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

h2{
	background-color: transparent;
	background-image: none;
}

.hero{
	background-color: #76B972;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.hero img{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.section01{
	background-color: #E1EFE2;
	padding:40px 0;
	margin: -7px 0 0 0;
	
}

.section01 h2{
	color: #048C3C;
	font-size: 2.4em;
	text-align: center;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 100px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  background: #FD9C2A;
  color: #FFF;
  box-sizing: border-box;
	border-bottom: none;
width: 100%;
	font-size: 1.7em;
	font-weight: bold;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 50px 0px 50px 15px;
  border-color: transparent transparent transparent #E1EFE2;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 50px 0px;
  border-color: transparent #E1EFE2 transparent transparent;
  border-style: solid;
}

@media (max-width: 720px) {
.section01 h2{
	font-size: 1.8em;
}
.ribbon {
	height: auto;
	font-size: 1.3em !important;
	line-height: 1.4em;
	padding: 10px;

}

.ribbon:before, .ribbon:after {
 display: none;
}
	
	
}



.section01 .intro{
	background-color: #E1EFE2;
	font-size: 1.5em;
	font-weight:500;
	margin: 20px 0;
}


@media (max-width: 800px) {
.section01 .intro{
	font-size: 1.4em;
}
	
}



.section01 .comment ul{
	margin: 0 auto;
	padding: 30px 0;
}


.section01 .comment ul li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0;
}

.section01 .comment ul li a{
	font-family: 'Zen Maru Gothic', sans-serif;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	background-color: #fff;
	padding:20px;
	color: #111111;
	box-sizing: border-box;
	border-radius: 100px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	border:solid 3px #fff;
}

.section01 .comment ul li a:hover{
	text-decoration: underline;
	border:solid 3px #FBD489;
}



.section01 .comment ul li div{
	width: 8%;
}

.section01 .comment ul li div img{
	width: 100%;
}

.section01 .comment::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color:#048C3C transparent transparent transparent;
	margin: 0 auto;
	padding-bottom: 30px;
}

@media (max-width: 720px) {
	
	.section01 .comment ul .reverse{
		display:-webkit-box;
  		display:-ms-flexbox;
  		display:flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	
	.section01 .comment ul li{
		display: block;
		width: 100%;
	}
	

	
	.section01 .comment ul li a{
	width: 100%;
		font-size: 1.2em;
		display: block;
		text-align: left;
		text-decoration: underline;
}
	
	.section01 .comment ul li p{
		padding: 0;
		margin: 0;
	}
	
	.section01 .comment ul li div {
		width: 100%;
		text-align: right;
		padding-top: -30px;
	}
	
	.section01 .comment ul .reverse div {
		text-align: left;
	}
	
	.section01 .comment ul li div img{
		width: 40px;
	}
	
	.section01 .comment::after{
	border-width: 25px 25px 0 25px;
}
}


.section01 .intro2{
	background-color: #FBD489;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
}

.section01 .intro2 p{
	text-align: center;
	font-size: 1.5em;
	font-weight:600;
	line-height: 1.8em;
	vertical-align: middle;
}

.section01 .intro2 p img, .section01 .intro2 p span{
	vertical-align: middle;
	margin: 0 5px;
}

.section01 .intro2 ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
/*	justify-content: space-between;*/
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    font-soze: small !important;
}

@media (max-width: 800px) {
.section01 .intro2 ul{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
	
	
}



.section01 .intro2 ul li{
	background-color: #69B15B !important;
	padding: 4px 10px;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	margin: 5px !important;
}

@media (max-width: 600px) {
.section01 .intro2 ul li{
	width: 100%;
}
	
	
}



.section01 .intro2 ul::after {
	display: block;
	content:"";
	width: 300px;
}

.section02{
	background-image: url("/documents/d/juutakuseisaku/background");
	background-repeat: repeat;
	padding: 40px 0 80px;
}

.section02 h2{
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	color: #0D0D0E;
	font-size: 1.7rem;
	vertical-align: middle;
}

.section02 h2 .new{
	background-color: #FBD489;
	padding: 4px 40px;
	border-radius: 30px;
	margin-right: 10px;
	font-size: 0.7em;
	vertical-align: middle;
	display: inline-block;
}


.section02 h2:before,
.section02 h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #FBD489;
  width: 3px;
  height: 3em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 

.section02 h2:before {
  transform: rotate(-35deg);
}
 
.section02 h2:after {
  transform: rotate(35deg);
}

@media (max-width: 1100px) {
	.section02 h2{
		font-size: 1.5em;
	}
	
	.section02 h2:before,
.section02 h2:after {
	display: none;
	
}
	.section02 h2 span{
		display: block;
	}
	
	.section02 h2 .new{
		display: inline-block;
		margin-bottom: 20px;
	}
	
	

}


.section02 .about{
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 1.5em;
	font-weight: 500;
	padding: 40px;
	position:  relative;  
	width: 100%;
	margin: 0 auto;
}

.section02 .about p{
	padding-right: 100px;
	box-sizing: border-box;
}

.section02 .about img{
	position: absolute;
	width: 200px;
	bottom: 0;
	right: 0;
	border-radius: 0 0 10px 0;
}

.section02 .text{
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	color: #0D0D0E;
	margin: 60px 0;
}

.section02 .text::after{
	display: block;
	content: "";
	width: 0;
	height: 0px;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color:#048C3C transparent transparent transparent;
	margin: 0 auto;
	margin-top: 30px;
	
}
@media (max-width: 800px) {
.section02 .about img{
	width: 100px;
}
	.section02 .about p{
	padding-right: 0px;
		font-size: 0.9em;
	box-sizing: border-box;
}

	.section02 .text{
	font-size: 1.3em;
}
	
	.section02 .text::after{
	border-width: 25px 25px 0 25px;
	
}
	
	
	
}




.section02 .swiper .swiper-slide span{
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	background-color: #ECAC59;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 5px 15px;
}



.section02 .swiper .swiper-slide img{
	 display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.section02 .swiper .swiper-slide p{
	background-color: #fff;
	padding: 5px;
	font-size: 1.2em;
	min-height: 2em;
	font-weight: 500;
		
}


.section03{
	background: url("/documents/d/juutakuseisaku/background02");
	background-size: cover;
	padding: 300px 0;
	text-align: center;
}

.section03 a{
	background-color: #05870D;
	color: #fff;
	padding: 20px 40px;
	border-radius: 60px;
	font-size: 2em;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	max-width: 90%;
}

.section03 a:hover{
	opacity: 0.8;
}


@media (max-width: 800px) {
.section03{
	padding: 150px 0;
}

.section03 a{
	padding: 20px;
	font-size: 1.2em;
	width: 80%;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}
	
.section03 a span{
	display: block;
}
	
	
	
}




