@charset "UTF-8";
.l-header {
	width: 100%;
	font-size: 14px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	border-bottom: 6px solid #00a5ea;
	background-image: linear-gradient(to right, #fff 50%, #f2f2f2 50%);
}
.l-header a {
	color: #111;
}
.l-header .row01 {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 75px;
	justify-content: center;
}
.l-header .col01 {
	width: calc(50% + 36px);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.l-header .col01 .row {
	align-items: center;
}
.l-header .col01 a {
	width: 60%;
}
.l-header .col01 p {
	width: 40%;
	font-size: 14px;
}
.l-header .col02 {
	width: calc(50% - 36px);
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.l-header .col02 .row {
	height: 100%;
	align-items: center;
	column-gap: 50px;
	padding-left: 25px;
}
.l-header .col02 {
	font-weight: 700;
}
.l-header .col02 p {
	position: relative;
	color: #00a5ea;
}
.l-header .col02 p::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	border-top: 1px solid #0080ff;
	border-right: 1px solid #0080ff;
	transform: rotate(45deg);
}
.l-header .list {
	position: relative;
	display: flex;
	column-gap: 30px;
}
.l-header .list01 {
	height: 100%;
	display: flex;
	align-items: center;
	column-gap: 0px;
}
.l-header .list .area01 {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 0.3s;
	cursor: pointer;
}
.l-header .list .area01 a {
	position: relative;
	background-image: url(../images/common/ico-area_b.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
	padding-left: 20px;
	pointer-events: none;
}
.l-header .list .area01 a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 3px;
	right: -15px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: rotate(135deg);
}
.l-header .list01_01 {
	display: none;
	position: absolute;
	top: 70px;
	left: 25%;
	background-color: #f2f2f2;
}
.l-header .list01_01:hover,
.l-header .list .area01:hover + .list01_01 {
	display: block;
}
.l-header .list01_01 a {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 15px;
	border-bottom: 1px solid #ccc;
}
.l-header .list01_01 a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	background-color: #00a5ea;
	border-radius: 50%;
}
.l-header .list01_02 {
	display: flex;
	column-gap: 20px;
}
.l-header .list01_02 a {
	background-image: url(../images/common/ico-area_b.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
	padding-left: 20px;
}
.l-header .list02::before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	background-color: #aaa;
}
.l-header .list02 a {
	position: relative;
	font-size: 13px;
}
.l-header .list02 a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 3px;
	right: -15px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	transform: rotate(135deg);
}
.openbtn {
	display: none;
}
.l-header .area03_02 {
	display: none;
}
@media screen and (max-width: 1920px) {
	.l-header {
		font-size: 0.7vw;
	}
	.l-header .col01 p {
		font-size: 0.73vw;
	}
	.l-header .list02 a {
		font-size: 0.7vw;
	}
}
@media screen and (max-width: 1440px) {
	.l-header .col02 .row {
		padding-right: 0;
		padding-left: 20px;
	}
	.l-header .col02 p {
		display: none;
	}
	.l-header .list .area01 {
		padding-left: 0px;
	}
	.l-header .list01_01 {
		top: 50px;
		left: 0%;
	}
	.l-header .list .area01 a::after {
		top: 2px;
	}
	.l-header .list02 a::after {
		top: 2px;
	}
}
@media (min-width: 1281px) and (max-width: 1440px) {
	.l-header .area03_01 {
		display: none;
	}
	.l-header .area03_02 {
		display: block;
	}
}
@media screen and (max-width: 1280px) {
	.l-header {
		height: 74px;
		font-size: 14px;
		border-bottom: 0;
	}
	.l-header .row01 {
		height: 74px;
		flex-direction: column;
		padding: 0;
	}
	.l-header.open .row01 {
		height: auto;
		border-bottom: 0;
	}
	.l-header .col {
		width: 100%;
	}
	.l-header .col01 {
		height: 74px;
		border-bottom: 4px solid #00a5ea;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.l-header .col01 .row {
		height: 100%;
		padding-left: 20px;
	}
	.l-header .col01 a {
		max-width: 350px;
	}
	.l-header .col01 p {
		font-size: 12px;
	}
	.l-header .col02 {
		display: none;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #fff;
	}
	.l-header.open .col02 {
		display: block;
	}
	.l-header .col02 .row {
		max-width: 100%;
		padding-left: 0;
		flex-direction: column;
	}
	.l-header .list {
		width: 100%;
		gap: 0;
	}
	.l-header .list::before {
		content: none;
	}
	.l-header .list01 {
		width: 100%;
		flex-wrap: wrap;
		gap: 0;
	}
	.l-header .list01 li {
		width: 50%;
	}
	.l-header .list01 a {
		text-align: center;
		background-image: none;
		padding-left: 0;
		line-height: 70px;
		border-bottom: 1px solid #aaa;
	}
	.l-header .list01 li:nth-of-type(2n - 1) a {
		border-right: 1px solid #aaa;
	}
	.l-header .list01_02 li:nth-of-type(3) a {
		border-bottom: 0;
	}
	.l-header .list .area01 {
		display: none;
	}
	.l-header .list01_01 {
		position: static;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		background-color: #fff;
	}
	.l-header .list01_01:hover {
		display: flex;
	}
	.l-header .list01 a {
		padding: 0;
	}
	.l-header .list01_01 a::before {
		content: none;
	}
	.l-header .list01_02 {
		width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		border-bottom: 1px solid #aaa;
	}
	.l-header .list02 a {
		width: 50%;
		font-size: 14px;
		text-align: center;
		line-height: 70px;
		border-bottom: 1px solid #aaa;
	}
	.l-header .list02 a:nth-of-type(2n - 1) {
		border-right: 1px solid #aaa;
	}
	.l-header .list02 a::after {
		content: none;
	}
	.openbtn {
		display: block;
		position: absolute;
		z-index: 10000;
		top: 0;
		right: 0;
		cursor: pointer;
		width: 70px;
		height: 70px;
		transition: all 0.3s ease;
		background-color: #f2f2f2;
	}
	.openbtn span {
		display: inline-block;
		transition: all 0.4s;
		position: absolute;
		left: 19px;
		height: 3px;
		border-radius: 2px;
		background-color: #0080ff;
		width: 45%;
	}
	.openbtn span:nth-of-type(1) {
		top: 23px;
	}
	.openbtn span:nth-of-type(2) {
		top: 33px;
	}
	.openbtn span:nth-of-type(3) {
		top: 43px;
	}
	.open .openbtn span:nth-of-type(1),
	.open .openbtn span:nth-of-type(3) {
		width: 40%;
		top: 28px;
		left: 18px;
	}
	.open .openbtn span:nth-of-type(1),
	.open .openbtn span:nth-of-type(3) {
		top: 33px;
		left: 21px;
	}
	.open .openbtn span:nth-of-type(1) {
		transform: translateY(0px) rotate(-45deg);
	}
	.open .openbtn span:nth-of-type(2) {
		opacity: 0;
	}
	.open .openbtn span:nth-of-type(3) {
		transform: translateY(-0px) rotate(45deg);
	}
}
@media screen and (max-width: 960px) {
	.l-header .col01 p {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 480px) {
	.l-header .col01 a {
		width: 80%;
	}
	.l-header .col01 .row {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-header .col01 p {
		width: 100%;
		font-size: 1.8vw;
	}
}
