@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.contentsWrap {
	position: relative;
}
.contentsBlock {
	position: relative;
}
.contentsBlock::after {
	content: "";
	background: url(../img/summer_is_2024_here_nocty.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 212px;
	height: 100%;
	max-height: 210px;
}
.quiz .mvArea {
	position: relative;
}
.quiz .mvArea .character01 {
	display: inline-block;
	position: absolute;
	top: 20%;
	left: 16%;
	width: 13.818%;
}
.quiz .mvArea .character02 {
	display: inline-block;
	position: absolute;
	top: 21.5%;
	right: 15.5%;
	width: 15.458%;
}
.quiz .mvArea .sdgs {
	display: inline-block;
	position: absolute;
	top: 44.5%;
	left: 8%;
	width: 16.909%;
}
.quiz .mvArea .iruka {
	display: inline-block;
	position: absolute;
	top: 42.5%;
	right: 11.2%;
	width: 18.108%;
}
.quiz .gradation {
	background-image: linear-gradient(180deg, rgba(0, 164, 248, 1), rgba(49, 212, 250, 1));
	position: relative;
}
.quiz .gradation::before {
	content: "";
	width: 172px;
	height: 247px;
	background: url(../img/kumo01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 10%;
	left: 0;
}
.quiz .gradation::after {
	content: "";
	width: 197px;
	height: 259px;
	background: url(../img/kumo02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 23%;
	right: 0;
}
.quiz .contentsBlockInner {
	position: relative;
}
.quiz .gradation .bg {
	background: url(../img/bg.png) no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 12%;
}
.quiz .gradation .bg .kamome01 {
	width: 10.5%;
	position: absolute;
	bottom: 32%;
	left: 10%;
}
.quiz .mainLead {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}
.quiz .bgOrange {
	font-size: 34px;
	line-height: 49px;
	text-align: center;
	color: #fff;
}
.quiz .bgOrange span {
	display: inline-block;
	background: #f76f1c;
	border-radius: 4px;
	padding: 0 5px;
}
.quiz .bgOrange span:last-child {
	margin-top: 5px;
}
@media (max-width: 1200px) {
	.contentsBlock::after {
		max-width: 13.167vw;
		max-height: 13.083vw;
	}
	.quiz .gradation::before {
		width: 14.333vw;
		height: 20.583vw;
	}
	.quiz .gradation::after {
		width: 16.417vw;
		height: 21.583vw;
	}
	.quiz .mainLead {
		font-size: 2vw;
		line-height: 2.667vw;
	}
	.quiz .bgOrange {
		font-size: 2.833vw;
		line-height: 4.083vw;
	}
	.quiz .bgOrange span {
		padding: 0 0.417vw;
		border-radius: 0.333vw;
	}
	.quiz .bgOrange span:last-child {
		margin-top: 0.417vw;
	}
}
@media (max-width: 768px) {
	.contentsBlockInner {
		overflow: hidden;
	}
	.contentsBlock::after {
		max-width: 26.8vw;
		max-height: 26.533vw;
	}
	.quiz .mvArea .character01 {
		top: 28vw;
		left: 2.667vw;
		width: 22.533vw;
	}
	.quiz .mvArea .character02 {
		top: 30.667vw;
		right: 0.667vw;
		width: 24vw;
	}
	.quiz .mvArea .sdgs {
		top: 56vw;
		left: 2vw;
		width: 22.133vw;
	}
	.quiz .mvArea .iruka {
		top: 60vw;
		right: 4vw;
		width: 21.867vw;
	}
	.quiz .gradation {
		background-image: linear-gradient(180deg, rgba(0, 159, 248, 1), rgba(49, 212, 250, 1));
	}
	.quiz .gradation::before {
		width: 8.4vw;
		height: 20vw;
		background: url(../img/kumo01_sp.png) no-repeat;
		background-size: contain;
		top: 30vw;
	}
	.quiz .gradation::after {
		width: 12.4vw;
		height: 21.2vw;
		background: url(../img/kumo02_sp.png) no-repeat;
		background-size: contain;
		top: auto;
		bottom: 148.667vw;
	}
	.quiz .gradation .bg {
		background: url(../img/bg_sp.png) no-repeat;
		background-size: contain;
		background-position: center bottom;
		padding-bottom: 46.667vw;
		position: relative;
	}
	.quiz .gradation .bg .kamome01 {
		width: 16.8vw;
		bottom: 33.333vw;
		left: 21.333vw;
	}
	.quiz .mainLead {
		font-size: 3.2vw;
		line-height: 4.267vw;
		color: #fff;
		text-align: center;
	}
	.quiz .bgOrange {
		margin-top: 4vw;
		font-size: 3.733vw;
		line-height: 5.467vw;
	}
	.quiz .bgOrange span {
		padding: 0 0.667vw;
		border-radius: 0.533vw;
	}
	.quiz .bgOrange span:last-child {
		margin-top: 0.667vw;
	}
}
/* cnt共通 */
.cnt h2 {
	font-size: 57px;
	color: #fff;
	text-align: center;
}
.cnt h2 span {
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 100px;
	padding: 0 60px;
	position: relative;
	font-weight: 500;
}
.cnt h2 span::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 25px solid #fff;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}
.cnt h2 span::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 16px solid #00bdf6;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}
@media (max-width: 1200px) {
	.cnt h2 {
		font-size: 4.75vw;
	}
	.cnt h2 span {
		border-radius: 8.333vw;
		padding: 0 5vw;
	}
}
@media (max-width: 768px) {
	.cnt h2 {
		font-size: 7.2vw;
	}
	.cnt h2 span {
		border-radius: 13.021vw;
		padding: 0 7.813vw;
	}
	.cnt h2 span::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-top: 25px solid #fff;
		border-right: 25px solid transparent;
		border-left: 25px solid transparent;
	}
	.cnt h2 span::after {
		top: 97%;
		left: 50%;
		border-top: 17px solid #00baf6;
		border-right: 17px solid transparent;
		border-left: 17px solid transparent;
	}
}
/* cnt01 */
.cnt01 {
	width: 100%;
	max-width: 970px;
	margin: 150px auto 0;
	background-color: #fff;
	border-radius: 100px;
	position: relative;
	padding: 100px 55px 60px;
}
.cnt01::before {
	content: "";
	width: 101px;
	height: 107px;
	background: url(../img/sandal.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: 50px;
}
.cnt01::after {
	content: "";
	width: 89px;
	height: 211px;
	background: url(../img/kaisou.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -23px;
	right: 17px;
}
.cnt01 .img01 {
	position: absolute;
	top: -10.6%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
}
.cnt01 .txt01 {
	font-size: 33px;
	font-weight: 600;
	color: #008bf6;
	background-color: #fff948;
	border-radius: 15px;
	text-align: center;
	width: 89.5%;
	margin: -2px auto 30px;
	padding: 15px 0;
	position: relative;
}
.cnt01 .txt01::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 15px solid #fff948;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.cnt01 .txt01 span {
	display: inline-block;
	color: #fff;
	background-color: #008bf6;
	border-radius: 5px;
	padding: 0 10px;
}
.cnt01 .txt02 {
	max-width: 533px;
	margin: 0 auto;
	position: relative;
}
.cnt01 .txt02::before {
	content: "";
	width: 102px;
	height: 141px;
	background: url(../img/paper_left.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: -130px;
}
.cnt01 .txt02::after {
	content: "";
	width: 97px;
	height: 140px;
	background: url(../img/paper_right.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -5px;
	right: -130px;
}
.cnt01 .info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 35px;
}
.cnt01 .info div {
	width: 23.5%;
}
.cnt01 .note {
	margin-top: 30px;
	font-size: 20px;
	color: #008bf6;
	text-indent: -1em;
	padding-left: 1em;
}
.cnt01 .yadokari {
	position: absolute;
	bottom: -20px;
	right: 110px;
	width: 107px;
}
@media (max-width: 1200px) {
	.cnt01 {
		max-width: 80.833vw;
		margin: 12.5vw auto 0;
		border-radius: 8.333vw;
		padding: 8.333vw 4.583vw 5vw;
	}
	.cnt01::before {
		width: 8.417vw;
		height: 8.917vw;
		top: -2.5vw;
		left: 4.167vw;
	}
	.cnt01::after {
		width: 7.417vw;
		height: 17.583vw;
		bottom: -1.917vw;
		right: 1.417vw;
	}
	.cnt01 .img01 {
		top: -10.6%;
		max-width: 32.5vw;
	}
	.cnt01 .txt01 {
		font-size: 2.75vw;
		border-radius: 1.25vw;
		width: 89.5%;
		margin: -0.167vw auto 2.5vw;
		padding: 1.25vw 0;
	}
	.cnt01 .txt01 span {
		border-radius: 0.417vw;
		padding: 0 0.833vw;
	}
	.cnt01 .txt02 {
		max-width: 44.417vw;
	}
	.cnt01 .txt02::before {
		width: 8.5vw;
		height: 11.75vw;
		top: -0.417vw;
		left: -10.833vw;
	}
	.cnt01 .txt02::after {
		width: 8.083vw;
		height: 11.667vw;
		top: -0.417vw;
		right: -10.833vw;
	}
	.cnt01 .info {
		margin-top: 2.917vw;
	}
	.cnt01 .note {
		margin-top: 2.5vw;
		font-size: 1.667vw;
		text-indent: -1em;
		padding-left: 1em;
	}
	.cnt01 .yadokari {
		bottom: -1.667vw;
		right: 9.167vw;
		width: 8.917vw;
	}
}
@media (max-width: 768px) {
	.cnt01 {
		max-width: 126.302vw;
		margin: 20.948vw auto 0;
		border-radius: 13.021vw;
		padding: 13.021vw 7.161vw 105px;
	}
	.cnt01::before {
		content: none;
	}
	.cnt01::after {
		width: 11.867vw;
		height: 28.133vw;
		bottom: -5.333vw;
		right: 2vw;
	}
	.cnt01 .img01 {
		top: -7%;
		max-width: 62.933vw;
	}
	.cnt01 .img01::before {
		content: "";
		display: block;
		position: absolute;
		top: 24%;
		left: -8%;
		background: url(../img/paper_left.png) no-repeat;
		background-size: contain;
		width: 100%;
		max-width: 13.281vw;
		height: 100%;
		max-height: 16.927vw;
	}
	.cnt01 .img01::after {
		content: "";
		display: block;
		position: absolute;
		top: 24%;
		right: -12%;
		background: url(../img/paper_right.png) no-repeat;
		background-size: contain;
		width: 100%;
		max-width: 13.281vw;
		height: 100%;
		max-height: 16.927vw;
	}
	.cnt01 .txt01 {
		font-size: 4.297vw;
		border-radius: 1.953vw;
		width: 95%;
		margin: 3.2vw auto 30px;
		padding: 1.953vw 0;
	}
	.cnt01 .txt01 span {
		border-radius: 0.651vw;
		padding: 0 1.302vw;
	}
	.cnt01 .txt02 {
		max-width: 78.533vw;
	}
	.cnt01 .txt02::before {
		content: none;
	}
	.cnt01 .txt02::after {
		content: none;
	}
	.cnt01 .info {
		margin-top: 4.557vw;
	}
	.cnt01 .info div {
		width: 48%;
		margin-bottom: 3vw;
	}
	.cnt01 .note {
		margin-top: 3.906vw;
		font-size: 3.45vw;
	}
	.cnt01 .yadokari {
		bottom: -6.667vw;
		right: 13.333vw;
		width: 14.267vw;
	}
}
/* cnt02 */
.cnt02 {
	margin-top: 120px;
	position: relative;
}
.cnt02 .lead {
	margin-top: 45px;
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	text-align: center;
}
.cnt02 .kamome {
	width: 10.5%;
	position: absolute;
	top: 15%;
	right: 0;
}
@media (max-width: 1200px) {
	.cnt02 {
		margin-top: 10vw;
	}
	.cnt02 .lead {
		margin-top: 3.75vw;
		font-size: 3.333vw;
		line-height: 3.5vw;
	}
}
@media (max-width: 768px) {
	.cnt02 {
		margin-top: 15.625vw;
		z-index: 2;
	}
	.cnt02 h2 span {
		padding: 0 5.313vw;
	}
	.cnt02 .lead {
		margin-top: 7.333vw;
		font-size: 4.533vw;
		line-height: 6.4vw;
	}
}
/* cnt03 */
.cnt03 {
	margin-top: 120px;
	position: relative;
}
.cnt.cnt03 h2 span::after {
	border-top: 16px solid #00c3f6;
}
.cnt03 .info {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
.cnt03 .info .spotInfo {
	width: 27%;
	height: 324px;
	background: #fff;
	border: solid 8px #0ccaf7;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cnt03 .info .spotInfo:nth-child(2) {
	margin: 200px -3% 0;
}
.cnt03 .info .spotInfo:last-child {
	margin: 200px 0 0 -3%;
}
.cnt03 .info .spotInfo:first-child::after {
	content: "";
	width: 166px;
	height: 120px;
	background: url(../img/boushi.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -45px;
	right: -25px;
}
.cnt03 .info .spotInfo:nth-child(2)::after {
	content: "";
	width: 187px;
	height: 167px;
	background: url(../img/himawari.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -45px;
	right: -60px;
}
.cnt03 .info .spotInfo:nth-child(3)::after {
	content: "";
	width: 102px;
	height: 120px;
	background: url(../img/sakana.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -40px;
	right: 40px;
}
.cnt03 .info .spotInfo:last-child::after {
	content: "";
	width: 127px;
	height: 195px;
	background: url(../img/fuurin.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 75px;
	left: -82px;
}
.cnt03 .info .spotInfo .floor {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cnt03 .info .spotInfo .floor >p:first-child {
	width: 60px;
	height: 60px;
	background: #008bf6;
	border-radius: 50%;
	font-size: 31px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 3px;
}
.cnt03 .info .spotInfo .floor >p:first-child span {
	font-size: 39px;
	line-height: 1.3;
}
.cnt03 .info .spotInfo .floor >p:last-child {
	width: 55%;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #008bf6;
}
.cnt03 .info .spotInfo .place {
	margin-top: 15px;
	font-size: 38px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	color: #008bf6;
}
@media (max-width: 1200px) {
	.cnt03 {
		margin-top: 10vw;
	}
	.cnt03 .info {
		margin-top: 2.917vw;
	}
	.cnt03 .info .spotInfo {
		width: 27%;
		height: 27vw;
	}
	.cnt03 .info .spotInfo:nth-child(2) {
		margin: 16.667vw -3% 0;
	}
	.cnt03 .info .spotInfo:last-child {
		margin: 16.667vw 0 0 -3%;
	}
	.cnt03 .info .spotInfo:first-child::after {
		width: 13.833vw;
		height: 10vw;
		top: -3.75vw;
		right: -2.083vw;
	}
	.cnt03 .info .spotInfo:nth-child(2)::after {
		width: 15.583vw;
		height: 13.917vw;
		bottom: -3.75vw;
		right: -5vw;
	}
	.cnt03 .info .spotInfo:nth-child(3)::after {
		width: 8.5vw;
		height: 10vw;
		top: -3.333vw;
		right: 3.333vw;
	}
	.cnt03 .info .spotInfo:last-child::after {
		width: 10.583vw;
		height: 16.25vw;
		top: 6.25vw;
		left: -6.833vw;
	}
	.cnt03 .info .spotInfo .floor >p:first-child {
		width: 5vw;
		height: 5vw;
		font-size: 2.583vw;
		padding-bottom: 0.25vw;
	}
	.cnt03 .info .spotInfo .floor >p:first-child span {
		font-size: 3.25vw;
	}
	.cnt03 .info .spotInfo .floor >p:last-child {
		font-size: 1.667vw;
		line-height: 1.833vw;
	}
	.cnt03 .info .spotInfo .place {
		margin-top: 1.25vw;
		font-size: 3.167vw;
		line-height: 3.5vw;
	}
}
@media (max-width: 768px) {
	.cnt03 {
		margin-top: 15.625vw;
		z-index: 2;
	}
	.cnt.cnt03 h2 span::after {
		border-top: 17px solid #00bef6;
	}
	.cnt03 .info {
		margin-top: 13.333vw;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.cnt03 .info .spotInfo {
		width: 42.667vw;
		height: 42.667vw;
		border: solid 1.067vw #0ccaf7;
	}
	.cnt03 .info .spotInfo:nth-child(2) {
		margin: 20.667vw 0 -13.333vw -0.667vw;
	}
	.cnt03 .info .spotInfo:last-child {
		margin: 20vw 0 0 0;
	}
	.cnt03 .info .spotInfo:first-child::after {
		width: 22.133vw;
		height: 16vw;
		top: -6vw;
		right: -3.333vw;
	}
	.cnt03 .info .spotInfo:nth-child(2)::after {
		width: 24.933vw;
		height: 22.267vw;
		bottom: -7.333vw;
		right: -8vw;
	}
	.cnt03 .info .spotInfo:nth-child(3)::after {
		width: 13.6vw;
		height: 16vw;
		top: -5.333vw;
		right: 5.333vw;
	}
	.cnt03 .info .spotInfo:last-child::after {
		width: 16.933vw;
		height: 26vw;
		top: 9.333vw;
		left: -12vw;
	}
	.cnt03 .info .spotInfo .floor >p:first-child {
		width: 8vw;
		height: 8vw;
		font-size: 4.133vw;
		padding-bottom: 0.4vw;
	}
	.cnt03 .info .spotInfo .floor >p:first-child span {
		font-size: 5.2vw;
		line-height: 1.3;
	}
	.cnt03 .info .spotInfo .floor >p:last-child {
		width: 55%;
		font-size: 3.2vw;
		line-height: 3.467vw;
	}
	.cnt03 .info .spotInfo .place {
		margin-top: 2.667vw;
		font-size: 5.333vw;
		line-height: 5.867vw;
	}
}

/* step */
.stepBlock {
	background-color: #0095eb;
	background-image: url(../img/bg02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding: 3% 0 43%;
	position: relative;
	z-index: 1;
}
.stepBlock::before {
	content: "";
	width: 225px;
	height: 911px;
	background: url(../img/bg_left.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 15%;
	left: 0;
}
.stepBlock::after {
	content: "";
	width: 269px;
	height: 983px;
	background: url(../img/bg_right.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 5%;
	right: 0;
	z-index: -1;
}
.stepBlock .yadokari {
	width: 6.814%;
	position: absolute;
	bottom: 2%;
	left: 14%;
}
.stepBlock .kani {
	width: 6.877%;
	position: absolute;
	bottom: 7%;
	left: 35%;
}
@media (max-width: 1200px) {
	.stepBlock::before {
		width: 18.75vw;
		height: 75.917vw;
	}
	.stepBlock::after {
		width: 22.417vw;
		height: 81.917vw;
	}
	.stepBlock .yadokari {
		width: 6.814%;
	}
	.stepBlock .kani {
		width: 6.877%;
	}
}
@media (max-width: 768px) {
	.stepBlock {
		background-image: url(../img/bg02_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center bottom;
		padding: 6.667vw 0 97.333vw;
	}
	.stepBlock::before {
		width: 18.933vw;
		height: 5.067vw;
		background: url(../img/tori01.png) no-repeat;
		background-size: contain;
		top: 3.333vw;
		left: 2vw;
	}
	.stepBlock::after {
		width: 11.867vw;
		height: 2.133vw;
		background: url(../img/tori02.png) no-repeat;
		background-size: contain;
		top: 22.667vw;
		right: 2vw;
	}
	.stepBlock .yadokari {
		width: 14.4vw;
		bottom: 15.333vw;
		left: 12.667vw;
	}
	.stepBlock .kani {
		width: 14.533vw;
		bottom: 6.667vw;
		left: 38.667vw;
	}
}
/* cnt04 */
.cnt.cnt04 h2 span::after {
	border-top: 16px solid #0095eb;
}
.cnt04 a {
	text-decoration: underline;
}
.cnt04 .stepWrap {
	width: 100%;
	max-width: 1080px;
	margin: 60px auto 0;
	border-radius: 20px;
}
.cnt04 .stepBoxWrap {
	position: relative;
}
.cnt04 .stepBoxWrap::after {
	content: "";
	display: block;
	width: 6px;
	height: 50px;
	background-color: #fff;
	margin-left: 80px;
}
.cnt04 .stepBoxWrap:last-child::after {
	content: none;
}
.cnt04 .stepBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	background-color: #fff;
	border-radius: 20px;
}
.cnt04 .step {
	width: 76%;
	max-width: 820px;
	background-color: #fff;
	border-radius: 20px 0 0 20px;
	padding: 0 0 0 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: center;
	position: relative;
}
.cnt04 .step .stepIcon {
	width: 12%;
	max-width: 100px;
	height: 100px;
	background-color: #0095eb;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	margin-right: 30px;
}
.cnt04 .step .stepIcon span {
	font-size: 52px;
	display: block;
	line-height: 1;
}
.cnt04 .step .txtArea {
	width: 84%;
	font-size: 29px;
	color: #0095eb;
	padding: 50px 40px 50px 0;

}
.cnt04 .step .txtArea .txt span {
	background-color: #fff948;
}
.cnt04 .step .txtArea .ex {
	color: #f76f1c;
	text-decoration: underline #fff948 10px;
	text-decoration-skip-ink: none;
	text-underline-offset: -7px;
}
.cnt04 .step .txtArea .ex02 {
	font-size: 22px;
}
.cnt04 .step .txtArea .ex02 a {
	color: #008bf6;
}
.cnt04 .iconArea {
	width: 24.5%;
	max-width: 260px;
	background-color: #fffc9e;
	position: relative;
	border-radius: 0 20px 20px 0;
	border-top-left-radius: 50px 130px;
	border-bottom-left-radius: 50px 130px;
}
.cnt04 .iconArea p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.cnt04 .iconArea.icn01 p {
	max-width: 149px;
}
.cnt04 .iconArea.icn02 p {
	max-width: 169px;
}
.cnt04 .iconArea.icn03 p {
	max-width: 113px;
}
.cnt04 .iconArea.icn04 p {
	max-width: 160px;
}

@media (max-width: 1200px) {
	.cnt04 .stepWrap {
		width: 100%;
		max-width: 90vw;
		margin: 5vw auto 0;
		border-radius: 1.667vw;
	}
	.cnt04 .stepBoxWrap::after {
		width: 0.5vw;
		height: 4.167vw;
		margin-left: 6.667vw;
	}
	.cnt04 .stepBox {
		border-radius: 1.667vw;
	}
	.cnt04 .step {
		max-width: 68.333vw;
		border-radius: 1.667vw 0 0 1.667vw;
		padding: 0 0 0 2.5vw;
	}
	.cnt04 .step .stepIcon {
		max-width: 8.333vw;
		height: 8.333vw;
		font-size: 1.5vw;
		padding-top: 0.833vw;
		margin-right: 2.5vw;
	}
	.cnt04 .step .stepIcon span {
		font-size: 4.333vw;
	}
	.cnt04 .step .txtArea {
		font-size: 2.417vw;
		padding: 4.167vw 3.333vw 4.167vw 0;
	
	}
	.cnt04 .step .txtArea .ex {
		text-decoration: underline #fff948 0.833vw;
		text-underline-offset: -0.583vw;
	}
	.cnt04 .step .txtArea .ex02 {
		font-size: 1.833vw;
	}
	.cnt04 .iconArea {
		width: 24.5%;
		max-width: 21.667vw;
		border-radius: 0 1.667vw 1.667vw 0;
		border-top-left-radius: 4.167vw 10.833vw;
		border-bottom-left-radius: 4.167vw 10.833vw;
	}
	.cnt04 .iconArea.icn01 p {
		max-width: 12.417vw;
	}
	.cnt04 .iconArea.icn02 p {
		max-width: 14.083vw;
	}
	.cnt04 .iconArea.icn03 p {
		max-width: 9.417vw;
	}
	.cnt04 .iconArea.icn04 p {
		max-width: 13.333vw;
	}
}
@media (max-width: 768px) {
	.cnt04 {
		position: relative;
		z-index: 2;
	}
	.cnt.cnt04 h2 span::after {
		border-top: 17px solid #0095eb;
	}
	.cnt04 .stepWrap {
		width: 100%;
		max-width: 140.625vw;
		margin: 60px auto 0;
		border-radius: 2.604vw;
	}
	.cnt04 .stepBoxWrap {
		position: relative;
	}
	.cnt04 .stepBoxWrap::after {
		content: "";
		display: block;
		width: 0.781vw;
		height: 6.51vw;
		background-color: #fff;
		margin-left: 10.417vw;
	}
	.cnt04 .stepBoxWrap:last-child::after {
		content: none;
	}
	.cnt04 .stepBox {
		display: flex;
		flex-flow: row wrap;
		justify-content: start;
		background-color: #fff;
		border-radius: 2.604vw;
	}
	.cnt04 .step {
		width: 66%;
		max-width: 106.771vw;
		background-color: #fff;
		border-radius: 2.604vw 0 0 2.604vw;
		padding: 0 0 0 3.906vw;
		display: flex;
		flex-flow: row wrap;
		justify-content: start;
		align-items: center;
		position: relative;
	}
	.cnt04 .step .stepIcon {
		width: 20%;
		max-width: 13.021vw;
		height: 12.021vw;
		font-size: 2.344vw;
		border-radius: 50%;
		padding-top: 1.302vw;
		margin-right: 3.906vw;
	}
	.cnt04 .step .stepIcon span {
		font-size: 6.771vw;
		display: block;
		line-height: 1;
	}
	.cnt04 .step .txtArea {
		width: 68%;
		font-size: 3.776vw;
		padding: 6.51vw 0 6.51vw 0;
	}
	.cnt04 .step .txtArea .ex {
		text-decoration: underline #fff948 10px;
		text-decoration-skip-ink: none;
		text-underline-offset: -0.911vw;
	}
	.cnt04 .step .txtArea .ex02 {
		font-size: 2.865vw;
	}
	.cnt04 .iconArea {
		width: 34%;
		max-width: 33.854vw;
		border-radius: 0 2.604vw 2.604vw 0;
		border-top-left-radius: 6.51vw 16.927vw;
		border-bottom-left-radius: 6.51vw 16.927vw;
	}
	.cnt04 .iconArea.icn01 p {
		max-width: 19.867vw;
	}
	.cnt04 .iconArea.icn02 p {
		max-width: 22.533vw;
	}
	.cnt04 .iconArea.icn03 p {
		max-width: 15.067vw;
	}
	.cnt04 .iconArea.icn04 p {
		max-width: 21.333vw;
	}
}

/* cnt05 */
.cnt05 {
	color: #fff;
	font-size: 20px;
	margin-top: 100px;
}
.cnt05 h3 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}
.cnt05 ul li {
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 1200px) {
	.cnt05 {
		font-size: 1.667vw;
		margin-top: 8.333vw;
	}
	.cnt05 h3 {
		font-size: 2.333vw;
		margin-bottom: 1.667vw;
	}
}
@media (max-width: 768px) {
	.cnt05 {
		color: #fff;
		font-size: 3.45vw;
		margin-top: 13.021vw;
		position: relative;
	}
	.cnt05::before {
		content: "";
		width: 12vw;
		height: 2.133vw;
		background: url(../img/tori02.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: -5.333vw;
		right: 11.333vw;
	}
	.cnt05 h3 {
		font-size: 5.34vw;
		margin-bottom: 2.604vw;
	}
	.cnt05 ul li {
		font-weight: normal;
		text-indent: -1em;
		padding-left: 1em;
	}
}
/*footer*/
.footer {
	border-top: none;
}
#pagetop {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 100%;
	max-width: 337px;
	z-index: 5;
}
@media (max-width: 1200px) {
	#pagetop {
		bottom: 0.417vw;
		max-width: 28.083vw;
	}
}
@media (max-width: 768px) {
	#pagetop {
		bottom: 1.333vw;
		max-width: 36.667vw;
	}
}