@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 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Zen Maru Gothic', sans-serif;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.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;
}


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

header {
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	z-index: 9999;
}
header #header_inner {
	width: 96%;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
header .logo {
	width: 165px;
	position: absolute;
	top: 10px;
	left: 0;
}
header h1 {
 	font-size: 14px;
	font-weight: 400;
	position: absolute;
	bottom: 12px;
	left: 180px;
}
	
header .modal_icon {
	width: 55px;
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 99;
}
#modal ul {
	width: 400px;
	margin: 0 auto;
}
#modal ul li {
	font-size: 16px;
	margin: 0 0 10px;
	text-align: center;
}
#modal ul li a {
	background-color: #FFF;
	padding: 15px 20px;
	border-radius: 40px;
	text-decoration: none;
	display: block;
	border: solid 1px #FFF;
}
#modal ul li a:hover {
	background-color: #2bcad6;
	color: #FFF;
	border: solid 1px #FFF;
	transition: .5s;
}

#mv {
	margin: 80px 0 0;
}
.contents_bg_yellow {
	background-color: rgba(255,216,0,0.25);
}
.contents_bg_green {
	background-color: rgba(135,189,37,0.15);
	margin-bottom: -200px;
}
.bg_head {
	margin: 30px 0 0;
}
.bg_foot {
	margin: 0 0 30px;
}
.contents-wrapper {
	max-width: 1080px;
	width: 86%;
	margin: 0 auto;
	padding: 50px 0;
}
.main_ttl {
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px 0;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #87bd25;
}
.main_ttl span::before,
.main_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 550%;
	height: 1px;
	background-color: #87bd25;
}
.main_ttl span::before {
	right: 100%;
}
.main_ttl span::after {
	left: 100%;
}

.about {
	background-image: linear-gradient(45deg, #2bcad6 0%, #87bd25 100%);
	padding: 20px 40px;
	border-radius: 20px;
}
.about .ttl {
	font-size: 28px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	border-bottom: solid 1px #FFF;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.about .ttl span {
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
}
.about .txt {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	margin: 0 0 30px;
}
.about ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.about ul li {
	width: 30%;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
}
.about ul li span {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
}
.about ul li img {
	width: 70%;
	min-width: 130px;
	margin: 0 15% 10px;
}
.why {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}
.why.reverse {
	flex-direction: row-reverse;
}
.why img {
	width: 25%;
}
.why .inner {
	width: 70%;
}
.why .caption {
	font-size: 20px;
	font-weight: 500;
	color: #2bcad6;
}
.why .txt {
	font-size: 16px;
	font-weight: 300;
}
.can {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 0 50px;
}
.can img {
	width: 30%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px; 
}
.can .inner {
	width: 65%;
}
.can .caption {
	font-size: 20px;
	font-weight: 500;
	color: #f9b217;
	border-bottom: solid 1px #f9b217;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.can .txt {
	font-size: 16px;
	font-weight: 300;
}
.plan {
	padding-bottom: 100px;
}
.plan .desc {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 30px;
	text-align: center;
}
.plan .sub_ttl {
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	background-color: rgba(135,189,37,0.7);
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 30px;
}
.plan .sub_ttl span {
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
}
.plan .target {
	width: 80%;
	margin: -10px auto 80px;
}
.plan .target li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #FFF;
	padding: 15px;
	border: dashed 1px #87bd25;
	border-radius: 10px;
	margin: 0 0 20px;
}
.plan .target li img {
	width: 38%;
	border-radius: 10px;
}
.plan .target li .inner {
	width: 60%;
}
.plan .target li .caption {
	font-size: 18px;
	font-weight: 500;
	color: #87bd25;
	border-bottom: dashed 1px #87bd25;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.plan .target li .inner .txt {
	font-size: 15px;
	font-weight: 300;
}
.plan .basic {
	width: 98%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 80px;
}
.plan .basic li {
	width: 30%;
}
.plan .basic li img {
	width: 80%;
	margin: 0 auto 10px;
}
.plan .basic li .caption {
	font-size: 18px;
	font-weight: 500;
	color: #477105;
	text-align: center;
	margin: 0 0 5px;
}
.plan .basic li .txt {
	font-size: 15px;
	font-weight: 300;
}
.plan .option {
	width: 98%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 60px;
}
.plan .option li {
	width: 48%;
	padding: 10px 15px 15px;
	border: solid 1px #87bd25;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}
.plan .option li .caption {
	font-size: 16px;
	font-weight: 500;
	color: #477105;
	border-bottom: solid 1px #87bd25;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.plan .option li .txt {
	font-size: 15px;
	font-weight: 300;
}

	
.contact {
}
.contact .desc {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 30px;
	text-align: center;
}
.contact ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
}
.contact ul li {
	width: 48%;
	background-color: #F6F6F6;
	padding: 20px;
	border: dashed 1px #CCC;
	box-sizing: border-box;
}
.contact ul li .caption {
	font-size: 18px;
	font-weight: 500;
}
.contact ul li .txt {
	font-size: 15px;
	font-weight: 300;
}
.btn {
	width: 280px;
	margin: 50px auto 0;
}
.btn p a {
	background-color: #f9b217;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn p a:hover {
	background-color: #87bd25;
	transition: .5s;
}

