/* !main Visual
---------------------------------------------------------- */
#main-visual{
	padding-top: 8rem;
}
.mainv-title{
	margin: 0 -5rem;
}

.mainv-title p {
	font-size: 2.8rem;
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
	transform: rotate(-4deg) skew(-10deg);
	transform-origin: left top;
	text-shadow: 0 0 .88rem #004B89;
	padding-left: 3rem;
	margin-top: 1rem;
}

.mainv-dl{
	position: relative;
	margin-top: 3.6rem;
}
.mainv-dl dt{
	width: 75rem;
	position: absolute;
	left: 54.2rem;
	bottom: 0;
	z-index: 2;
}
.mainv-dl dd{
	width: 65rem;
	position: relative;
	z-index: 3;
}
.mainv-list{
	display: grid;
	grid-gap: 1.6rem;
}
.mainv-list li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
  transform: rotate(-4deg) skew(-12deg);
}
.mainv-list li:before{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(93, 211, 14, 0.3);
  backdrop-filter: blur(1rem);
  transition: all 0.5s;
  pointer-events: none;
  border-radius: .8rem;
  border: 1px solid #fff;
}
.mainv-list li:nth-of-type(2):before{
	background: rgba(255, 44, 244, 0.3);
}
.mainv-list li:nth-of-type(3):before{
	background: rgba(255, 0, 4, 0.3);
}
.mainv-list li:nth-of-type(4):before{
	background: rgba(0, 255, 212, 0.3);
}

.mainv-text{
	font-size: 1.6rem;
	line-height: 2;
	max-width: 84rem;
	margin: 5.5rem auto 0;
}
@media screen and (max-width: 767px) {
	#main-visual{
		padding-top: 2rem;
	}
	.mainv-title{
		margin: 0 -1rem;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		z-index: 5;
	}
	.mainv-title img{
		width: 34.7rem;
	}

	.mainv-title p {
		font-size: 1.732rem;
		transform: rotate(-4deg) skew(-10deg);
		text-shadow: 0 0 .953rem #004B89;
		padding-left: 2rem;
	}

	.mainv-dl{
		margin-top: -6.5rem;
	}
	.mainv-dl dt{
		width: auto;
		margin: 0 -3.5rem -2rem;
		text-align: center;
		position: static;
	}
	.mainv-dl dd{
		width: auto;
	}
	.mainv-list{
		display: grid;
		grid-gap: .8rem;
	}
	.mainv-list li{
		height: 4.8rem;
		font-size: 1.8rem;
		transform: rotate(-4deg) skew(-12deg);
	}
	.mainv-text{
		font-size: 1.4rem;
		line-height: 1.75;
		margin: 4rem auto 0;
	}
}

