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

.sec1 .box1 {
	background: linear-gradient(
	-45deg,
	rgba(255,255,255,0.15) 25%, #014968 25%,
	#014968 50%, rgba(255,255,255,0.15) 50%,
	rgba(255,255,255,0.15) 75%, #014968 75%,
	#014968
	);
	background-color: #014968;
	background-size: 8px 8px;
	padding: 1.4rem 3% 0.6rem;
	color: #fff;
	margin-top: -1.6rem;
}
.sec1 .box1 h1 {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}
.sec1 .slider {
	width: 100%;
	padding: 0;
	margin: 0;
}
.sec1 .slider img {
	width: 100%;
}
.sec2 {
	margin-top: -0.6rem;
}
.sec2 .box1 {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.sec2 h2 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.sec2 h2 span {
	color: #b3b3b3;
}
.pagelink {
	position: relative;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 1.2rem;
}
.pagelink:before,
.pagelink:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 10%;
	right: 50%;
	height: 1px;
	background: #000;
}
.pagelink:before{
	width: 180px;
	transform: translate(90px, 0px);
}
.pagelink:after{
	width: 20px;
	transform-origin: right center;
	transform: translate(90px, 0px) rotate(25deg);
}
.pagelink:hover {
	color: #60C5FF;
}
.pagelink:hover::before,
.pagelink:hover::after {
	background: #60C5FF;
	transition-duration: 0.2s;
}
.sec2 .box1 .col-lg-4 img {
	margin-bottom: 1.5rem;
}
.sec2 .box1 .fb {
	padding: 0;	
}
.sec2 .box1 .bg-1 {
	background-color: #e1e8ef;
	padding: 1.8rem 7%;	
}
.sec2 .box1 .bg-2 {
	background-color: #f2f2f2;
	padding: 1.8rem 7%;	
}
.fb-container {
	width: 100%;
}

@media (min-width: 768px) {
	.fb-container {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.fb-container {
		width: 100%;
	}
}




@media (min-width: 768px) {
	.sec1 .box1 {
		padding: 1.8rem 3% 1rem;
	}
	.sec1 .box1 h1 {
		margin-bottom: 0.8rem;
	}
	.sec2 h2 {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		color: #000;
	}
	.pagelink {
		font-size: 1.25rem;
	}
	.sec2 .box1 .col-lg-4 img {
		margin-bottom: 1.5rem;
	}
	.sec2 .box1 .fb {
		padding: 1.8rem;
	}
	
	.sec2 .box1 .bg-1 {
		padding: 1.8rem 4%;	
	}
	.sec2 .box1 .bg-2 {
		padding: 1.8rem 4%;	
	}
	.sec2 .box1 .bg-1 p, .sec2 .box1 .bg-2 p {
		height: 6rem;
	}
	
}




@media (min-width: 992px) {
	.sec1 .box1 {
		margin-top: -1.8rem;
	}
	.sec1 .box1 h1 {
		margin-bottom: 0.8rem;
	}
	.sec2 {
		background-image: url(../images/top/img04.svg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 70px auto;
		margin-top: 0;
	}
	
	.sec2 h2 {
		font-size: 1.5rem;
	}
	.sec2 .box1 .fb {
		padding: 0;
	}
	.sec2 .box1 .bg-1 {
		padding: 1.8rem 3.5%;	
	}
	.sec2 .box1 .bg-2 {
		padding: 1.8rem 3.5%;	
	}
	.sec2 .box1 .bg-1 p, .sec2 .box1 .bg-2 p {
		height: 6.85rem;
	}
	
}



@media (min-width: 1200px) {
	.sec1 .box1 {
		margin-top: -1.8rem;
	}
	.sec1 .box1 h1 {
		margin-bottom: 0.8rem;
	}
	.sec2 {
		background-image: url(../images/top/img04.svg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 70px auto;
	}
	
	.sec2 h2 {
		font-size: 1.5rem;
	}
	.sec2 .box1 .fb {
		padding: 0;
	}
	.sec2 .box1 .bg-1 {
		padding: 1.8rem 3.5%;	
	}
	.sec2 .box1 .bg-2 {
		padding: 1.8rem 3.5%;	
	}
	.sec2 .box1 .bg-1 p, .sec2 .box1 .bg-2 p {
		height: 5.45rem;
	}
}
