@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

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

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

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

.hovact {
	transition: all 0.4s;
}

.hovact:hover {
	opacity: 0.6;
}

body {
	min-width: 1240px;
	color: #333333;
	font-size: 18px;
	line-height: 1.66;
	font-family: "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;
}

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

.cmnhd {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 20px 30px 0;
}

.scrolled-header .cmnhd {
	position: fixed;
	background: #ffffff;
	animation: hdaction 0.5s;
}

@keyframes hdaction {
	0% {
		transform: translateY(-100%);
	}

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

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

.cmnhd_hd {
	display: flex;
	align-items: center;
	gap: 10px;
}

.scrolled-header .cmnhd_hd {
	padding-bottom: 20px;
}

.cmnhd_hd_icon {
	display: flex;
	width: 66px;
}

.scrolled-header .cmnhd_hd_icon {
	width: 44px;
}

.cmnhd_hd_ttl {
	font-weight: bold;
	font-size: 32px;
}

.scrolled-header .cmnhd_hd_ttl {
	font-size: 28px;
}

.cmnhd_cnt {
}

.cmnhd_top {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.scrolled-header .cmnhd_top {
	display: none;
}

.custom-translate-container {
	position: relative;
	width: 170px;
}

.custom-dropdown {
	width: 100%;
	height: 38px;
	padding: 6px 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: white;
	font-size: 14px;
	cursor: pointer;
	        appearance: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
}

.cmnhd_hd_search {
	width: 250px;
	font-size: 14px;
}

.cmnhd_hd_search form {
	position: relative;
	width: 100%;
	height: 38px;
	padding: 6px 10px;
	border: #bababa 1px solid;
	border-radius: 5px;
	background: #ffffff;
}

.cmnhd_hd_search form input {
	padding-right: 38px;
}

.cmnhd_hd_search form input::placeholder {
	color: #bababa;
}

.cmnhd_hd_search form button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: auto;
	aspect-ratio: 1;
}

.cmnhd_hd_search form button img {
	width: 18px;
	height: 20px;
}

.cmnhd_btm {
}

.cmnhd_btm_wrap {
	display: flex;
	justify-content: end;
	gap: 20px;
}

.cmnhd_btm_cnt {
	position: relative;
	font-weight: 500;
}

.cmnhd_btm_cnt {
	padding-bottom: 20px;
}

.scrolled-header .cmnhd_btm_cnt {
	padding: 10px 0;
}

.cmnhd_btm_child {
	display: flex;
	flex-flow: column;
	gap: 20px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	right: 50%;
	z-index: 3;
	max-width: 300px;
	padding: 30px;
	border: #1fb9a1 4px solid;
	border-radius: 10px;
	background: #ffffff;
	font-size: 16px;
	transform: translateX(50%);
	transition: all 0.5s;
}

.cmnhd_btm_cnt:last-child .cmnhd_btm_child {
	transform: translate(20%);
}

.cmnhd_btm_cnt:hover .cmnhd_btm_child {
	visibility: visible;
	opacity: 1;
}

.cmnhd_btm_child a {
	display: flex;
	width: max-content;
}

.cmnhd_btm_child::before,
.cmnhd_btm_child::after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	border-right: transparent 11px solid;
	border-bottom: 23px solid;
	border-left: transparent 11px solid;
	transform: translateX(50%);
}

.cmnhd_btm_cnt:last-child .cmnhd_btm_child::before,
.cmnhd_btm_cnt:last-child .cmnhd_btm_child::after {
	right: 19%;
}

.cmnhd_btm_child::before {
	bottom: 100%;
	z-index: 1;
	border-bottom-color: #1fb9a1;
}

.cmnhd_btm_child::after {
	bottom: calc(100% - 8px);
	z-index: 2;
	border-bottom-color: #ffffff;
}

.cmnmenu {
	display: none;
}

/* アコーディオン */
.cmnac {
	margin-bottom: 20px;
}

