@charset "UTF-8";

img {
	max-width: 100%;
	height: auto;
}

.mainvisual {
	margin-bottom: 40px;
	text-align: center;
}
@media print, screen and (max-width: 750px) {
	.mainvisual {
		margin-bottom: 20px;
	}
}

.frame {
	max-width: 1070px;
	padding: 0 20px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 20px;
	text-align: center;
}
@media print, screen and (max-width: 750px) {
	.h2 {
		margin-bottom: 20px;
	}
	.h2 img {
		width: 45vw;
	}
}

.section {
	position: relative;
	margin-bottom: 100px;
}
@media print, screen and (max-width: 750px) {
	.section {
		margin-bottom: 8%;
	}
}

.area01 {
	margin: 80px 0 145px;
}
.area01 .item {
	display: flex;
}
@media print, screen and (max-width: 750px) {
	.area01 {
		margin-bottom: 80px;
	}
	.area01 .frame {
		padding: 0;
	}
	.area01 .item {
		display: block;
	}
}

.applyBtn {
	margin: 80px 20px;
	text-align: center;
}
@media print, screen and (max-width: 750px) {
	.applyBtn {
		margin: 40px 20px;
	}
}

.area02 {
	margin: 0 20px 140px;
	text-align: center;
}
.area02 .h2 {
	margin-bottom: 50px;
}
.area02 .seal {
	margin-top: 25px;
}
@media print, screen and (max-width: 750px) {
	.area02 {
		margin: 70px 15px;
	}
	.area02 .h2 {
		margin-bottom: 25px;
	}
	.area02 .seal {
		margin-top: 0;
	}
}

.area03 {
	margin-bottom: 170px;
	background-color: #0099e6;
	padding: 190px 0 50px;
	transform: skewY(-8deg);
	color: #fff;
}
.area03 .frame {
	transform: skewY(8deg);
}
.area03 h2 {
	margin-bottom: 50px;
}
.area03 .lead {
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}
.area03 .text01 {
	text-align: center;
	font-size: 36px;
}
.area03 .text02 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
}
@media print, screen and (max-width: 750px) {
	.area03 {
		margin-bottom: 100px;
		padding: 70px 0 40px;
		transform: skewY(-13deg);
	}
	.area03 .frame {
		transform: skewY(13deg);
	}
	.area03 .h2 {
		margin-bottom: 25px;
	}
	.area03 .lead {
		margin-bottom: 30px;
		text-align: left;
		font-size: 13px;
	}
	.area03 .text01 {
		font-size: 4vw;
	}
	.area03 .text02 {
		margin-bottom: 2vw;
		font-size: 3.1vw;
	}
}

