@charset "utf-8";

/* 共通 */
a,
button {
	transition: .3s;
}

a:hover,
button:hover {
	opacity: .6;
}

a[href^="tel"] {
	pointer-events: none;
}

img {
	width: 100%;
}

main {
	display: block;
	width: 100%;
	overflow: hidden;
}

.sp {
	display: none;
}

.inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.inner_1000 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.notes {
	font-size: 12px;
	line-height: 1.4;
}

.fade {
	opacity: 0;
	transition: .8s ease-in-out;
}

.fade.animation {
	opacity: 1;
}

.fade_up {
	opacity: 0;
	transition: .8s ease-in-out;
	transform: translateY(20px);
}

.fade_up.animation {
	opacity: 1;
	transform: translateY(0);
}

.delay02s {
	transition-delay: 0.2s;
}

.delay04s {
	transition-delay: 0.4s;
}

.delay08s {
	transition-delay: 0.8s;
}

.delay1s {
	transition-delay: 1s;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 30px;
	background-color: #015e9e;
	box-sizing: border-box;
	z-index: 20;
}

header .head_Inner {
	justify-content: space-between;
	align-items: center;
}

.site_Ttl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
}

.site_Ttl h1 {
	max-width: 300px;
	width: 100%;
	font-size: 0;
}

.site_Ttl p {
	color: #fff;
	font-size: min(2.5vw, 14px);
	letter-spacing: 0.05em;
}

.head_menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head_menu a[class^='h_btn'] {
	display: block;
	position: relative;
	width: 100px;
	height: 70px;
	border-left: 1px solid #fff;
	text-align: center;
}

.head_menu a[class^='h_btn']>div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.head_menu a[class^='h_btn'] i {
	display: block;
	width: 1.8em;
	height: 1.8em;
	margin: 0 auto 8px;
}

.head_menu a[class^='h_btn'] p {
	color: #fff;
	font-size: min(2.5vw, 13px);
	font-weight: 500;
}

.head_menu .h_btn01,
.head_menu .h_btn02,
.head_menu .h_btn04,
.head_menu .h_btn05 {
	background-color: #015e9e;
}

.head_menu .h_btn03 {
	background-color: #c75656;
}

#menu_Btn {
	position: relative;
	width: 60px;
	height: 40px;
	margin-left: 30px;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	transition: .4s;
	cursor: pointer;
}

#menu_Btn span {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #ffffff;
	transition: .4s;
}

#menu_Btn span:nth-child(1) {
	top: 0;
	left: 0;
	animation: btn-bar01 .75s forwards;
}

#menu_Btn span:nth-child(2) {
	top: 18px;
	left: 20px;
}

#menu_Btn span:nth-child(3) {
	top: 36px;
	left: 0;
	animation: btn-bar03 .75s forwards
}

@keyframes btn-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes btn-bar03 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

#menu_Btn.active {
	border-radius: 0;
}

#menu_Btn.active span {
	width: 85%;
}

#menu_Btn.active span:nth-child(1) {
	top: -2px;
	animation: active-btn-bar01 .75s forwards;
}

#menu_Btn.active span:nth-child(2) {
	transform: translateX(100%);
	opacity: 0;
}

#menu_Btn.active span:nth-child(3) {
	top: 38px;
	animation: active-btn-bar03 .75s forwards;
}

@keyframes active-btn-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(20px) rotate(0);
	}

	100% {
		transform: translateY(20px) rotate(45deg);
	}
}

@keyframes active-btn-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

/* gnav */
#gnav_Area {
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, .95);
	overflow-y: scroll;
	transition: .6s;
	z-index: 15;
}

#gnav_Area.active {
	right: 0;
	transition: .6s;
}

#gnav_Area>nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 80vh;
	padding: 0 5%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	overflow-y: scroll;
}

#gnav_Area .nav_List {
	flex-wrap: wrap;
	gap: 0 20px;
}

#gnav_Area .nav_List>li {
	width: calc((100% - 20px) / 2);
	text-align: center;
}

#gnav_Area .nav_List>li.column3 {
	width: calc((100% - 40px) / 3);
}

#gnav_Area .nav_List>li.column1 {
	width: 100%;
}

#gnav_Area .nav_List a {
	display: block;
	padding: 20px 0;
	color: #036eb8;
	border-bottom: 1px dotted #036eb8;
	box-sizing: border-box;
}

#gnav_Area .nav_List p {
	font-size: min(1.5vw, 16px);
	font-weight: 600;
}

#gnav_Area #search_Area_nav {
	margin: 50px auto;
	text-align: center;
}

#gnav_Area #search_Area_nav .search_Bar {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 5px 5px 5px 20px;
	background-color: #efefef;
	/* border: 1px solid #ddd; */
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

#gnav_Area #search_Area_nav .search_Bar button {
	background-color: #264477;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;
}


#gnav_Area #search_Area_nav .search_Bar .icon {
	display: block;
	width: 3em;
	height: 2em;
	margin-right: 10px;
	color: #888;
}

#gnav_Area #search_Area_nav .search_Bar input {
	border: none;
	outline: none;
	font-size: 1em;
	flex: 1;
	text-align: left;
}

#gnav_Area #search_Area_nav .search_Bar button:hover {
	background-color: #1b3156;
}

/* footer */
footer {
	width: 100%;
	padding: 0 0;
	text-align: center;
}

footer h4 {
	color: #015e9e;
	font-size: min(5vw, 30px);
	font-family: "Oswald", serif;
	letter-spacing: .2em;
}

.contact_Btn {
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #015e9e;
	font-size: min(4.5vw, 20px);
	font-weight: 600;
	text-align: left;
}

.contact_Btn>i {
	display: block;
	width: 1.5em;
}

