
/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
	display: block;
}
a,
button {
	transition: .3s;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
button::-moz-focus-inner {
  border: 0;
}
a:hover {
	opacity: .7;
}
.sp {
	display:none;
}
@media screen and (max-width:767px){
	html, body {
		min-width:100%;
	}
	.pc {
		display:none;
	}	
	.sp {
		display:block;
	}
}

img.anime {
	animation: pulse 0.5s infinite ease-in-out;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

/*header----------------------------------------*/
header .logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 140px;
	z-index: 2;
}
@media screen and (max-width:767px){
	header .logo {
		top: 15px;
		left: 15px;
		width: 120px;
	}
}

/*kv----------------------------------------*/
.kv {
	position: relative;
	background-color: #fcf600;
	overflow-x: hidden;
}
.kv .bg {
	width: 100%;
	max-width: 1800px;
	height: 730px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width:1801px){
	.kv .bg {
		max-width: 100%;
	}
}
.kv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.kv .action {
	width: 30vw;
	max-width: 450px;
	position: absolute;
	top: 30%;
	right: 50%;
	transform: translateX(145%);
}
.kv .item {
	position: relative;
	z-index: 2;
	padding-bottom: 130px;
	background: url(../images/kv_bg.png) repeat-x top 40px center;
}
.kv .item h1 {
	position: relative;
	z-index: 2;
	margin: -40px auto 0;
	width: 84%;
	max-width: 940px;
}
@media screen and (max-width:1200px){
	.kv .bg {
		width: 130%;
		height: auto;
		left: -15%;
	}
}
@media screen and (max-width:767px){
	.kv .bg {
		width: 100%;
		height: auto;
		left: 0;
	}
	.kv .sp_title {
		background: url(../images/kv_bg.png) repeat-x top 80px center;
		background-size: 50%;
	}
	.kv .sp_title img {
		position: relative;
		width: 90%;
		max-width: 600px;
		margin: -80px auto 0;
		z-index: 2;
	}
	.kv .action {
		width: 53vw;
		max-width: 380px;
		top: 15%;
		right: 75%;
	}
	.kv .item {
		background: none;
		margin-top: 30px;
		padding-bottom: 90px;
	}
}

/*nav----------------------------------------*/
nav {
	position: relative;
	z-index: 3;
	margin-top: -70px;
}
nav ul {
	display: flex;
	justify-content: center;
	max-width: 1140px;
	margin: 0 auto;
	gap: 10px;
}
nav ul li {
	background-color: #3fb440;
	width: 22%;
	padding: 15px;
	border-top-left-radius: 52px;
	border-top-right-radius: 52px;
}
nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	border-radius: 40px;
	background-color: #fcf600;
	padding: 0 10px;
}
@media screen and (max-width:767px){
	nav ul {
		gap: 0;
		flex-wrap: wrap;
	}
	nav ul li {
		width: 45%;
		padding: 10px;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	nav ul li:nth-of-type(1) {
		border-top-right-radius: 0;
		padding-right: 5px;
	}
	nav ul li:nth-of-type(2) {
		border-top-left-radius: 0;
		padding-left: 5px;
	}
	nav ul li:nth-of-type(3) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 0;
		padding-right: 5px;
	}
	nav ul li:nth-of-type(4) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 0;
		padding-left: 5px;
	}
	nav ul li a {
		height: 40px;
		border-radius: 40px;
		background-color: #fcf600;
		padding: 0 10px;
	}
	nav ul li a img {
		max-width: 250px;
	}
}

