@charset "utf-8";

/* ---------------------------------------
mainContainer
------------------------------------------ */
.wrap .inner {
	padding-bottom: 80px;
}
.wrapper01 {
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.text01 {
	color: #e60012;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	padding: 23px 0 20px;
	margin-bottom: 36px;
	background-image:url(../img/index_bg02.png),url(../img/index_bg01.png);
	background-position: calc(100% - 144px) 50%,0 0;
	background-repeat: no-repeat, repeat;
}
.text02 {
	width: 1160px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 33px;
	background-image:url(../img/index_bg03.png),url(../img/index_bg03.png);
	background-position: 0 50%,100% 50%;
	background-repeat: no-repeat, no-repeat;
}
.text02.type01 {
	background-position: 15% 50%,85% 50%;
}
.text02 strong {
	color: #e60012;
}
.text03 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 12px;
}
.text03 span {
	padding: 0 10px 0 12px;
	position: relative;
}
.text03 span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 26px;
	margin-top: -13px;
	background: #000;
	transform: rotate(-31deg);
}
.text03 span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 26px;
	margin-top: -13px;
	background: #000;
	transform: rotate(31deg);
}
.text04 {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 35px;
	margin-bottom: 35px;
}
.text04 span {
	color: #dd270a;
}
.text05 {
	width: 690px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	background: #fdfad3;
	padding: 17px 0 19px;
	margin-bottom: 40px;
}
.text05.type01 {
	margin-top: 40px;
}
.text05.type01 > span {
	display: block;
	margin-top: 20px;
}
.text05 strong {
	color: #dd270a;
}
.text05 .num {
	font-size: 30px;
}
.text06 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.75;
	text-align: left;
}
.text07 {
	margin-top: 40px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}
.text07 strong {
	color: #dd270a;
}
.text07{
	margin: 20px auto 0;
}
.text07 span {
	padding-left: 10px;
}
.text07 > span {
	background: linear-gradient(rgba(0,0,0,0) 0% 60%, #ff99a8 30% 85%, rgba(0,0,0,0) 70% 100%);
}
.text07 > span + span {
	padding-left: 0;
}
.text08 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.75;
}
.text08.type01 {
	text-align: left;
}
.text09 {
	margin-top: 40px;
	padding: 6px 10px 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #fed333;
}
.noteList01 {
	display: inline-block;
	margin: 10px auto 15px;
}
.noteList01 li {
	font-size: 12px;
	line-height: 1.75;
	text-align: left;
}
.noteList02 {
	margin-bottom: 20px;
	text-align: left;
}
.noteList02 > dt {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.noteList02 > dd {
	position: relative;
	margin-top: 5px;
	padding-left: 12px;
}
.noteList02 > dd::before {
	position: absolute;
	left: 0;
	content: "※";
}
.noteList02 > dt + dd {
	margin-top: 20px;
}
.frame01 {
	border: 1px solid #c1d8ef;
	border-radius: 20px;
}
.frame01 > .frame01Inner01 {
	
}
.frame01 > .frame01Inner01 > .frame01Inner02 {
	max-width: 1160px;
	margin: 41px auto 0;
	border-top: 1px solid #dbe9f7;
	padding-top: 18px;
}
.frame01 > .frame01Inner01 > .frame01Inner03 {
	max-width: 1160px;
	margin: 0 auto;
}
.frame01 + .frame01 {
	margin-top: 40px;
}
.frame01 .heading01 {
	color: #fff;
	background: #0052a4;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	padding: 25px 0 24px;
	margin-bottom: 33px;
	border-radius: 19px 19px 0 0;
}
.frame01 .heading01.type02 {
	margin-bottom: 40px;
}


.box01 {
	width: 690px;
	margin: 0 auto;
	border: 2px solid #18673b;
}
.box01 .hdg {
	color: #fff;
	background: #18673b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0;
}
.box01 .text {
	color: #18673b;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 21px 20px 18px;
}
.box01.type01 {
	border: 2px solid #000;
}
.box01.type01 .hdg {
	background: #000;
}
.box01.type01 .text {
	color: #000;
}

.box02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px 30px 0;
}
.box02 > .col01 {
	position: relative;
	max-width: 48.5%;
}
.box02 > .col01:nth-child(n+3) {
	margin-top: 80px;
}
.box02 > .col01 > .img01 {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.btn01 {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	background: #e4007f;
	text-decoration: none;
	border-radius: 36px;
	padding: 25px 98px 21px 104px;
	position: relative;
	transition: 0.3s all;
}

.btn01:hover {
	opacity: 0.7;
}
.btn01::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 38px;
	width: 22px;
	height: 22px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-top: -12px;
}

