@charset "UTF-8";
html {
	overflow-y:scroll;
	font-size: 100%;
}
body {
	font-size: 16px;
	line-height:1.7 ;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
/* main-visual
-------------------------------- */
.main-visual {
	position: relative;
	width: 100%;
	background: #E0F0E2;
}
.main-visual img {
	margin-bottom: 1rem;
}
.inner,
.inner-white,
.inner-yellow {
	max-width: 1200px;
	font-family: "M PLUS 1p";
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
}
.inner img,
.inner-white img,
.inner-yellow img,
.inner-pink img {
	max-width: 100%;
	width: 100%;
}
.inner {
	margin: 0 auto;
}
.inner-white {
	padding: 50px 50px;
	border-radius: 20px;
	background-color: #fff;
	margin: 0 auto;
}
.inner-yellow {
	padding: 50px 50px;
	border-radius: 26px;
	position: center;
	background-color: #FFFCDB;
	margin: 50px auto 50px auto;
}
.inner-yellow p {
	margin: 10px 0 20px 0;
}
.inner-pink {
	max-width: 1200px;
	margin:20px auto 0 auto;
	padding: 20px 35px 20px 30px;
	border-radius: 10px;
    background-color: #FDEEED;
}
.lead {
	max-width: 1200px;
	position: center;
	margin: 0 auto;
	padding: 0 auto;
	font-family: "M PLUS 1p";
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.8rem;
	text-align: center;
}
span {
	display: inline-block;
}
.apply {
	padding: 2rem 0 3rem 0;
}
/* section-01
-------------------------------- */
.section-01 {
	position: relative;
	width: 100%;
	padding: 20px 0 20px;
	background-color: #DFEEFA;
}
.section-01 .inner img {
	max-width: 100%;
	width: 100%;
	margin: 3rem 0 2.5rem 0;
}
.section01_title {
	padding: 0 0 1rem 0;
}
.overflow {
	position: relative;
	margin: -80px -60px 20px -50px;
	object-fit: contain;
	z-index: 10;
}
.annotation-pink {
	padding: 0 0 0 1rem;
	font-size:14px;
	line-height: 1.2rem;
}
.annotation-pink:before {
	content: "※";
	margin-left: -1.2rem;
	color: #ec6d6d;
}
.section-01-h2 {
	max-width: 1200px;
	font-family: "M PLUS 1p";
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	line-height: 2rem;
	border-bottom: 2rem;
	margin-top: 1rem;
	padding: 0 0.75rem;
	border-left: 6px solid #0086C9;
	color: #EA545D;
}
.text-left {
	font-size: 100%;
	line-height: 1.7rem;
	text-align: left;
	margin: 0.5rem 1.5rem 1.5rem 0;
}
.hr1 {
	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #0086C9;
	margin: 15px 0px 15px 0 ;
	height: 0px;
}
.hr2 {
	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #F2A099;
	margin: 30px 0 30px 0 ;
	height: 0px;
}
.hr3 {
	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #00AA71;
	margin: 30px 10px 30px 0 ;
	height: 0px;
}
.container {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.container img {
	max-width: 100%;
	width: 100%;
}
.container-1,
.container-2 {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.box-1 {
	width:65%;
	height:auto;
	margin-right: 40px;
}
.box-2 {
	width:35%;
	height:auto;
	margin: 10px 10px 0 0 ;
}
.box-3 {
	width:80%;
	margin-right: 40px;
}
.box-4 {
	width:20%;
	margin: 10px 10px 0 0 ;
}
.box-5 {
	width:75%;
	height:auto;
	margin-right: 30px;
}
.box-6 {
	width:25%;
	height:auto;
}
.box-7 {
	width:80%;
	height:auto;
	margin-right: 40px;
}
.box-8 {
	width:20%;
	height:auto;
	margin: 10px 10px 0px 0 ;
}
.box-9 {
	width:85%;
	margin-right: 30px;
}
.box-10 {
	width:15%;
}
.btn-red a {
position: relative;
display: block;
width: 220px;
padding: 10px 0;
background-color: #EA545D;
font-family: "M PLUS 1p";
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #fff;
line-height: 1.2;
text-decoration: none;
text-align: center;
transition: .2s;
border-radius: 30px;
box-sizing: border-box;
}
.btn-red a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 25px;
width: 9px;
height: 9px;
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .2s;
box-sizing: border-box;
}
.btn-blue a {
position: relative;
display: block;
max-width: 250px;
height: 40px;
padding: 10px 0;
background-color: #0086C9;
font-family: "M PLUS 1p";
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #fff;
line-height: 1.6;
text-decoration: none;
text-align: center;
transition: .2s;
border-radius: 30px;
box-sizing: border-box;
margin-bottom: 10px;
}
.btn-blue a:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 25px;
width: 9px;
height: 9px;
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: .2s;
box-sizing: border-box;
}
.btn-opacity a:hover {
opacity: 0.7;
}
/* section-02
-------------------------------- */
.section-02 {
	position: relative;
	width: 100%;
	padding: 50px 0 50px 0;
	background-color: #FBE5EB;
}
.section02-lead {
	max-width: 1200px;
	position: left;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	font-family: "M PLUS 1p";
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.8rem;
	text-align: left;
}
/* section-03
-------------------------------- */
.section-03 {
	position: relative;
	width: 100%;
	padding: 50px 0 50px 0;
	background-color: #FFFCDB;
}
.section-03 .inner img {
	max-width: 100%;
	width: 100%;
	margin: 0 0 0.5rem 0;
}
.section01_title {
	padding: 0 0 1rem 0;
}
.section-03 .annotation-pink {
	margin-top: 0.5rem;
}
/* section-04
-------------------------------- */
.section-04 {
	position: relative;
	width: 100%;
	padding: 70px 0 50px 0;
	background-color: #E0F0E2;
}
.section-04 .overflow {
	position: relative;
	margin: -80px auto 0px auto;
	object-fit: contain;
	z-index: 10;
	display: flex;
	justify-content: center;
	max-width:450px;
}
.section-04 .container {
	margin-top: 20px;
}
/* section-FAQ
-------------------------------- */
.section-FAQ {
	position: relative;
	width: 100%;
	padding: 50px 0 20px 0;
	background-color: #E0F0E2;
}
.FAQ_title img {
	max-width: 470px;
	max-height: 85px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.cp_qa01 .annotation-pink {
	margin-top: 0.25rem;
}
/*FAQ*/
.cp_qa01 {
	margin: 0 auto;
}
.cp_qa01 .cp_actab input[type=checkbox] {
	display: none;
}
.cp_qa01 .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa01 label {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 70px);
	margin: 0 0 0 30px;
	padding: 10px;
	cursor: pointer;
	font-family: "M PLUS 1p";
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #00AA71;
}
.cp_qa01 label::before {
	position: absolute;
	content: "\025b6";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 110%;
	font-weight: bold;
	margin-left: -40px;
	padding: 0 0 0 0;
	transition: 0.4s ease;
	color:#00AA71 ;
}
.cp_qa01 .cp_actab input[type=checkbox]:checked ~ label::before {
	transform: rotate(45deg);
}
.cp_qa01 .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	transition: 0.4s ease;
	line-height: 1.7rem;
	opacity: 0;
}
.cp_qa01 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
/* footer
-------------------------------- */
.footer {
	position: relative;
	width: 100%;
	padding: 10px 0 70px 0;
	background-color: #00AA71;
	text-align: center;
}
.footer img {
	max-width: 1200px;
	margin:10px auto;
	width:100%;
}
.copyright {
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 4px;
	width: 100%;
	position: absolute;
}