.link_Btn {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sns_List {
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 40px auto;
}

.sns_List>li {
	width: auto;
	height: 3em;
}

.sns_List>li img {
	width: auto;
	height: 100%;
}

/* .page_List_Area {
	width: fit-content;
	margin: 0 auto;
}

.page_List_Area>p {
	font-size: 14px;
	font-weight: 600;
}

.page_List {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}

.page_List>li a {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}

.page_List>li a p {
	line-height: 1;
}

.page_List>li a i {
	width: 1.2em;
} */

.copyright {
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background-color: #231815;
	font-size: min(2.5vw, 10px);
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 10px;
}

#pagetop a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #2b51a2;
	border-radius: 50px;
}

#pagetop p {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 900px) {
	a[href^="tel"] {
		pointer-events: unset;
	}

	a:hover,
	button:hover {
		opacity: 1;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.delay02s,
	.delay04s,
	.delay08s,
	.delay1s {
		transition-delay: 0s;
	}

	/* header */
	header {
		padding: 10px 10px 10px 0;
	}

	.head_menu a[class^='h_btn'] {
		display: none;
	}

	.site_Ttl {
		gap: 10px;
		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.site_Ttl h1 {
		max-width: 200px;
		width: 55vw;
	}

	#menu_Btn {
		width: 40px;
		height: 25px;
	}

	#menu_Btn span {
		height: 3px;
	}

	#menu_Btn span:nth-child(1) {
		top: 0;
	}

	#menu_Btn span:nth-child(2) {
		top: 11px;
		left: 10px;
	}

	#menu_Btn span:nth-child(3) {
		top: 22px;
	}

	#menu_Btn.active span {
		width: 75%;
	}

	#menu_Btn.active span:nth-child(1) {
		top: -9px;
	}

	#menu_Btn.active span:nth-child(3) {
		top: 31px;
	}

	/* gnav */
	#gnav_Area {
		right: -100%;
		width: 100%;
	}

	#gnav_Area .nav_List p {
		font-size: min(2.8vw, 14px);
		font-weight: 600;
	}

	#gnav_Area #search_Area_nav {
		margin: 20px auto;
	}

	#gnav_Area #search_Area_nav .search_Bar button {
		padding: 10px;
		font-size: 14px;
	}

	.head_nav.pc {
		display: none;
	}

	.head_nav.sp {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
	}

	.head_nav>li {
		width: calc((100% - 10px) / 2);
	}

	.head_nav>li:not(:last-child)::after {
		content: none;
	}

	.head_nav a {
		padding: 20px;
		color: #fff;
		background-color: #231815;
		text-align: center;
	}

	/* side_meun */
	#side_fix {
		width: 50px;
	}

	#side_fix>ul {
		top: 50%;
		gap: 20px;
		font-size: min(1.8vh, 14px);
		transform: translate(-50%, -50%);
	}

	#side_fix a {
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}

	/* .group_List {
		flex-wrap: wrap;
		gap: 0;
	}

	.group_List>li {
		width: 50%;
		border-bottom: 1px solid #7f95b3;
		box-sizing: border-box;
	}

	.group_List>li:nth-child(even) {
		border-left: 1px solid #7f95b3;
	}

	.group_List>li:not(:last-child)::before {
		content: none;
	}

	.group_List>li a {
		width: 100%;
		font-size: 12px;
		text-align: center;
	} */

	/* footer */
	footer {
		padding: 40px 0 50px;
	}

	footer h4 {
		margin-bottom: 10px;
	}

	.sns_List {
		flex-wrap: wrap;
		gap: 20px 30px;
		width: 96%;
		margin: 0 auto 40px;
	}

	.sns_List>li {
		height: 2.2em;
	}

	.contact_Btn {
		gap: 0;
		width: 90%;
		margin: 0 auto 30px;
	}

	.link_Btn {
		font-size: 14px;
	}

	/* .page_List_Area {
		width: 90%;
		text-align: center;
	}

	.page_List_Area>p {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.page_List {
		flex-direction: column;
		gap: 0;
		margin-bottom: 30px;
	}

	.page_List>li a {
		display: flex;
		padding: 10px 0;
		font-size: 14px;
	} */

	#pagetop {
		bottom: 80px;
		right: 10px;
	}

	#sp_footMenu {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 20;
	}

	#sp_footMenu a[class^='h_btn'] {
		display: block;
		position: relative;
		width: calc(100% / 3);
		height: 50px;
		text-align: center;
	}

	#sp_footMenu a[class^='h_btn']:not(:first-child) {
		border-left: 1px solid #fff;
	}

	#sp_footMenu a[class^='h_btn']>div,
	#sp_footMenu a[class^='h_btn']>p {
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
		width: 100%;
		text-align: center;
		transform: translate(-50%, -50%);
	}

	#sp_footMenu a[class^='h_btn'] i {
		display: block;
		width: 1em;
		height: 1em;
	}

	#sp_footMenu a[class^='h_btn'] p {
		color: #fff;
		font-size: 11px;
		font-weight: 500;
	}

	#sp_footMenu .h_btn01,
	#sp_footMenu .h_btn02,
	#sp_footMenu .h_btn04,
	#sp_footMenu .h_btn05 {
		background-color: #015e9e;
	}

	#sp_footMenu .h_btn03 {
		background-color: #c75656;
	}

	#gnav_Area #search_Area_nav .search_Bar button {
		padding: 10px 1em;
		font-size: 0.8em;
	}


	#gnav_Area #search_Area_nav .search_Bar .icon {
		width: 30px;
		height: auto;
	}

	#gnav_Area #search_Area_nav .search_Bar input {
		font-size: 0.8em;
	}
}