.toggleTitle {
	position: relative;
	background-color: #0043c0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 140px;
	text-align: center;
	font-size: 44px;
	cursor: pointer;
}
.toggleTitle::before,
.toggleTitle::after {
	content: '';
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 51px;
	height: 3px;
	margin: auto 0;
	background-color: #fff;
}
.toggleTitle::after {
	transform: rotate(90deg);
}
.toggleTitle.open::after {
	display: none;
}
.toggleTitle small {
	font-size: 15px;
	font-weight: normal;
}
.toggleBody {
	background-color: #0043c0;
	padding: 0 30px 35px;
	display: none;
}
.toggleBody .subTitle {
	margin: 50px 0 25px;
	border: 1px solid #fff;
	padding: 5px;
	text-align: center;
	font-size: 28px;
}
.toggleBody .subTitle:first-child {
	margin-top: 0;
}
.stepList {
	text-align: center;
}
.stepList > li {
	background-color: #fff;
	padding: 10px 20px 30px;
	color: #24a3e6;
	font-size: 26px;
	line-height: 1.4;
}
.stepList > li + li {
	margin-top: 25px;
}
.stepList h4 {
	margin-bottom: 5px;
	font-size: 44px;
	font-weight: normal;
}
.stepList h4 small {
	position: relative;
	top: -10px;
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.stepList strong {
	color: #e60033;
}
.stepList strong.big {
	font-size: 47px;
	line-height: 1.2;
}
.stepList .img {
	position: relative;
	width: 670px;
	margin: 40px auto 0;
}
.stepList .text {
	position: absolute;
	top: -15px;
	right: -168px;
}
.btnArea {
	max-width: 91.5%;
	margin: 60px auto;
	text-align: center;
}
.btnArea a {
	position: relative;
	margin: 0 auto;
	display: block;
	max-width: 640px;
	background-color: #e70012;
	padding: 30px;
	box-shadow: 1px 1px #000;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.btnArea a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 18px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
@media print, screen and (max-width: 750px) {
	.toggleTitle {
		height: 18.7vw;
		font-size: 5.4vw;
	}
	.toggleTitle::before,
	.toggleTitle::after {
		right: 4vw;
		width: 6.7vw;
		height: 0.4vw;
	}
	.toggleTitle small {
		font-size: 2vw;
	}
	.toggleBody {
		padding: 0 4vw 4.7vw;
	}
	.toggleBody .subTitle {
		margin: 6.7vw 0 3.3vw;
		padding: 0.7vw;
		font-size: 3.6vw;
	}
	.stepList > li {
		padding: 1vw 1vw 3vw;
		font-size: 3.3vw;
	}
	.stepList > li + li {
		margin-top: 3vw;
	}
	.stepList h4 {
		margin-bottom: 1vw;
		font-size: 5vw;
	}
	.stepList h4 small {
		top: -0.2em;
		font-size: 3vw;
	}
	.stepList strong.big {
		font-size: 5vw;
	}
	.stepList .img {
		width: 38%;
		margin: 4% auto 0;
	}
	.stepList .text {
		top: 5%;
		right: -48%;
		width: 50%;
	}
	.btnArea {
		margin: 6% auto 0;
	}
	.btnArea a {
		padding: 4vw;
		font-size: 6.4vw;
	}
	.btnArea a::after {
		right: 10px;
		border-left: 12px solid #fff;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
}

.toggleArea:last-child {
	margin-bottom: 100px;
}
.toggleArea h2 {
	position: relative;
	max-width: 640px;
	margin: 60px auto 40px;
	border: 4px solid #0099e6;
	border-radius: 50px;
	padding: 18px 0 20px;
	text-align: center;
	color: #0043c0;
	font-size: 36px;
	font-weight: 900;
}
.toggleArea h2::before,
.toggleArea h2::after {
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 48px;
	height: 2px;
	margin: auto 0;
	background-color: #0099e6;
}
.toggleArea h2::after {
	transform: rotate(90deg);
}
.toggleArea.is-open h2::after {
	display: none;
}
.toggleArea .body {
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
}
.toggleArea h3 {
	margin: 40px 0 20px;
	font-size: 20px;
}
.toggleArea h3:first-child {
	margin-top: 0;
}
.toggleArea h4 {
	margin: 30px 0 15px;
	font-size: 18px;
}
.toggleArea h5 {
	margin: 20px 0 10px;
}
.toggleArea ol li {
  margin-bottom: 5px;
}
.toggleArea ol .label {
  float: left;
  width: 4.5em;
  font-size: 16px;
}
.toggleArea ol .text {
  overflow: hidden;
  font-size: 16px;
}
.toggleArea .note li {
	position: relative;
	padding-left: 1em;
}
.toggleArea .note li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.toggleArea .p-iw__faq,
.toggleArea .p-iw__faq li {
	border-color: #0099e6;
}
.toggleArea .p-iw__tel {
	color: inherit;
}
.toggleArea .p-iw__tel a {
	color: #0099e6;
}
.toggleArea dl {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.toggleArea dl + dl {
	margin-top: 0;
}
.toggleArea small {
	display: block;
	font-size: 80%;
}
@media print, screen and (max-width: 750px) {
	.toggleArea:last-child {
		margin-bottom: 60px;
	}
	.toggleArea h2 {
		margin: 25px auto 20px;
		border: 2px solid #0099e6;
		padding: 12px 0;
		font-size: 24px;
	}
	.toggleArea h2::before,
	.toggleArea h2::after {
		right: 15px;
		width: 24px;
		height: 1px;
	}
	.toggleArea .body {
		font-size: 14px;
	}
	.toggleArea h3 {
		margin: 25px 0 10px;
		font-size: 16px;
	}
	.toggleArea h4 {
		margin: 20px 0 5px;
		font-size: 15px;
	}
	.toggleArea h5 {
		margin: 10px 0 5px;
	}
	.toggleArea ol li {
		margin-bottom: 0;
	}
	.toggleArea ol .label {
		font-size: 14px;
	}
	.toggleArea ol .text {
		font-size: 14px;
	}
	.toggleArea dl {
		margin-top: 25px;
		text-align: left;
	}
}

.p-iw__question {
	font-family: inherit;
}
