@charset "UTF-8";
@keyframes arrowRight {
	0% {
		transform: translate3d(0, 0, 0);
	}
	49% {
		transform: translate3d(100%, 0, 0);
	}
	50% {
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
	51% {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
	52% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}
:root {
	--color-text: #2E2E2E;
	--color-pink: #FF6C77;
	--color-pink-light: #FFB5BA;
	--color-blue: #3B7FFF;
	--color-blue-light: #EFF4FF;
	--color-yellow: #FFED06;
	--color-yellow-light: #FFF89D;
	--color-gray-dark: #777777;
	--color-gray: #B4B4B4;
	--color-gray-light: #DDDDDD;
	--color-cloud-white: #F5F5F7;
	--color-bg: #FFFCED;
	--color-white: #fff;
	--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-chango: "Chango", sans-serif;
	--font-shippori-mincho: "Shippori Mincho B1", serif;
	--font-lato: "Lato", sans-serif;
	--font-icommon: 'icomoon', sans-serif;
}
body {
	background: var(--color-bg);
	color: var(--color-text);
	font-family: var(--font-gothic);
	font-size: 15px;
	line-height: 1.8;
	overflow-wrap: break-word;
}
a {
	color: var(--color-pink);
	transition-duration: .3s;
	transition-property: color;
}
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: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.u-ttl {
	font-size: 28px;
	line-height: 1.429;
	margin-bottom: 20px;
	font-weight: 500;
	color: var(--color-blue);
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.u-ttl::before {
	content: "";
}
.u-ttl::after {
	content: "";
}
.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: 22px 0;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	width: 150px;
	vertical-align: top;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 2px, var(--color-blue) 2px);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top left;
	box-sizing: border-box;
	padding-right: 15px;
	color: var(--color-blue);
}
.u-tbl > tbody > tr:last-child > th {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 2px, var(--color-blue) 2px), linear-gradient(to left, rgba(255, 255, 255, 0) 2px, var(--color-blue) 2px);
	background-position: top left, bottom left;
}
.u-tbl > tbody > tr > td {
	padding: 22px 10px;
	vertical-align: top;
	background-image: linear-gradient(to right, var(--color-gray-light), var(--color-gray-light));
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top left;
}
.u-tbl > tbody > tr:last-child > td {
	background-image: linear-gradient(to right, var(--color-gray-light), var(--color-gray-light)), linear-gradient(to right, var(--color-gray-light), var(--color-gray-light));
	background-position: top left, bottom left;
}
.u-tblWrap {
	overflow: auto;
}
.u-tblWrap_caution {
	display: none;
}
.u-list {
	list-style: none;
	line-height: 1.6;
}
.u-list > li {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	padding-left: 11px;
}
.u-list > li:first-child {
	margin-top: 0;
}
.u-list > li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 6px;
	height: 6px;
	background-color: var(--color-text);
	border-radius: 50%;
	left: 0;
	top: calc(0.8em - 3px);
}
.u-sect {
	padding-top: 50px;
	margin-top: -50px;
}
.u-btn {
	display: flex;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	border-radius: 6px;
	padding: 10px 16px;
	line-height: 1.2;
	background-color: var(--color-white);
	border: 1px solid var(--color-pink);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	min-height: 48px;
	box-sizing: border-box;
	color: var(--color-pink);
	font-size: 15px;
	font-weight: 500;
}
.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-arrow {
	overflow: hidden;
	display: block;
	width: 1em;
}
.u-arrow_item {
	display: block;
}
.u-btnRound {
	background-color: var(--color-pink);
	color: var(--color-white);
	text-decoration: none;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-pink);
	box-sizing: border-box;
	border-radius: 40px;
	font-weight: 500;
	line-height: 21px;
	padding: 5px 21px;
	width: 100%;
	transition-duration: .3s;
	transition-property: background-color, color;
	column-gap: 6px;
}
.u-ttlAward {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	column-gap: 22px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.u-ttlAward > img {
	display: block;
	min-width: 24px;
}
.u-ttlAward_text {}
.u-editor {
	word-break: break-all;
	--margin-p: 26px;
}
.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 {
	margin-top: 30px;
	margin-bottom: 30px;
	list-style: none;
}
.u-editor ul > li {
	position: relative;
	padding-left: 16px;
}
.u-editor ul > li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: currentColor;
	position: absolute;
	border-radius: 50%;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.u-editor ul:first-child {
	margin-top: 0;
}
.u-editor ul:last-child {
	margin-bottom: 0;
}
.u-editor ul > li:nth-child(n+2) {
	margin-top: 6px;
}
.u-editor ol {
	margin-top: 30px;
	margin-bottom: 30px;
	list-style: none;
	counter-reset: number;
}
.u-editor ol > li {
	position: relative;
	padding-left: 16px;
}
.u-editor ol > li::before {
	content: counter(number)'.';
	counter-increment: number;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	font-family: var(--font-lato);
}
.u-editor ol:first-child {
	margin-top: 0;
}
.u-editor ol:last-child {
	margin-bottom: 0;
}
.u-editor ol > li:nth-child(n+2) {
	margin-top: 6px;
}
.u-editor ol > li:nth-child(n+10) {
	padding-left: 26px;
}
.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-editor p {
	margin-bottom: var(--margin-p);
	margin-top: var(--margin-p);
}
.u-editor p:first-child {
	margin-top: 0;
}
.u-editor p:last-child {
	margin-bottom: 0;
}
.u-editor h2 {
	color: var(--color-blue);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 45px;
}
.u-editor h4 + h2 {
	margin-top: -10px;
}
.u-editor h2:first-child {
	margin-top: 0;
}
.u-editor h2:last-child {
	margin-bottom: 0;
}
.u-editor h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	margin-bottom: 20px;
	margin-top: 35px;
}
.u-editor h3:first-child {
	margin-top: 0;
}
.u-editor h3:last-child {
	margin-bottom: 0;
}
.u-editor h3::before {
	content: "";
	background-image: url(/assets/img/common/icn-flag.svg);
	width: 26px;
	height: 26px;
	display: block;
	background-size: 100% 100%;
}
.u-editor h4 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-blue);
	margin-bottom: 15px;
	margin-top: 25px;
}
.u-editor h4.isCcolorless {
	color: inherit;
}
.u-editor h4:first-child {
	margin-top: 0;
}
.u-editor h4:last-child {
	margin-bottom: 0;
}
.wp-block-tableberg-table,
.wp-block-table {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-tableberg-table table,
.wp-block-table table {
	width: 100%;
}
.wp-block-tableberg-table table > tbody,
.wp-block-table table > tbody {}
.wp-block-tableberg-table table > tbody > tr,
.wp-block-table table > tbody > tr {}
.wp-block-tableberg-table table > tbody > tr > td:first-child,
.wp-block-table table > tbody > tr > td:first-child {
	padding: 22px 0;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	width: 150px;
	vertical-align: top;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 2px, var(--color-blue) 2px);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top left;
	box-sizing: border-box;
	padding-right: 15px;
	color: var(--color-blue);
}
[lang="en"] .wp-block-tableberg-table table > tbody > tr > td:first-child,
[lang="en"] .wp-block-table table > tbody > tr > td:first-child {
	white-space: normal;
}
.wp-block-tableberg-table:not(.isNoBottomBorder) table > tbody > tr:last-child > td:first-child,
.wp-block-table:not(.isNoBottomBorder) table > tbody > tr:last-child > td:first-child {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 2px, var(--color-blue) 2px), linear-gradient(to left, rgba(255, 255, 255, 0) 2px, var(--color-blue) 2px);
	background-position: top left, bottom left;
}
.wp-block-tableberg-table table > tbody > tr > td,
.wp-block-table table > tbody > tr > td {
	padding: 22px 10px;
	vertical-align: top;
	background-image: linear-gradient(to right, var(--color-gray-light), var(--color-gray-light));
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
}
.wp-block-tableberg-table:not(.isNoBottomBorder) table > tbody > tr:last-child > td,
.wp-block-table:not(.isNoBottomBorder) table > tbody > tr:last-child > td {
	background-image: linear-gradient(to right, var(--color-gray-light), var(--color-gray-light)), linear-gradient(to right, var(--color-gray-light), var(--color-gray-light));
	background-position: top left, bottom left;
}
.wp-block-image {
	margin-top: 45px;
	margin-bottom: 45px;
}
.wp-block-image.isMarginSm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-block-image:first-child {
	margin-top: 0;
}
.wp-block-image:last-child {
	margin-bottom: 0;
}
.wp-block-group {
	border: 1px solid currentColor;
	border-radius: 6px;
	padding: 30px 40px 40px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.wp-block-group.isBlue {
	background-color: var(--color-blue-light);
	border: none;
}
.wp-block-group:first-child {
	margin-top: 0;
}
.wp-block-group:last-child {
	margin-bottom: 0;
}
.wp-block-columns {
	column-gap: 4%;
	margin-top: 0;
	margin-bottom: 0;
}
.u-editor .isCaution {
	position: relative;
	padding-left: 1.3em;
	--margin-p: 0;
	--margin-top: 0;
}
.u-editor .isCaution::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.u-btnRound-border {
	background-color: var(--color-white);
	color: var(--color-pink);
}
.u-btnRound_sub {
	font-size: 12px;
	color: var(--font-lato);
}
.u-btn-sm {
	font-size: 14px;
	min-height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.u-btn-filled {
	background-color: var(--color-pink);
	color: var(--color-white);
}
.u-editor h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	color: var(--color-blue);
	font-weight: 500;
	font-size: 19px;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 20px;
}
.u-editor h5:first-child {
	margin-top: 0;
}
.u-editor h5:last-child {
	margin-bottom: 0;
}
.u-editor h5::before {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	background-color: currentColor;
	transform-origin: right bottom;
	transform: rotate(-30deg);
}
.u-editor h5::after {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	background-color: currentColor;
	transform-origin: left bottom;
	transform: rotate(30deg);
}
.u-editor .wp-block-quote {
	background-color: var( --color-cloud-white);
	font-size: 17px;
	font-family: var(--font-shippori-mincho);
	line-height: 1.648;
	padding: 20px 20px;
	margin: 30px 0;
}
.u-editor .wp-block-quote:first-child {
	margin-top: 0;
}
.u-editor .wp-block-quote:last-child {
	margin-bottom: 0;
}
.u-editor .wp-block-quote::before {
	display: none;
}
.u-editor .wp-block-quote::after {
	display: none;
}
.wp-block-columns.isMarginSm {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-image.isSP {
	display: none;
}
.u-editor .wp-block-button__link {
	color: var(--color-pink);
	border: 1px solid var(--color-pink);
	min-height: 32px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 6px;
	line-height: 1.3;
	padding: 3px 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.u-editor a:not([href*=".pdf"])[target="_blank"]::before {
	content: "\e907";
	font-family: var(--font-icommon);
	font-size: 12px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.u-editor a[href*="x.com"]::before {
	content: "\e903";
	font-family: var(--font-icommon);
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: inherit;
}
.u-editor a[href*="instagram.com"]::before {
	content: "\e902";
	font-family: var(--font-icommon);
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: inherit;
}
.u-editor h3.has-text-align-left {
	justify-content: flex-start;
}
.u-editor .wp-block-separator {
	border: none;
	height: 1px;
	background-color: #ddd;
	width: auto;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
.u-editor .wp-block-separator:first-child {
	margin-top: 0;
}
.u-editor .wp-block-separator:last-child {
	margin-bottom: 0;
}
.u-editor p.isSP {
	display: none;
}
.is-style-rounded-6 img {
	border-radius: 6px;
}
.u-editor h6 {
	width: 40px;
	height: 35px;
	background-color: var(--color-blue);
	border-radius: 50%;
	margin: 8px auto;
	color: var(--color-white);
	align-items: center;
	justify-content: center;
	display: flex;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
	font-family: var(--font-lato);
}
.u-editor h6 + h4 {
	margin-top: 8px;
}
.u-editor .isWidth750 {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-columns.isSP {
	display: none;
}
.wp-block-columns.isReverse {
	flex-direction: row-reverse;
}
@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 .wp-block-button__link:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.u-btnRound:hover {
		background-color: var(--color-white);
		color: var(--color-pink);
	}
	.u-btnRound-border:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	a:hover {
		color: var(--color-blue);
		text-decoration: none;
	}
	.u-btn:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.u-btn-cancel:hover {
		background: #555;
		color: #fff;
	}
	button:hover .u-arrow_item,
	a:hover .u-arrow_item {
		display: block;
		animation-name: arrowRight;
		animation-duration: .6s;
		animation-fill-mode: backwards;
		animation-iteration-count: 1;
	}
	.u-btn-filled:hover {
		color: var(--color-pink);
		background-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 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.u-ttl {
		font-size: 19px;
	}
	.u-ttl::before {}
	.u-ttl::after {}
	.u-tbl {
		display: block;
		width: auto;
	}
	.u-tbl > thead {}
	.u-tbl > thead > tr {}
	.u-tbl > thead > tr > th {}
	.u-tbl > tbody {
		display: block;
	}
	.u-tbl > tbody > tr {
		display: block;
		background-image: linear-gradient(to right, var(--color-blue) 80px, var(--color-gray-light) 80px);
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 18px 0;
	}
	.u-tbl > tbody > tr:last-child {
		display: block;
		background-image: linear-gradient(to right, var(--color-blue) 80px, var(--color-gray-light) 80px), linear-gradient(to right, var(--color-blue) 80px, var(--color-gray-light) 80px);
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: left top, left bottom;
		padding: 18px 0;
	}
	.u-tbl > tbody > tr > th {
		background-image: none;
		width: auto;
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
	.u-tbl > tbody > tr > td {
		background-image: none;
		display: block;
		padding: 0;
	}
	.u-tbl > tbody > tr:last-child > th {
		background-image: none;
	}
	.u-tbl > tbody > tr:last-child > td {
		background-image: none;
	}
	.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 {
		--margin-p: 15px;
	}
	.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-btnRound {
		min-height: 30px;
		font-size: 14px;
	}
	.u-ttlAward {
		font-size: 16px;
		column-gap: 11px;
	}
	.u-ttlAward > img {
		width: 19px;
		min-width: 19px;
	}
	.u-ttlAward_text {}
	.u-switchImg {}
	.u-switchImg > img:first-child {
		display: none;
	}
	.u-switchImg > img:last-child {
		display: block;
	}
	.u-editor p {}
	.u-editor h2 {
		font-size: 19px;
		margin-top: 20px;
		margin-top: 35px;
	}
	.u-editor h3 {
		font-size: 17px;
		column-gap: 8px;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	.u-editor h3::before {
		width: 18px;
		height: 18px;
	}
	.u-editor h4 {
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.wp-block-tableberg-table {}
	.wp-block-table {}
	.wp-block-tableberg-table table,
	.wp-block-table table {
		display: block;
		width: auto;
	}
	.wp-block-tableberg-table table > thead,
	.wp-block-table table > thead {}
	.wp-block-tableberg-table table > thead > tr,
	.wp-block-table table > thead > tr {}
	.wp-block-tableberg-table table > thead > tr > th,
	.wp-block-table table > thead > tr > th {}
	.wp-block-tableberg-table table > tbody,
	.wp-block-table table > tbody {
		display: block;
	}
	.wp-block-tableberg-table table > tbody > tr,
	.wp-block-table table > tbody > tr {
		display: block;
		background-image: linear-gradient(to right, var(--color-blue) 80px, var(--color-gray-light) 80px);
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 18px 0;
	}
	.wp-block-tableberg-table table:not(.isNoBottomBorder) > tbody > tr:last-child,
	.wp-block-table:not(.isNoBottomBorder) table > tbody > tr:last-child {
		display: block;
		background-image: linear-gradient(to right, var(--color-blue) 80px, var(--color-gray-light) 80px), linear-gradient(to right, var(--color-blue) 80px, var(--color-gray-light) 80px);
		background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: left top, left bottom;
		padding: 18px 0;
	}
	.wp-block-tableberg-table table > tbody > tr > td:first-child,
	.wp-block-table table > tbody > tr > td:first-child {
		background-image: none;
		width: auto;
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
	.wp-block-tableberg-table table > tbody > tr > td,
	.wp-block-table table > tbody > tr > td {
		background-image: none;
		display: block;
		padding: 0;
	}
	.wp-block-tableberg-table:not(.isNoBottomBorder) table > tbody > tr:last-child > td:first-child,
	.wp-block-table table:not(.isNoBottomBorder) > tbody > tr:last-child > td:first-child {
		background-image: none;
	}
	.wp-block-tableberg-table:not(.isNoBottomBorder) table > tbody > tr:last-child > td,
	.wp-block-table table:not(.isNoBottomBorder) > tbody > tr:last-child > td {
		background-image: none;
	}
	.wp-block-image {}
	.wp-block-image.isMarginSm {}
	.wp-block-group {
		padding: 31px 15px 31px;
	}
	.wp-block-columns {}
	.u-editor h5 {}
	.u-editor h5::before {}
	.u-editor h5::after {}
	.u-editor .wp-block-quote {
		font-size: 16px;
		padding: 15px 20px;
	}
}
@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 {}
	.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 {}
	.u-tbl > tbody > tr > td {}
	.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: 75px;
		margin-top: -75px;
	}
	.u-btn {
		min-height: 50px;
	}
	.u-btn-sm {
		min-height: 32px;
	}
	.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-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-btnRound {
		padding-left: 10px;
		padding-right: 10px;
		column-gap: 4px;
	}
	.u-ttlAward {}
	.u-ttlAward > img {}
	.u-ttlAward_text {}
	.wp-block-image.isPC {
		display: none;
	}
	.wp-block-image.isSP {
		display: block;
	}
	.u-editor p.isPC {
		display: none;
	}
	.u-editor p.isSP {
		display: block;
	}
	.u-editor .wp-block-columns.isSP2Column {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 30px;
	}
	.wp-block-columns.isPC {
		display: none;
	}
	.wp-block-columns.isSP {
		display: flex;
	}
	.wp-block-columns.isReverseSP {
		flex-direction: row-reverse;
	}
}
@media screen and (max-width:374px) {
	.u-inner {}
	.u-spsInline {
		display: inline;
	}
}
