@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	line-height: 1.75;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.-bebas {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.inner {
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
}

.vis-sp,
.vis-tb {
	display: none;
}

.-hover {
	transition: .2s ease-in-out opacity;
}

@media (hover: hover) {
	.-hover:hover {
		opacity: .6;
	}
}

.cmn_hd {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 37px 0;
}

.cmn_hd .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cmn_hd.-on_slide .-normal_logo {
	display: none;
}

.cmn_hd .-on_slide_logo {
	display: none;
}

.cmn_hd.-on_slide .-on_slide_logo {
	display: block;
}

.cmn_hd_nav ul {
	display: flex;
	gap: 35px;
	color: #000;
}

.cmn_hd.-on_slide .cmn_hd_nav ul {
	color: #fff;
}

.cmn_hd_nav ul li {
	font-size: 24px;
}

.cmn_hd_nav .-contact {
	margin-left: 38px;
}

.cmn_hd_nav .-contact a {
	padding: 15px 44px;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
}

.cmn_hd.-on_slide .-contact a {
	color: #000;
	background-color: #fff;
}

.cmn_hd.-on_slide .-normal_img {
	display: none;
}

.cmn_hd .-on_slide_img {
	display: none;
}

.cmn_hd.-on_slide .-on_slide_img {
	display: inline-block;
}

.cmn_foot {
	border-radius: 70px 70px 0 0;
	color: #000;
}

.cmn_foot_nav {
	padding: 67px 0;
	margin-bottom: 80px;
	background-color: #0057AA;
}

.cmn_foot_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 27px;
}

.cmn_foot_info_wrap {
	position: relative;
	padding-bottom: 58px;
}
.cmn_foot_logo img {
	margin-bottom: 11px;
}

.cmn_foot_info {
	display: flex;
	align-items: center;
	gap: 43px;
	color: #000;
}

.cmn_foot_info em {
	display: block;
	line-height: 1.2;
}

.cmn_foot_info p {
	padding-top: 24px;
	font-size: 14px;
}

.cmn_foot_bnr {
	position: absolute;
	top: 52px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.copy {
	font-size: 14px;
	color: #000;
}

.cmn_btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 300px;
	padding: 0 31px;
	height: 70px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 35px;
	background-color: #004DA0;
	color: #fff;
	transition: .2s ease-in-out;
}

.cmn_btn_icon {
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}

.cmn_btn_icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #004DA0;
	border-radius: 50%;
	transition: .2s ease-in-out;
}

.cmn_btn_icon::after {
	position: absolute;
	top: 50%;
	left: -50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #062c51;
	border-radius: 50%;
	transition: .2s ease-in-out;
}

@media (hover: hover) {
	.cmn_btn a:hover {
		background-color: #062c51;
	}

	.cmn_btn a:hover .cmn_btn_icon::before {
		left: 150%;
	}

	.cmn_btn a:hover .cmn_btn_icon::after {
		left: 50%;
	}
}

.cmn_btn.-small a {
	width: 161px;
	height: 38px;
	padding: 0 19px;
	border-radius: 34px;
	font-size: 16px;
}

.cmn_btn.-small .cmn_btn_icon {
	width: 15px;
	height: 15px;
}

.cmn_btn.-small .cmn_btn_icon::before {
	width: 10px;
	height: 10px;
}

.cmn_btn.-small .cmn_btn_icon::after {
	width: 10px;
	height: 10px;
}

.news_body ul {
	display: flex;
	border-left: solid 1px #fff;
}

.news_body li a {
	display: flex;
	align-items: center;
	gap: 16px 7px;
	flex-wrap: wrap;
	padding: 23px 26px;
	border-right: solid 1px #fff;
}

.news_body li time {
	font-size: 12px;
}

.news_body li .cat {
	font-size: 16px;
	color: #00B7C6;
}

.cmn_hero {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 184px 0 61px;
}

.cmn_hero::before,
.cmn_hero::after {
	position: absolute;
	content: "";
	top: 184px;
	height: 130px;
	width: 3px;
	z-index: 1;
	background-color: #004DA0;
}

.cmn_hero::before {
	left: calc(50% - 252px);
	transform: rotate(25deg);
}

.cmn_hero::after {
	right: calc(50% - 252px);
	transform: rotate(25deg);
}

