@charset "UTF-8";

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

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

	src: url("/font/icomoon.eot?lywddf");
	src: url("/font/icomoon.eot?lywddf#iefix") format("embedded-opentype"),
	url("/font/icomoon.ttf?lywddf") format("truetype"),
	url("/font/icomoon.woff?lywddf") format("woff"),
	url("/font/icomoon.svg?lywddf#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-arrow-item:before {
	content: "\e900";
}

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

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

.icon-tel-item:before {
	content: "\e903";
}

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

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

main {
	padding-top: 109px;
}

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

.cmnhd {
	position: fixed;
	z-index: 1000;
	width: 100%;
	min-height: 106px;
	padding: 30px 29px 34px 36px;
	background: #ffffff;
	transition: background 0.4s;
}

.cmnhd_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	font-weight: bold;
}

.cmnhd_logo {
	width: 284.42px;
}

.cmnhd_nav {
	flex-shrink: 0;
	width: calc(100% - 284.42px);
	min-width: 830px;
	max-width: 1000px;
}

.cmnhd_nav_wrap {
	display: flex;
	justify-content: space-between;
}

.cmnhd_nav a {
	display: flex;
	align-items: center;
	gap: 3px;
}

.cmnhd_nav a span {
	font-size: 11px;
}

.cmnhd_nav a.cmnhd_contact_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.8px;
	width: 180px;
	height: 45px;
	border: 1px solid #e2090c;
	border-radius: 9999px;
	background: #e2090c;
	color: #ffffff;
	font-weight: bold;
	transition: all 0.4s;
}

.cmnhd_nav a.cmnhd_contact_link .icon-mail-item {
	font-size: 13px;
}

.cmnhd_tb {
	display: none;
}

.cmnhd_wrap .cmnhd_tb > a.cmnhd_contact_link {
	display: none;
}

.menu {
	display: none;
}

.hovact {
	transition: opacity 0.4s;
}

.hovact:hover {
	opacity: 0.6;
}

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

.page_top {
}

.pnkz {
	padding: 32px 33px 0;
}

.pnkz_wrap {
	display: flex;
	gap: 20px;
	font-size: 14px;
}

.pnkz_list {
}

.pnkz_list.pnkz_link {
	position: relative;
	color: #b2b2b2;
}

.pnkz_list.pnkz_link::after {
	content: ">";
	display: block;
	position: absolute;
	right: -14px;
	bottom: 50%;
	color: #e2090c;
	transform: translateY(50%);
}

.page_top_wrap {
	border-bottom: #cccccc 1px solid;
}

.page_top_ttl {
	position: relative;
	padding: 77px 0 63px;
	font-weight: bold;
	font-size: 40px;
}

.page_top_ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 327px;
	height: 4px;
	border-radius: 9999px;
	background: #e2090c;
	transform: translateY(50%);
}

.cmnft {
}

.cmnft_contact {
	padding: 87px 0 167px;
	background: #e2090c;
}

.cmnft_contact_ttl {
	margin-bottom: 38px;
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

.cmnft_contact_wrap {
	border-radius: 17px;
	background: #ffffff;
}

.cmnft_contact_tel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: #e2090c 1px solid;
}

.cmnft_contact_tel_cnt {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 55px 0;
	text-align: center;
}

.cmnft_contact_tel_cnt:last-child {
	border-left: #e2090c 1px solid;
}

.cmnft_contact_tel_detail {
}

.cmnft_contact_tel_detail span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 36px;
	margin: 0 auto 9px;
	padding: 0 20px;
	border: #e2090c 1px solid;
	border-radius: 9999px;
	color: #e2090c;
}

.cmnft_contact_tel_detail h3 {
	font-weight: bold;
	font-size: 26px;
}

.cmnft_contact_tel_detail p {
}

.cmnft_contact_tel_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 40px;
}

.cmnft_contact_tel_link .icon-tel-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 63px;
	height: auto;
	border: #e2090c 1px solid;
	border-radius: 50%;
	color: #e2090c;
	font-size: 25.5px;
	transition: all 0.4s;
	aspect-ratio: 1;
}