.cmnac:last-of-type {
	margin-bottom: 0;
}

.cmnac_hd {
	position: relative;
	padding: 15px 55px 15px 15px;
	border: #cccccc 1px solid;
	border-radius: 5px;
	background: #ffffff;
}

.cmnac_hd_item {
	position: absolute;
	right: 20px;
	bottom: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(50%);
}

.cmnac_hd_item span {
	display: block;
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 100%;
	height: 2px;
	background: #ff8577;
	transform: translate(50%, 50%);
	transition: all 0.4s;
}

.cmnac_hd_item span:last-child {
	transform: translate(50%, 50%) rotate(90deg);
}

.cmnac_hd.-open .cmnac_hd_item span:last-child {
	transform: translate(50%, 50%) rotate(0deg);
}

.cmnac_detail {
	display: none;
	margin-top: 10px;
	padding: 25px 30px;
	border-radius: 5px;
	background: #f4f4f4;
}

.home_nav {
	padding-top: 50px;
	border-top: 1px solid #cccccc;
}

.home_nav_wrap {
	position: relative;
	padding: 35px 0;
}

.home_nav_wrap::before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: -1;
	width: calc(100% + 90px);
	max-width: 1240px;
	height: 100%;
	border-radius: 40px;
	background: #f0f0f0;
	transform: translateX(50%);
}

.home_nav_list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	gap: 13px 0;
	max-width: 660px;
	margin: 0 auto;
}

.home_nav_cnt {
	white-space: nowrap;
}

.home_nav_cnt::before {
	content: "|";
	display: inline;
}

.home_nav_cnt:first-child:before {
	display: none;
}

/* フッター */
.cmnft {
	padding: 65px 0 75px;
}

.cmnft_wrap {
	position: relative;
}

.cmnft_wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	width: 34.6%;
	max-width: 430px;
	height: auto;
	background: url(../img/wp/map@2x.png) center / contain no-repeat;
	aspect-ratio: 430 / 235;
}

.cmnft_hd {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 32px;
}

.cmnft_hd_icon {
	display: flex;
	max-width: 55px;
}

.cmnft_cnt {
}

.cmnft_info {
	margin-bottom: 35px;
}

.cmnft_info dl {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 5px;
}

.cmnft_info dl dt {
	flex-shrink: 0;
}

.cmnft_info dl dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 25px;
	border-radius: 9999px;
	background: #029880;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.cmnft_info dl dd {
}

.cmnft_info dl dd a {
	text-decoration: underline;
}

.cmnft_organization {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 12px;
	margin-bottom: 20px;
}

.cmnft_organization_cnt {
	padding: 17px;
	border-radius: 5px;
	background: #e8f6f5;
}

.cmnft_organization_ttl {
	font-weight: bold;
}

.cmnft_organization_num {
	display: flex;
	flex-flow: wrap;
	gap: 15px;
}

.cmnft_organization_num dl {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cmnft_organization_num dl dt {
	flex-shrink: 0;
}

.cmnft_organization_num dl dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 25px;
	border-radius: 9999px;
	background: #029880;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.cmnft_organization_num dl dd {
}

.cmnft_organization_num dl dd a {
	text-decoration: underline;
}

.cmnft_cnt small {
	font-size: 14px;
}