footer {
	margin: 100px 0 0;
}
footer .footer_inner {
	background-color: #61d6e5;
	padding: 10px 0 60px;
}
footer .footer_inner .footer_nav {
	max-width: 1080px;
	width: 86%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}
footer .footer_inner .footer_nav li {
	border-right: solid 1px #FFF;
}
footer .footer_inner .footer_nav li:first-child {
	border-left: solid 1px #FFF;
}
footer .footer_inner .footer_nav li a {
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	margin: 0 10px;
	padding: 0 10px 5px;
}
footer .footer_inner .footer_nav li a:hover {
	text-decoration: none;
	transition: .5s;
}
footer .footer_inner .bnr {
	max-width: 680px;
	width: 86%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .footer_inner .bnr li {
	width: 23%;
}
footer .copy {
	font-size: 13px;
	text-align: center;
	padding: 10px;
}

#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}
	
#anc_top, #anc01, #anc02, #anc03, #anc04 {
	padding-top: 80px;
	margin-top: -80px;
}

}


/* SP */
@media only screen and (max-width: 768px) {
.sp_none {
  display: none;
}
	
header {
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	z-index: 9999;
}
header #header_inner {
	max-width: 500px;
	background-color: #FFF;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}
header #header_inner .logo {
	width: 110px;
	position: absolute;
	top: 5px;
	left: 10px;
}
header #header_inner h1 {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 25px;
	left: 130px;
}
header .modal_icon {
	width: 40px;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 99;
}
#modal ul {
	width: 300px;
	margin: 0 auto;
}
#modal ul li {
	font-size: 15px;
	margin: 0 0 10px;
	text-align: center;
}
#modal ul li a {
	background-color: #FFF;
	padding: 10px 15px;
	border-radius: 40px;
	text-decoration: none;
	display: block;
}
#mv {
	margin: 50px 0 0;
}
.contents_bg_yellow {
	background-color: rgba(255,216,0,0.25);
}
.contents_bg_green {
	background-color: rgba(135,189,37,0.15);
	margin-bottom: -200px;
}
.bg_head {
	margin: 30px 0 0;
}
.bg_foot {
	margin: 0 0 30px;
}
.contents-wrapper {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
.main_ttl {
	overflow: hidden;
	text-align: center;
	margin: 0 0 20px 0;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #87bd25;
}
.main_ttl span::before,
.main_ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 550%;
	height: 1px;
	background-color: #87bd25;
}
.main_ttl span::before {
	right: 100%;
}
.main_ttl span::after {
	left: 100%;
}

