@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");

@font-face {
	font-style: normal;
	font-weight: normal;
	font-family: "icomoon";

	src: url("/font/icomoon.eot?10u1gq");
	src: url("/font/icomoon.eot?10u1gq#iefix") format("embedded-opentype"),
	url("/font/icomoon.ttf?10u1gq") format("truetype"),
	url("/font/icomoon.woff?10u1gq") format("woff"),
	url("/font/icomoon.svg?10u1gq#icomoon") format("svg");
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	text-transform: none;

	speak: never;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-list:before {
	content: "\e900";
}

.icon-arrow:before {
	content: "\e901";
}

.icon-mail:before {
	content: "\e902";
}

.hovact {
	transition: all 0.4s;
}

.hovact:hover {
	opacity: 0.6;
}

body {
	min-width: 1240px;
	background: #f0f2f5;
	color: #333333;
	font-size: 16px;
	line-height: 1.875;
	font-family: "Arvo", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.line_s {
	line-height: 1.33;
}

.cmnlink {
	display: flex;
	align-items: center;
	position: relative;
	width: 360px;
	height: 74px;
	padding-left: 40px;
	border-radius: 9999px;
	background: #e9ecf0;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.2s;
}

.cmnlink:hover {
	padding-left: 60px;
	background: #dce3eb;
}

a span.cmnlink_item {
	display: block;
	position: absolute;
	right: 37px;
	bottom: 50%;
	width: 36px;
	height: auto;
	border-radius: 50%;
	background: #004098;
	transform: translate(50%, 50%);
	transition: all 0.2s;
	aspect-ratio: 1;
}

a:hover span.cmnlink_item {
	width: 48px;
}

a span.cmnlink_item::before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 8px;
	height: auto;
	border-radius: 50%;
	background: #88a1c4;
	transform: translate(50%, 50%);
	aspect-ratio: 1;
}

.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}

.cmnhd {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 19px 29px;
}

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

.cmnhd_logo {
}

.cmnhd_logo a {
	display: flex;
	position: relative;
	padding-left: 66px;
}

.cmnhd_logo a span {
	position: absolute;
	top: -19px;
	left: 0;
}

.cmnhd_nav,
.cmnft_nav {
}

.cmnhd_nav_wrap,
.cmnft_nav_wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}

.cmnhd_nav_wrap > a,
.cmnft_nav_wrap > a {
	display: flex;
	position: relative;
	padding: 0 3.5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.cmnhd_nav_wrap > a::before,
.cmnft_nav_wrap > a::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 3.5px);
	left: 0;
	width: 0;
	height: 1px;
	background: #333333;
	cursor: none;
	transition: all 0.2s;
}

.cmnhd_nav_wrap > a:hover:before,
.cmnft_nav_wrap > a:hover:before {
	width: 100%;
}

.cmnhd_nav_contact,
.cmnft_nav_contact {
}

.cmnhd_nav_contact a,
.cmnft_nav_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 45px;
	border-radius: 9999px;
	background: #00429e;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.2s;
}

.cmnhd_nav_contact a:hover,
.cmnft_nav_contact a:hover {
	background: #003177;
}

.pagehd {
}

.pagehd_wrap {
	padding: 180px 0 100px;
	overflow: hidden;
}

.pagehd_ttl {
}

.pagehd_ttl_wrap {
	position: relative;
}

.pagehd_ttl_wrap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 50%;
	z-index: 10;
	width: 257px;
	height: 189px;
	background: url(../img/cmn/pagehd-item@2x.png) center / 100% 100%;
	transform: translateY(50%);
}

.pagehd_ttl_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f0f2f5;
	transform: translateX(0);
	transition: all 0.6s;
}

.-load .pagehd_ttl_wrap::before {
	transform: translateX(100%);
}

.pagehd_ttl_en {
	color: #004098;
	font-weight: bold;
	font-size: 90px;
	line-height: 1.2;
}

.pagehd_ttl_jp {
	font-weight: bold;
	font-size: 24px;
}