/*sec01*/
.sec01-wrap{
	margin-top: 6.4rem;
	background: url(../img/bg_sec01.png)no-repeat center center;
	background-size: 100% 100%;
	padding: 24.7rem 0 27.2rem;
	position: relative;
}
.sec01-head{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 3.2rem;
	width: 100%;
	max-width: 152.4rem;
	display: flex;
	justify-content: center;
	text-align: center;
}
.hd-medium{
	display: flex;
	flex-direction: column;
	grid-gap: 1.2rem;
	margin-bottom: 3.2rem;
}
.hd-medium .eng{
	padding-left: 1.3rem;
	background: url(../img/before_hd.svg)no-repeat left center;
	background-size: .6rem auto;
	font-size: 1.4rem;
	line-height: 1.1;
	font-weight: 700;
	color: #75EFFF;
}
.hd-medium .jap{
	font-size: 2.4rem;
	line-height: 1.25;
	font-weight: 700;
}
.sec01-list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1.6rem;
}
.sec01-list li{
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	border-radius: .8rem;
	border: 1px solid #fff;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
}
@media screen and (max-width: 767px) {
	.sec01-wrap{
		margin-top: 6.9rem;
		background: url(../img/bg_sec01_sp.png)no-repeat center center;
		background-size: 100% 100%;
		padding: 13rem 0 10rem;
		position: relative;
	}
	.sec01-head{
		position: absolute;
		left: 50%;
		transform: translate(-50%,-50%);
		top: 3.2rem;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.hd-medium{
		display: flex;
		flex-direction: column;
		grid-gap: .8rem;
		margin-bottom: 2.4rem;
	}
	.hd-medium .eng{
		padding-left: 1.3rem;
		background: url(../img/before_hd.svg)no-repeat left center;
		background-size: .6rem auto;
		font-size: 1.2rem;
		line-height: 1.1;
		font-weight: 700;
		color: #75EFFF;
	}
	.hd-medium .jap{
		font-size: 2rem;
		line-height: 1.2;
		font-weight: 700;
	}
	.sec01-list{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: .8rem;
	}
	.sec01-list li{
		background: rgba(0, 0, 0, 0.2);
		color: #fff;
		border-radius: .8rem;
		border: 1px solid #fff;
		font-size: 1.4rem;
		line-height: 1.75;
		font-weight: 700;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		min-height: 5.4rem;
		padding: .6rem 0;
	}
}

/*sec02*/
.sec02-wrap{
	padding: 8.8rem 0 0;
}
.sec02-head{
	text-align: center;
	margin-bottom: 8rem;
}
.sec02-head img{
	width: 78.2rem;
}
.sec02-list{
	display: grid;
	grid-gap: 6.4rem;
}
.sec02-list dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
.sec02-list dl:nth-of-type(odd){
	flex-direction: row-reverse;
}
.sec02-list dl:nth-of-type(1){
	z-index: 3;
}
.sec02-list dl:nth-of-type(2){
	z-index: 2;
}
.sec02-list dl:nth-of-type(3){
	z-index: 1;
}
.sec02-list dl:nth-of-type(1):after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 46.2rem;
	height: 31.7rem;
	left: 11.4rem;
	top: -3.8rem;
	background: url(../img/after_01.svg)no-repeat;
	background-size: 100% auto;
}
.sec02-list dl:nth-of-type(2):after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 115.8rem;
	height: 87.2rem;
	left: -32.6rem;
	top: -20.4rem;
	background: url(../img/after_02.svg)no-repeat right top,
	url(../img/after_03.svg)no-repeat left bottom;
	background-size: 55.8rem auto,53.6rem auto;
}
.sec02-list dl:nth-of-type(3):after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 117.4rem;
	height: 101.9rem;
	left: 22.2rem;
	top: -26.5rem;
	background: url(../img/after_04.svg)no-repeat center top,
	url(../img/after_05.svg)no-repeat right 9rem bottom;
	background-size: 117.4rem auto,61rem auto;
}

.sec02-list dl:nth-of-type(1):before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 44rem;
	height: 52.7rem;
	right: -15.7rem;
	top: 6.9rem;
	background: url(../img/before_icon01.svg)no-repeat right 18.6rem top,
	url(../img/before_01.svg)no-repeat right bottom;
	background-size: 5.39rem auto,44rem auto;
}
.sec02-list dl:nth-of-type(2):before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 63.2rem;
	height: 61.7rem;
	left: -8rem;
	top: 4.6rem;
	background: url(../img/before_icon02.svg)no-repeat left 9.6rem top,
	url(../img/before_icon03.svg)no-repeat right top 35.2rem,
	url(../img/before_02.svg)no-repeat left bottom;
	background-size: 7.5rem auto,14.7rem auto,37.4rem auto;
}
.sec02-list dl:nth-of-type(3):before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 57.3rem;
	height: 45.6rem;
	right: -8.25rem;
	top: 11.6rem;
	background: url(../img/before_icon04.svg)no-repeat right 4.9rem top,
	url(../img/before_icon05.svg)no-repeat left bottom 9rem,
	url(../img/before_03.svg)no-repeat right bottom;
	background-size: 8.94rem auto,2.6rem auto,27.3rem auto;
}

