@charset "UTF-8";
/* CSS Document */

#pageWrap {
	text-align: left;
	padding: 0;
}
#titWrap {
	background-color: rgba(126,171,220,0.5);
	padding: 5% 0 8%;
}
#titWrap #titBox {
	width: 90%;
}
.boxWidth {
  container-type: inline-size;
}

.pageNav {
	background-color: #f6f8fa;
	padding: 1.2em 0;
}
.pageNav .flex {}
.pageNav a {
	width: calc(100% / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-left: #6fa5e9 solid 1px;
	border-right: #6fa5e9 solid 1px;
	color: #000;
	height: 3em;
	line-height: 1.3;
	position: relative;
	font-size: 13px;
	font-size: 1.7cqw;
	font-size: clamp(13px, 1.7cqw, 16px);
}
.pageNav a:nth-child(2) {
	border: none;
}
.pageNav a:hover,
.page01 .pageNav a:nth-child(1),
.page02 .pageNav a:nth-child(2),
.page03 .pageNav a:nth-child(3) {
	background-color: #4b90ca;
	color: #fff;
	
}



.uLine {
	
}
.uLine.active {
    background-size: 100% .8em;
}

.uLine {
  background: rgb(255,240,110);
background: linear-gradient(180deg, rgba(255,240,110,0) 0%, rgba(255,240,110,1) 20%,rgba(255,240,110,0) 100%);
	background-repeat: no-repeat;
  background-size: 0% .8em;
  background-position: 0 1em;
  transition: all 1.5s ease 1s;;
  font-weight:700;
  background-position:0 .8em;
		

}

#secNext {
	
}
#secNext .imgBox {}
#secNext .btNext {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
#secNext .btNext p {
	font-size: 21px;
	font-size: 1.7cqw;
	font-size: clamp(13px, 2.8cqw, 21px);
	padding-right: 2em;
}
#secNext .btNext a {
	padding: 0;
	width: 190px;
	position: relative;
	text-align: center;
}
#secNext .btNext a img {
	width: 50%;
}
#secNext .btNext a::before,#secNext .btNext a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 18px;
	height: 100%;
	background-image: url("../images/kakko.svg");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translateX(80%);
	transition: 0.3s ease-out;
	
}
#secNext .btNext a::after {
	background-image: url("../images/kakkoR.svg");
	left: auto;
	right: 0;
	transform: translateX(-80%);
}
#secNext .btNext a:hover {
	opacity: 1;
	 filter: hue-rotate(62deg) drop-shadow(0px 2px 4px rgba(0, 97, 216, 0.6));
	transform: scale(1.1);
}
#secNext .btNext a:hover::before,#secNext .btNext a:hover::after {
	transform: translateX(0%) scaleY(1.5);
}

.pointBox {
	padding: 3%;
}
.pointBox .point {
	width: 20%;
	margin: 0 auto;
	max-width: 90px;
}
.pointBox h3 {
	font-size: 32px;
	font-size: 3cqw;
	color: #4b90ca;
	text-align: center;
	padding: 1em 0;
}

.boxWrap {
	width: calc(96% - 10px);
	border: #777 solid 1px;
	padding: 3%;
	background-color: #fff;
	position: relative;
	margin-bottom: 5%;
}
.boxWrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	border: #777 solid 1px;
	z-index: -1;
}
.boxWrap .dlWrap {
	max-width: 1000px;
	margin: 0 auto;
}
dd {
	font-size: 16px;
	font-size: 1.8cqw;
	font-size: clamp(14px, 1.8cqw, 20px);
	line-height: 2;
	padding: 2em 0;
}
.boxWrap .dotBox {
	width: 100%;
	background-image:url("../images/bg-dot.png");
	background-size: cover;
	height: auto;
	padding: 20px 0;
	margin-top: 30px;
}
.boxWrap .dotBox h4 {
	font-size: 24px;
	font-size: 2.8cqw;
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width: 959px) {}
@media screen and (max-width: 599px) {
	.pageNav .flex {}
	.pageNav a {
		width: 100%;
		color: #000;
		height: 3.8em;
		border: none;
		font-size: clamp(14px, 4cqw, 16px);
	}
	.pageNav a::after {
		content: "＞";
		position: absolute;
		right: 3%;
	}
	.pageNav a:nth-child(2) {
		border-top: #6fa5e9 solid 1px;
		border-bottom: #6fa5e9 solid 1px;
	}
	.pointBox .point {
		width: 30%;
	}
	.pointBox h3 {
    font-size: 18px;
    font-size: 6.4cqw;
	}
	.boxWrap {
    margin-bottom: 30px;
	}
	.boxWrap .dotBox h4 {
    font-size: 18px;
    font-size: 5.8cqw;
	}
	#secNext .btNext {
		display: block;
		justify-content: center;
		align-items: center;
		padding: 30px 0;
	}
	#secNext .btNext p {
		text-align: center;
		font-size: clamp(13px, 3.8cqw, 24px);
		font-size: 4.8cqw;
		padding-right: 0em;
	}
	#secNext .btNext a {
	padding: 0;
		display: block;
	width: 190px;
		margin: 20px auto 0;
		position: relative;
		text-align: center;
	}
	#secNext .btNext a img {
		width: 40%;
	}
	dd {
		width: 95%;
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
	}
	.boxWrap .dotBox {
    margin-top: 0px;
	}



}