.pagehd_pic {
	width: clamp(700px, calc(100% - 40px), calc(50% + 580px));
	height: auto;
	max-height: 680px;
	margin: 0 0 0 auto;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	aspect-ratio: 1340 / 680;
}

.pagehd_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagesec {
}

.pagesec_ttl {
	margin-bottom: 65px;
	font-weight: bold;
}

.pagesec_ttl_en {
	color: #004098;
	font-size: 60px;
	line-height: 1.2;
}

.pagesec_ttl_jp {
	font-size: 24px;
}

.pnkz {
	padding-top: 76px;
	padding-bottom: 30px;
	font-size: 14px;
}

.pnkz_list {
	display: flex;
	justify-content: end;
	gap: 0.5em;
}

.pnkz_list_cnt.pnkz_link {
	display: flex;
	gap: 0.5em;
}

.pnkz_list_cnt.pnkz_link::after {
	content: " ＞ ";
	display: block;
}

.pnkz_list_cnt.pnkz_link a {
	color: #004098;
}

.pnkz_list_cnt.pnkz_now {
}

.ftcont {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 60px 100px;
}

.ftcont_wrap {
	display: flex;
	justify-content: space-around;
	gap: 30px;
	padding: 120px 140px 100px 80px;
	border-radius: 20px;
	background: #e9ecf0;
}

.ftcont_hd {
}

.ftcont_hd_ttl {
	position: relative;
	color: #004098;
	font-weight: bold;
	font-size: 110px;
	line-height: 1.2;
}

.ftcont_hd_txt {
}

.ftcont_cnt {
}

.ftcont_tel {
	margin-bottom: 60px;
}

.ftcont_tel_cnt {
	display: flex;
	align-items: baseline;
	color: #004098;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
}

.ftcont_tel_cnt span {
	font-size: 35px;
}

.ftcont_tel_cnt a {
	font-size: 50px;
}

.ftcont_tel_note {
	text-align: end;
}

.ftcont_mail {
}

.ftcont_mail a {
	display: flex;
	align-items: center;
	gap: 25px;
	position: relative;
	font-weight: bold;
	font-size: 23px;
}

.ftcont_mail a .icon-mail {
	color: #004098;
	font-size: 31px;
}

.ftcont_mail a::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	width: 0;
	height: 1px;
	background: #333333;
	cursor: none;
	transition: all 0.2s;
}

.ftcont_mail a:hover:before {
	width: 100%;
}

.cmnft {
	padding: 85px 0;
	background: #004098;
	color: #ffffff;
}

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

.cmnft_info {
	font-size: 14px;
}

.cmnft_info_logo {
	margin-bottom: 13px;
}

.cmnft_info_dt {
	margin-bottom: 20px;
}

.cmnft_info_address {
}

.cmnft_links {
	width: 700px;
}

.cmnft_nav {
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}

.cmnft_nav_wrap {
	justify-content: space-between;
}

.cmnft_nav_wrap a {
}

.cmnft_nav_wrap > a::before {
	background: #ffffff;
}

.cmnft_nav_contact {
}

.cmnft_nav_contact a {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #004098;
}

.cmnft_nav_contact a:hover {
	background: #004098;
	color: #ffffff;
}

.cmnft_links_btm {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 15px;
	padding-top: 20px;
	font-size: 14px;
}

.gotop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: auto;
	border: 1px solid;
	border-radius: 50%;
	color: #ffffff;
	font-size: 17px;
	aspect-ratio: 1;
}

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

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

	.hide-tb {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	.cmnhd {
		padding: 15px 15px;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 196px;
	}

	.cmnhd_logo a {
		padding-left: 0;
	}

	.cmnhd_logo a span {
		display: none;
	}

	.cmnhd_nav {
	}

	.cmnhd_nav_wrap {
		gap: 15px;
	}

	.cmnhd_nav_wrap > a {
	}

	.cmnhd_nav_wrap > a::before {
	}

	.cmnhd_nav_wrap > a:hover:before {
	}

	.cmnhd_nav_contact {
	}

	.cmnhd_nav_contact a {
	}

	.cmnhd_nav_contact a:hover {
	}
}

