@charset "UTF-8";

/* 段落 */


/* リスト */
.richedit ul,
.richedit ol {
	margin: 1em 0 1.2em 1.5em;
	padding-left: 1.2em;
}

.richedit ul li {
	list-style: disc;
	margin-bottom: 0.4em;
}

.richedit ol li {
	list-style: decimal;
	margin-bottom: 0.4em;
}

/* 引用 */
.richedit blockquote {
	margin: 1.5em 0;
	padding-left: 1em;
	border-left: 4px solid #cccccc;
	color: #555555;
	font-style: italic;
}

/* 画像 */
.richedit img {
}

/* リンク */
.richedit a {
	color: #0066cc;
	text-decoration: underline;
}

.richedit a:hover {
	text-decoration: none;
}

/* テーブル */
.richedit table {
	width: 100%;
	margin: 1.5em 0;
	font-size: 15px;
	border-collapse: collapse;
}

.richedit table th,
.richedit table td {
	padding: 8px 10px;
	border: 1px solid #dddddd;
}

.richedit table th {
	background: #f4f4f4;
	font-weight: bold;
}

/* hr */
.richedit hr {
	margin: 2em 0;
	border: none;
	border-top: 1px solid #dddddd;
}

/* ボタン風（管理画面で分かりやすいように） */
.richedit .btn {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 4px;
	background: #0073aa;
	color: #ffffff;
	text-decoration: none;
}

.richedit .btn:hover {
	background: #005e8a;
}

/* カスタムクラス（必要なら後で追加OK） */
.richedit .lead {
	font-weight: 500;
	font-size: 18px;
}

/* 記事内で幅決めたい時 */
.richedit .w50 {
	width: 50%;
}

.richedit .w75 {
	width: 75%;
}

.richedit strong {
	font-weight: bold;
}

.-page {
}

.-page.-normal,
.-page.-recruit,
.-page.-saiyo {
	--main_c: #068975;
	--sub_c: #d9f3ef;
	--line_c: #00af94;
	--ttl_item: url(../img/cmn/ttl-item01@2x.png);
}

.-page.-somu {
	--main_c: #ff9124;
	--sub_c: #fff7e6;
	--line_c: #ffbc50;
	--ttl_item: url(../img/cmn/ttl-item03@2x.png);
	--pagehd_item: url(../img/wp/pagetop-item-somu@2x.png);
}

.-page.-gesui {
	--main_c: #3377d3;
	--sub_c: #e5f3ff;
	--line_c: #50b5ff;
	--ttl_item: url(../img/cmn/ttl-item04@2x.png);
	--pagehd_item: url(../img/wp/pagetop-item-gesui@2x.png);
}

.-page.-kaigo {
	--main_c: #fc6452;
	--sub_c: #fff4f4;
	--line_c: #ff9e93;
	--ttl_item: url(../img/cmn/ttl-item02@2x.png);
	--pagehd_item: url(../img/wp/pagetop-item-kaigo@2x.png);
}

.-page.-homonkango,
.-page.-kango {
	--main_c: #1b9a2e;
	--sub_c: #ecf8e5;
	--line_c: #1b9a2e;
	--ttl_item: url(../img/cmn/ttl-item05@2x.png);
	--pagehd_item: url(../img/wp/pagetop-item-homonkango@2x.png);
}

.pagehd {
	padding-top: 145px;
}

.pagehd.pagehdimg {
	position: relative;
	z-index: 2;
	background: var(--page_hd) center / cover;
}

.pagehd_ttl {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 26px;
	color: var(--main_c);
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.pagehdimg .pagehd_ttl {
	margin-bottom: 330px;
}

.pagehd_ttl::before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 85px;
	height: 11px;
	background: center / 100% 100%;
	background: var(--ttl_item) center / cover;
	transform: translateX(50%);
}

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

.pagehd_pnkz_list {
}

.pagehd_pnkz_list a {
}

.page_ttl {
	position: relative;
	z-index: 3;
	margin-bottom: 30px;
	padding-top: 35px;
}

.pagehdimg .page_ttl {
}

.page_ttl_wrap {
	position: relative;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 32px;
}

.page_ttl_wrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 9999px;
	background: var(--line_c);
}

.sidebar_wrap {
	display: grid;
	grid-template-columns: 86fr 26fr;
	gap: 40px;
}

.sidebar {
	order: 2;
	padding-bottom: 60px;
}

.sidebar_cnt {
	position: sticky;
	top: 100px;
}

.sidebar_cnt > a {
	display: flex;
	padding: 15px 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}

.sidebar_cnt a.is-current {
	background: var(--main_c);
	color: #ffffff;
	font-weight: bold;
}

.sidebar_child {
}

.sidebar_child a {
	display: flex;
	padding: 15px 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}