/*===========page01=========*/
.page01 {}
.page01 .sec {
	padding: 3% 0;
}
.page01 .sec h3 {
	/*font-size: 40px;
	font-size: 3vw;*/
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	padding: 0.5em 0;
	margin-bottom: 5%;
	font-size: 3.2cqw;
}
.page01 .sec h3 .txtL {
	font-size: 140%;
}
.page01 .sec h3::after {
	content: "　";
	position: absolute;
	width: 3em;
	height: 2px;
	background-color: #4b90ca;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.page01 .sec .flex {
	flex-direction: row-reverse;
	align-items: center;
}
.page01 .sec .flex dl {
	width: 62%;
}
.page01 .sec .flex dt {
	font-size: 32px;
	font-size: 2.4cqw;
	font-size: clamp(18px, 2.4cqw, 32px);
	color: #4b90ca;
	padding-bottom: 1em;
}
.page01 .sec .flex dd {
	font-size: 16px;
	font-size: 1.5cqw;
	font-size: clamp(15px, 1.5cqw, 20px);
	line-height: 2;
	text-align: justify;
	

}
.page01 .sec .flex .imgBox {
	width: 35%;
}

@media screen and (max-width: 959px) {
	.page01 .sec h3 {
		/*font-size: 40px;
		font-size: 3vw;*/
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
		position: relative;
		padding: 0.5em 0;
		margin-bottom: 5%;
		font-size: 4.0cqw;
	}
	.page01 .sec h3 .txtL {
		font-size: 140%;
}
	.page01 .sec .flex dl {
		width: 90%;
		margin: 0 auto;
	}
	.page01 .sec .flex dt {
		text-align: center;
	}
	.page01 .sec .flex .imgBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 599px) {
	.page01 .sec h3 {
		font-size: 5.8cqw;
	}
	.page01 .sec .flex dt {
		font-size: 16px;
		font-size: clamp(17px, 5cqw, 21px);
	}
	.page01 .sec .flex dd {
			font-size: 13px;
		font-size: clamp(14px, 4.4cqw, 16px);
	}
}


/*===========page02=========*/
.page02 {}
.page02 #sec02 {}
.page02 #sec02 .dlWrap {
	
}
.page02 #sec02 .dlWrap dl{
	width: 64%;
}
.page02 #sec02 .dlWrap .imgBox{
	width: 33%;
}
.page02 #sec03 .imgWrap {}
.page02 #sec03 .imgWrap .img01 {
	width: 42%;
}
.page02 #sec03 .imgWrap .img02 {
	width: 57%;
}
@media screen and (max-width: 959px) {
	.page02 #sec02 .dlWrap dl{
		width: 100%;
		margin: 0 auto;
	}
	.page02 #sec02 .dlWrap .imgBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.page02 #sec03 .imgWrap {
		display: block;
	}
	.page02 #sec03 .imgWrap .img01 {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 20px;
	}
	.page02 #sec03 .imgWrap .img02 {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 599px) {}

/*===========page03=========*/
.page03 {}
.page03 #sec01 .dlWrap dl{
	width: 64%;
}
.page03 #sec01 .dlWrap .imgBox{
	width: 33%;
}
.page03 #sec05 {}
.page03 #sec05 .logo01 {
	width: 40%;
}
.page03 #sec05 .logo02 {
	width: 50%;
}
@media screen and (max-width: 959px) {
	.page03 #sec01 .dlWrap dl{
		width:100%;
	}
	.page03 #sec01 .dlWrap .imgBox{
		width: 80%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 599px) {
	.page03 #sec05 {
		display: block;
	}
	.page03 #sec05 .logo01 {
		width: 70%;
		max-width: 260px;
		margin: 10px auto;
	}
	.page03 #sec05 .logo02 {
		width: 86%;
		max-width: 320px;
		margin: 10px auto;
	}
}