/*contents----------------------------------------*/
.contents {
	position: relative;
	background: #3fb440 url(../images/contents_bg01.png) repeat-y top left;
	margin-top: -40px;
}
.contents:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/contents_bg02.png) repeat-y top right;
}
.btn_float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 15%;
	max-width: 200px;
	z-index: 4;
}
@media screen and (max-width:767px){
	.contents {
		background: #3fb440;
	}
	.contents:after {
		background: none;
	}
	.btn_float {
		right: 10px;
		bottom: 40px;
		width: 28%;
	}
}
section {
	position: relative;
	z-index: 2;
}
.sec01 {
	max-width: 1140px;
	margin: 0 auto;
	padding: 120px 0 0;
}
@media screen and (max-width:767px){
	.sec01 {
		padding: 70px 20px 0;
	}
}
.sec02 {
	padding: 0 20px;
}
.sec02 h2.ttl {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 40px;
	transform: translateY(58%);
}
.sec02 h3.ttl {
	position: relative;
}
.sec02 h3.ttl .action {
	max-width: 210px;
	position: absolute;
	top: 10%;
	right: -10px;
}
.sec02 .inr {
	background: #fff url(../images/sec_bk.png) repeat-x top left;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 40px;
	padding: 80px 30px 80px;
}
.sec02 .inr_cont {
	max-width: 860px;
	margin: 0 auto;
}
.sec02 .box {
	display: flex;
	justify-content: space-between;
}
.sec02 .box .item {
	width: 50%;
	max-width: 400px;
}
.sec02 .cap {
	max-width: 400px;
	margin: 30px auto 80px;
}
.sec02 .feature01 {
	margin-bottom: 80px;
}
.sec02 .feature01 h4 {
	margin-bottom: 50px;
}
.sec02 .feature01 ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.sec02 .feature01 ul li {
	position: relative;
}
.sec02 .feature01 ul li .action {
	width: 20vw;
	max-width: 240px;
	position: absolute;
	top: 15%;
	right: 10%;
	transform: translateX(110%);
}
.sec02 .feature02 h4 {
	margin-bottom: 50px;
}
.sec02 .feature02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 5%;
}
.sec02 .feature02 ul li {
	width: 47.5%;
	max-width: 400px;
	position: relative;
}
.sec02 .feature02 ul li .action {
	max-width: 140px;
	position: absolute;
	top: 20%;
	right: -50px;
	z-index: 3;
}
@media screen and (max-width:767px){
	.sec02 h2.ttl {
		max-width: 500px;
		padding: 0 20px;
		margin-top: -40px;
	}
	.sec02 h3.ttl .action {
		width: 30vw;
		max-width: 200px;
		top: -6vw;
		right: -7vw;
	}
	.sec02 .inr {
		background-size: 50%;
		border-radius: 20px;
		padding-bottom: 30px;
	}
	.sec02 .box {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.sec02 .box .item {
		width: 100%;
		max-width: 400px;
	}
	.sec02 .cap {
		margin-bottom: 40px;
	}
	.sec02 .feature01 {
		margin-bottom: 20px;
	}
	.sec02 .feature01 h4 {
		margin-bottom: 20px;
	}
	.sec02 .feature01 ul {
		gap: 15px;
		margin-bottom: 30px;
	}
	.sec02 .feature01 ul li .action {
		width: 35vw;
		max-width: 200px;
		top: 55%;
		right: auto;
		left: -5vw;
		transform: translateX(0);
	}
	.sec02 .feature02 h4 {
		margin-bottom: 20px;
	}
	.sec02 .feature02 ul {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 15px;
	}
	.sec02 .feature02 ul li {
		width: 100%;
		max-width: 400px;
		position: relative;
	}
	.sec02 .feature02 ul li .action {
		width: 35vw;
		max-width: 200px;
		top: 20%;
		right: -50px;
		z-index: 3;
	}
}

.sec03 {
	padding: 50px 20px 0;
}
.sec03 h2.ttl {
	max-width: 520px;
	margin: 0 auto;
	padding: 0 30px 50px;
}
.sec03 .inr {
	background: #fff url(../images/sec_bk.png) repeat-x top left;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 40px;
	padding: 0 30px 80px;
}
.sec03 .inr_cont {
	max-width: 860px;
	margin: 0 auto;
}
.sec03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 5%;
	margin-bottom: 80px;
}
.sec03 ul li {
	width: 47.5%;
	max-width: 400px;
	position: relative;
}
.sec03 ul li .action {
	max-width: 220px;
	position: absolute;
	top: 20%;
	right: -80px;
	z-index: 3;
}
.sec03 .mov {
	max-width: 700px;
	margin: 0 auto 30px;
}
.sec03 .mov .ttl {
	background-color: #0f9532;
}
.sec03 .mov .ttl img {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.sec03 .mov iframe {
	border: solid 10px #0f9532;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
@media screen and (max-width:767px){
	.sec03 h2.ttl {
		max-width: 500px;
		padding: 0 0 20px;
	}
	.sec03 .inr {
		border-radius: 20px;
		padding-bottom: 30px;
		background-size: 50%;
	}
	.sec03 ul {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 25px;
		margin-bottom: 40px;
	}
	.sec03 ul li {
		width: 100%;
	}
	.sec03 ul li .action {
		width: 35vw;
		max-width: 200px;
		top: 30%;
		right: -50px;
		z-index: 3;
	}
	.sec03 .mov iframe {
		border: solid 5px #0f9532;
	}
}

.sec04 {
	padding: 50px 20px;
}
.sec04 h2.ttl {
	max-width: 520px;
	margin: 0 auto;
	padding: 0 30px 50px;
}
.sec04 .inr {
	background: #fff url(../images/sec_bk.png) repeat-x top left;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 40px;
	padding: 0 30px 80px;
}
.sec04 .inr_cont {
	max-width: 860px;
	margin: 0 auto;
}
.sec04 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 5%;
	margin-bottom: 50px;
}
.sec04 ul li {
	width: 47.5%;
	max-width: 400px;
	position: relative;
}
.sec04 ul li .action {
	max-width: 220px;
	position: absolute;
	top: 20%;
	right: -50px;
	z-index: 3;
}
@media screen and (max-width:767px){
	.sec04 h2.ttl {
		max-width: 500px;
		padding: 0 0 20px;
	}
	.sec04 .inr {
		border-radius: 20px;
		padding-bottom: 30px;
		background-size: 50%;
	}
	.sec04 ul {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 15px;
		margin-bottom: 40px;
	}
	.sec04 ul li {
		width: 100%;
	}
}

.sec05 {
	padding: 0 20px 30px;
}
.sec05 h2.ttl {
	max-width: 860px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
.sec05 .inr {
	background-color: #ffffc4;
	max-width: 1140px;
	margin: 0 auto;
	border-radius: 40px;
	padding: 0 30px 80px;
}
.sec05 .inr_cont {
	max-width: 860px;
	margin: 0 auto;
}
.sec05 .box {
	display: flex;
	justify-content: space-between;
	gap: 4%;
	margin-bottom: 50px;
}
.sec05 .box .photo {
	max-width: 395px;
}
.sec05 .box .detail {
	max-width: 430px;
}
.sec05 a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 490px;
	height: 60px;
	background-color: #0f9532;
	border-radius: 30px;
	margin: 30px auto 0;
}
.sec05 a img {
	max-width: 240px;
}
@media screen and (max-width:767px){
	.sec05 h2.ttl {
		padding: 20px 0;
	}
	.sec05 .inr {
		border-radius: 20px;
		padding-bottom: 30px;
	}
	.sec05 .box {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 15px;
		margin-bottom: 20px;
	}
	.sec05 .box .photo {
		max-width: 100%;
	}
	.sec05 .box .detail {
		max-width: 100%;
	}
	.sec05 a {
		width: 80%;
		height: 50px;
		margin-top: 20px;
	}
	.sec05 a img {
		width: 80%;
	}
}

.sec06 {
	padding: 100px 20px 50px;
}
.sec06 .mov {
	max-width: 700px;
	margin: 0 auto;
}
.sec06 .mov .ttl {
	max-width: 520px;
	margin: 0 auto 40px;
}
.sec06 .mov iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.sec06 {
		padding: 30px 20px 50px;
	}
	.sec06 .mov .ttl {
		margin-bottom: 20px;
	}
}