.sidebar_child a:last-child {
	border-bottom: 1px solid #cccccc;
}

.maincnt {
	order: 1;
}

.sec {
	position: relative;
	z-index: 3;
	padding-bottom: 60px;
}

.sec_wrap {
}

.sec_ttl {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 10px;
	background: var(--sub_c);
	font-weight: bold;
	font-size: 24px;
}

.sec_ttl::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 59px;
	height: 8px;
	background: center / 100% 100%;
	background: var(--ttl_item) center / cover;
	transform: translate(-50%, 50%) rotate(90deg);
}

.sec_cnt {
	margin-bottom: 50px;
}

.sec_cnt:last-child {
	margin-bottom: 0;
}

.sec_subttl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	color: var(--main_c);
	font-weight: bold;
	font-size: 22px;
}

.sec_subttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 12px;
	height: auto;
	border-radius: 50%;
	background: var(--main_c);
	transform: translateY(50%);
	aspect-ratio: 1;
}

.sec_txt {
}

.sec_tbl1 {
}

.sec_tbl1 dl {
	display: flex;
	border-bottom: #cccccc 1px solid;
}

.sec_tbl1 dl:first-child {
	border-top: #cccccc 1px solid;
}

.sec_tbl1 dl dt {
	flex-shrink: 0;
	width: 320px;
	padding: 10px 15px;
	background: #f4f4f4;
	font-weight: bold;
}

.sec_tbl1 dl dd {
	padding: 10px 25px;
}

.sec_tbl2 {
}

.sec_tbl2 dl {
	display: flex;
	border-bottom: #cccccc 1px solid;
}

.sec_tbl2 dl:first-child {
	border-top: #cccccc 1px solid;
}

.sec_tbl2 dl dt {
	flex-shrink: 0;
	width: 210px;
	padding: 10px 15px;
	font-weight: bold;
}

.sec_tbl2 dl dd {
	padding: 10px 25px;
}

.sec_faq {
}

.sec_faq_wrap {
}

.sec_faq_hd {
}

.sec_faq_hd_item {
}

.sec_faq_hd_item span {
	background: var(--line_c);
}

.sec_faq_detal {
}

.sec_file {
}

.sec_file a {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	padding: 15px 18px;
	border: #cccccc 1px solid;
	border-radius: 5px;
	color: #0050a2;
	font-weight: 500;
	text-decoration: underline;
}

.sec_file a:last-child {
	margin-bottom: 0;
}

.sec_file_icon {
	display: flex;
}

.sec_link {
}

.sec_link a {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	padding: 15px 18px;
	border: #cccccc 1px solid;
	border-radius: 5px;
	color: #0050a2;
	font-weight: 500;
	text-decoration: underline;
}

.sec_link_blank {
	display: flex;
}

.sec_imgtxt {
	display: flex;
	gap: 50px;
}

.sec_imgtxt.-left {
	flex-flow: row-reverse;
}

.sec_imgtxt_cnt {
}

.sec_imgtxt_img {
	flex-shrink: 0;
}

.sec_frametxt {
	padding: 20px;
	border: 2px solid;
	border-radius: 10px;
}

.sec_frametxt.-yellow {
	border-color: #fde091;
	background: #fffeef;
}

.sec_frametxt.-blue {
	border-color: #7ad5c7;
	background: #e8f6f5;
}

.sec_contact {
	overflow: hidden;
	border: var(--line_c) 3px solid;
	border-radius: 20px;
}

.sec_contact_hd {
	padding: 20px 30px 10px;
	background: var(--sub_c);
	font-weight: bold;
	font-size: 24px;
}

.sec_contact_wrap {
	padding: 20px 30px;
}

.sec_contact_cnt {
	margin-bottom: 15px;
}

.sec_contact_cnt:last-child {
	margin-bottom: 0;
}

.sec_contact_name {
	margin-bottom: 5px;
	font-weight: 500;
}

.sec_contact_detail {
}

.sec_contact_detail dl {
	display: flex;
	align-items: center;
	gap: 15px;
}

.sec_contact_detail dl dt {
}

.sec_contact_detail dl dt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 25px;
	border-radius: 9999px;
	background: var(--main_c);
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.sec_contact_detail dl dd {
}

.sec_info {
}

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

.sec_info_link {
	display: flex;
	gap: 50px;
	padding: 10px 0;
}

.sec_info_ttl {
}

.sec_iconlink {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 40px;
}

.sec_iconlink_cnt {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	border: var(--line_c) 3px solid;
	border-radius: 20px;
	font-weight: bold;
	transition: all 0.4s;
}

.sec_iconlink_cnt:hover {
	background: var(--sub_c);
}

.sec_iconlink_icon {
	display: flex;
	width: fit-content;
	max-width: 72px;
	height: auto;
	aspect-ratio: 1;
}