.sec02-list dt{
	width: 53.7rem;
	position: relative;
}
.sec02-list dd{
	width: calc(100% - 8rem - 53.7rem);
}
.sec02-list__point{
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 700;
	margin-bottom: 1.6rem;
}
.sec02-list__point span{
	margin-left: .6rem;
	font-size: 2rem;
}
.sec02-list__title{
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: 700;
	color: #75EFFF;
	margin-bottom: 1.6rem;
}
.sec02-list__text{
	font-size: 1.6rem;
	line-height: 1.65;
}

.sec02-box{
	width: 74.8rem;
	margin: 8rem auto 0;
	border-radius: 1.6rem;
	border: 1px solid #75EFFF;
	padding: 3.2rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(1rem);
}
.sec02-box__title{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #75EFFF;
	margin-bottom: 2.4rem;
}
.sec02-box__list{
	display: flex;
	justify-content: space-between;
}
.sec02-box__list li{
	font-size: 1.4rem;
	line-height: 1.75;
	padding-left: 2rem;
	background: url(../img/line_li.png)no-repeat left center;
	background-size: .8rem 1px;
}
.sec02-box__list li+li{
	margin-top: .8rem;
}
@media screen and (max-width: 767px) {
	.sec02-wrap{
		padding: 4.8rem 0 0;
	}
	.sec02-head{
		text-align: center;
		margin-bottom: 3.2rem;
	}
	.sec02-head img{
		width: 34rem;
	}
	.sec02-list{
		/*max-width: 34.2rem;*/
		margin: 0 auto;
		display: grid;
		grid-gap: 4rem;
	}
	.sec02-list dl{
		display: block;
	}
	.sec02-list dl:nth-of-type(1):after{
		content: '';
		position: absolute;
		z-index: -1;
		width: 23.1rem;
		height: 16rem;
		left: -12rem;
		left: calc(50% - 29.1rem);
		top: 0;
		background: url(../img/after_01.svg)no-repeat;
		background-size: 100% auto;
	}
	.sec02-list dl:nth-of-type(2):after{
		content: '';
		position: absolute;
		z-index: -1;
		width: 54.68rem;
		height: 35rem;
		left: -8.7rem;
		left: calc(50% - 25.8rem);
		top: -4.8rem;
		background: url(../img/after_02.svg)no-repeat right top,
		url(../img/after_03.svg)no-repeat left bottom;
		background-size: 27.83rem auto,26.8rem auto;
	}
	.sec02-list dl:nth-of-type(3):after{
		content: '';
		position: absolute;
		z-index: -1;
		width: 50.35rem;
		height: 49.8rem;
		left: -5.4rem;
		left: calc(50% - 22.1rem);
		top: -8.2rem;
		background: url(../img/after_04.svg)no-repeat center top,
		url(../img/after_05.svg)no-repeat right 1.35rem bottom;
		background-size: 100% auto,30.5rem auto;
	}

	.sec02-list dl:nth-of-type(1):before{
		content: '';
		position: absolute;
		z-index: 2;
		width: 22rem;
		height: 27.25rem;
		right: auto;
		left: calc(50% - 4rem);
		top: 3.4rem;
		background: url(../img/before_icon01.svg)no-repeat right 6.2rem top,
		url(../img/before_01.svg)no-repeat right bottom;
		background-size: 2.7rem auto,100% auto;
	}
	.sec02-list dl:nth-of-type(2):before{
		content: '';
		position: absolute;
		z-index: 2;
		width: 31.95rem;
		height: 27.55rem;
		left: 0;
		left: calc(50% - 17.1rem);
		top: 2.8rem;
		background: url(../img/before_icon02.svg)no-repeat left 5.4rem top,
		url(../img/before_icon03.svg)no-repeat right top 20.5rem,
		url(../img/before_02.svg)no-repeat left bottom;
		background-size: 3.75rem auto,7.35rem auto,18.7rem auto;
	}
	.sec02-list dl:nth-of-type(3):before{
		content: '';
		position: absolute;
		z-index: 2;
		width: 26.7rem;
		height: 25rem;
		right: auto;
		left: calc(50% - 11.3rem);
		top: 6.1rem;
		background: url(../img/before_icon04.svg)no-repeat right .4rem top,
		url(../img/before_icon05.svg)no-repeat left bottom 6.2rem,
		url(../img/before_03.svg)no-repeat right bottom;
		background-size: 4.47rem auto,1.3rem auto,13.6rem auto;
	}

	.sec02-list dt{
		width: 27.8rem;
		margin: 0 auto 3.2rem;
		position: relative;
	}
	.sec02-list dd{
		width: auto;
	}
	.sec02-list__point{
		font-size: 1rem;
		line-height: 2rem;
		margin-bottom: .8rem;
	}
	.sec02-list__point span{
		margin-left: .6rem;
		font-size: 1.6rem;
	}
	.sec02-list__title{
		font-size: 1.8rem;
		line-height: 1.75;
		margin-bottom: .8rem;
	}
	.sec02-list__text{
		font-size: 1.4rem;
		line-height: 1.71;
	}

	.sec02-box{
		width: auto;
		max-width: 34.2rem;
		margin: 4rem auto 0;
		border: 1px solid #75EFFF;
		padding: 1.6rem;
	}
	.sec02-box__title{
		font-size: 1.6rem;
		line-height: 1.2;
		margin-bottom: .8rem;
	}
	.sec02-box__list{
		display: grid;
		grid-gap: .4rem;
	}
	.sec02-box__list li{
		font-size: 1.4rem;
		line-height: 1.75;
		padding-left: 2rem;
		background: url(../img/line_li.png)no-repeat left center;
		background-size: .8rem 1px;
	}
	.sec02-box__list li+li{
		margin-top: .4rem;
	}
}