:root {
  interpolate-size: allow-keywords;
}
.sec07 {
	padding: 50px 20px 100px;
}
.sec07 .ttl {
	max-width: 520px;
	margin: 0 auto 40px;
}
.sec07 .inr {
	max-width: 860px;
	margin: 0 auto;
}
.sec07 .faq-parent {
	border-radius: 15px;
	background-color: #fff;
	padding: 0 40px;
	margin-bottom: 30px;
}
.sec07 .parent-title {
	font-size: 24px;
	font-weight: bold;
	color: #0f9532;
	height: 110px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.sec07 .parent-title:hover {
	opacity: .7;
}
.sec07 .parent-title:after {
	position: absolute;
	content: "";
	background: url(../images/ico_plus.svg) no-repeat center center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	right: 10px;
}
.sec07 .faq-parent[open] .parent-title:after  {
  background: url(../images/ico_mynus.svg) no-repeat center center;
}
.sec07 .child-title {
	border-top: #0f9532 solid 1px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	color: #0f9532;
	padding: 22px 0 22px 1.5em;
	position: relative;
	cursor: pointer;
}
.sec07 .child-title:hover {
	opacity: .7;
}
.sec07 .child-title:before {
	position: absolute;
	content: "Q.";
	left: 0;
}
.sec07 .child-title:after {
	position: absolute;
	content: "";
	background: url(../images/ico_plus.svg) no-repeat center center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 24px;
}
.sec07 .faq-child[open] .child-title:after  {
  background: url(../images/ico_mynus.svg) no-repeat center center;
}
.sec07 .child-content {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	color: #666;
	padding: 0 60px 22px 1.5em;
	position: relative;
}
.sec07 .child-content:before {
	position: absolute;
	content: "A.";
	left: 0;
}
.sec07 .faq-parent::details-content,
.sec07 .faq-child::details-content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition-behavior: allow-discrete;
	transition: height 0.3s ease, opacity 0.3s ease;
}
.faq-parent[open]::details-content,
.sec07 .faq-child[open]::details-content {
	height: auto;
	opacity: 1;
}
.sec07 .inr a {
	color: #0f9532;
	text-decoration: underline;
} 
@media screen and (max-width:767px){
	.sec07 {
		padding: 0 20px 60px;
	}
	.sec07 .ttl {
		margin-bottom: 20px;
	}
	.sec07 .faq-parent {
		border-radius: 10px;
		padding: 0 20px;
		margin-bottom: 15px;
	}
	.sec07 .parent-title {
		font-size: 16px;
		height: 80px;
	}
	.sec07 .parent-title:after {
		background-size: 16px;
		width: 16px;
		height: 16px;
		right: 5px;
	}
	.sec07 .child-title {
		font-size: 13px;
		padding: 20px 30px 20px 1.5em;
	}
	.sec07 .child-title:after {
		background-size: 16px;
		width: 16px;
		height: 16px;
		right: 5px;
		top: 24px;
	}
	.sec07 .child-content {
		font-size: 13px;
		padding: 0 30px 20px 1.5em;
		position: relative;
	}
	.sec07 .parent-title:hover,
	.sec07 .child-title:hover {
		opacity: 1;
	}
}

.sub_contents {
	padding: 120px 5px;
	background: #0f9532 url(../images/sub_bg.png) no-repeat bottom center;
	background-size: 100% auto;
	position: relative;
}
.sub_contents:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/contents_bg01.png) repeat-y top left;
}
.sub_contents:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/contents_bg02.png) repeat-y top right;
}
.sub_contents section {
	max-width: 860px;
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.sub_contents {
		padding: 60px 5px 60px;
	}
	.sub_contents:before {
		background: none;
	}
	.sub_contents:after {
		background: none;
	}
}

/*footer----------------------------------------*/
footer {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .logo {
	width: 140px;
	margin-bottom: 40px;
}
footer .nav {
	margin-bottom: 80px;
}
footer .nav a {
	font-size: 14px;
	color: #000;
}
footer small {
	font-size: 11px;
}
@media screen and (max-width:767px){
	footer {
		padding-top: 60px;
	}
	footer .logo {
		margin-bottom: 20px;
	}
	footer .nav {
		margin-bottom: 40px;
	}
	footer .nav a {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}