.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:768px) {
	body {
		min-width: 0;
		font-size: 15px;
	}

	.inner {
		padding: 0 24px;
	}

	.cmnhd {
		padding: 15px 10px;
		background: #ffffff;
	}

	.cmnhd_wrap {
	}

	.cmnhd_hd {
	}

	.scrolled-header .cmnhd_hd {
		padding-bottom: 0;
	}

	.cmnhd_hd_icon {
		width: 35px !important;
	}

	.cmnhd_hd_ttl {
		font-size: 20px !important;
	}

	.cmnhd_cnt {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100dvh;
		padding: 90px 20px;
		overflow: scroll;
		background: #ffffff;
	}

	.cmnhd_flex {
		display: flex;
		flex-flow: column-reverse;
		justify-content: start;
		gap: 30px;
		width: 100%;
		height: max-content;
		background: #ffffff;
	}

	.cmnhd_top {
		display: flex !important;
		flex-flow: column;
		align-items: start;
	}

	.custom-translate-container {
	}

	.custom-dropdown {
	}

	.cmnhd_hd_search {
	}

	.cmnhd_hd_search form {
	}

	.cmnhd_hd_search form input {
	}

	.cmnhd_hd_search form input::placeholder {
	}

	.cmnhd_hd_search form button {
	}

	.cmnhd_hd_search form button img {
	}

	.cmnhd_btm {
	}

	.cmnhd_btm_wrap {
		flex-flow: column;
		gap: 0 20px;
	}

	.cmnhd_btm_cnt {
	}

	.cmnhd_btm_cnt {
		padding: 20px 0 !important;
		border-bottom: 1px solid #cccccc;
		font-size: 20px;
	}

	.cmnhd_btm_child {
		visibility: visible;
		opacity: 1;
		position: unset;
		padding: 10px 20px;
		border: none;
		transform: unset;
	}

	.cmnhd_btm_cnt:hover .cmnhd_btm_child {
	}

	.cmnhd_btm_child a {
	}

	.cmnhd_btm_child::before,
	.cmnhd_btm_child::after {
		display: none;
	}

	.cmnhd_btm_child::before {
	}

	.cmnhd_btm_child::after {
	}

	.cmnmenu {
		display: block;
		position: relative;
		width: 45px;
		height: auto;
		border: #029880 1px solid;
		border-radius: 50%;
		background: #ffffff;
		aspect-ratio: 1;
	}

	.cmnmenu span {
		display: block;
		position: absolute;
		right: 50%;
		bottom: 50%;
		width: 26px;
		height: 2px;
		background: #029880;
		transition: all 0.4s;
	}

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

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

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

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

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

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

	/* アコーディオン */
	.cmnac {
	}

	.cmnac:last-of-type {
	}

	.cmnac_hd {
	}

	.cmnac_hd_item {
	}

	.cmnac_hd_item span {
	}

	.cmnac_hd_item span:last-child {
	}

	.cmnac_hd.-open .cmnac_hd_item span:last-child {
	}

	.cmnac_detail {
	}

	.home_nav {
	}

	.home_nav_wrap {
	}

	.home_nav_wrap::before {
		width: 100%;
		border-radius: 20px;
	}

	.home_nav_list {
	}

	.home_nav_cnt {
	}

	.home_nav_cnt::before {
	}

	/* フッター */
	.cmnft {
		padding: 35px 0 40px;
	}

	.cmnft_wrap {
	}

	.cmnft_wrap::before {
		top: 14%;
		right: 10px;
		width: 174px;
	}

	.cmnft_hd {
		gap: 5px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	.cmnft_hd_icon {
		width: 28px;
	}

	.cmnft_cnt {
	}

	.cmnft_info {
	}

	.cmnft_info dl {
		flex-flow: column;
		align-items: start;
		gap: 0;
		margin-bottom: 12px;
	}

	.cmnft_info dl dt {
	}

	.cmnft_info dl dt span {
		width: 85px;
		font-size: 12px;
	}

	.cmnft_info dl dd {
	}

	.cmnft_info dl dd a {
	}

	.cmnft_organization {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.cmnft_organization_cnt {
	}

	.cmnft_organization_ttl {
	}

	.cmnft_organization_num {
	}

	.cmnft_organization_num dl {
		gap: 6px;
	}

	.cmnft_organization_num dl dt {
	}

	.cmnft_organization_num dl dt span {
	}

	.cmnft_organization_num dl dd {
	}

	.cmnft_organization_num dl dd a {
	}

	.cmnft_cnt small {
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}
}