@media screen and (max-width:768px) {
	body {
		min-width: 0;
	}

	.inner {
		padding: 0 24px;
	}

	.cmnlink {
		width: 230px;
		height: 47px;
		padding-left: 25px;
		font-size: 16px;
	}

	.cmnlink:hover {
		padding-left: 37px;
	}

	a span.cmnlink_item {
		right: 27px;
		width: 23px;
	}

	a:hover span.cmnlink_item {
		width: 35px;
	}

	a span.cmnlink_item::before {
	}

	.inner {
	}

	.cmnhd {
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
	}

	.cmnhd_logo a {
	}

	.cmnhd_logo a span {
	}

	.cmnhd_nav,
	.cmnft_nav {
	}

	.cmnhd_nav_wrap,
	.cmnft_nav_wrap {
	}

	.cmnhd_nav_wrap > a,
	.cmnft_nav_wrap > a {
	}

	.cmnhd_nav_wrap > a::before,
	.cmnft_nav_wrap > a::before {
	}

	.cmnhd_nav_wrap > a:hover:before,
	.cmnft_nav_wrap > a:hover:before {
	}

	.cmnhd_nav_contact,
	.cmnft_nav_contact {
	}

	.cmnhd_nav_contact a,
	.cmnft_nav_contact a {
	}

	.cmnhd_nav_contact a:hover,
	.cmnft_nav_contact a:hover {
	}

	.cmnhd {
		padding: 14px 0 14px 20px;
		background: #f0f2f5;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 198px;
	}

	.cmnhd_logo a {
	}

	.cmnhd_logo a span {
	}

	.cmnhd_nav {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		height: calc(100dvh - 50px);
		padding: 60px 24px 70px;
		overflow: scroll;
		background: #004098;
	}

	.cmnhd_nav_wrap {
		flex-flow: column;
		color: #ffffff;
	}

	.cmnhd_nav_wrap > a {
		padding: 0;
		font-size: 30px;
	}

	.cmnhd_nav_wrap > a::before {
		display: none;
	}

	.cmnhd_nav_wrap > a:hover:before {
	}

	.cmnhd_nav_contact {
	}

	.cmnhd_nav_contact a {
	}

	.cmnhd_nav_contact a:hover {
	}

	.menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		width: auto;
		height: 100%;
		background: #004098;
		cursor: pointer;
		aspect-ratio: 1;
	}

	.menu span {
		display: block;
		position: absolute;
		right: 50%;
		bottom: 50%;
		width: 23px;
		height: 3px;
		background: #ffffff;
		transition: all 0.2s;
	}

	.menu span:first-child {
		transform: translate(50%, calc(50% - 8px));
	}

	.menu span:nth-child(2) {
		transform: translate(50%, 50%);
	}

	.menu span:last-child {
		transform: translate(50%, calc(50% + 8px));
	}

	.menu.-open span:first-child {
		transform: translate(50%, 50%) rotate(45deg);
	}

	.menu.-open span:nth-child(2) {
		opacity: 0;
	}

	.menu.-open span:last-child {
		transform: translate(50%, 50%) rotate(-45deg);
	}

	.hdcont {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 20px;
		color: #333333;
	}

	.hdcont_wrap {
		display: flex;
		flex-flow: column;
		justify-content: space-around;
		align-items: center;
		gap: 30px;
		width: 100%;
		padding: 30px 20px 40px;
		border-radius: 20px;
		background: #e9ecf0;
	}

	.hdcont_hd {
	}

	.hdcont_hd_ttl {
		margin-bottom: 10px;
		color: #004098;
		font-weight: bold;
		font-size: 30px;
		line-height: 1.2;
		text-align: center;
	}

	.hdcont_cnt {
	}

	.hdcont_tel {
		margin-bottom: 25px;
	}

	.hdcont_tel_cnt {
		display: flex;
		justify-content: center;
		align-items: baseline;
		color: #004098;
		font-weight: bold;
		line-height: 1.2;
		white-space: nowrap;
	}

	.hdcont_tel_cnt span {
		font-size: 22px;
	}

	.hdcont_tel_cnt a {
		font-size: 32px;
	}

	.hdcont_tel_note {
		text-align: center;
	}

	.hdcont_mail {
	}

	.hdcont_mail a {
		display: flex;
		align-items: center;
		gap: 7px;
		position: relative;
		font-weight: bold;
		font-size: 15px;
	}

	.hdcont_mail a::before {
		content: "";
		display: block;
		position: absolute;
		top: calc(100% + 14px);
		left: 0;
		width: 0;
		height: 1px;
		background: #333333;
		cursor: none;
		transition: all 0.2s;
	}

	.hdcont_mail a .icon-mail {
		color: #004098;
		font-size: 21px;
	}

	.cmnnva_privacy {
		font-size: 14px;
		text-align: center;
	}

	.pagehd {
	}

	.pagehd_wrap {
		padding: 100px 0 30px;
	}

	.pagehd_ttl {
	}

	.pagehd_ttl_wrap {
	}

	.pagehd_ttl_wrap::after {
		width: 67px;
		height: auto;
		aspect-ratio: 257 / 189;
	}

	.pagehd_ttl_en {
		font-size: 50px;
	}

	.pagehd_ttl_jp {
		font-size: 18px;
	}

	.pagehd_pic {
		width: calc(100dvw - 24px);
	}

	.pagehd_pic img {
	}

	.pagesec {
	}

	.pagesec_ttl {
		margin-bottom: 30px;
	}

	.pagesec_ttl_en {
		font-size: 38px;
	}

	.pagesec_ttl_jp {
		font-size: 19px;
	}

	.pnkz {
		padding-top: 60px;
	}

	.pnkz_list {
	}

	.pnkz_list_cnt.pnkz_link {
		white-space: nowrap;
	}

	.pnkz_list_cnt.pnkz_link::after {
	}

	.pnkz_list_cnt.pnkz_link a {
	}

	.pnkz_list_cnt.pnkz_now {
	}

	.ftcont {
		padding: 0 24px 40px;
	}

	.ftcont_wrap {
		flex-flow: column;
		align-items: center;
		padding: 30px 20px 40px;
	}

	.ftcont_hd {
	}

	.ftcont_hd_ttl {
		margin-bottom: 10px;
		font-size: 53px;
		text-align: center;
	}

	.ftcont_hd_txt {
	}

	.ftcont_cnt {
	}

	.ftcont_tel {
		margin-bottom: 30px;
	}

	.ftcont_tel_cnt {
		justify-content: center;
	}

	.ftcont_tel_cnt span {
		font-size: 22px;
	}

	.ftcont_tel_cnt a {
		font-size: 32px;
	}

	.ftcont_tel_note {
		text-align: center;
	}

	.ftcont_mail {
	}

	.ftcont_mail a {
		font-size: 15px;
	}

	.ftcont_mail a .icon-mail {
		font-size: 21px;
	}

	.ftcont_mail a::before {
	}

	.ftcont_mail a:hover:before {
	}

	.cmnft {
	}

	.cmnft_wrap {
		flex-flow: column;
		gap: 30px;
	}

	.cmnft_info {
	}

	.cmnft_info_logo {
	}

	.cmnft_info_dt {
	}

	.cmnft_info_address {
	}

	.cmnft_links {
		width: 100%;
	}

	.cmnft_nav {
		padding-bottom: 25px;
	}

	.cmnft_nav_wrap {
		flex-flow: wrap;
		justify-content: center;
		max-width: 330px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.cmnft_nav_wrap a {
	}

	.cmnft_nav_wrap > a::before {
	}

	.cmnft_nav_contact {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.cmnft_nav_contact a {
	}

	.cmnft_nav_contact a:hover {
	}

	.cmnft_links_btm {
		flex-flow: column;
		align-items: start;
		gap: 5px;
		position: relative;
		width: 100%;
		padding-top: 30px;
	}

	.gotop {
		position: absolute;
		right: 0;
		bottom: calc(50% - 15px);
		transform: translateY(50%);
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
