@charset "UTF-8";
:root {
	--color-black: #2C3136;
	--color-white: #fff;
	--color-gray: #707070;
	--color-black-hover: #666666;
	--color-bg: #E5ECF4;
	--color-main: #004EA2;
	--color-sub: #08367E;
	--color-base: #F0F5FA;
	--color-yellow: #FBCA4D;
	--color-label-1: #4A4F8B;
	--color-label-2: #2BA591;
	--color-label-3: #926BA5;
	--color-label-4: #398CC2;
	--color-light-blue2: #CED8E4;
	--color-line-blue: #4E6CBB;
	--color-line: #C6D2F0;
	--color-bar: #41649C;
	--color-lite-blue: #EFF2F5;
	--color-text-link: #0033CC;
	--line-height-high: 2.2;
	--font-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-mincho: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--font-oswald: "Oswald", sans-serif;
}
body {
	background: var(--color-white);
	color: var(--color-black);
	font-family: var(--font-gothic);
	font-size: 18px;
	line-height: 2;
	overflow-wrap: break-word;
	font-feature-settings: 'halt' on;
	letter-spacing: 0.02em;
}
a {
	color: inherit;
}
a:focus-visible {
	outline-color: #025ecc;
	outline-offset: 1px;
	outline-style: auto;
}
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}
button {
	caret-color: rgba(255, 255, 255, 0);
}
button:focus-visible {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
textarea,
[type="search"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	padding: 14px 15px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	line-height: 23px;
	background-color: #F7F7F7;
}
[data-animation] {
	transition-duration: 1s;
	transition-delay: .2s;
	transition-property: opacity;
	opacity: 0;
}
[data-animation="after"] {
	opacity: 1;
}
[data-animation][data-animation-type="fadeInRight"] {
	transition-property: opacity, transform;
	transform: translateX(-20px);
}
[data-animation="after"][data-animation-type="fadeInRight"] {
	transform: translateX(0);
}
[data-animation][data-animation-type="fadeInLeft"] {
	transition-property: opacity, transform;
	transform: translateX(20px);
}
[data-animation="after"][data-animation-type="fadeInLeft"] {
	transform: translateX(0);
}
[data-animation][data-animation-type="fadeInUp"] {
	transition-property: opacity, transform;
	transform: translateY(20px);
}
[data-animation="after"][data-animation-type="fadeInUp"] {
	transform: translateY(0);
}
[data-animation][data-animation-type="fadeZoomOut"] {
	transition-property: opacity, transform;
	transform: scale(1.05);
}
[data-animation="after"][data-animation-type="fadeZoomOut"] {
	transform: scale(1);
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::placeholder {
	color: #ccc
}
.icon {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	min-width: 1em;
}
.icon::before {
	display: block;
}
.u-inner {
	max-width: 1152px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-inner-narrow {
	max-width: 960px;
}
.u-ttl {
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 12px;
	font-weight: 900;
	color: var(--color-sub);
	letter-spacing: 0.02em;
}
.u-tbl {
	width: 100%;
	border-top: 1px solid var(--color-line);
}
.u-tbl > thead {}
.u-tbl > thead > tr {}
.u-tbl > thead > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	vertical-align: middle;
}
.u-tbl > tbody {}
.u-tbl > tbody > tr {
	border-bottom: 1px solid var(--color-line);
}
.u-tbl > tbody > tr > th {
	padding: 18px 15px;
	font-weight: bold;
	text-align: left;
	width: 180px;
	vertical-align: middle;
	font-size: 111%;
	color: var(--color-sub);
	box-sizing: border-box;
	padding-left: 0;
}
.u-tbl > tbody > tr > td {
	padding: 18px 15px;
	vertical-align: middle;
	padding-right: 0;
}
.u-tblWrap {
	overflow: auto;
}
.u-tblWrap_caution {
	display: none;
}
.u-list {
	list-style: none;
	line-height: 2;
}
.u-list > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 10px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 3px;
	height: 3px;
	background-color: currentColor;
	border-radius: 50%;
	left: 0;
	top: 1em;
	transform: translateY(-50%);
}
.u-sect {
	margin-top: -151px;
	padding-top: 151px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 40px;
	padding: 10px 20px;
	line-height: 1.6;
	background: var(--color-main);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: var(--color-white);
	min-height: 69px;
	font-size: 18px;
	font-weight: 500;
}
.u-btn_icnRight {
	font-size: 12px;
	margin-left: 10px;
	display: block;
}
.u-btn_icnLeft {
	font-size: 12px;
	margin-right: 10px;
}
.u-btn:active {}
.u-btn-white {
	background-color: rgba(255, 255, 255, 0);
	color: var(--color-main);
	border: 1px solid var(--color-main);
	font-size: 16px;
	min-height: 56px;
}
.u-btn-cancel {
	background: #666;
	color: #fff;
}
.u-selWrap {
	position: relative;
}
.u-selWrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 18px;
	border: 2px solid var(--color-main);
	width: 6px;
	height: 6px;
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
	border-top: none;
	border-left: none;
}
.u-selWrap::after {}
.u-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	border: 0;
	line-height: 56px;
	height: 56px;
	width: 100%;
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding-left: 16px;
	display: block;
	border: 1px solid var(--color-line);
	border-radius: 4px;
	padding-right: 38px;
	font-family: inherit;
	color: inherit;
	font-size: 16px;
}
.u-selWrap > select::-ms-expand {
	display: none;
}
.u-chkLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	line-height: 1.6;
}
.u-chkLbl > [type="checkbox"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-chkLbl_icon {
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	border: 1px solid #666;
	position: absolute;
	z-index: 0;
	top: calc(5px + 0.8em);
	transform: translateY(-50%);
	left: 0;
}
.u-chkLbl > [type="checkbox"]:focus-visible + .u-chkLbl_icon {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
.u-chkLbl_icon::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 8px;
	box-sizing: border-box;
	border: 3px solid #666;
	border-top: none;
	border-right: none;
	transform: translate(-50%, -50%) rotate(-39deg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	margin-top: -2px;
}
.u-chkLbl_text {
	display: block;
	font-weight: normal;
}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	line-height: 1.6;
}
.u-rdoLbl > [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-rdoLbl_icon {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #666;
	box-sizing: border-box;
	position: absolute;
	z-index: 0;
	top: calc(0.8em + 5px);
	left: 0;
	transform: translateY(-50%);
}
.u-rdoLbl_icon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #666;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-rdoLbl > [type="radio"]:focus-visible + .u-rdoLbl_icon {
	outline-width: 1px;
	outline-style: auto;
	outline-color: #025ecc;
	outline-offset: 1px;
}
.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl_text {
	display: block;
	font-weight: normal;
}
.u-hiddenSVG {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
.u-spBlock {
	display: none;
}
.u-spInline {
	display: none;
}
.u-tabletBlock {
	display: none;
}
.u-tabletInline {
	display: none;
}
.u-spsInline {
	display: none;
}
.u-lowResInline {
	display: none;
}
.u-clamp {
	max-height: 3.6em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.u-switchImg > img:first-child {}
.u-switchImg > img:last-child {
	display: none;
}
.u-fitImg {
	position: relative;
	z-index: 1;
	padding-bottom: 100%;
	overflow: hidden;
}
.u-fitImg > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.u-editor {
	word-break: break-all;
}
.u-editor::after {
	content: "";
	display: block;
	clear: both;
}
.u-editor div {
	max-width: 100%;
}
.u-editor img {
	max-width: 100%;
	height: auto;
}
.u-editor iframe {
	max-width: 100%;
}
.u-editor video {
	max-width: 100%;
	height: auto;
}
.u-editor ul {
	padding-left: 1.5em;
}
.u-editor ol {
	padding-left: 1.5em;
}
.u-editor blockquote {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	z-index: 1;
}
.u-editor blockquote::before {
	content: "“";
	font-size: 50px;
	color: #999;
	position: absolute;
	left: 5px;
	top: 5px;
	line-height: 1;
}
.u-editor blockquote::after {
	content: "”";
	font-size: 50px;
	color: #999;
	position: absolute;
	right: 5px;
	bottom: -15px;
	line-height: 1;
}
.u-ttlDot {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	padding-left: 16px;
	margin-bottom: 24px;
	letter-spacing: 0.04em;
}
.u-ttlDot::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--color-yellow);
	border-radius: 50%;
	position: absolute;
	top: 0.8em;
	transform: translateY(-50%);
	left: 0;
}
.u-ttlSquare {
	background-color: var(--color-bar);
	border-radius: 8px;
	color: var(--color-white);
	padding: 12px 22px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 22px;
}
.u-number {
	font-family: var(--font-oswald);
	color: var(--color-main);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.u-number_num {}
.u-number_txt {
	margin-right: 7px;
}
.u-btnArrowCircle {
	background-color: var(--color-lite-blue);
	color: var(--color-black);
	font-size: 16px;
	font-weight: normal;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 10px;
	border-radius: 30px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.u-btnArrowCircle_circle {
	width: 20px;
	height: 20px;
	background-color: var(--color-sub);
	border-radius: 50%;
	font-size: 9px;
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	min-width: 20px;
}
.u-btnArrowCircle_circle > .icon {
	display: block;
}
.u-btnArrowCircle-white {
	border: 1px solid #CED8E4;
	background-color: rgba(255, 255, 255, 0);
}
.u-btnArrowCircle_circle-white {
	background-color: var(--color-main);
}
.u-txtLink {
	text-decoration: underline;
	color: var(--color-main);
	transition-duration: .3s;
	transition-property: color, background-color;
}
.u-cat {
	line-height: 1;
	color: var(--color-white);
	font-size: 15px;
	font-weight: 500;
	background-color: var(--color-label-1);
	padding: 5px 8px;
	border-radius: 4px;
	min-width: 110px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: opacity;
}
.u-cat-house {}
.u-cat-public {
	background-color: var(--color-label-3);
}
.u-cat-news {
	background-color: var(--color-label-2);
}
.u-areaCat {
	line-height: 1;
	color: var(--color-white);
	font-size: 15px;
	font-weight: 500;
	background-color: var(--color-label-4);
	border-radius: 4px;
	text-decoration: none;
	box-sizing: border-box;
	display: flex;
	padding: 5px 8px;
	min-height: 26px;
	align-items: center;
	justify-content: center;
}
.u-worksCat {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-main);
	border-radius: 4px;
	border: 1px solid currentColor;
	background-color: var(--color-white);
	line-height: 1;
	padding: 9px 7px;
}
.u-update {
	font-family: var(--font-oswald);
	line-height: 26px;
	color: var(--color-black);
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.u-update > time {}
.u-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3.4%;
	row-gap: 40px;
}
.u-new {
	font-size: 13px;
	font-weight: 500;
	font-family: var(--font-oswald);
	background-color: var(--color-yellow);
	padding: 0px 9px;
	border-radius: 4px;
	margin-left: 10px;
	vertical-align: middle;
	color: var(--color-black);
	position: relative;
	top: -2px;
}
.u-editor h2 {
	background-color: var(--color-bar);
	border-radius: 8px;
	color: var(--color-white);
	padding: 12px 22px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 22px;
}
.u-editor h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	padding-left: 16px;
	margin-bottom: 22px;
	margin-top: 22px;
}
.u-editor h3::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: var(--color-yellow);
	border-radius: 50%;
	position: absolute;
	top: 0.8em;
	transform: translateY(-50%);
	left: 0;
}
.u-editor p {
	line-height: 2.2;
	margin-top: 1em;
	margin-bottom: 1em;
}
.u-editor .wp-caption-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin-top: 8px;
	margin-bottom: 0;
}
.u-editor p > a {
	color: var(--color-main);
	transition-duration: .3s;
	transition-property: color, background-color;
}
.u-editor table {
	line-height: 1.4;
	border: 1px solid var(--color-line);
	margin-top: 16px;
	margin-bottom: 16px;
}
.u-editor table > tbody {}
.u-editor table > tbody > tr {
	border-bottom: 1px solid var(--color-line);
}
.u-editor table > tbody > tr:last-child {
	border-bottom: none;
}
.u-editor table > tbody > tr > th {
	text-align: left;
	padding: 20px 23px;
	vertical-align: middle;
	font-weight: inherit;
}
.u-editor table > tbody > tr > td {
	text-align: left;
	padding: 20px 23px;
	vertical-align: middle;
	border-left: 1px solid var(--color-line);
}
.u-ttlBar {
	color: var(--color-sub);
	font-size: 40px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 28px;
	position: relative;
	padding-left: 40px;
}
.u-ttlBar::before {
	content: "";
	display: block;
	width: 20px;
	height: 4px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.u-ttlBar-spEdge {}
.u-catList {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 6px;
	row-gap: 6px;
}
.u-catList > li {}
.u-catList > li > a {}
@media screen and (max-width:1199px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.u-editor p > a:hover {
		text-decoration: underline;
		color: var(--color-label-4);
	}
	.u-catList > li > a:hover {}
	a:hover {
		text-decoration: none;
	}
	.u-btn:hover {
		background: var(--color-sub);
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btn-white:hover {
		background-color: var(--color-main);
		color: var(--color-white);
	}
	a:hover .u-btnArrowCircle,
	.u-btnArrowCircle:hover {
		background-color: var(--color-bg);
		color: var(--color-main);
	}
	a:hover .u-btnArrowCircle-white,
	.u-btnArrowCircle-white:hover {
		background-color: var(--color-bg);
	}
	.u-txtLink:hover {
		color: var(--color-label-4);
		text-decoration: underline;
	}
	.u-cat:hover {
		opacity: 0.7;
	}
	.u-editor p > a:hover {}
}
@media screen and (max-width:999px) {
	body {
		line-height: 1.8;
	}
	a {}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {
		font-size: 32px;
	}
	.u-tbl {}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {}
	.u-tbl > tbody > tr {}
	.u-tbl > tbody > tr > th {}
	.u-tbl > tbody > tr > td {}
	.u-tblWrap {}
	.u-tblWrap_caution {}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {
		margin-top: -136px;
		padding-top: 136px;
	}
	.u-btn {}
	.u-btn:active {}
	.u-btn_icnRight {}
	.u-btn_icnLeft {}
	.u-btn-white {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::after {}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::after {}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-fitImg {}
	.u-fitImg > img {}
	.u-tabletBlock {
		display: block;
	}
	.u-tabletInline {
		display: inline;
	}
	.u-tabletNone {
		display: none;
	}
	.u-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ul {}
	.u-editor ol {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-ttlDot {
		font-size: 20px;
	}
	.u-ttlDot::before {}
	.u-ttlSquare {
		font-size: 21px;
	}
	.u-number {}
	.u-number_num {}
	.u-number_txt {}
	.u-btnArrowCircle {}
	.u-btnArrowCircle_circle {}
	.u-btnArrowCircle_circle > .icon {}
	.u-btnArrowCircle-white {}
	.u-btnArrowCircle_circle-white {}
	.u-txtLink {}
	.u-cat {}
	.u-cat-house {}
	.u-cat-public {}
	.u-cat-news {}
	.u-areaCat {}
	.u-worksCat {}
	.u-update {}
	.u-update > time {}
	.u-grid {}
	.u-new {}
	.u-editor h2 {
		font-size: 21px;
	}
	.u-editor h3 {
		font-size: 20px;
	}
	.u-editor h3::before {}
	.u-editor p {}
	.u-editor p > a {}
	.u-editor table {}
	.u-editor table > tbody {}
	.u-editor table > tbody > tr {}
	.u-editor table > tbody > tr > th {}
	.u-editor table > tbody > tr > td {}
	.u-ttlBar {
		font-size: 34px;
		margin-bottom: 22px;
	}
	.u-ttlBar::before {
		content: "";
		display: block;
	}
	.u-ttlBar-spEdge {}
	.u-catList {}
	.u-catList > li {}
	.u-catList > li > a {}
}
@media screen and (max-width:767px) {
	body {
		min-width: 320px;
	}
	a {}
	a[href^="tel:"] {}
	textarea,
	[type="search"],
	[type="date"],
	[type="tel"],
	[type="email"],
	[type="number"],
	[type="password"],
	[type="text"] {
		font-size: 16px;
	}
	label [type="checkbox"],
	label [type="radio"] {}
	label {}
	label:last-child {}
	.u-mincho {}
	.u-inner {}
	.u-ttl {
		font-size: 24px;
	}
	.u-tbl {
		display: block;
	}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {
		display: block;
	}
	.u-tbl > tbody > tr {
		display: block;
		padding: 12px 20px;
		padding-bottom: 10px;
	}
	.u-tbl > tbody > tr > th {
		width: auto;
		padding: 0;
		display: block;
	}
	.u-tbl > tbody > tr > td {
		padding: 0;
		display: block;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {
		padding-top: 80px;
		margin-top: -80px;
	}
	.u-btn {
		min-height: 61px;
	}
	.u-btn:active {}
	.u-btn_icnRight {
		margin-left: 8px;
	}
	.u-btn_icnLeft {}
	.u-btn-white {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {}
	.u-chkLbl_icon::after {}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {}
	.u-rdoLbl_icon::after {}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-spBlock {
		display: block;
	}
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-switchImg {}
	.u-switchImg > img:first-child {
		display: none;
	}
	.u-switchImg > img:last-child {
		display: block;
	}
	.u-fitImg {}
	.u-fitImg > img {}
	.u-editor {}
	.u-editor::after {}
	.u-editor div {}
	.u-editor img {}
	.u-editor ul {}
	.u-editor ol {}
	.u-editor blockquote {}
	.u-editor blockquote::before {}
	.u-editor blockquote::after {}
	.u-ttlDot {
		font-size: 18px;
	}
	.u-ttlDot::before {}
	.u-ttlSquare {
		font-size: 18px;
	}
	.u-number {
		margin-bottom: 5px;
	}
	.u-number_num {}
	.u-number_txt {}
	.u-btnArrowCircle {}
	.u-btnArrowCircle_circle {}
	.u-btnArrowCircle_circle > .icon {}
	.u-btnArrowCircle-white {}
	.u-btnArrowCircle_circle-white {}
	.u-txtLink {}
	.u-cat {}
	.u-cat-house {}
	.u-cat-public {}
	.u-cat-news {}
	.u-areaCat {}
	.u-worksCat {}
	.u-update {}
	.u-update > time {}
	.u-grid {
		display: block;
	}
	.u-new {
		margin-left: 8px;
	}
	.u-editor h2 {
		font-size: 18px;
	}
	.u-editor h3 {
		font-size: 18px;
	}
	.u-editor h3::before {}
	.u-editor p {
		line-height: inherit;
	}
	.u-editor p > a {}
	.u-editor table {
		display: block;
	}
	.u-editor table > tbody {
		display: block;
	}
	.u-editor table > tbody > tr {
		display: block;
	}
	.u-editor table > tbody > tr > th {
		display: block;
		padding: 17px 23px;
		border-bottom: 1px solid var(--color-line);
	}
	.u-editor table > tbody > tr > td {
		display: block;
		border-left: none;
		padding: 17px 23px;
	}
	.u-editor table > tbody > tr > td + td {
		border-top: 1px solid var(--color-line);
	}
	.u-ttlBar {
		font-size: 24px;
		padding-left: 28px;
		margin-bottom: 17px;
	}
	.u-ttlBar::before {
		content: "";
		display: block;
	}
	.u-ttlBar-spEdge {
		margin-left: -20px;
	}
	.u-catList {}
	.u-catList > li {}
	.u-catList > li > a {}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
	.u-btn {
		font-size: 15px;
	}
	.u-worksCat {
		font-size: 11px;
		padding: 9px 4px;
	}
}