.cmnft_contact_tel_link:hover .icon-tel-item {
	background: #e2090c;
	color: #ffffff;
}

.cmnft_contact_mail {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	padding: 44px 0;
}

.cmnft_contact_mail p {
	color: #e2090c;
	font-weight: bold;
	font-size: 29px;
}

.cmnft_contact_mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9.5px;
	width: 357px;
	height: 90px;
	border: 1px solid #e2090c;
	border-radius: 9999px;
	background: #e2090c;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	transition: all 0.4s;
}

.cmnft_contact_mail a:hover {
	background: #ffffff;
	color: #e2090c;
}

.cmnft_contact_mail a .icon-mail-item {
	font-size: 25px;
}

.cmnft_wrap {
	position: relative;
	background: #333333;
}

.cmnft_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 80px;
	border-radius: 65px 65px 0 0;
	background: #333333;
	transform: translateY(-100%);
}

.cmnft_hd {
	padding-bottom: 75px;
	border-bottom: #5f5f5f 1px solid;
}

.cmnft_hd_wrap {
	display: flex;
	justify-content: space-between;
}

.cmnft_hd_left {
}

.cmnft_hd_left_logo {
	margin-bottom: 55px;
}

.cmnft_hd_left_cp {
	color: #5d5d5d;
	font-weight: bold;
	font-family: "Noto Sans JP";
}

.cmnft_hd_right {
	color: #ffffff;
}

.cmnft_hd_right_link {
	display: flex;
	justify-content: space-between;
	gap: 51px;
	margin-bottom: 35px;
	font-weight: bold;
}

.cmnft_hd_right_link a {
	display: flex;
	align-items: center;
	gap: 5px;
}

.cmnft_hd_right_link a .icon-blank-item {
	font-size: 11px;
}

.cmnft_hd_right_mail {
}

.cmnft_hd_right_mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.8px;
	width: 180px;
	height: 45px;
	margin: 0 0 0 auto;
	border: 1px solid #e2090c;
	border-radius: 9999px;
	background: #e2090c;
	color: #ffffff;
	font-weight: bold;
	transition: all 0.4s;
}

.cmnft_hd_right_mail a .icon-mail-item {
	font-size: 13px;
}

.cmnft_hd_right_mail a:hover {
	background: #ffffff;
	color: #e2090c;
}

.cmnft_bnr {
	padding: 59px 0;
}

.cmnft_bnr_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 28px 40px;
}

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