.cmn_hero_ttl {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.cmn_hero_ttl span {
	display: block;
	font-size: 100px;
	line-height: 1;
}

.pnkz {
	margin-bottom: 17px;
}

.pnkz .inner{
	display: flex;
	justify-content: flex-end;
}

.pnkz ul {
	display: flex;
	font-size: 14px;
}

.pnkz a {
	position: relative;
	margin-right: 9px;
	color: #004DA0;
}

.pnkz a::before {
	position: absolute;
	content: "-";
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
	color: #000;
}

@media screen and (max-width:1030px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.inner {}

	.vis-sp,
	.vis-tb {}

	.-hover {}

	.cmn_hd {
		padding: 11px 0;
	}

	.cmn_hd_ttl {
		width: 155px;
	}

	.cmn_hd_menu {
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #fff;
	}

	.cmn_hd_menu.-open {
		z-index: 150;
	}

	.cmn_hd_menu.-open span:nth-of-type(1) {
		top: 18px;
		transform: rotate(45deg);
	}

	.cmn_hd_menu.-open span:nth-of-type(2) {
		display: none;
	}

	.cmn_hd_menu.-open span:nth-of-type(3) {
		top: 18px;
		transform: rotate(-45deg);
	}

	.cmn_hd_menu span {
		position: absolute;
		display: block;
		margin: auto;
		top: 14px;
		left: 0;
		right: 0;
		width: 19px;
		height: 2px;
		background-color: #000;
	}

	.cmn_hd_menu span:nth-of-type(2) {
		top: 18px;
	}

	.cmn_hd_menu span:nth-of-type(3) {
		top: 22px;
	}

	.cmn_hd .inner {}

	.cmn_hd_nav ul {}

	.cmn_hd_nav .-contact {}

	.cmn_hd_nav .-contact a {}

	.cmn_hd_sp_nav {
		display: none;
	}

	.cmn_hd_sp_nav.-active {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100svw;
		height: 100vh;
		z-index: 100;
	}

	.cmn_hd_sp_nav::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.7;
		z-index: -1;
	}

	.cmn_hd_sp_nav ul {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-top: 152px;
		color: #fff;
		font-size: 30px;
		text-align: center;
	}

	.cmn_hd_sp_nav .-contact a {
		padding: 10px 44px;
		color: #000;
		background-color: #fff;
		border-radius: 50px;
	}

	.cmn_foot {}

	.cmn_foot_nav {
		margin-bottom: 46px;
		padding: 54px 0 50px;
	}

	.cmn_foot_nav ul {
		flex-direction: column;
	}

	.cmn_foot_info_wrap {
		padding-bottom: 76px;
	}

	.cmn_foot_logo {
		text-align: center;
	}

	.cmn_foot_logo img {}

	.cmn_foot_info {
		gap: 17px;
		flex-direction: column;
	}

	.cmn_foot_info em {}

	.cmn_foot_info p {
		text-align: center;
	}

	.cmn_foot_info p a {
		text-decoration: underline;
	}

	.cmn_foot_bnr {
		top: auto;
		left: 0;
		right: 0;
		bottom: 39px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.copy {}

	.cmn_btn a {}

	.cmn_btn_icon {}

	.cmn_btn_icon::before {}

	.cmn_btn_icon::after {}

	.cmn_btn a:hover .cmn_btn_icon::before {}

	.cmn_btn a:hover .cmn_btn_icon::after {}

	.cmn_btn.-small a {}

	.cmn_btn.-small .cmn_btn_icon {}

	.cmn_btn.-small .cmn_btn_icon::before {}

	.cmn_btn.-small .cmn_btn_icon::after {}

	.news_body ul {}

	.news_body li a {}

	.news_body li time {}

	.news_body li .cat {}

	.cmn_hero {
		padding: 72px 0 56px;
	}

	.cmn_hero::before,
	.cmn_hero::after {
		width: 2px;
		height: 46px;
	}

	.cmn_hero::before {
		top: 67px;
		left: calc(100% - 77%);
	}

	.cmn_hero::after {
		top: 67px;
		right: calc(100% - 77%);
	}

	.cmn_hero_ttl {
		font-size: 14px;
	}

	.cmn_hero_ttl span {
		font-size: 38px;
	}

	.pnkz {}

	.pnkz .inner {}

	.pnkz ul {}

	.pnkz a {}

	.pnkz a::before {}
}

@media print {
}