/*sec03*/
.sec03-wrap{
	padding-top: 16rem;
	position: relative;
	z-index: 1;
}
.sec03-wrap:before{
	content: '';
	position: absolute;
	left: 0;
	top: 35rem;
	z-index: -1;
	width: 117.2rem;
	height: 180rem;
	background: url(../img/bg_sec03.svg)no-repeat top center;
	background-size: 100% auto;
	pointer-events: none;
}
.sec03-head{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 8rem;
}
.sec03-head img{
	width: 150.6rem;
}
.sec03-list{
	display: grid;
	grid-gap: 1.6rem;
}
.sec03-item{
	position: relative;
	z-index: 1;
	padding: 2.4rem 8rem;
	color: #006BB5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-gap: 1.8rem;
	margin-left: -10rem;
}
.sec03-item:before{
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	width: calc(100% + 15.6rem);
	height: 100%;
	background-image: linear-gradient(to right, #96539D , #45A9ED , #F8CDE0 , #45A9ED , #A073B0);
	border-radius: 1.6rem;
	transform: skew(-12deg);
}
.sec03-item:nth-of-type(odd):before{
	background-image: linear-gradient(to right, #A073B0 , #45A9ED , #F8CDE0 , #45A9ED , #96539D);
	right: auto;
	left: 0;
}
.sec03-item:nth-of-type(odd){
	flex-direction: row-reverse;
	margin-right: -10rem;
	margin-left: 0rem;
}

.sec03-item__point{
	font-size: 28rem;
	line-height: 1;
	font-weight: 700;
    background-image: -webkit-linear-gradient(right,rgba(255, 255, 255, 0.3),#FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .5;
	font-style: italic;
}
.sec03-item__cont{
	width: calc(100% - 28rem - 1.8rem);
}
.sec03-item__title{
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #006BB5;
	text-shadow: 0 0 .8rem #fff;
	font-style: italic;
}
.sec03-item__text{
	display: grid;
	grid-gap: 1.6rem;
}
.sec03-item__text li{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	padding: .8rem 2rem;
	text-align: center;
	background: #FFDA2A;
	border-radius: .8rem;
	transform: skew(-12deg);
}
@media screen and (max-width: 767px) {
	.sec03-wrap{
		padding-top: 6.4rem;
	}
	.sec03-wrap:before{
		left: 0;
		top: 78rem;
		width: 100%;
		height: 162.3rem;
		background: url(../img/bg_sec03_sp.svg)no-repeat top center;
		background-size: 100% auto;
	}
	.sec03-head{
		margin-bottom: 7rem;
	}
	.sec03-head img{
		width: 39rem;
		max-width: 100%;
	}
	.sec03-list{
		display: grid;
		grid-gap: 7rem;
	}
	.sec03-item{
		position: relative;
		z-index: 1;
		padding: 2.4rem 2rem;
		color: #006BB5;
		display: block;
		margin-left: 0;
	}
	.sec03-item:before{
		content: '';
		position: absolute;
		z-index: -1;
		right: -2.5rem;
		top: 0;
		width: calc(100% + 9rem);
		height: 100%;
		background-image: linear-gradient(to right, #96539D , #45A9ED , #F8CDE0 , #45A9ED , #A073B0);
		border-radius: 1.6rem;
		transform: skew(-12deg);
	}
	.sec03-item:nth-of-type(odd):before{
		background-image: linear-gradient(to right, #A073B0 , #45A9ED , #F8CDE0 , #45A9ED , #96539D);
		right: auto;
		left: -2.5rem;
	}
	.sec03-item:nth-of-type(odd){
		flex-direction: row-reverse;
		margin-right: 0;
		margin-left: 0rem;
	}

	.sec03-item__point{
		font-size: 13.7rem;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	.sec03-item__cont{
		width: auto;
		position: relative;
		z-index: 2;
	}
	.sec03-item__title{
		text-align: center;
		margin: 0 -4rem 1.6rem;
		font-size: 2.4rem;
		font-weight: 700;
		color: #006BB5;
		text-shadow: 0 0 .8rem #fff;
		font-style: normal;
	}
	.sec03-item__text{
		display: grid;
		grid-gap: .8rem;
	}
	.sec03-item__text li{
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.71;
		padding: .8rem 1rem;
		border-radius: .8rem;
		transform: skew(-12deg);
	}
}

/*sec04*/
.sec04-wrap{
	position: relative;
	z-index: 9;
	padding-top: 16rem;
}
.sec04-box{
	border-radius: 6.4rem;
	background: #fff;
	color: #000;
	padding: 6.4rem;
	position: relative;
}
.sec04-head{
	position: absolute;
	left: calc(100% + 3rem);
	top: 0;
	width: 18.4rem;
}
.sec04-box .hd-medium{
	align-items: center;
}
.sec04-box .hd-medium .eng{
	color: #50ABEC;
}
.sec04-list01{
	max-width: 64rem;
	margin: 0 auto 6.4rem;
}
.sec04-list01 li{
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	text-align: center;
	padding: .8rem 4.2rem;
	background: #50ABEC;
	color: #fff;
	border-radius: 3.2rem;
}
.sec04-list01 li+li{
	margin-top: .8rem;
}

.sec04-list02{
	padding-bottom: 6rem;
	margin-bottom: 2.8rem;
	background: url(../img/arrow_down.svg)no-repeat bottom center;
	background-size: 4.2rem auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: .7rem;
	align-items: flex-start;
}
.sec04-item{
	display: grid;
	grid-gap: .7rem;
}
.sec04-item__title{
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	text-align: center;
}
.sec04-item__box01{
	border: 1px solid #50ABEC;
	border-radius: .8rem;
	background: #E2F3FF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 16rem;
	grid-gap: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	color: #50ABEC;
	padding: 2.4rem;
}
.sec04-item__box01 span{
	color: #006BB5;
}
.sec04-item__img{
	width: 19.2rem;
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	color: #005695;
}
.sec04-item__box02{
	border: 1px solid #21C021;
	border-radius: .8rem;
	background: #E5F7E5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	grid-gap: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	color: #21C021;
	padding: 2.4rem;
}
.sec04-item__note{
	font-size: 1.2rem;
}
.sec04-item__box03{
	border-radius: .8rem;
	background: #21C021;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	grid-gap: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	padding: .8rem;
}
.sec04-bottom img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.sec04-wrap{
		padding-top: 6.4rem;
	}
	.sec04-box{
		border-radius: 3.2rem;
		padding: 3.2rem 1.6rem;
	}
	.sec04-head{
		display: none;
	}
	.sec04-box .hd-medium{
		align-items: center;
	}
	.sec04-list01{
		max-width: 100%;
		margin: 0 auto 3.2rem;
	}
	.sec04-list01 li{
		font-size: 1.4rem;
		line-height: 1.71;
		padding: .8rem 1rem;
		border-radius: 3.2rem;
	}
	.sec04-list01 li+li{
		margin-top: .8rem;
	}

	.sec04-list02{
		padding-bottom: 3.6rem;
		margin-bottom: 1.6rem;
		background: url(../img/arrow_down.svg)no-repeat bottom center;
		background-size: 3rem auto;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 1.6rem;
		align-items: flex-start;
	}
	.sec04-item{
		display: grid;
		grid-gap: .7rem;
	}
	.sec04-item__title{
		font-size: 1.6rem;
		line-height: 1.75;
		font-weight: 700;
		text-align: center;
	}
	.sec04-item__box01{
		border: 1px solid #50ABEC;
		border-radius: .8rem;
		background: #E2F3FF;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		min-height: 16rem;
		grid-gap: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.75;
		font-weight: 700;
		color: #50ABEC;
		padding: 2.4rem;
	}
	.sec04-item__box01 span{
		color: #006BB5;
	}
	.sec04-item__img{
		width: 19.2rem;
		font-size: 3rem;
		line-height: 1.2;
		font-weight: 400;
		text-align: center;
		color: #005695;
	}
	.sec04-item__box02{
		border: 1px solid #21C021;
		border-radius: .8rem;
		background: #E5F7E5;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		grid-gap: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.75;
		font-weight: 700;
		color: #21C021;
		padding: 2.4rem;
	}
	.sec04-item__note{
		font-size: 1.2rem;
	}
	.sec04-item__box03{
		border-radius: .8rem;
		background: #21C021;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		grid-gap: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: 500;
		color: #fff;
		padding: .8rem;
	}
}

/*sec05*/
.sec05-wrap{
	padding: 12rem 0 30rem;
	position: relative;
	z-index: 4;
}
.sec05-wrap:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 200rem;
	background: url(../img/bg_sec05.png)no-repeat top center;
	background-size: 100% 100%;
	pointer-events: none;
}
.sec05-item+.sec05-item{
	margin-top: 4.8rem;
}
.sec05-item{
	padding: 1.6rem 0;
	border-left: 1px solid #75EFFF;
	position: relative;
}
.sec05-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 28.4rem;
	height: 4.8rem;
	background: url(../img/line_item.png)no-repeat;
	background-size: 100% 100%;
}
.sec05-item:nth-of-type(even):before{
	left: -28.4rem;
	background: url(../img/line_item02.png)no-repeat;
	background-size: 100% 100%;
}
.sec05-item:last-of-type:before{
	content: none;
}
.sec05-item:nth-of-type(even){
	margin-left: 28.4rem;
}
.sec05-item__point{
	font-size: 2.4rem;
	line-height: 1.75;
	font-weight: 700;
	color: #75EFFF;
	display: flex;
	margin-bottom: 1.6rem;
	position: relative;
}
.sec05-item__point:before{
	content: '';
	position: absolute;
	left: 0;
	top: .88em;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	border: 1px solid #75EFFF;
	background: #001238;
	transform: translate(-50%,-50%);
}
.sec05-item__point span{
	width: 8.4rem;
	text-align: center;
}
.sec04-item__text{
	margin-left: 8.4rem;
}
.sec04-item__text li{
	padding-left: 3.2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	background: url(../img/line_li.png)no-repeat left center;
	background-size: 1.6rem 1px;
}
.sec04-item__text li+li{
	margin-top: .8rem;
}
@media screen and (max-width: 767px) {
	.sec05-wrap{
		padding: 6.4rem 0 10.4rem;
	}
	.sec05-wrap:before{
		height: 149.8rem;
		background: url(../img/bg_sec05_sp.png)no-repeat top center;
		background-size: 100% 100%;
	}
	.sec05-item+.sec05-item{
		margin-top: 0;
		padding-top: 2.4rem;
	}
	.sec05-item{
		padding: .8rem 0 0;
	}
	.sec05-item:before{
		content: none;
	}
	.sec05-item:nth-of-type(even){
		margin-left: 0;
	}
	.sec05-item__point{
		font-size: 1.8rem;
		line-height: 1.75;
		margin-bottom: 1.6rem;
	}
	.sec05-item__point:before{
		content: '';
		position: absolute;
		left: 0;
		top: .88em;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 50%;
		border: 1px solid #75EFFF;
		background: #001238;
		transform: translate(-50%,-50%);
	}
	.sec05-item__point span{
		width: 6.4rem;
		font-size: 2rem;
		line-height: 1.6;
		text-align: center;
	}
	.sec04-item__text{
		margin-left: 2.4rem;
	}
	.sec04-item__text li{
		padding-left: 3.2rem;
		font-size: 1.4rem;
		line-height: 1.71;
		background: url(../img/line_li.png)no-repeat left top .85em;
		background-size: 1.6rem 1px;
	}
	.sec04-item__text li+li{
		margin-top: .8rem;
	}
}

/*sec06*/
.sec06-wrap{
	margin-top: -13rem;
	position: relative;
	z-index: 9;
}
.sec06-head{
	text-align: center;
	margin-bottom: 6.4rem;
}
.sec06-head img{
	width: 70.3rem;
}

.faq-wrap dl+dl{
	margin-top: 1.6rem;
}
.faq-wrap dl{
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.2);
	padding: 2.9rem 2.4rem;
	border-radius: .8rem;
	max-width: 68rem;
	margin-right: auto;
}
.faq-wrap dl:nth-of-type(2){
	margin-left: auto;
}
.faq-wrap dl:nth-of-type(3){
	margin-left: auto;
	margin-right: 0;
}
.faq-wrap dt{
	font-size: 1.8rem;
	line-height: 1.75;
	color: #75EFFF;
	font-weight: 700;
	padding-left: 3.3rem;
	position: relative;
}
.faq-wrap dd:before,
.faq-wrap dt:before{
	content: 'Q';
	font-family: "Roboto", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 1.7rem;
	transform: translateY(-50%);
}
.faq-wrap dd{
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 400;
	padding-left: 3.3rem;
	position: relative;
}
.faq-wrap dd:before{
	content: 'A';
	top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.sec06-wrap{
		margin-top: -4rem;
	}
	.sec06-head{
		text-align: center;
		margin-bottom: 2.4rem;
	}
	.sec06-head img{
		width: 29.5rem;
	}

	.faq-wrap dl+dl{
		margin-top: 1.6rem;
	}
	.faq-wrap dl{
		padding: 1.6rem;
		max-width: 100%;
	}
	.faq-wrap dt{
		font-size: 1.6rem;
		line-height: 1.75;
		padding-left: 2.2rem;
		position: relative;
	}
	.faq-wrap dd:before,
	.faq-wrap dt:before{
		font-size: 2rem;
		top: 1.4rem;
	}
	.faq-wrap dd{
		margin-top: .8rem;
		font-size: 1.4rem;
		padding-left: 2.2rem;
	}
	.faq-wrap dd:before{
		top: 1.25rem;
	}
}

/*sec07*/
.sec07-wrap{
	padding: 12rem 0 19.2rem;
}
.sec07-wrap .inner{
	max-width: 102.8rem;
}
.sec07-box{
	padding: 4.8rem 4.8rem 2.4rem;
	background: #004B89;
	box-shadow: 0 0 3rem #002849;
	border: .2rem solid #60CFEA;
	border-radius: .8rem;
	display: block;
}
.sec07-dl{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1.6rem;
	margin-bottom: 2.4rem;
}
.sec07-dl dt{
	padding-right: 1rem;
}
.sec07-dl dd img{
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, .25);
}
.sec07-dl__note{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.sec07-dl__note span{
	display: inline-flex;
	align-items: center;
	height: 3.35rem;
	padding: 0 2.9rem;
	background: url(../img/note_left.svg)no-repeat left center,
	url(../img/note_right.svg)no-repeat right center;
	background-size: 1.25rem auto,1.25rem auto;
}
.sec07-dl__title{
	font-size: 3.8rem;
	line-height: 1.2;
	font-weight: 700;
	color: #75EFFF;
	margin: 1.6rem 0;
}
.sec07-dl__text{
	font-size: 1.6rem;
	line-height: 1.75;
}
.sec07-list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1.6rem;
}
.sec07-list li{
	border: 1px solid #006BB5;
	border-radius: .8rem;
	padding: 2.4rem 4.4rem;
	padding: 2.4rem 2.4rem;
	text-align: center;
}
.sec07-list__title{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 3.3rem;
	min-width: 16rem;
	padding: 0 1.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	background: #006BB5;
	border-radius: 2rem;
	margin-bottom: .8rem;
}
.sec07-list__text span{
	border-bottom: 1px solid #006BB5;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: .5rem 0;
	display: block;
}
.sec07-btn{
	text-align: center;
	margin-top: 2.4rem;
}
.sec07-btn span{
	transition: all .5s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50rem;
	height: 7.4rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	position: relative;
	z-index: 2;
}
.sec07-btn span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #FFDA2A;
	transform: skew(-8deg);
	transition: all 0.5s;
	box-shadow:0 1rem 1rem rgba(0, 0, 0, .4);
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.sec07-wrap{
		padding: 6.4rem 0 13.8rem;
	}
	.sec07-box{
		padding: 2.4rem 1.6rem;
		box-shadow: 0 0 3rem #002849;
		border: .2rem solid #60CFEA;
		border-radius: .8rem;
		display: block;
	}
	.sec07-dl{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 1.6rem;
		margin-bottom: 1.6rem;
	}
	.sec07-dl dt{
		padding-right: 0;
	}
	.sec07-dl dd img{
		box-shadow: 0 0 1.5rem rgba(0, 0, 0, .25);
	}
	.sec07-dl__note{
		font-size: 1.4rem;
		font-weight: 700;
		text-align: center;
	}
	.sec07-dl__note span{
		display: inline-flex;
		align-items: center;
		height: 2.6rem;
		padding: 0 2.1rem;
		background: url(../img/note_left.svg)no-repeat left center,
		url(../img/note_right.svg)no-repeat right center;
		background-size: 1rem auto,1rem auto;
	}
	.sec07-dl__title{
		font-size: 2.4rem;
		line-height: 1.2;
		margin: .8rem 0 1.6rem;
		text-align: center;
	}
	.sec07-dl__text{
		font-size: 1.4rem;
		line-height: 1.75;
	}
	.sec07-list{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 1.6rem;
	}
	.sec07-list li{
		border: 1px solid #006BB5;
		border-radius: .8rem;
		padding: 1.6rem 1rem;
		text-align: center;
	}
	.sec07-list__title{
		height: 3.3rem;
		min-width: 16rem;
		padding: 0 1.5rem;
		font-size: 1.4rem;
		border-radius: 2rem;
		margin-bottom: .8rem;
	}
	.sec07-list__text span{
		padding: .5rem 0;
		display: block;
	}
	.sec07-btn{
		margin-top: 2.4rem;
	}
	.sec07-btn span{
		width: 27rem;
		height: 5.5rem;
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	.sec07-box:hover{
		text-decoration: none;
		background: #000000;
		border-color: #fff;
	}
	.sec07-box:hover .sec07-btn span:before{
		box-shadow: none;
		background: #fff;
	}
}