.sec_related_links {
}

.sec_related_links_cnt {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	color: #245faf;
}

.sec_related_links_cnt:first-child {
	border-top: 1px solid #cccccc;
}

/* 申請書弾ロード */
.download_cat {
	padding-bottom: 30px;
}

.download_cat_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 3%;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.download_cat_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	border: 1px solid var(--main_c);
	border-radius: 9999px;
	background: #ffffff;
	color: var(--main_c);
	font-weight: bold;
	cursor: pointer;
	transition: all 0.4s;
}

.download_cat_btn:hover,
.download_cat_btn.active {
	background: var(--main_c);
	color: #ffffff;
}

.sec_download {
	margin-bottom: 35px;
}

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

.sec_download_ttl {
	margin-bottom: 22px;
	color: #029880;
	font-weight: bold;
	font-size: 22px;
}

.sec_download_cnt {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	border-top: #cccccc 1px solid;
}

.sec_download .sec_download_cnt:last-child {
	border-bottom: 1px solid #cccccc;
}

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

.sec_download_hd_num {
	height: 100%;
	padding: 15px 12px;
	background: #f0f0f0;
}

.sec_download_hd_name {
	height: 100%;
	padding: 14px;
}

a.sec_download_hd_name {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

a.sec_download_hd_name .sec_link_blank {
	width: 15px;
}

a.sec_download_hd_name p {
	color: #003a75;
	text-decoration: underline;
}

.sec_download_btn {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 10px;
}

.sec_download_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
}

.sec_download_btn_web {
	background: #b94adb;
}

.sec_download_btn_pdf {
	background: #f05656;
}

.sec_download_btn_word {
	background: #0163d1;
}

.sec_download_btn_excel {
	background: #439556;
}

.sec_archive {
	display: grid;
	grid-template-columns: auto 230px;
	gap: 40px;
}

.-bid .sec_archive {
	display: block;
	width: 100%;
}

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

.sec_archive_cnt a {
	display: flex;
	align-items: baseline;
	gap: 50px;
	padding: 15px 0;
}

.sec_archive_link_cat {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 155px;
	height: 20px;
	border: var(--line_c) 1px solid;
	border-radius: 9999px;
	font-size: 13px;
}

.sec_archive_cat {
}

.sec_archive_cat_hd {
	margin-bottom: 20px;
	padding: 6px 15px;
	border-radius: 5px;
	background: var(--main_c);
	color: #ffffff;
	font-weight: bold;
}

.sec_archive_freehd {
	font-weight: 400;
	font-size: 15px;
}

.bindding_list {
}

.bindding_list_cnt {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 15px;
	padding: 12px;
	border-bottom: #cccccc 1px solid;
}

.bindding_list_link {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 40px;
	border-radius: 9999px;
	background: #ff9123;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.screen-reader-text {
	display: none;
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 20px;
	margin-top: 30px;
}

.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 35;
	border: var(--main_c) 1px solid;
	border-radius: 5px;
	transition: all 0.4s;
}