/*----------------------------------------------------
	for PC
----------------------------------------------------*/
@media print, screen and (min-width: 769px) {
	.sp {
	display: none;
	}
}
	.inner,
	.inner-white,
	.inner-yellow {
	width: 90%;
	}
/*----------------------------------------------------
	for Smart Phone
----------------------------------------------------*/
@media only screen and (max-width: 768px) {
	body {
	font-size: 14px;
	}
	.pc {
	display: none;
	}
	.inner {
		max-width: 680px;
		padding: 0px;
		border-radius: 10px;
		margin: 0 auto 0 auto;
		max-width: 100%;
	}
	.inner-white {
		max-width: 680px;
		padding: 20px;
		border-radius: 10px;
		margin: 0 auto 0 auto;
		max-width: 100%;
	}
	.inner-yellow {
		max-width: 680px;
		padding: 30px 20px 20px 20px ;
		border-radius: 10px;
		max-width: 100%;
	}
	.main-visual img {
	margin-bottom: 5px;
	}
	.lead {
	font-size: 14px;
	line-height: 1.5rem;
	padding-bottom: 10px;
	}
	.apply {
	padding: 15px 0 20px 0;
	}
	/* section-01
	-------------------------------- */
	.section-01 {
	padding: 0 auto;
	}
	.section-01 .inner img {
	margin: 10px 0 10px 0;
	}
	.section-01 .inner-white {
	padding: 15px;
	}
	.section01_title {
	padding: 0 0 15px 0;
	}
	.overflow {
	margin: -30px 0 5px -15px;
	}
	.overflow-2 {
	position: relative;
	margin: -50px auto 0px auto;
	object-fit: contain;
	position: center;
	z-index: 10;
	}
	.overflow-2 img {
	max-width: 450px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
	}
	.section-01-h2 {
	font-size: 18px;
	line-height: 1.5rem;
	margin-bottom: 10px;
	color: #EA545D;
	}
	.text-left {
	font-size: 100%;
	line-height: 1.5rem;
	text-align: left;
	margin: 0 0 1rem 0;
	}
	.section-01 .annotation-pink {
	margin: 0.35rem 0 0 0;
	font-size:12px;
	line-height: 1.25rem;
	}
	.hr1 {
	margin: 10px 2px 10px 2px ;
	}
	.container-1 {
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
	.container-2 {
	display:flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	}
	.box-1 {
	width:100%;
	height:auto;
	margin: 0px;
	}
	.box-2 {
	width:85%;
	height:auto;
	margin: 0 auto 0 auto ;
	}
	.box-3 {
	width:100%;
	height:auto;
	margin: 0;
	}
	.box-4 {
	width:85%;
	height:auto;
	margin: 10px 0 0 0;
	}
	.box-5 {
	width:100%;
	height:auto;
	margin-right: 0;
	}
	.box-6 {
	width:85%;
	height:auto;
	margin: 5px 0 0 0;
	}
	.box-7 {
	width:100%;
	height:auto;
	margin: 0;
	}
	.box-8 {
	width:70%;
	height:auto;
	margin: 10px 0px 10px 0 ;
	}
	.box-9 {
	width:100%;
	height:auto;
	margin-right: 30px;
	}
	.box-10 {
	width:50%;
	height:auto;
	}
	.btn-blue a {
	max-width: 100%;
	}
	.btn-red a {
	max-width: 100%;
	margin-top: 10px;
	}
	/* section-02
	-------------------------------- */
	.section02-lead {
	font-size: 14px;
	line-height: 1.5rem;
	padding: 5px 0 15px 0;
	}
	/* section-04
	-------------------------------- */
	.section-04 {
	position: relative;
	width: 100%;
	padding: 70px 0 60px 0;
	background-color: #E0F0E2;
	}
	.section-04 .overflow {
	position: relative;
	margin: -50px auto 20px auto;
	object-fit: contain;
	z-index: 10;
	display: flex;
	justify-content: center;
	max-width:450px;
	}
	.section-04 .container {
	margin-top: 20px;
	}
	/* section-FAQ
	-------------------------------- */
	.section-FAQ {
	padding: 30px 0 0 0;
	}
	.FAQ_title img {
	max-width: 85%;
	}
	.h3-pink {
	font-family: "M PLUS 1p";
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color:#EA545D ;
	margin: 0 0 10px 0;
	}
	.box-10 p {
	margin-bottom: 15px;
	}
	.cp_qa01 .annotation-pink {
	margin-top: 0.25rem;
	font-size: 12px;
	}
	/*FAQ*/
	.cp_qa01 {
	margin: 0 auto;
	}
	.cp_qa01 .cp_actab input[type=checkbox] {
	display: none;
	}
	.cp_qa01 .cp_actab {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
	}
	.cp_qa01 label {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(100% - 70px);
	margin: 0 0 0 50px;
	padding: 0px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5rem
	}
	.cp_qa01 label::before {
	font-size: 160%;
	margin-left: -40px;
	padding: 0 0 0 0;
	}
	.cp_qa01 .cp_actab input[type=checkbox]:checked ~ label::before {
	transform: rotate(45deg);
	}
	.cp_qa01 .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 0px;
	padding: 0 ;
	transition: 0.4s ease;
	line-height: 1.5rem;
	opacity: 0;
	}
	.cp_qa01 .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
	}
}