.about {
	background-image: linear-gradient(45deg, #2bcad6 0%, #87bd25 100%);
	padding: 20px 20px 10px;
	border-radius: 20px;
}
.about .ttl {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	border-bottom: solid 1px #FFF;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.about .ttl span {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}
.about .txt {
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	margin: 0 0 30px;
}
.about ul {
	margin: 0 0 30px;
}
.about ul li {
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	margin: 0 0 40px;
}
.about ul li span {
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
}
.about ul li img {
	width: 50%;
	margin: 0 25% 10px;
}
.why {
	margin: 0 0 40px;
}
.why img {
	width: 50%;
	margin: 0 auto 10px;
}
.why .inner {
}
.why .caption {
	font-size: 18px;
	font-weight: 500;
	color: #2bcad6;
	text-align: center;
	margin: 0 0 5px;
}
.why .txt {
	font-size: 15px;
	font-weight: 300;
}
.can {
	margin: 0 0 40px;
}
.can img {
	width: 80%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin: 0 auto 10px;
}
.can .inner {
}
.can .caption {
	font-size: 18px;
	font-weight: 500;
	color: #f9b217;
	border-bottom: solid 1px #f9b217;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.can .txt {
	font-size: 15px;
	font-weight: 300;
}
.plan {
	padding-bottom: 100px;
}
.plan .desc {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 30px;
}
.plan .sub_ttl {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	background-color: rgba(135,189,37,0.7);
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 30px;
}
.plan .sub_ttl span {
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
}
.plan .target {
	margin: 0 0 60px;
}
.plan .target li {
	background-color: #FFF;
	padding: 15px;
	border: dashed 1px #87bd25;
	border-radius: 10px;
	margin: 0 0 20px;
}
.plan .target li img {
	border-radius: 10px;
	margin: 0 0 10px;
}
.plan .target li .inner {
}
.plan .target li .caption {
	font-size: 18px;
	font-weight: 500;
	color: #87bd25;
	border-bottom: dashed 1px #87bd25;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.plan .target li .inner .txt {
	font-size: 15px;
	font-weight: 300;
}
.plan .basic {
	margin: 0 0 60px;
}
.plan .basic li {
	margin: 0 0 40px;
}
.plan .basic li img {
	width: 50%;
	margin: 0 auto 10px;
}
.plan .basic li .caption {
	font-size: 18px;
	font-weight: 500;
	color: #477105;
	text-align: center;
	margin: 0 0 5px;
}
.plan .basic li .txt {
	font-size: 15px;
	font-weight: 300;
}
.plan .option {
	width: 98%;
	margin: 0 auto 40px;
}
.plan .option li {
	padding: 15px 15px 0;
	border: solid 1px #87bd25;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
	margin: 0 0 20px;
}
.plan .option li .caption {
	font-size: 18px;
	font-weight: 500;
	color: #477105;
	border-bottom: solid 1px #87bd25;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.plan .option li .txt {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 20px;
}
.plan .option li .txt span {
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.contact {
}
.contact .desc {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 30px;
	text-align: center;
}
.contact ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
}
.contact ul li {
	width: 48%;
	background-color: #F6F6F6;
	padding: 20px;
	border: dashed 1px #CCC;
	box-sizing: border-box;
}
.contact ul li .caption {
	font-size: 18px;
	font-weight: 500;
}
.contact ul li .txt {
	font-size: 15px;
	font-weight: 300;
}
.contact {
}
.contact .desc {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 30px;
	text-align: center;
}
.contact ul {
	margin: 0 0 40px;
}
.contact ul li {
	width: 100%;
	background-color: #F6F6F6;
	padding: 15px;
	border: dashed 1px #CCC;
	box-sizing: border-box;
	margin: 0 0 20px;
}
.contact ul li .caption {
	font-size: 16px;
	font-weight: 500;
}
.contact ul li .txt {
	font-size: 14px;
	font-weight: 300;
}

.btn {
	width: 240px;
	margin: 50px auto 0;
}
.btn p a {
	background-color: #f9b217;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn p a:hover {
	background-color: #87bd25;
	transition: .5s;
}

footer {
	margin: 100px 0 0;
}
footer .footer_inner {
	background-color: #61d6e5;
	padding: 30px 0;
}
footer .footer_inner .footer_nav {
	display: none;
	/*
	max-width: 500px;
	width: 86%;
	margin: 0 auto 40px;
	*/
}
footer .footer_inner .footer_nav li {
	border-right: solid 1px #FFF;
}
footer .footer_inner .footer_nav li:first-child {
	border-left: solid 1px #FFF;
}
footer .footer_inner .footer_nav li a {
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	margin: 0 10px;
	padding: 0 10px 5px;
}
footer .footer_inner .footer_nav li a:hover {
	text-decoration: none;
	transition: .5s;
}
footer .footer_inner .bnr {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer_inner .bnr li {
	width: 48%;
	margin: 0 0 4%;
}
footer .copy {
	font-size: 13px;
	text-align: center;
	padding: 10px;
}


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