.onlySP {
	display: none;
}
@media screen and (max-width: 767px) {
	.wrapper01 {
		width: 100%;
	}
	.wrap .inner {
		padding-bottom: 80px;
		padding: 0 4vw 21vw;
	}
	.wrapper01 {
		width: 100%;
		padding: 0;
	}
	.h1_titleBlock01{
		margin-bottom: 13.2vw;
	}
	
	.wrapper01 img {
		width: 100%;
		height: auto;
	}
	
	.text01 {
		text-align: left;
		color: #e60012;
		font-size: 24px;
		line-height: 1.35;
		padding: 4.5vw 6vw 4.1vw 7vw;
		margin-bottom: 11vw;
		background-image:url(../img/index_bg02.png),url(../img/index_bg01.png);
		background-position: calc(100% - 5px) 5px,0 0;
		background-repeat: no-repeat, repeat;
		background-size: 80px auto, 14px auto;
	}
	.text02 {
		text-align: left;
		width: 100%;
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 3.4vw;
		background: none;
	}
	.text02.type01 {
		text-align: center;
	}
	.text03 {
		font-size: 14px;
		margin-bottom: 2.5vw;
	}
	.text03 span {
		padding: 0 10px 0 12px;
		position: relative;
	}
	.text03 span::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 22px;
		margin-top: -11px;
		background: #000;
		transform: rotate(-31deg);
	}
	.text03 span::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 22px;
		margin-top: -11px;
		background: #000;
		transform: rotate(31deg);
	}
	.text04 {
		text-align: left;
		font-size: 13px;
		margin-top: 4.5vw;
		margin-bottom: 3.5vw;
	}
	.text04 span {
		color: #dd270a;
	}
	.text05 {
		width: 100%;
		font-size: 16px;
		line-height: 1.75;
		padding: 3.5vw 3vw 3.3vw;
		margin-bottom: 5.3vw;
	}
	.text05 strong {
		color: #dd270a;
	}
	.text05 .num {
		font-size: 21px;
	}
	.text05.type01 {
	margin-top: 30px;
	}
	.text05.type01 > span {
		margin-top: 10px;
	}
	.text06 {
		margin-top: 6px; 
		font-size: 11px;
	}
	.text07 {
		font-size: 16px;
	}
	.text07.type01 > span + span {
		padding-left: 2px;
	}
	.text07 > span {
	background: linear-gradient(rgba(0,0,0,0) 0% 61%, #ff99a8 30% 85%, rgba(0,0,0,0) 70% 100%);
}
	.text08 {
	margin-top: 5px;
	font-size: 14px;
	}
	.text09 {
		padding: 7px 10px 4px;
	font-size: 16px;
	}
	.noteList01 {
		display: inline-block;
		margin: 10px auto 15px;
	}
	.noteList01 li {
		font-size: 11px;
		line-height: 1.75;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.noteList02 > dt {
		font-size: 14px;
	}
	.noteList02 > dd {
		padding-left: 11px;
		font-size: 11px;
	}
	.noteList02 > dt + dd {
		margin-top: 15px;
	}
	.frame01 {
		border: 1px solid #c1d8ef;
		border-radius: 11px;
	}
	.frame01 > .frame01Inner01 {
		width: 84vw;
		margin: 0 auto;
		padding: 13.66vw 0 0;
		background: url(../img/index_bg04.png) repeat-x 0 5.46vw / 100% auto;
	}
	.frame01 > .frame01Inner01 > .frame01Inner02 {
		width: 100%;
		margin: 5.2vw auto 0;
		border-top: 1px solid #dbe9f7;
		padding-top: 5vw;
	}
	.frame01 + .frame01 {
		margin-top: 5vw;
	}
	.frame01 .heading01 {
		text-align: left;
		color: #fff;
		background: #0052a4;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		padding: 5vw 3.5vw 4vw;
		margin-bottom: 0;
		border-radius: 10px 10px 0 0;
	}
	.frame01 .heading01.type02 {
		margin-bottom: 0;
		padding: 4.5vw 3.5vw 4vw;
	}

	.box01 {
		width: 100%;
		margin: 0 auto;
		border: 2px solid #18673b;
	}
	.box01 .hdg {
		color: #fff;
		background: #18673b;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.1;
		padding: 1.75vw 0;
	}
	.box01 .text {
		text-align: center;
		font-size: 16px;
		line-height: 1.75;
		padding: 3.4vw 5vw 3.4vw;
	}
	.box01 .text span {
		text-align: left;
		display: inline-block;
	}
	.box02 {
	margin: 11vw 0px 0;
	}
	.box02 > .col01 {
		max-width: 100%;
	}
	.box02 > .col01:nth-child(n+2) {
		margin-top: 12vw;
	}
	.box02 > .col01 > .img01 {
		width: 86%;
		top: -7vw;
	}
	.btn01 {
		display: inline-block;
		width: 100%;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		line-height: 1;
		background: #e4007f;
		text-decoration: none;
		border-radius: 36px;
		padding: 1em 0 1em 0;
		position: relative;
		transition: 0.3s all;
	}
	.btn01:hover {
		opacity: 1;
		color: #ffffff;
	}
	.btn01::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 14px;
		width: 11px;
		height: 11px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		margin-top: -5.5px;
	}
	
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
}

@media screen and (max-width: 359px) {
	.text01 {
		background-image:url(../img/index_bg01.png);
		background-position: 0 0;
		background-repeat: repeat;
		background-size: 14px auto;
	}
}