.page-numbers.dots {
	border: none;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--main_c);
	color: #ffffff;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	/* 段落 */
	.richedit p {
	}

	/* リスト */
	.richedit ul,
	.richedit ol {
	}

	.richedit ul li {
	}

	.richedit ol li {
	}

	/* 引用 */
	.richedit blockquote {
	}

	/* 画像 */
	.richedit img {
	}

	/* リンク */
	.richedit a {
	}

	.richedit a:hover {
	}

	/* テーブル */
	.richedit table {
	}

	.richedit table th,
	.richedit table td {
	}

	.richedit table th {
	}

	/* hr */
	.richedit hr {
	}

	/* ボタン風（管理画面で分かりやすいように） */
	.richedit .btn {
	}

	.richedit .btn:hover {
	}

	/* カスタムクラス（必要なら後で追加OK） */
	.richedit .lead {
	}

	/* 記事内で幅決めたい時 */
	.richedit .w50 {
	}

	.richedit .w75 {
	}

	.-page {
	}

	.-page.-normal {
	}

	.-page.-somu {
	}

	.-page.-gesui {
	}

	.-page.-kaigo {
	}

	.-page.-homonkango {
	}

	.pagehd {
		padding-top: 95px;
	}

	.pagehd.pagehdimg {
		background: var(--page_hd_sp) center / cover;
	}

	.pagehd.pagehdimg::before {
	}

	.pagehd_ttl {
		margin-bottom: 35px;
		padding-bottom: 19px;
		font-size: 22px;
	}

	.pagehdimg .pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_pnkz_wrap {
		flex-flow: column;
	}

	.pagehd_pnkz_list {
	}

	.pagehd_pnkz_list a {
	}

	.page_ttl {
		margin-bottom: 25px;
		padding-top: 20px;
	}

	.pagehdimg .page_ttl {
	}

	.page_ttl_wrap {
		font-size: 21px;
	}

	.page_ttl_wrap::before {
	}

	.sidebar_wrap {
		display: block;
	}

	.sidebar {
		display: none;
	}

	.sec {
		padding-bottom: 40px;
	}

	.sec_wrap {
	}

	.sec_ttl {
		display: flex;
		align-items: center;
		min-height: 50px;
		margin-bottom: 15px;
		padding: 8px 12px;
		border-radius: 8px;
		font-size: 20px;
		line-height: 1.2;
	}

	.sec_ttl::before {
		width: 50px;
		height: 6px;
	}

	.sec_cnt {
		margin-bottom: 20px;
	}

	.sec_cnt:last-child {
	}

	.sec_subttl {
		padding-left: 15px;
		font-size: 20px;
	}

	.sec_subttl::before {
		width: 9px;
	}

	.sec_txt {
	}

	.sec_tbl1 {
	}

	.sec_tbl1 dl {
		flex-flow: column;
	}

	.sec_tbl1 dl:first-child {
	}

	.sec_tbl1 dl dt {
		padding: 10px 12px;
	}

	.sec_tbl1 dl dd {
		padding: 10px 12px;
	}

	.sec_tbl2 {
	}

	.sec_tbl2 dl {
		flex-flow: column;
		gap: 0;
		padding: 10px 0;
	}

	.sec_tbl2 dl:first-child {
	}

	.sec_tbl2 dl dt {
		padding: 0 10px;
	}

	.sec_tbl2 dl dd {
		padding: 0 10px;
	}

	.sec_faq {
	}

	.sec_faq_wrap {
	}

	.sec_faq_hd {
	}

	.sec_faq_hd_item {
	}

	.sec_faq_hd_item span {
	}

	.sec_faq_detal {
	}

	.sec_file {
	}

	.sec_file a {
		margin-bottom: 10px;
	}

	.sec_file a:last-child {
	}

	.sec_file_icon {
	}

	.sec_link {
	}

	.sec_link a {
	}

	.sec_link_blank {
	}

	.sec_imgtxt {
		flex-flow: column;
		align-items: center;
		gap: 10px;
	}

	.sec_imgtxt.-left {
		flex-flow: column-reverse;
	}

	.sec_imgtxt_cnt {
	}

	.sec_imgtxt_img {
	}

	.sec_frametxt {
		padding: 20px 10px;
	}

	.sec_contact {
	}

	.sec_contact_hd {
		padding: 10px 15px 10px;
		font-size: 20px;
	}

	.sec_contact_wrap {
		padding: 15px 10px;
	}

	.sec_contact_name {
	}

	.sec_contact_detail {
	}

	.sec_contact_detail dl {
		flex-flow: column;
		align-items: start;
		gap: 5px;
		margin-bottom: 10px;
	}

	.sec_contact_detail dl dt {
	}

	.sec_contact_detail dl dt span {
		width: 60px;
		height: 20px;
		font-size: 12px;
	}

	.sec_contact_detail dl dd {
	}

	.sec_info {
	}

	.sec_info_cnt {
	}

	.sec_info_link {
		flex-flow: column;
		gap: 5px;
	}

	.sec_info_ttl {
	}

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

	.sec_iconlink_cnt {
		padding: 0 10px;
		border-radius: 15px;
	}

	.sec_iconlink_cnt:hover {
	}

	.sec_iconlink_icon {
		max-width: 60px;
	}

	.download_cat {
	}

	.download_cat_wrap {
		grid-template-columns: 1fr;
		gap: 10px;
		max-width: 300px;
	}

	.download_cat_btn {
	}

	.download_cat_btn:hover,
	.download_cat_btn.active {
	}

	.sec_download {
	}

	.sec_download:last-of-type {
	}

	.sec_download_ttl {
		margin-bottom: 10px;
		font-size: 19px;
	}

	.sec_download_cnt {
		gap: 10px;
	}

	.sec_download .sec_download_cnt:last-child {
	}

	.sec_download_hd {
	}

	.sec_download_hd_num {
		padding: 10px;
	}

	.sec_download_hd_name {
		padding: 10px;
	}

	.sec_download_btn {
		flex-flow: column;
		gap: 5px;
		padding: 10px 0;
	}

	.sec_download_btn a {
		width: 60px;
		height: 25px;
	}

	.sec_download_btn_pdf {
	}

	.sec_download_btn_word {
	}

	.sec_download_btn_excel {
	}

	.sec_archive {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.sec_archive_cnt a {
		flex-flow: column;
		gap: 5px;
	}

	.bindding_list {
	}

	.bindding_list_cnt {
		flex-flow: column;
		gap: 10px;
	}

	.bindding_list_link {
	}
}