@media screen and (max-width:1240px) {
	main {
		padding-top: 71px;
	}

	.cmnhd {
		min-height: 71px;
		padding: 24px 21px 16px 17px;
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
		width: 216px;
	}

	.cmnhd_nav {
		display: none;
		position: fixed;
		top: 71px;
		left: 0;
		width: 100%;
		min-width: unset;
		max-width: unset;
		height: calc(100% - 71px);
		padding: 20px 24px;
		overflow: scroll;
		background: #333333;
		color: #ffffff;
	}

	.cmnhd_nav a {
		justify-content: space-between;
		width: 100%;
		padding: 17px 16px;
		border-bottom: #ffffff24 1px solid;
	}

	.cmnhd_nav a span.icon-arrow-item {
		font-size: 20px;
	}

	.cmnhd_nav a span.icon-blank-item {
		font-size: 16px;
	}

	.cmnhd_nav_wrap {
		flex-flow: column;
		align-items: center;
		gap: 0;
		font-size: 17px;
	}

	.cmnhd_nav a.cmnhd_contact_link {
		margin-top: 31px;
	}

	.cmnhd_tb {
		display: flex;
	}

	.menu {
		display: block;
		position: relative;
		width: 30px;
		height: 19px;
	}

	.menu span {
		display: block;
		position: absolute;
		right: 50%;
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		background: #333333;
		transform: translateX(50%);
		transition: all 0.4s;
	}

	.menu span:first-child {
		top: 0;
	}

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

	.menu span:last-child {
		bottom: 0;
	}

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

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

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

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}
}

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

	.inner {
		padding: 0 24px;
	}

	main {
	}

	img {
	}

	.cmnhd {
	}

	.cmnhd_wrap {
	}

	.cmnhd_logo {
	}

	.cmnhd_nav {
	}

	.cmnhd_nav_wrap {
	}

	.cmnhd_nav a {
	}

	.cmnhd_nav a span {
	}

	.cmnhd_nav a.cmnhd_contact_link {
	}

	.cmnhd_nav a.cmnhd_contact_link .icon-mail-item {
	}

	.cmnhd_tb {
	}

	.cmnhd_wrap .cmnhd_tb > a.cmnhd_contact_link {
	}

	.menu {
	}

	.hovact {
	}

	.hovact:hover {
	}

	.page_top {
	}

	.pnkz {
		padding: 20px 10px 0;
	}

	.pnkz_wrap {
	}

	.pnkz_list {
	}

	.pnkz_list.pnkz_link {
	}

	.pnkz_list.pnkz_link::after {
	}

	.page_top_wrap {
	}

	.page_top_ttl {
		padding: 45px 0 30px;
		font-size: 32px;
	}

	.page_top_ttl::after {
		width: 150px;
	}

	.cmnft {
	}

	.cmnft_contact {
	}

	.cmnft_contact_ttl {
		font-size: 27px;
	}

	.cmnft_contact_wrap {
	}

	.cmnft_contact_tel {
		grid-template-columns: 1fr;
	}

	.cmnft_contact_tel_cnt {
		padding: 43px 15px 48px;
	}

	.cmnft_contact_tel_cnt:last-child {
		border-top: #e2090c 1px solid;
		border-left: unset;
	}

	.cmnft_contact_tel_detail {
		margin-bottom: 5px;
	}

	.cmnft_contact_tel_detail span {
	}

	.cmnft_contact_tel_detail h3 {
	}

	.cmnft_contact_tel_detail p {
	}

	.cmnft_contact_tel_link {
		gap: 8px;
		font-size: 34px;
	}

	.cmnft_contact_tel_link .icon-tel-item {
		width: 43px;
		font-size: 17px;
	}

	.cmnft_contact_tel_link:hover .icon-tel-item {
	}

	.cmnft_contact_mail {
		flex-flow: column;
		align-items: center;
		gap: 28px;
	}

	.cmnft_contact_mail p {
		font-size: 27px;
		text-align: center;
	}

	.cmnft_contact_mail a {
		width: 286px;
	}

	.cmnft_contact_mail a:hover {
	}

	.cmnft_contact_mail a .icon-mail-item {
	}

	.cmnft_wrap {
	}

	.cmnft_wrap::before {
		border-radius: 40px 40px 0 0;
	}

	.cmnft_hd {
		padding-bottom: 105px;
	}

	.cmnft_hd_wrap {
		flex-flow: column;
		gap: 29px;
		position: relative;
	}

	.cmnft_hd_left {
	}

	.cmnft_hd_left_logo {
		margin-bottom: 0;
	}

	.cmnft_hd_left_cp {
		position: absolute;
		top: calc(100% + 34px);
	}

	.cmnft_hd_right {
	}

	.cmnft_hd_right_link {
		flex-flow: wrap;
		justify-content: unset;
		gap: 17px 50px;
	}

	.cmnft_hd_right_link a {
	}

	.cmnft_hd_right_link a .icon-blank-item {
	}

	.cmnft_hd_right_mail {
	}

	.cmnft_hd_right_mail a {
		margin: unset;
	}

	.cmnft_hd_right_mail a .icon-mail-item {
	}

	.cmnft_hd_right_mail a:hover {
	}

	.cmnft_bnr {
	}

	.cmnft_bnr_wrap {
		grid-template-columns: 1fr;
		gap: 17px;
		max-width: 260px;
		margin: 0 auto;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}

@media print {
}
