@charset "UTF-8";

/*--- ヘッダーメニュー ---*/

.header_nav {
	width: 100%;
	height: 60px;
	position: sticky;
	top: 0;
	z-index: 3;
}

.header_nav.on {
	position: fixed;
	z-index: 1000;
}

.header_nav a {
	display: block;
	transition: .3s;
}

.header_nav a:hover,
.header_nav a.on {
	color: #014099;
}

.header_nav > div {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.header_nav > div > div:nth-of-type(1) {
	opacity: 0;
}

.header_nav > div > div:nth-of-type(1).on {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
}

.header_nav > div > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 30px;
	background: #fff;
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
}

.header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) a {
	transition: .3s;
}

.header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) a:hover {
	opacity: 0.3;
}

.header_nav > div > div:nth-of-type(2) > div:nth-of-type(1) img {
	width: 100%;
	max-width: 150px;
	vertical-align: bottom;
}

.header_nav > div > div:nth-of-type(2) > ul {
	display: flex;
	gap: 0 30px;
	background: #fff;
}

.header_nav > div > div:nth-of-type(2) > ul > li {
	width: min-content;
	position: relative;
}

.header_nav > div > div:nth-of-type(2) > ul > li > a {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
	position: relative;
	padding: 0 0 10px;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a::after,
.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(n+3) > a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: solid 2px #444;
	border-top: solid 2px #444;
	position: absolute;
	bottom: 10px;
	transform: rotate(135deg);
	transition: .3s;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a.on::after,
.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(n+3) > a.on::after {
	border-right: solid 2px #667ee8;
	border-top: solid 2px #667ee8;
	transform: rotate(-45deg);
}

.header_nav > div > div:nth-of-type(2) > ul > li a + ul {
	width: 250px;
	height: 0;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 4px 0 rgb(0, 0, 0, 20%);
	position: absolute;
	top: 60px;
	left: -90px;
	opacity: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: .3s;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(1) a + ul {
	left: -90px;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(3) a + ul {
	left: -110px;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(4) a + ul {
	left: -90px;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(5) a + ul {
	left: -100px;
}

.header_nav > div > div:nth-of-type(2) > ul > li:nth-of-type(6) a + ul {
	left: -80px;
}

.header_nav > div > div:nth-of-type(2) > ul > li a + ul li {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.header_nav > div > div:nth-of-type(2) > ul > li a + ul li:last-of-type {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.header_nav > div > div:nth-of-type(2) > ul > li a.on + ul {
	height: auto;
	opacity: 1;
	padding: 20px;
}

.header_nav > div > div:nth-of-type(2) > a {
	color: #fff;
	background: #00b050;
	position: absolute;
	right: 30px;
	border-radius: 5px;
	padding: 10px;
}

.header_nav > div > div:nth-of-type(2) > a:hover {
	opacity: 0.3;
}

.header_nav .sp_btn {
	display: none;
}

/*--- ヘッダーメニューここまで ---*/

.full-width a {
	color: #014099;
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.full-width img {
	width: 100%;
}

.pagetop {
	bottom: 250px;
}

.title_top {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #014099;
}

.title_top h1 {
	width: 100%;
	max-width: 1010px;
	color: #fff;
	font-size: 2.6rem;
	padding: 0 30px;
}

.full-width h2 {
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.5;
	position: relative;
	padding: 60px 0 0;
	margin: -60px 0 50px;
}

.full-width h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}

.full-width h2::after {
	content: "";
	width: 120px;
	height: 5px;
	background: #EBE64D;
	border-radius: 3px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 -60px;
}

.full-width h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	border-left: 5px solid #014099;
	padding: 0 0 0 5px;
	margin: 0 0 20px;
}

a.btn_blue,
a.btn_green,
a.btn_orange {
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 0;
	border-radius: 5px;
	position: relative;
	padding: 10px;
}

a.btn_white {
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #014099;
	border: 2px solid #014099;
	border-radius: 5px;
	position: relative;
	padding: 8px 10px;
}

a.btn_blue {
	background: #014099;
}

a.btn_green {
	background: #00863C;
}

a.btn_orange {
	background: #eb6120;
}

.bg_gray {
	background-color: #F6F8FA;
}

.bg_blue {
	background-color: #dbe5f3;
}

@media screen and (max-width: 1024px) {

	/*--- ヘッダーメニュー ---*/

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}

	.header_nav > div > div:nth-of-type(1) {
		background: #f0f1fb;
	}

	.header_nav > div > div:nth-of-type(2) {
		width: 100%;
		min-height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
	}

	.header_nav > div > div:nth-of-type(2) > ul {
		width: 100%;
		height: 0;
		flex-flow: column;
		background: #f0f1fb;
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
		opacity: 0;
		transition: .3s;
	}

	.header_nav > div > div:nth-of-type(2) > div.sp_btn.on + ul {
		height: 80vh;
		overflow-y: scroll;
		opacity: 1;
		padding: 0 0 90px;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li {
		width: 100%;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li > a {
		border-bottom: 1px solid #f6f6f6;
		padding: 20px 10px;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li > a br {
		display: none;
	}

	.header_nav > div > div:nth-of-type(2) > ul > li a + ul {
		width: 100%;
		border-radius: 0;
		position: initial;
	}

	.header_nav > div > div:nth-of-type(2) > a {
		right: 60px;
	}

	.header_nav .sp_btn {
		width: 30px;
		height: 30px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
	}

	.header_nav .sp_btn > div {
		width: 30px;
		height: 3px;
		background: #797979;
		transition: .3s;
	}

	.header_nav .sp_btn.on > div:nth-of-type(1) {
		transform: rotate(45deg);
		position: absolute;
	}

	.header_nav .sp_btn.on > div:nth-of-type(2) {
		opacity: 0;
	}

	.header_nav .sp_btn.on > div:nth-of-type(3) {
		transform: rotate(-45deg);
		position: absolute;
	}

	/*--- ヘッダーメニューここまで ---*/

}

@media screen and (max-width: 767px) {

	.title_top h1 {
		padding: 0 20px;
	}

	.foot {
		padding-bottom: 80px;
	}

	.pagetop {
		bottom: 90px;
	}

	.full-width h2 {
		font-size: 3rem;
	}

	.full-width h3 {
		font-size: 2rem;
	}
}
