@charset "UTF-8";
:root {
	--color-text: #69706d;
	--color-white: #fff;
	--color-gray-border: #e0e0e0;
	--color-green: #52B1B6;
	--color-icy-green: #E0F0EF;
	--color-mist-green: #9ecdc4;
	--color-mint-green: #5CB3A3;
	--color-linght-green: #F6FBFA;
	--color-purple: #c482c4;
	--color-plum-purple: #B883B8;
	--color-lilac-purple: #D7B0D7;
	--color-orange: #f5ac67;
	--color-soft-orange: #f8bd86;
	--color-pink: #F78381;
	--color-soft-pink: #FAB7B5;
	--color-blue: #7BA8D1;
	--color-soft-blue: #AAC7E2;
	--font-gothic: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-mincho: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	--font-kaku-gothic: "Zen Kaku Gothic Antique", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	--font-cinzel: "Cinzel", serif;
}
body {
	background: var(--color-white);
	color: var(--color-text);
	font-family: var(--font-gothic);
	font-size: 16px;
	line-height: 2.25;
	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: 8px 15px;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	line-height: 24px;
}
[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: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 60px;
	font-weight: 500;
	text-align: center;
}
.u-ttl_main {
	display: block;
	font-family: var(--font-mincho);
	letter-spacing: 0.1em;
}
.u-ttl_sub {
	display: block;
	font-size: 44%;
	font-weight: normal;
	font-family: var(--font-cinzel);
	margin-top: 20px;
	color: var(--color-mint-green);
	letter-spacing: -0.05em;
}
.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;
	line-height: 2.1;
	font-size: 18px;
}
.u-list-square {
	font-size: 16px;
	line-height: 2;
}
.u-list > li {
	position: relative;
	z-index: 1;
	padding-left: 25px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 12px;
	background-color: var(--color-green);
	border-radius: 50%;
	left: 0;
	top: 1.05em;
	transform: translateY(-50%);
}
.u-list-square > li {
	padding-left: 12px;
}
.u-list-square > li:nth-child(n+2) {
	margin-top: 3px;
}
.u-list-square > li::before {
	width: 5px;
	height: 5px;
	border-radius: 0;
	top: 1em;
	margin-top: 1px;
}
.u-sect {
	padding-top: 120px;
	margin-top: -120px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 60px;
	padding: 10px 10px;
	line-height: 1.2;
	background-color: var(--color-white);
	border: 2px solid var(--color-green);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	min-height: 60px;
	color: var(--color-green);
	height: 100%;
}
.u-btn:active {}
.u-btn::after {
	content: "";
}
.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;
	font-family: inherit;
	background-color: var(--color-white);
	color: inherit;
}
.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 p {
	margin: 1.5em 0;
}
.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-cat {
	font-size: 12px;
	color: var(--color-white);
	display: flex;
	align-items: center;
}
.u-cat_main {
	border-radius: 12px;
	line-height: 1;
	padding: 3px 16px;
	min-width: 80px;
	box-sizing: border-box;
	text-align: center;
	min-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.u-cat_main[data-slug="information"] {
	background-color: var(--color-green);
}
.u-cat_main[data-slug="blog"] {
	background-color: var(--color-orange);
}
.u-cat_main-other {
	background-color: var(--color-purple);
}
.u-update {
	color: var(--color-mist-green);
	font-family: var(--font-cinzel);
	letter-spacing: 0.05em;
}
.u-update > time {
	display: block;
}
.u-gradHr {
	background-image: linear-gradient(to right, var(--color-green) 4px, var(--color-gray-border) 4px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
}
.u-ttlTop {
	margin-bottom: 24px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}
.u-ttlTop_image {
	width: 97px;
	display: block;
	margin: 0 auto 26px;
}
.u-ttlTop_image_inner {
	position: relative;
	padding-bottom: 53.847%;
	display: block;
}
.u-ttlTop_image_inner > svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.u-ttlTop_en {
	display: block;
	font-size: 80px;
	font-family: var(--font-cinzel);
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-transform: uppercase;
}
.u-ttlTop_ja {
	display: block;
	letter-spacing: 0.1em;
	text-indent: .1em;
	margin-top: 2px;
}
.u-btn-arrow {
	padding-left: 50px;
	padding-right: 50px;
}
.u-btn > .icon-arrowRight,
.u-btn > .icon-arrowDown {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 14px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.u-btn-black {
	color: var(--color-text);
	min-height: 80px;
}
.u-btn-black > .icon-arrowRight,
.u-btn-black > .icon-arrowDown {
	color: var(--color-green);
}
.u-bgBalloon {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font-mincho);
	min-height: 56px;
	margin-bottom: 9px;
}
.u-bgBalloon_main {
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 6px;
}
.u-bgBalloon_svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 318px;
	height: 57px;
}
.u-ttlWrap {
	margin-bottom: 60px;
}
.u-waveBg {
	display: block;
	position: absolute;
	width: 100%;
	height: 82px;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1440px;
	margin-bottom: -1px;
	fill: #fff;
}
.u-waveBg-green {
	fill: var(--color-icy-green);
}
.u-ttlLine {
	font-family: var(--font-mincho);
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.u-ttlLine_main {
	display: inline;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	background-position: bottom left;
	background-image: linear-gradient(to top, var(--color-green) 1px, rgba(255, 255, 255, 0));
	padding-bottom: 6px;
	line-height: 1.8;
}
.u-ttlLine_main_point {
	color: var(--color-mint-green);
}
.u-ttlLarge {
	font-size: 46px;
	text-align: center;
	font-family: var(--font-mincho);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 90px;
	letter-spacing: 0.06em;
}
.u-ttlLarge-mbS {
	margin-bottom: 40px;
}
.u-ttlSimple {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.5;
	font-family: var(--font-mincho);
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.u-ttlSquare {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom: 3px;
}
.u-ttlSquare::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--color-green);
	position: absolute;
	top: 0.75em;
	transform: translateY(-50%);
	left: 0;
}
.u-oList {
	list-style: none;
	counter-reset: number;
	line-height: 2;
}
.u-oList > li {
	counter-increment: number;
	position: relative;
	padding-left: 25px;
}
.u-oList > li::before {
	content: counter(number)"";
	display: block;
	color: var(--color-green);
	position: absolute;
	top: 1em;
	left: 0;
	transform: translateY(-50%);
}
.u-gradHr-white {
	background-image: linear-gradient(to right, var(--color-green) 4px, var(--color-white) 4px);
}
@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) {
	a:hover {
		text-decoration: none;
	}
	.u-btn:hover {
		background-color: var(--color-green);
		color: var(--color-white);
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	.u-btn-black:hover > .icon {
		color: var(--color-white);
	}
}
@media screen and (max-width:999px) {
	body {}
	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: 36px;
		margin-bottom: 45px;
	}
	.u-ttl_main {}
	.u-ttl_sub {
		margin-top: 12px;
	}
	.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 {
		font-size: 16px;
	}
	.u-list-square {}
	.u-list > li {
		padding-left: 18px;
	}
	.u-list-square > li {
		padding-left: 12px;
	}
	.u-list > li:first-child {}
	.u-list > li::before {
		width: 10px;
		height: 10px;
	}
	.u-list-square > li::before {
		width: 5px;
		height: 5px;
	}
	.u-sect {
		padding-top: 90px;
		margin-top: -90px;
	}
	.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-cat {}
	.u-cat_main {}
	.u-update {}
	.u-update > time {}
	.u-gradHr {}
	.u-ttlTop {
		font-size: 18px;
	}
	.u-ttlTop_image {
		width: 70px;
		margin-bottom: 17px;
	}
	.u-ttlTop_image_inner {}
	.u-ttlTop_image_inner > svg {}
	.u-ttlTop_en {
		font-size: 60px;
	}
	.u-ttlTop_ja {}
	.u-btn-arrow {}
	.u-btn > .icon-arrowRight {}
	.u-btn-black {
		min-height: 65px;
	}
	.u-btn-black > .icon-arrowRight {}
	.u-bgBalloon {}
	.u-bgBalloon_main {}
	.u-bgBalloon_svg {}
	.u-ttlWrap {
		margin-bottom: 40px;
	}
	.u-waveBg {
		height: 70px;
	}
	.u-ttlLine {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.u-ttlLine_main {}
	.u-ttlLine_main_point {}
	.u-ttlLarge {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.u-ttlLarge-mbS {
		margin-bottom: 25px;
	}
	.u-ttlSimple {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.u-ttlSquare {}
	.u-ttlSquare::before {}
	.u-oList {}
	.u-oList > li {}
	.u-oList > li::before {}
}
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		font-size: 14px;
		line-height: 2;
	}
	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: 26px;
		margin-bottom: 25px;
	}
	.u-ttl_main {}
	.u-ttl_sub {}
	.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 {
		font-size: 14px;
	}
	.u-list > li {}
	.u-list > li:first-child {}
	.u-list > li::before {}
	.u-sect {
		padding-top: 60px;
		margin-top: -60px;
	}
	.u-btn {
		border-width: 1px;
		min-height: 50px;
	}
	.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-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-cat {
		font-size: 10px;
	}
	.u-cat_main {
		min-width: 63px;
		padding: 3px 6px;
		min-height: 20px;
	}
	.u-update {
		font-size: 12px;
	}
	.u-update > time {}
	.u-gradHr {}
	.u-ttlTop {
		font-size: 14px;
	}
	.u-ttlTop_image {
		width: 64px;
	}
	.u-ttlTop_image_inner {}
	.u-ttlTop_image_inner > svg {}
	.u-ttlTop_en {
		font-size: 42px;
		letter-spacing: 0;
		text-indent: 0;
	}
	.u-ttlTop_ja {}
	.u-btn-arrow {}
	.u-btn > .icon-arrowRight {}
	.u-btn-black {
		min-height: 60px;
	}
	.u-btn-black > .icon-arrowRight {}
	.u-bgBalloon {
		font-size: 15px;
		min-height: 52px;
	}
	.u-bgBalloon_main {}
	.u-bgBalloon_svg {
		width: 286px;
		height: 51px;
	}
	.u-ttlWrap {
		margin-bottom: 20px;
	}
	.u-waveBg {
		min-width: 768px;
		height: 41px;
	}
	.u-ttlLine {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.u-ttlLine_main {}
	.u-ttlLine_main_point {}
	.u-ttlLarge {
		font-size: 24px;
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	.u-ttlLarge-mbS {
		margin-bottom: 19px;
	}
	.u-ttlSimple {
		font-size: 19px;
		margin-bottom: 12px;
	}
	.u-ttlSquare {}
	.u-ttlSquare::before {}
	.u-oList {}
	.u-oList > li {}
	.u-oList > li::before {}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
	.u-bgBalloon_svg {}
	.u-ttlLine {
		font-size: 17px;
	}
	.u-ttlLarge {
		font-size: 21px;
	}
}
