@charset "UTF-8";
:root {
	--color-text: #333;
	--color-blue-main: #004EA2;
	--color-blue-light: #D4E2EF;
	--color-blue-border: #9EBEE0;
	--color-blue-pale: #EFF3F7;
	--color-blue-pale-border: #E2E7EB;
	--color-gray: #707070;
	--color-gray-light: #FAFAFA;
	--color-gray-border: #ccc;
	--color-gray-border-light: #E0E0E0;
	--color-green: #B2C629;
	--color-green-light: #C4D549;
	--color-green-pale: #F5FCF8;
	--color-green-yellow: #F3F7D7;
	--color-green-leaves: #2BA307;
	--color-green-cream: #ECF7EE;
	--grad-blue-to-right: linear-gradient(to right, #5694d8, #004ea2);
	--font-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-verdana: Verdana, Arial, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-lato: 'Lato', sans-serif;
	--font-mincho: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--font-size-medium: 20px;
	--width-inner-middle: 1180px;
	--width-inner-small: 960px;
	--margin-section: 80px;
	--line-height-large: 1.875;
}
body {
	background: #fff;
	color: var(--color-text);
	font-family: var(--font-gothic);
	font-size: 16px;
	line-height: 1.5;
	overflow-wrap: break-word;
}
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: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: 9px 15px;
	border: 1px solid var(--color-text);
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	background-color: #fff;
}
[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;
	z-index: 1;
	min-width: 1em;
}
.icon::before {
	display: block;
}
.u-inner {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}
.u-tbl {
	width: 100%;
}
.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 {}
.u-tbl > tbody > tr > th {
	padding: 7px 10px;
	border: 1px solid #ddd;
	white-space: nowrap;
	background: #efefef;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
}
.u-tbl > tbody > tr > td {
	padding: 7px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.u-tblWrap {
	overflow: auto;
}
.u-tblWrap_caution {
	display: none;
}
.u-list {
	list-style: none;
}
.u-list > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 14px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 8px;
	height: 8px;
	background-color: var(--color-blue-main);
	border-radius: 50%;
	left: 0;
	top: calc(0.75em - 4px);
}
.u-sect {
	padding-top: 90px;
	margin-top: -90px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 6px;
	padding: 10px 10px;
	line-height: 1.2;
	background: var(--color-blue-main);
	border: 1px solid var(--color-blue-main);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	color: #fff;
	min-height: 48px;
	font-weight: 500;
}
.u-btn:active {}
button.u-btn::before {
	display: none;
}
.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: 9px;
	border: 6px solid rgba(255, 255, 255, 0);
	width: 0;
	height: 0;
	border-top-width: 8px;
	border-bottom-width: 0;
	border-top-color: currentColor;
	transform: translateY(-50%);
	pointer-events: none;
}
.u-selWrap::after {}
.u-selWrap > select {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	border: 0;
	line-height: 32px;
	height: 32px;
	width: 100%;
	border-right: 25px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding-left: 15px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-right: 25px;
}
.u-selWrap > select::-ms-expand {
	display: none;
}
.u-chkLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 34px;
	line-height: 1.6;
	text-decoration: underline;
	cursor: pointer;
}
.u-chkLbl > [type="checkbox"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-chkLbl_icon {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
	border: 2px solid var(--color-blue-main);
	position: absolute;
	z-index: 0;
	top: calc(5px + 0.8em);
	transform: translateY(-50%);
	left: 0;
	border-radius: 2px;
}
.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: 17px;
	height: 17px;
	box-sizing: border-box;
	background-image: url(/assets/img/common/icn-check.svg);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
}
.u-chkLbl_text {
	display: block;
	font-weight: normal;
}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {
	background-color: var(--color-blue-main);
}
.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {
	opacity: 1;
}
.u-rdoLbl {
	position: relative;
	display: block;
	padding: 5px 0;
	padding-left: 34px;
	line-height: 1.6;
	text-decoration: underline;
	cursor: pointer;
}
.u-rdoLbl > [type="radio"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}
.u-rdoLbl_icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 2px solid var(--color-blue-main);
	box-sizing: border-box;
	position: absolute;
	z-index: 0;
	top: calc(0.8em + 5px);
	left: 0;
	transform: translateY(-50%);
	background-color: #fff;
}
.u-rdoLbl_icon::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	background: var(--color-blue-main);
	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:last-child {
	display: none;
}
.u-fitImg {
	position: relative;
	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-ttlDeco {
	display: flex;
	min-height: 98px;
	position: relative;
	padding-left: 72px;
	align-items: center;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
}
.u-ttlDeco::before {
	content: "";
	background-image: url(/assets/img/common/bg-title-deco.svg);
	width: 58px;
	height: 98px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.u-ttlDeco::after {}
.u-ttlDeco_sub {
	display: block;
	font-size: 62px;
	font-family: var(--font-lato);
	margin-right: 0.4em;
}
.u-ttlDeco_main {
	display: block;
	position: relative;
	z-index: 1;
	top: 0.2em;
}
.u-link {
	font-weight: 500;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-link > .icon-arrowRight {
	color: var(--color-blue-main);
	font-size: 87.5%;
	display: block;
	margin-left: 4px;
	top: 0.05em;
}
.u-cat {
	background-color: var(--color-blue-main);
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	padding: 3px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 25px;
	box-sizing: border-box;
	line-height: 1;
}
.u-cat[data-slug="letter"] {
	background-color: #B2C629;
}
.u-cat[data-slug="news"] {
	background-color: #6BA9EB;
}
.u-tag {
	border: 1px solid #E2E7EB;
	border-radius: 6px;
	min-height: 27px;
	background-color: #fff;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	box-sizing: border-box;
	line-height: 1;
}
.u-tag_box {
	content: "";
	display: block;
	width: 4px;
	height: 10px;
	background-color: currentColor;
	margin-right: 4px;
}
.u-tag-large {}
.u-tag_box-large {}
.u-ttlUnder {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 500;
	border-bottom: 2px solid var(--color-blue-main);
	padding-bottom: 19px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.u-btn > .icon-arrowLeft {
	font-size: 12px;
	margin-right: 8px;
}
.u-btn > .icon-arrowRight {
	font-size: 12px;
	margin-left: 6px;
	top: 1px;
}
.u-btn-border {
	border-width: 2px;
	border-color: var(--color-text);
	background-color: rgba(255, 255, 255, 0);
	color: var(--color-text);
}
.u-ttlUnderSimple {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid var(--color-gray-border);
	padding-bottom: 3px;
	margin-bottom: 24px;
}
a[aria-current="page"] > .u-tag {
	border-color: var(--color-blue-main);
	box-shadow: 0 0 0 1px var(--color-blue-main);
}
.u-ttlUnderDeco {
	font-size: 26px;
	position: relative;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
.u-ttlUnderDeco::before {
	content: "";
	height: 4px;
	display: block;
	width: 48px;
	background-image: linear-gradient(to right, var(--color-blue-main) 20px, rgba(255, 255, 255, 0) 20px, rgba(255, 255, 255, 0) 24px, var(--color-green-light) 24px, var(--color-green-light) 44px, rgba(255, 255, 255, 0) 44px);
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -1px;
}
.u-ttlUnderDeco::after {
	content: "";
	display: block;
	width: calc(100% - 48px);
	bottom: 0;
	right: 0;
	position: absolute;
	height: 2px;
	background-image: linear-gradient(to right, #dedede, #969494);
}
.u-ttlUnderDeco-mbL {
	margin-bottom: 40px;
}
.u-indent {
	max-width: var(--width-inner-middle);
	margin: 0 auto;
}
.u-scroll {
	scrollbar-width: auto;
	scrollbar-color: #888 rgba(255, 255, 255, 0);
}
.u-scroll::-webkit-scrollbar {
	width: 12px;
}
.u-scroll::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0);
}
.u-scroll::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 6px;
}
.u-telIcon {
	background-color: var(--color-blue-main);
	height: 24px;
	width: 24px;
	border-radius: 2px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
	margin-right: 5px;
}
.u-btn-white {
	background-color: #fff;
	color: var(--color-blue-main);
	border-color: #fff;
}
.u-ttlUnderSimple-noMb {
	margin-bottom: 0;
}
.u-tblHead {
	width: 100%;
}
.u-tblHead > thead {}
.u-tblHead > thead > tr {}
.u-tblHead > thead > tr > th {
	background-color: #EFF3F7;
	font-weight: inherit;
	padding: 5px 10px;
	line-height: 1;
	white-space: nowrap;
	height: 36px;
	box-sizing: border-box;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.u-tblHead > thead > tr > th:first-child {
	border-left: none;
}
.u-tblHead > thead > tr > th:last-child {
	border-right: none;
}
.u-tblHead > tbody {}
.u-tblHead > tbody > tr {
	border-bottom: 1px solid var(--color-gray-border);
}
.u-tblHead > tbody > tr > td {
	text-align: center;
	padding: 10px 10px;
	vertical-align: middle;
	height: 64px;
	box-sizing: border-box;
}
.u-label {
	background-color: var(--color-green);
	color: #fff;
	min-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	width: 106px;
	padding: 2px 10px;
	box-sizing: border-box;
}
.u-btnBorder {
	border: 2px solid var(--color-text);
	border-radius: 6px;
	display: flex;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 5px 10px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	text-decoration: none;
}
.u-btnBorder > .icon-blank {
	display: block;
	color: var(--color-blue-main);
	font-size: 78%;
	margin-left: 4px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.u-btnBorder > .icon-arrowRight {
	display: block;
	font-size: 75%;
	margin-left: 5px;
	position: relative;
	z-index: 1;
	top: 1px;
}
.u-btnBorder > .icon-pdf {
	margin-left: 5px;
}
.u-btnBorder._red_ {
	border: 2px solid #b30b00;
}
.u-btnBorder._red_ > .icon-pdf {
	color: #b30b00;
}
.u-btnBorder._red_:hover {
	background: #b30b00;
	border: 2px solid #b30b00;
}
.u-btnBorder._red_ > .icon-pdf {
	color: #b30b00;
}
.u-btnBorder._red_:hover > .icon-pdf {
	color: #fff;
}
.u-linkTxt {
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.u-linkTxt > .icon {
	color: var(--color-blue-main);
	position: relative;
	z-index: 1;
	display: inline-block;
}
.u-linkTxt > .icon-pdf {
	margin-left: 11px;
	font-size: 105%;
	top: -2px;
}
.u-linkTxt > .icon-blank {
	font-size: 75%;
	margin-left: 7px;
	top: -1px;
}
.u-linkTxt > .icon-arrowRight {}
.u-cauList {
	list-style: none;
}
.u-cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.u-note {
	font-size: 13px;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.u-note > a {
	color: var(--color-blue-main);
	text-decoration: none;
}
.u-tblRect {
	display: block;
}
.u-tblRect > tbody {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr;
}
.u-tblRect > tbody > tr {
	display: flex;
	align-items: flex-start;
}
.u-tblRect > tbody > tr > th {
	white-space: nowrap;
	width: 46px;
	height: 46px;
	background-color: var(--color-blue-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 1.17;
	background-image: linear-gradient(-45deg, #D5E2F0 50%, rgba(255, 255, 255, 0) 50%);
}
.u-tblRect > tbody > tr > td {
	width: calc(100% - 60px);
	margin-left: auto;
	min-height: 48px;
	align-items: center;
	display: flex;
}
.u-ttlBg {
	background-color: var(--color-blue-pale);
	font-size: 16px;
	font-weight: 500;
	padding: 16px 20px;
	margin-bottom: 15px;
}
.u-tblRect-single {}
.u-tblRect-single > tbody {
	display: block;
}
.u-tblRect-single > tbody > tr:nth-child(n+2) {
	margin-top: 13px;
}
.u-noteList {
	list-style: none;
	font-size: 13px;
}
.u-noteList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.u-btnBorder-green {
	border-color: var(--color-green-leaves);
}
.u-btnBorder-green > .icon-blank {
	color: #000;
    margin-left: 10px;
    font-size: 70%;
}
.u-ttlSmall {
	font-size: 16px;
	font-weight: normal;
}
.u-ttlUnderSimple-Circle {
	display: flex;
	margin-bottom: 29px;
}
.u-ttlUnderSimple-Circle_sub {
	min-width: 24px;
	display: flex;
	height: 24px;
	background-color: var(--color-blue-main);
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 5px;
	top: 3px;
	position: relative;
}
.u-pcNone {
	display: none;
}
.u-indent-list {
	display: table;
}
.u-indent-list .__item {
	display: table-cell;
	white-space: nowrap;
}
.u-indent-list._space_ .__item {
	padding-right: 1em;
}
.u-table-basic {
	width: 100%;
	border: 1px solid #C9C9C9;
}
.u-table-basic > tbody > tr {
	border-top: 1px solid #C9C9C9;
}
.u-table-basic > tbody > tr:first-child {
	border-top: 1px solid #C9C9C9;
}
.u-table-basic > tbody > tr > th {
	white-space: nowrap;
    font-weight: inherit;
    padding: 14px 10px;
    background-color: var(--color-blue-pale);
    box-sizing: border-box;
    width: 120px;
    vertical-align: top;
	text-align: left;
    border: 1px solid #C9C9C9;
}
.u-table-basic > tbody > tr > td {
	text-align: left;
    padding-left: 20px;
    padding-right: 20px;
	vertical-align: middle;
    padding: 14px 10px;
    border-left: 1px solid #C9C9C9;
}
@media screen and (max-width:1299px) {
	.u-lowResInline {
		display: inline;
	}
	.u-lowResNone {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.u-chkLbl:hover {
		text-decoration: none;
	}
	.u-rdoLbl:hover {
		text-decoration: none;
	}
	.u-scroll::-webkit-scrollbar-thumb:hover {
		background-color: #aaa;
	}
	.u-link:hover {
		color: var(--color-blue-main);
	}
	a:hover {
		text-decoration: none;
	}
	.u-btn:hover {
		background: #fff;
		color: var(--color-blue-main);
	}
	.u-btn-white:hover {
		background-color: var(--color-blue-main);
		color: #fff;
		border-color: var(--color-blue-main);
	}
	.u-btn-border:hover {
		border-color: var(--color-blue-main);
		background-color: var(--color-blue-main);
		color: #fff;
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btnBorder:hover {
		background-color: var(--color-blue-main);
		color: #fff;
		border-color: var(--color-blue-main);
	}
	.u-btnBorder:hover > .icon-blank {
		color: #fff;
	}
	.u-linkTxt:hover {
		color: var(--color-blue-main);
	}
	.u-linkTxt:hover > .icon {}
	.u-btnBorder-green:hover {
		background-color: var(--color-green-leaves);
		border-color: var(--color-green-leaves);
	}
}
@media screen and (max-width: 999px) {
	:root {
		--font-size-medium: 18px;
		--margin-section: 70px;
		--line-height-large: 1.61;
	}
	body {
		font-size: 15px;
	}
	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 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.u-ttl {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.u-ttl::before {}
	.u-ttl::after {}
	.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 {
		padding: 10px 10px;
	}
	.u-tbl > tbody > tr > td {
		padding: 10px 10px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {}
	.u-list {}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {}
	.u-btn {}
	.u-btn:active {}
	.u-btn::after {}
	.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-ttlDeco {
		font-size: 18px;
		min-height: 78px;
	}
	.u-ttlDeco::before {
		width: 46px;
		height: 78px;
	}
	.u-ttlDeco::after {}
	.u-ttlDeco_sub {
		font-size: 45px;
	}
	.u-ttlDeco_main {}
	.u-link {}
	.u-link > .icon-arrowRight {}
	.u-cat {}
	.u-tag {}
	.u-tag_box {}
	.u-tag-large {}
	.u-tag_box-large {}
	.u-ttlUnder {}
	.u-btn > .icon-arrowLeft {}
	.u-btn > .icon-arrowRight {}
	.u-btn-border {}
	.u-ttlUnderSimple {}
	.u-ttlUnderSimple-noMb {
		margin-bottom: 0;
	}
	.u-ttlUnderSimple-Circle {
		margin-bottom: 20px;
	}
	.u-ttlUnderDeco {
		font-size: 23px;
		padding-bottom: 10px;
	}
	.u-ttlUnderDeco::before {}
	.u-ttlUnderDeco::after {}
	.u-ttlUnderDeco-mbL {
		margin-bottom: 30px;
	}
	.u-telIcon {}
	.u-tblHead {}
	.u-tblHead > thead {}
	.u-tblHead > thead > tr {}
	.u-tblHead > thead > tr > th {
		border-left-width: 5px;
		border-right-width: 5px;
	}
	.u-tblHead > tbody {}
	.u-tblHead > tbody > tr {}
	.u-tblHead > tbody > tr > td {}
	.u-label {
		min-height: 25px;
		font-size: 14px;
		width: 90px;
		margin-top: 6px;
	}
	.u-btnBorder {}
	.u-btnBorder > .icon-blank {}
	.u-linkTxt {}
	.u-linkTxt > .icon {}
	.u-linkTxt > .icon-pdf {}
	.u-linkTxt > .icon-blank {}
	.u-linkTxt > .icon-arrowRight {}
	.u-cauList {}
	.u-cauList > li {}
	.u-cauList > li:first-child {}
	.u-note {}
	.u-tblRect {}
	.u-tblRect > tbody {}
	.u-tblRect > tbody > tr {}
	.u-tblRect > tbody > tr > th {}
	.u-tblRect > tbody > tr > td {}
	.u-ttlBg {
		font-size: 15px;
		padding: 12px 15px;
	}
	.u-tblRect-single {}
	.u-tblRect-single > tbody {}
	.u-tblRect-single > tbody > tr:nth-child(n+2) {}
	.u-noteList {}
	.u-noteList > li {}
	.u-btnBorder-green {}
	.u-ttlSmall {
		font-size: inherit;
	}
	.u-ttlUnderSimple-Circle_sub {}
}
@media screen and (max-width:767px) {
	:root {
		--font-size-medium: 16px;
		--margin-section: 60px;
	}
	body {
		min-width: 320px;
		font-size: 14px;
	}
	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: 16px;
		margin-bottom: 10px;
	}
	.u-ttl::before {}
	.u-ttl::after {}
	.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 {
		width: auto;
		padding: 3px 5px;
	}
	.u-tbl > tbody > tr > td {
		padding: 3px 5px;
	}
	.u-tblWrap {}
	.u-tblWrap_caution {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.u-list {
		line-height: 1.4;
	}
	.u-list > li {
		padding-left: 11px;
	}
	.u-list > li:first-child {}
	.u-list > li::before {
		width: 6px;
		height: 6px;
		top: calc(0.7em - 3px);
	}
	.u-sect {
		padding-top: 10px;
		margin-top: -10px;
	}
	.u-btn {
		min-height: 42px;
		border-radius: 5px;
	}
	.u-btn:active {}
	.u-btn::after {}
	.u-btn-cancel {}
	.u-selWrap {}
	.u-selWrap::before {}
	.u-selWrap::after {}
	.u-selWrap > select {}
	.u-chkLbl {
		padding-left: 24px;
	}
	.u-chkLbl > [type="checkbox"] {}
	.u-chkLbl_icon {
		width: 15px;
		height: 15px;
	}
	.u-chkLbl_icon::after {
		width: 10px;
		height: 10px;
	}
	.u-chkLbl_text {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon {}
	.u-chkLbl > [type="checkbox"]:checked + .u-chkLbl_icon::after {}
	.u-rdoLbl {
		padding-left: 24px;
	}
	.u-rdoLbl > [type="radio"] {}
	.u-rdoLbl_icon {
		width: 15px;
		height: 15px;
	}
	.u-rdoLbl_icon::after {
		width: 8px;
		height: 8px;
	}
	.u-rdoLbl_text {}
	.u-rdoLbl > [type="radio"]:checked + .u-rdoLbl_icon {}
	.u-spBlock {
		display: block;
	}
	.u-spInline {
		display: inline;
	}
	.u-spNone {
		display: none;
	}
	.u-pcNone {
		display: block;
	}
	.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-ttlDeco {
		display: block;
		font-size: 11px;
		padding-left: 43px;
		min-height: 55px;
		line-height: 1.2;
		margin-bottom: 21px;
	}
	.u-ttlDeco::before {
		width: 33px;
		height: 55px;
	}
	.u-ttlDeco::after {}
	.u-ttlDeco_sub {
		font-size: 28px;
		margin-right: 0;
		margin-bottom: 2px;
	}
	.u-ttlDeco_main {
		top: 0;
	}
	.u-link {}
	.u-link > .icon-arrowRight {}
	.u-cat {
		min-height: 22px;
		border-radius: 3px;
	}
	.u-tag {
		min-height: 20px;
		border-radius: 3px;
		padding: 4px 5px;
	}
	.u-tag_box {
		width: 3px;
		height: 8px;
	}
	.u-tag-large {
		border-radius: 5px;
		min-height: 30px;
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.u-tag_box-large {
		width: 5px;
		height: 12px;
	}
	.u-ttlUnder {
		font-size: 19px;
		padding-bottom: 10px;
		margin-bottom: 18px;
	}
	.u-btn > .icon-arrowLeft {
		font-size: 10px;
		margin-right: 5px;
	}
	.u-btn > .icon-arrowRight {
		font-size: 10px;
		margin-left: 5px;
		top: 0;
	}
	.u-btn-border {}
	.u-ttlUnderSimple {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.u-ttlUnderSimple-noMb {
		margin-bottom: 0;
	}
	.u-ttlUnderDeco {
		font-size: 19px;
		padding-bottom: 9px;
		margin-bottom: 20px;
	}
	.u-ttlUnderDeco::before {}
	.u-ttlUnderDeco::after {}
	.u-ttlUnderDeco-mbL {
		margin-bottom: 20px;
	}
	.u-telIcon {
		width: 15px;
		height: 15px;
		font-size: 10px;
	}
	.u-tblHead {}
	.u-tblHead > thead {}
	.u-tblHead > thead > tr {}
	.u-tblHead > thead > tr > th {
		height: 28px;
	}
	.u-tblHead > tbody {}
	.u-tblHead > tbody > tr {}
	.u-tblHead > tbody > tr > td {
		padding: 5px 5px;
		height: 40px;
	}
	.u-label {
		width: 70px;
		min-height: 20px;
		font-size: 12px;
		padding: 2px 5px;
	}
	.u-btnBorder {
		min-height: 42px;
	}
	.u-btnBorder > .icon-blank {
		font-size: 100%;
	}
	.u-linkTxt {}
	.u-linkTxt > .icon {}
	.u-linkTxt > .icon-pdf {
		margin-left: 4px;
		font-size: 86%;
	}
	.u-linkTxt > .icon-blank {
		font-size: 90%;
	}
	.u-linkTxt > .icon-arrowRight {}
	.u-cauList {}
	.u-cauList > li {}
	.u-cauList > li:first-child {}
	.u-note {}
	.u-tblRect {}
	.u-tblRect > tbody {
		display: block;
	}
	.u-tblRect > tbody > tr {}
	.u-tblRect > tbody > tr > th {}
	.u-tblRect > tbody > tr > td {}
	.u-tblRect > tbody > tr:nth-child(n+2) {
		margin-top: 10px;
	}
	.u-ttlBg {
		font-size: 14px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.u-tblRect-single {}
	.u-tblRect-single > tbody {}
	.u-tblRect-single > tbody > tr:nth-child(n+2) {}
	.u-noteList {
		font-size: 12px;
	}
	.u-noteList > li {}
	.u-btnBorder-green {}
	.u-ttlSmall {}
	.u-ttlUnderSimple-Circle_sub {
		min-width: 18px;
		height: 19px;
		font-size: 10px;
		top: 4px;
	}
	.u-table-basic._sm-col1_ {
		display: block;
	}
	.u-table-basic._sm-col1_ thead,
	.u-table-basic._sm-col1_ tbody,
	.u-table-basic._sm-col1_ tr,
	.u-table-basic._sm-col1_ tr:first-child,
	.u-table-basic._sm-col1_ th,
	.u-table-basic._sm-col1_ td {
		display: block;
		border: none;
	}
	.u-table-basic._sm-col1_ th {
		width: 100%;
		white-space: inherit;
	}
	.u-table-basic._sm-col1_ td {
		border-bottom: 1px solid #C9C9C9;
	}
	.u-table-basic._sm-col1_ tr:last-child td {
		border: none;
	}
}
@media screen and (max-width:374px) {
	:root {
		--font-size-medium: 14px;
	}
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
}
