<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

body {
	background: #e4f6fa;
	color: #131313;
}

.whiteline {
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.red {
	color: #f00000;
}

.y-shadow {
	text-shadow: 3px 3px 3px #fce212;
}

.underline {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.underline::after {
	background: #fce212;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 9px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.u-mobile {
	display: none;
}

.is-fixed {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: -1;
}

/* ãƒªã‚­ãƒƒãƒ‰ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆå¯¾å¿œ */

html {
	font-size: 16px;
}

/* pcã®é›»è©±ç•ªå·ç™ºä¿¡å¯¾å¿œ */

a[href^="tel:"] {
	pointer-events: none;
}

/* ãƒ›ãƒãƒ¼ */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	height: 100%;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article &gt; * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

input,
textarea {
	border: none;
	-webkit-box-shadow: inset 1px 2px 0 rgba(0, 0, 0, .16);
	box-shadow: inset 1px 2px 0 rgba(0, 0, 0, .16);
	padding: 13px 8px;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=image] {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.breadcrumb {
	padding-bottom: 116px;
	padding-bottom: 7.25rem;
	padding-top: 56px;
	padding-top: 3.5rem;
	width: 100%;
}

.breadcrumb__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumb__item {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.12em;
	line-height: 1.875;
}

.breadcrumb__item + .breadcrumb__item {
	margin-left: 1em;
}

.breadcrumb__item + .breadcrumb__item::before {
	content: "ï¼ž";
	padding-right: 1em;
}

.caution {
	background: url(../../assets/images/common/caution_bg.jpg) no-repeat center center/cover;
	padding: 100px 0 126px;
	padding: 6.25rem 0 7.875rem;
	text-align: center;
	width: 100%;
}

.caution-title__main {
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.11em;
	line-height: 1.363;
	margin-bottom: 62px;
	margin-bottom: 3.875rem;
	position: relative;
	z-index: 1;
}

.caution-title__main::after {
	background: url(../../assets/images/common/caution_icon_ex.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 102px;
	height: 6.375rem;
	max-width: 104px;
	max-width: 6.5rem;
	position: absolute;
	right: -4vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.caution__container {
	position: relative;
}

.caution-container__lead {
	color: #075672;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 2.18;
	margin-bottom: 62px;
	margin-bottom: 3.875rem;
}

.caution-container__lead span {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.6;
}

.caution-container__lead2 {
	color: #006e16;
	font-size: 36px;
	font-size: 2.25rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.667;
}

.caution-container__icons--sp {
	display: contents;
}

.caution-container__img--left {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 16.59%;
}

.caution-container__img--right {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 16.07%;
}

.company-content {
	padding: 145px 0 196px;
	padding: 9.0625rem 0 12.25rem;
	width: 100%;
}

.company-content__title {
	color: #075672;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 82px;
	margin-bottom: 5.125rem;
	text-align: center;
}

.company-content-container__list {
	width: 100%;
}

.company-content-list__item {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company-content-item__title,
.company-content-item__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.11em;
	line-height: 1.636;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-top: 19px;
	padding-top: 1.1875rem;
}

.company-content-item__title {
	background: #7cd3dd;
	border-bottom: 2px solid #fff;
	border-bottom: 0.125rem solid #fff;
	color: #fff;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 30%;
}

.company-content-item:last-child .company-content-item__title {
	border-bottom: 2px solid #7cd3dd;
	border-bottom: 0.125rem solid #7cd3dd;
}

.company-content-item__body {
	background: #fff;
	border-right: 2px solid #7cd3dd;
	border-right: 0.125rem solid #7cd3dd;
	border-top: 2px solid #7cd3dd;
	border-top: 0.125rem solid #7cd3dd;
	padding-left: 40px;
	padding-left: 2.5rem;
	width: 70%;
}

.company-content-item:last-child .company-content-item__body:last-child {
	border-bottom: 2px solid #7cd3dd;
	border-bottom: 0.125rem solid #7cd3dd;
}

.company-main {
	background: url(../../assets/images/common/company_main_bg.png) no-repeat center center/cover;
	padding-bottom: 163px;
	padding-bottom: 10.1875rem;
	width: 100%;
}

.company-main-title {
	-webkit-clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	background: #7cd3dd;
	clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	margin-bottom: 136px;
	margin-bottom: 8.5rem;
	padding-bottom: 43px;
	padding-bottom: 2.6875rem;
	width: 100%;
}

.clip-path__shadow {
	filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="1" dy="1" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(0,0,0,0.25)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
	-webkit-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(0 5px 0 rgba(0, 0, 0, .25));
	-webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, .25));
}

.company-main__title .breadcrumb {
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
}

.company-main-title__sub {
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0.11em;
	line-height: 1.2;
	text-align: center;
}

.company-main-title__sub span {
	font-size: 48px;
	font-size: 3rem;
}

.company-main-title__sub .yellow {
	color: #fce212;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .35);
	text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, .35);
}

.company-main-title__sub .narrow {
	letter-spacing: -0.06em;
}

.company-main-title__main {
	color: #075672;
	display: block;
	font-size: 48px;
	font-size: 3rem;
	letter-spacing: 0.11em;
	text-align: center;
}

.company-main-container {
	margin-left: auto;
	max-width: 715px;
	max-width: 44.6875rem;
	width: 100%;
}

.company-main-container__title {
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 2;
	margin-bottom: 68px;
	margin-bottom: 4.25rem;
	text-align: center;
}

.company-main-container__lead {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.company-main-container__lead span {
	color: #075672;
	font-weight: 600;
}

.company-reason {
	background: #fff;
	padding: 142px 0 168px;
	padding: 8.875rem 0 10.5rem;
	position: relative;
	width: 100%;
}

.company-reason-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title_03.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 625px;
	max-width: 39.0625rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.company-reason-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.company-reason-title__main span {
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.company-reason-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.company-reason-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.company-reason-container__content {
	gap: 22px;
	gap: 1.375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	justify-self: stretch;
	margin-bottom: 83px;
	margin-bottom: 5.1875rem;
	width: 100%;
}

.menu-main-container .company-reason-container__content {
	margin-bottom: 0;
}

.company-reason-content__card {
	background: #7cd3dd;
}

.company-reason-content-card__img {
	position: relative;
	width: 100%;
}

.company-reason-content-card__title {
	color: #075672;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	left: 50%;
	line-height: 1.39;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 1px #fce212, -2px 2px 1px #fce212, 2px -2px 1px #fce212, -2px -2px 1px #fce212, 2px 0px 1px #fce212, 0px 2px 1px #fce212, -2px 0px 1px #fce212, 0px -2px 1px #fce212;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.menu-main-container .company-reason-content-card__title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.company-reason-content-card__text {
	padding: 22px 17px 22px 24px;
	padding: 1.375rem 1.0625rem 1.375rem 1.5rem;
}

.company-reason-content-card__lead {
	color: #075672;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.11em;
}

.company-reason-container__bottom {
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 2;
	text-align: center;
}

.contact-content {
	background: #fff;
	padding-bottom: 171px;
	padding-bottom: 10.6875rem;
	width: 100%;
}

.contact__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 87px;
	margin-bottom: 5.4375rem;
	text-align: center;
}

.contact__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 143px;
	margin-bottom: 8.9375rem;
	width: 100%;
}

.contact-head__lead {
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.12em;
	line-height: 2.11;
	width: 50%;
}

.contact-head__btn {
	display: block;
	margin-left: 24px;
	margin-left: 1.5rem;
	position: relative;
	width: 50%;
}

.contact-head__btn__text {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.contact-head__btn--lead {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.11em;
	top: 22%;
}

.contact-head__btn--tell {
	font-size: 47px;
	font-size: 2.9375rem;
	font-weight: 500;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
	text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, .15);
	top: 49.1%;
}

.contact-head__btn--time {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.11em;
	top: 77%;
}

.contact-form__container {
	background: #e4f6fa;
	color: #075672;
	margin-bottom: 69px;
	margin-bottom: 4.3125rem;
	padding: 106px 120px 120px;
	padding: 6.625rem 7.5rem 7.5rem;
	position: relative;
	width: 100%;
}

.form-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title_03.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 551px;
	max-width: 34.4375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.form-container-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.form-container-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.form-container__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #075672;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
	padding: 0 80px 36px;
	padding: 0 5rem 2.25rem;
	width: 100%;
}

.form-container__item p {
	width: 100%;
}

.form-item__detail {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0; */
}

.form-item__img {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-item__img input {
	padding: 0;
	margin-left: 0.9375rem;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.form-item__img .form-item__img__select {
	position: relative;
	margin-bottom: 20px;
}

.form-item__img .form-item__img__select span.mwform-file-delete {
	position: absolute;
    left: 19rem;
	top: 0;
}

.form-item__img .mw-wp-form_image {
	margin-left: 0.9375rem;
	margin-top: 10px;
}


.form-item__title {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	max-width: 170px;
	max-width: 10.625rem;
	width: 100%;
}

.form-item__body {
	margin-left: 15px;
	margin-left: 0.9375rem;
	width: 100%;
}

.mwform-radio-field {
	display: block;
}

.form-item__body--radio:first-child {
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
}

.mwform-radio-field:first-child {
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.radio-check {
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

.radio-check::before {
	border: 1px solid #131313;
	border-radius: 624.9375rem;
	content: "";
	display: block;
	height: 19px;
	height: 1.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	width: 1.1875rem;
}

.radio-check::after {
	background: #075672;
	border-radius: 624.9375rem;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	left: 1%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

input[type=radio]:checked + .radio-check::after {
	opacity: 1;
}

.mwform-radio-field-text {
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

.mwform-radio-field-text::before {
	border: 1px solid #131313;
	border-radius: 624.9375rem;
	content: "";
	display: block;
	height: 19px;
	height: 1.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	width: 1.1875rem;
}

.mwform-radio-field-text::after {
	background: #075672;
	border-radius: 624.9375rem;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	left: 1%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

.form-item__detail .form-item__body {
	aspect-ratio: 636/187;
}

.form-item__detail .form-item__title {
	padding-top: 13px;
	padding-top: 0.8125rem;
}

.contact-form__check {
	border-bottom: 1px solid #075672;
	margin: 0 auto 66px;
	margin: 0 auto 4.125rem;
	max-width: 960px;
	max-width: 60rem;
	padding-bottom: 67px;
	padding-bottom: 4.1875rem;
	text-align: center;
	width: 100%;
}

.form-check__lead {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.12em;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.form-check__lead a {
	text-decoration: underline;
}

.form-check__icon {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.12em;
	position: relative;
}

.form-check__label {
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

form input[type=checkbox] + span {
	position: relative;
}

form input[type=checkbox] + span::before {
	border: 1px solid #131313;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	left: -36%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

form input[type=checkbox] + span::after {
	background: #075672;
	content: "";
	display: block;
	height: 12px;
	height: 0.75rem;
	left: -34.4%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
	width: 0.6875rem;
}

form input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.contact-form__submit {
	margin: auto;
	width: 100%;
}

.mw_wp_form_confirm .contact-form__submit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-form__submit p {
	margin: auto;
	max-width: 245px;
	max-width: 15.3125rem;
	width: 100%;
}

.mw_wp_form_confirm .contact-form__submit p {
	margin: 0;
}

.contact-form__submit input {
	width: 100%;
}

.mw_wp_form_input .submit-btn {
	background: url(../../assets/images/common/contact_btn_01.png) no-repeat center center/cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mw_wp_form_confirm .submit-btn {
	background: url(../../assets/images/common/contact_btn_03.png) no-repeat center center/cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.back-btn {
	background: url(../../assets/images/common/contact_btn_02.png) no-repeat center center/cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.corona {
	background: #7cd3dd;
	color: #075672;
	margin: 0 auto;
	padding: 97px 0 90px;
	padding: 6.0625rem 0 5.625rem;
	text-align: center;
	width: 100%;
}

.corona__title {
	line-height: 1.95;
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

.corona__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.corona-item {
	width: 87px;
	width: 5.4375rem;
}

.corona-item + .corona-item {
	margin-left: 25px;
	margin-left: 1.5625rem;
}

.corona__lead {
	font-weight: 600;
	line-height: 1.625;
}

.cta {
	width: 100%;
}

.cta-bg {
	background: #7cd3dd;
}

.cta__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1190px;
	padding-left: 25px;
	padding-right: 25px;
}

.cta__container {
	background: #fff;
	border: 3px solid #146e8e;
	border: 0.1875rem solid #146e8e;
	border-radius: 1.0625rem;
	padding: 90px 50px 70px;
	padding: 5.625rem 3.125rem 4.375rem;
	width: 100%;
}

.cta-container__title {
	color: #075672;
	line-height: 1.977;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	text-align: center;
}

.cta-title__sub {
	font-size: 20.23px;
	font-size: 1.264375rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.cta-title__main {
	font-size: 30.34px;
	font-size: 1.89625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
}

.cta__icons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
}

.cta-icons__item {
	max-width: 156px;
	max-width: 9.75rem;
	width: 100%;
}

.cta-icons__item:last-of-type {
	max-width: 240px;
	max-width: 15rem;
	width: 100%;
}

.cta-icons__item + .cta-icons__item {
	margin-left: 18px;
	margin-left: 1.125rem;
}

.cta-container__area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #7cd3dd;
	border: 0.1875rem solid #7cd3dd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 194px;
	height: 12.125rem;
	margin: 0 auto 36px;
	margin: 0 auto 2.25rem;
	max-width: 950px;
	max-width: 59.375rem;
	width: 100%;
}

.cta-area__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #7cd3dd;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 28.95%;
}

.cta-area__lead {
	display: inline;
	font-size: 22.25px;
	font-size: 1.390625rem;
}

.cta-area__name {
	display: inline;
	font-size: 36.41px;
	font-size: 2.275625rem;
}

.cta-area__body {
	padding: 53px 61px 43px 66px;
	padding: 3.3125rem 3.8125rem 2.6875rem 4.125rem;
	width: 71.05%;
}

.cta-area__place {
	font-size: 22.25px;
	font-size: 1.390625rem;
	line-height: 1.707;
}

.cta-container__middle {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	text-align: center;
}

.cta-middle__lead1 {
	color: #075672;
	font-size: 22.25px;
	font-size: 1.390625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	line-height: 1.6364;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-align: center;
}

.cta-middle__lead2 {
	color: #075672;
	font-size: 24.25px;
	font-size: 1.515625rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin-bottom: 90px;
	margin-bottom: 5.625rem;
	text-align: center;
}

.cta-middle__block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 47px;
	margin-bottom: 2.9375rem;
	width: 100%;
}

.cta-middle-block__left {
	font-size: 22.25px;
	font-size: 1.390625rem;
	font-weight: 300;
	line-height: 1.6364;
	text-align: left;
}

.cta-middle-block__right {
	background: #328dad;
	color: #fff;
	font-size: 24.27px;
	font-size: 1.516875rem;
	font-style: italic;
	font-weight: 500;
	margin-left: 34px;
	margin-left: 2.125rem;
	max-width: 420px;
	max-width: 26.25rem;
	padding: 17px 35px;
	padding: 1.0625rem 2.1875rem;
	width: 100%;
}

.cta-middle__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.cta-flex__center,
.cta-flex__right {
	margin-left: 13px;
	margin-left: 0.8125rem;
}

.cta-flex__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cta-flex__item:first-child {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.cta-flex-item__icon {
	max-width: 35px;
	max-width: 2.1875rem;
	width: 100%;
}

.cta-flex-item__text {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	margin-left: 6px;
	margin-left: 0.375rem;
}

.cta__btn {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	position: relative;
	width: 100%;
}

.cta-btn__tell {
	display: block;
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
	position: relative;
}

.cta-btn__tell--num {
	color: #fff;
	font-size: 60.55px;
	font-size: 3.784375rem;
	left: 53%;
	position: absolute;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
	text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, .15);
	top: 52%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cta-btn__tell--time {
	bottom: 12%;
	color: #fff;
	font-size: 18.2px;
	font-size: 1.1375rem;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.cta-btn__contact {
	display: block;
}

.cta-btn__lady {
	bottom: -8%;
	left: 6%;
	max-width: 180px;
	max-width: 11.25rem;
	position: absolute;
	width: 9.86vw;
}

.cta__credit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-credit__text {
	font-size: 22.25px;
	font-size: 1.390625rem;
}

.cta-credit__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 22px;
	margin-left: 1.375rem;
	max-width: 516px;
	max-width: 32.25rem;
	width: 26.8vw;
}

.cta-icon {
	max-width: 73px;
	max-width: 4.5625rem;
	width: 20%;
}

.cta-icon + .cta-icon {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.top-cta2 {
	padding: 166px 0 402px;
	padding: 10.375rem 0 25.125rem;
}

.disaster {
	background: url(../../assets/images/common/disaster_bg.jpg) no-repeat center center/cover;
	padding: 165px 0 192px;
	padding: 10.3125rem 0 12rem;
	width: 100%;
}

.disaster__inner {
	background: rgba(255, 255, 255, .5);
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding: 48px 42px 41px;
	padding: 3rem 2.625rem 2.5625rem;
	text-align: center;
	width: 100%;
}

.disaster__icon {
	margin: 0 auto 30px;
	margin: 0 auto 1.875rem;
	width: 120px;
	width: 7.5rem;
}

.disaster__title {
	font-size: 48px;
	font-size: 3rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 58px;
	margin-bottom: 3.625rem;
}

.disaster__list {
	display: inline-block;
	margin: 0 auto 61px;
	margin: 0 auto 3.8125rem;
}

.disaster__item {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	line-height: 2;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.disaster__lead {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
}

.example-article {
	background: #fff;
	padding-bottom: 228px;
	padding-bottom: 14.25rem;
	width: 100%;
}

.example-article__detail {
	margin: 0 auto;
	padding: 75px 0 180px;
	padding: 4.6875rem 0 11.25rem;
	width: 100%;
}

.example-article-detail__item {
	text-align: center;
}

.example-article-item__head {
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.example-article-head__time {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	margin-bottom: 68px;
	margin-bottom: 4.25rem;
}

.example-article-head__title {
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 600;
	margin-bottom: 65px;
	margin-bottom: 4.0625rem;
}

.example-article-head__area {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.example-article-body__image {
	gap: 45px;
	gap: 2.8125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	margin-bottom: 87px;
	margin-bottom: 5.4375rem;
}

.example-article-image {
	height: auto;
	position: relative;
	width: 100%;
}

.example-article-image__main img {
	aspect-ratio: 525/400;
}

.example-article-image__icon {
	left: 0;
	max-width: 150px;
	max-width: 9.375rem;
	position: absolute;
	top: 18px;
	top: 1.125rem;
	width: 100%;
}

.example-article-body__lead {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
	padding: 0 30px;
	padding: 0 1.875rem;
	text-align: left;
}

.example-article__title--middle.section-title {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.example-article__flow {
	padding: 106px 100px 113px;
	padding: 6.625rem 6.25rem 7.0625rem;
}

.example-article-flow__content {
	background: #e4f6fa;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0 rgba(0, 0, 0, .16);
	box-shadow: 0.1875rem 0.1875rem 0 rgba(0, 0, 0, .16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 75px 50px 60px;
	padding: 2.5rem 4.6875rem 3.125rem 3.75rem;
	position: relative;
	width: 100%;
}

.example-article-flow__content:not(:first-child):before {
	background: url(../../assets/images/common/icon_arrow_bottom.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 64px;
	height: 4rem;
	left: 50%;
	max-width: 47px;
	max-width: 2.9375rem;
	position: absolute;
	top: -105px;
	top: -6.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.example-article-flow__content:not(:last-child) {
	margin-bottom: 91px;
	margin-bottom: 5.6875rem;
}

.example-article-content__img {
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.example-article-content__img img {
	aspect-ratio: 320/258;
}

.example-article-content__text {
	margin-left: 46px;
	margin-left: 2.875rem;
	max-width: 100%;
	width: 100%;
}

.example-article-content__num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #075672;
	color: #fff;
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.11em;
	line-height: 2;
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
	max-width: 130px;
	max-width: 8.125rem;
	width: 100%;
}

.example-article-content__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.example-article-content__lead {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.example-article__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	max-width: 650px;
	max-width: 40.625rem;
	position: relative;
	width: 100%;
}

.example-article-link__prev,
.example-article-link__next {
	display: block;
	max-width: 150px;
	max-width: 9.375rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.example-article-link__prev {
	left: 0;
}

.example-article-link__next {
	right: 0;
}

.example-article-link__back {
	display: block;
	max-width: 291px;
	max-width: 18.1875rem;
	width: 100%;
}

.example-top {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	width: 100%;
}

.example-top .breadcrumb {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.example-top__title {
	color: #075672;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	padding-left: 17px;
	padding-left: 1.0625rem;
	position: relative;
}

.example-top__title::before {
	background: #7cd3dd;
	content: "";
	display: inline-block;
	height: 35px;
	height: 2.1875rem;
	left: 0%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	width: 0.3125rem;
}

.example-top__tab {
	gap: 26px 22px;
	gap: 1.625rem 1.375rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	width: 100%;
}

.example-top-tab__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 3px solid #7cd3dd;
	border: 0.1875rem solid #7cd3dd;
	color: #075672;
	display: block;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.15em;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.example-top-tab__item:active {
	background: #7cd3dd;
	border: 3px solid #075672;
	border: 0.1875rem solid #075672;
}

.example-content {
	background: #fff;
	padding-bottom: 177px;
	padding-bottom: 11.0625rem;
	width: 100%;
}

.example-content__container {
	margin: 0 auto;
	padding-top: 122px;
	padding-top: 7.625rem;
	width: 100%;
}

.example-content-container__list {
	gap: 80px 23px;
	gap: 5rem 1.4375rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	margin-bottom: 110px;
	margin-bottom: 6.875rem;
}

.example-content-list__item {
	background: #e4f6fa;
	-webkit-box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, .15);
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.example-content-item__img {
	position: relative;
	width: 100%;
}

.example-content-img__main {
	width: 100%;
}

.example-content-img__main img {
	aspect-ratio: 1/1;
}

.example-content-img__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, .15);
	color: #075672;
	display: grid;
	height: 36px;
	height: 2.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	max-width: 140px;
	max-width: 8.75rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	position: absolute;
	top: 18px;
	top: 1.125rem;
	width: 100%;
}

.example-content-img__category span {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.example-content-item__text {
	padding: 20px 16px 24px;
	padding: 1.25rem 1rem 1.5rem;
	width: 100%;
}

.example-content-text__time {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.example-content-text__title {
	color: #075672;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 auto 17px;
	margin: 0 auto 1.0625rem;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
}

.example-content-text__area {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-align: center;
}

.example-content-text__btn {
	display: block;
	margin: auto;
	max-width: 220px;
	max-width: 13.75rem;
	width: 100%;
}

.example-content__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.examples {
	background: url(../../assets/images/common/ex_bg.jpg) no-repeat center center/cover;
	padding-bottom: 133px;
	padding-bottom: 8.3125rem;
	width: 100%;
}

#top &gt; .examples {
	margin-top: -20px;
	margin-top: -1.25rem;
	position: relative;
}

.examples__container {
	padding-top: 151px;
	padding-top: 9.4375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.examples-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title_03.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 575px;
	max-width: 35.9375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.examples-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.examples-title__main span {
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.examples-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.examples-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.examples-container__list {
	gap: 55px;
	gap: 3.4375rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto;
	margin-bottom: 83px;
	margin-bottom: 5.1875rem;
	width: 100%;
}

.examples-img__top {
	margin: 0 auto 70px;
	margin: 0 auto 4.375rem;
	position: relative;
	width: 70.4%;
}

.examples-img__top .examples-img__main img {
	aspect-ratio: 250/157.66;
}

.examples-img__middle .examples-img__main img {
	aspect-ratio: 355/211.98;
}

.examples-img__top .examples-img__icon {
	max-width: 100px;
	max-width: 6.25rem;
}

.examples-img__middle {
	margin-bottom: 57px;
	margin-bottom: 3.5625rem;
	position: relative;
	width: 100%;
}

.examples-img__middle .examples-img__icon {
	max-width: 121px;
	max-width: 7.5625rem;
}

.examples-img__main {
	width: 100%;
}

.examples-img__icon {
	left: -5%;
	position: absolute;
	top: -11%;
}

.examples-text__title {
	color: #075672;
	font-size: 23.41px;
	font-size: 1.463125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 33px;
	margin-bottom: 2.0625rem;
}

.examples-text__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 2;
}

.examples__btn {
	display: block;
	margin: 0 auto;
	width: 240px;
	width: 15rem;
}

.faq-content {
	background: #fff;
	padding-bottom: 224px;
	padding-bottom: 14rem;
	width: 100%;
}

.faq-content__container {
	margin: 0 auto 108px;
	margin: 0 auto 6.75rem;
	max-width: 1080px;
	max-width: 67.5rem;
	width: 100%;
}

.faq-content__container:last-of-type {
	margin-bottom: 84px;
	margin-bottom: 5.25rem;
}

.faq-container__title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 76px;
	margin-bottom: 4.75rem;
}

.faq-content__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.faq {
	background: #fff;
	padding-bottom: 141px;
	padding-bottom: 8.8125rem;
	width: 100%;
}

.faq__container {
	margin: 0 auto 86px;
	margin: 0 auto 5.375rem;
	max-width: 1080px;
	max-width: 67.5rem;
	padding-top: 112px;
	padding-top: 7rem;
	width: 100%;
}

.faq-list__item {
	background: #f1fbfd;
	border-radius: 1.875rem;
	padding: 38px 19px 29px 16px;
	padding: 2.375rem 1.1875rem 1.8125rem 1rem;
	width: 100%;
}

.faq-list__item:not(:last-child) {
	margin-bottom: 54px;
	margin-bottom: 3.375rem;
}

.faq-item__q {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 41px;
	margin-bottom: 2.5625rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.faq-q__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 2px solid #fce212;
	border: 0.125rem solid #fce212;
	border-radius: 624.9375rem;
	display: grid;
	font-size: 22px;
	font-size: 1.375rem;
	height: 59px;
	height: 3.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 59px;
	max-width: 3.6875rem;
	width: 100%;
}

.faq-q__text {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-left: 40px;
	margin-left: 2.5rem;
}

.faq-item__a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ddf4f9;
	border-radius: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 37px 25px 34px;
	padding: 2.3125rem 1.5625rem 2.125rem;
}

.faq-a__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fce212;
	border: 2px solid #fce212;
	border: 0.125rem solid #fce212;
	border-radius: 624.9375rem;
	display: grid;
	font-size: 22px;
	font-size: 1.375rem;
	height: 59px;
	height: 3.6875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 59px;
	max-width: 3.6875rem;
	width: 100%;
}

.faq-a__text {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.faq-a__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 2;
}

.faq-a__plus {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 2;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.faq__btn {
	display: block;
	margin: auto;
	width: 240px;
	width: 15rem;
}

.footer {
	width: 100%;
}

.footer__top {
	background: #7cd3dd;
	color: #fff;
	overflow: hidden;
}

.footer-top__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.footer-top__info {
	padding: 60px 50px 60px 0;
	padding: 3.75rem 3.125rem 3.75rem 0;
	width: 50%;
}

.footer__logo {
	font-weight: 500;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.footer__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__logo a img {
	width: 62px;
	width: 3.875rem;
}

.footer__logo a span {
	display: inline-block;
	font-size: 60px;
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.footer-info__address {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: 54px;
	margin-bottom: 3.375rem;
}

.footer-info__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: 54px;
	margin-bottom: 3.375rem;
}

.footer-info__bottom {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.footer-top__map {
	margin-right: calc(50% - 50vw);
	width: 50vw;
}

.footer-top__map iframe {
	height: 100%;
	width: 100%;
}

.footer__bottom {
	background: #e4f6fa;
	color: #075672;
	padding: 96px 0;
	padding: 6rem 0;
	width: 100%;
}

.footer-bottom__title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.footer-bottom__area {
	font-weight: 600;
	margin-bottom: 54px;
	margin-bottom: 3.375rem;
}

.footer-bottom__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.footer-b-nav__item {
	font-weight: 600;
}

.footer-b-nav__item + .footer-b-nav__item {
	margin-left: 2.004vw;
}

.footer__copyright {
	background: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.67;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.footer__banner {
	bottom: 0;
	height: 108px;
	height: 6.75rem;
	left: 0;
	position: sticky;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.footer-banner__body {
	background: url(../../assets/images/common/footer_bg_02.jpg) no-repeat center center/cover;
	position: relative;
	z-index: 2;
}

.footer-banner__container {
	color: #fff;
	margin: 0 auto;
	max-width: 950px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	width: 100%;
}

.footer-banner__lead {
	font-weight: 600;
	line-height: 2.25;
}

.footer-banner__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.footer-left {
	max-width: 414px;
	max-width: 25.875rem;
	width: 100%;
}

.footer-left__tell {
	display: block;
	height: 39px;
	height: 2.4375rem;
	max-width: 414px;
	max-width: 25.875rem;
	position: relative;
	width: 100%;
}

.footer-left__tell--num {
	color: #075672;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	left: 55%;
	position: absolute;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
	text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, .15);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.footer-left__time {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2.3;
}

.footer-right {
	max-width: 170px;
	max-width: 10.625rem;
	width: 100%;
}

.footer-right__lead {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
}

.footer-banner__icon--left {
	bottom: 0;
	left: -4%;
	position: absolute;
	width: 18.5%;
	z-index: 2;
}

.footer-banner__icon--right {
	bottom: 0;
	display: block;
	position: absolute;
	right: -1%;
	width: 14%;
	z-index: 2;
}

.pagetop {
	bottom: 73px;
	bottom: 4.5625rem;
	cursor: pointer;
	position: fixed;
	right: 8%;
	width: 51px;
	width: 3.1875rem;
	z-index: 1999;
}

.gradient-bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#e4f6fa), to(#7cd3dd));
	background: linear-gradient(#e4f6fa 0%, #7cd3dd 100%);
	padding-bottom: 321px;
	padding-bottom: 20.0625rem;
	width: 100%;
}

.policy-gradient {
	padding-bottom: 235px;
	padding-bottom: 14.6875rem;
	padding-top: 214px;
	padding-top: 13.375rem;
}

.header {
	width: 100%;
}

.header__top {
	background: #e4f6fa;
	width: 100%;
}

.header-top {
	color: #075672;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	max-width: 1395px;
	padding-left: 25px;
	padding-right: 25px;
}

.header-bottom {
	background: #7cd3dd;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	width: 100%;
}

.header__menu,
.header__nav--pc {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1395px;
	padding-left: 25px;
	padding-right: 25px;
}

.header__menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo {
	font-weight: 500;
}

.header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__logo a img {
	max-width: 62px;
	max-width: 3.875rem;
	width: 100%;
}

.header__logo a span {
	font-size: 43px;
	font-size: 2.6875rem;
	line-height: 1.2;
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.header-menu__credit {
	background: #fff;
	border-radius: 0.125rem;
	-webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
	margin-left: 47px;
	margin-left: 2.9375rem;
	max-width: 285px;
	max-width: 17.8125rem;
	padding: 2px 20px;
	padding: 0.125rem 1.25rem;
	text-align: center;
	width: 100%;
}

.header-credit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
}

.header-menu__credit span {
	color: #131313;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

.header-menu__right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 460px;
	max-width: 28.75rem;
	width: 100%;
}

.header-menu__info {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.header-menu__tell {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1;
}

.header-menu__time {
	white-space: nowrap;
}

.header-menu__btn {
	margin-left: 17px;
	margin-left: 1.0625rem;
	max-width: 187px;
	max-width: 11.6875rem;
	width: 100%;
}

.pc-nav__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pc-nav__item + .pc-nav__item {
	margin-left: 1.9875vw;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1395px;
	padding-left: 25px;
	padding-right: 25px;
}

.sub-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.living {
	background: url(../../assets/images/common/living_bg.jpg) no-repeat center center/cover;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 167px 0 160px;
	padding: 10.4375rem 0 10rem;
	text-align: center;
	width: 100%;
}

.living__title {
	font-size: 48px;
	font-size: 3rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.11em;
	margin-bottom: 54px;
	margin-bottom: 3.375rem;
}

.living__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.167;
	margin-bottom: 88px;
	margin-bottom: 5.5rem;
}

.living__bottom {
	background: rgba(255, 255, 255, .7);
	margin: auto;
	max-width: 1100px;
	max-width: 68.75rem;
	padding: 31px 71px;
	padding: 1.9375rem 4.4375rem;
	width: 100%;
}

.living-bottom__lead {
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 2;
}

.menu-content {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	padding-bottom: 114px;
	padding-bottom: 7.125rem;
	width: 100%;
}

.places__container--middle.menu-content {
	margin: 0 calc(50% - 50vw) 14.0625rem;
	width: 100vw;
}

.menu-content.mb {
	margin-bottom: 161px;
	margin-bottom: 10.0625rem;
}

.menu-content__container {
	padding-top: 127px;
	padding-top: 7.9375rem;
	position: relative;
	width: 100%;
}

.menu-content-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title_03.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 463px;
	max-width: 28.9375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

#niwaki .menu-content-container__title {
	max-width: 605px;
	max-width: 37.8125rem;
}

#gaikou .menu-content-container__title {
	background: url(../../assets/images/common/bg_title_04.png) no-repeat center center/cover;
	max-width: 730px;
	max-width: 45.625rem;
}

.menu-content-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.menu-content-title__main span {
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.menu-content-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -14px;
	top: -0.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.menu-content-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -12%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

#bassai .menu-content-title__main::before {
	top: -12px;
	top: -0.75rem;
}

#bassai .menu-content-title__main::after {
	right: -6%;
}

#kusakari .menu-content-title__main::before {
	top: -12px;
	top: -0.75rem;
}

#kusakari .menu-content-title__main::after {
	right: -6%;
}

#niwaki .menu-content-title__main::before {
	top: -6px;
	top: -0.375rem;
}

#niwaki .menu-content-title__main::after {
	right: -6%;
}

#gaikou .menu-content-title__main::after {
	right: -6%;
}

#gaikou .menu-content-title__main::before {
	top: -15px;
	top: -0.9375rem;
}

#kataduke .menu-content-title__main::after {
	right: -15%;
}

.menu-content__topic--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 137px;
	margin-bottom: 8.5625rem;
	padding-bottom: 95px;
	padding-bottom: 5.9375rem;
	width: 100%;
}

.topic-top {
	background: url(../../assets/images/common/menu_content_box_01.png) no-repeat center left/cover;
}

.topic-top__02 {
	background: url(../../assets/images/common/menu_content_box_03.png) no-repeat center left/cover;
}

.topic-top__img {
	max-width: 547px;
	max-width: 34.1875rem;
	width: 100%;
}

.topic-top__text {
	margin-left: 40px;
	margin-left: 2.5rem;
	max-width: 464px;
	max-width: 29rem;
	padding-top: 62px;
	padding-top: 3.875rem;
	width: 100%;
}

#exteria .topic-top__text {
	margin-left: 30px;
	margin-left: 1.875rem;
	max-width: 482px;
	max-width: 30.125rem;
	padding-top: 62px;
	padding-top: 3.875rem;
	width: 100%;
}

.topic-top__02 .topic-top__text {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.topic-top-text__title {
	margin-bottom: 43px;
	margin-bottom: 2.6875rem;
}

.topic-top__02 .topic-top-text__title {
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

.topic-title {
	-webkit-text-stroke: 2.5px #075672;
	text-stroke: 2.5px #075672;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-shadow: 3px 3px 3px #fce212;
	text-shadow: 0.1875rem 0.1875rem 0.1875rem #fce212;
}

.topic-top-text__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.8;
	padding-left: 26px;
	padding-left: 1.625rem;
}

.topic-top-text__lead span {
	-webkit-text-decoration: underline 5px #fce212;
	-webkit-text-decoration: underline 0.3125rem #fce212;
	text-decoration: underline 5px #fce212;
	text-decoration: underline 0.3125rem #fce212;
}

.menu-content__topic--bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
	padding-bottom: 157px;
	padding-bottom: 9.8125rem;
	width: 100%;
}

.topic-bottom {
	background: url(../../assets/images/common/menu_content_box_02.png) no-repeat top 91% right 124%/96%;
}

.topic-bottom__02 {
	background: url(../../assets/images/common/menu_content_box_04.png) no-repeat top 91% right 124%/96%;
}

.topic-bottom__img {
	margin-left: 60px;
	margin-left: 3.75rem;
	max-width: 547px;
	max-width: 34.1875rem;
	width: 100%;
}

#bassai .topic-bottom__img {
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.topic-bottom__text {
	max-width: 454px;
	max-width: 28.375rem;
	width: 100%;
}

#bassai .topic-bottom__text {
	max-width: 510px;
	max-width: 31.875rem;
}

.topic-bottom-text__title {
	margin-bottom: 43px;
	margin-bottom: 2.6875rem;
}

.topic-title span {
	-webkit-text-stroke: 0px #075672;
	text-stroke: 0px #075672;
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 600;
	text-shadow: none;
}

.topic-bottom-text__check {
	padding-left: 23px;
	padding-left: 1.4375rem;
}

.topic-check__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

#kataduke .topic-check__item {
	font-size: 19px;
	font-size: 1.1875rem;
}

.topic-check__item::before {
	background: url(../../assets/images/common/trouble_icon_check.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 24px;
	height: 1.5rem;
	margin-right: 9px;
	margin-right: 0.5625rem;
	width: 30px;
	width: 1.875rem;
}

.menu-content__price {
	width: 100%;
}

.menu-price__container {
	background: url(../../assets/images/common/menu_price_bg_pc.png) no-repeat center center/contain;
	margin-bottom: 46px;
	margin-bottom: 2.875rem;
	padding: 5.5vw 0 5.4375vw;
	width: 100%;
}

.menu-price__table {
	gap: 0;
	border-left: 1px solid #6d6d6d;
	border-top: 1px solid #6d6d6d;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 1fr;
	margin: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 960px;
	max-width: 60rem;
	width: 100%;
}

#kusakari .menu-price__table {
	gap: 0;
	border-left: 1px solid #6d6d6d;
	border-top: 1px solid #6d6d6d;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	margin: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 800px;
	max-width: 50rem;
	width: 100%;
}

.menu-table__item {
	gap: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.menu-table-item__cell {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	height: 47.34px;
	height: 2.95875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	width: 100%;
}

.menu-table-item__head &gt; .menu-table-item__cell {
	background: #e4f6fa;
}

.menu-price__notice {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.12em;
}

.menu-price__copy {
	color: #075672;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	padding-top: 28px;
	padding-top: 1.75rem;
	text-align: center;
}

.menu-price__copy + .menu-price__notice {
	text-align: center;
}

.menu-main {
	padding-bottom: 165px;
	padding-bottom: 10.3125rem;
	width: 100%;
}

.menu-main-title {
	-webkit-clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	background: #7cd3dd;
	clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	margin-bottom: 63px;
	margin-bottom: 3.9375rem;
	padding-bottom: 82px;
	padding-bottom: 5.125rem;
	width: 100%;
}

.clip-path__shadow {
	filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="1" dy="1" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(0,0,0,0.25)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
	-webkit-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(0 5px 0 rgba(0, 0, 0, .25));
	-webkit-filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(0 0.3125rem 0 rgba(0, 0, 0, .25));
}

.menu-main__title .breadcrumb {
	padding-bottom: 63px;
	padding-bottom: 3.9375rem;
}

.menu-main-title__sub {
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.12em;
	line-height: 2.18;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

.menu-main-title__main {
	-webkit-text-decoration: underline 6px #fce212;
	-webkit-text-decoration: underline 0.375rem #fce212;
	color: #075672;
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: 0.15em;
	text-align: center;
	text-decoration: underline 6px #fce212;
	text-decoration: underline 0.375rem #fce212;
}

.menu-main-container {
	max-width: 100%;
	width: 100%;
}

.menu-message {
	background: url(../../assets/images/common/menu_bg_03.png) no-repeat center center/cover;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-style: italic;
	margin-top: -25px;
	margin-top: -1.5625rem;
	padding: 271px 0 337px;
	padding: 16.9375rem 0 21.0625rem;
	position: relative;
	width: 100%;
}

.menu-message__text {
	color: #075672;
	max-width: 867px;
	max-width: 54.1875rem;
	text-align: center;
	width: 100%;
}

.menu-message__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 2;
	margin-bottom: 71px;
	margin-bottom: 4.4375rem;
}

.menu-message__title {
	background: rgba(255, 255, 255, .7);
	font-weight: 900;
	padding: 30px 0;
	padding: 1.875rem 0;
	width: 100%;
}

.menu-message-title__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	font-size: 36px;
	font-size: 2.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.15em;
	line-height: 1.66;
}

.menu-problem {
	background: url(../../assets/images/common/menu_bg_02.png) no-repeat center center/cover;
	padding-bottom: 162px;
	padding-bottom: 10.125rem;
	width: 100%;
}

.menu-problem__inner {
	padding-top: 147px;
	padding-top: 9.1875rem;
	position: relative;
}

.menu-problem__icon {
	background: url(../../assets/images/common/menu_icon_bubble.png) no-repeat center center/cover;
	height: 224px;
	height: 14rem;
	left: 0;
	max-width: 240px;
	max-width: 15rem;
	position: absolute;
	top: -64px;
	top: -4rem;
	width: 100%;
}

.menu-problem__icon span {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	left: 13%;
	line-height: 1.66;
	position: absolute;
	text-align: center;
	top: 30%;
}

.menu-problem__copy {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	right: 0%;
	top: 19%;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.menu-problem-top__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin-bottom: 94px;
	margin-bottom: 5.875rem;
	text-align: center;
}

.menu-problem-top__list {
	gap: 32px;
	gap: 2rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	margin: 0 50px;
	margin: 0 3.125rem;
}

.menu-problem-top-list__item {
	padding: 39px 22px 21px;
	padding: 2.4375rem 1.375rem 1.3125rem;
	width: 100%;
}

.menu-problem-item__1 {
	background: url(../../assets/images/common/menu_problem_img_01.png) no-repeat center center/cover;
}

.menu-problem-item__2 {
	background: url(../../assets/images/common/menu_problem_img_02.png) no-repeat center center/cover;
}

.menu-problem-item__3 {
	background: url(../../assets/images/common/menu_problem_img_03.png) no-repeat center center/cover;
}

.menu-problem-item__4 {
	background: url(../../assets/images/common/menu_problem_img_04.png) no-repeat center center/cover;
}

.menu-problem-item__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 55px;
	margin-bottom: 3.4375rem;
	text-align: center;
	text-shadow: 2px 2px 1px #fce212, -2px 2px 1px #fce212, 2px -2px 1px #fce212, -2px -2px 1px #fce212, 2px 0px 1px #fce212, 0px 2px 1px #fce212, -2px 0px 1px #fce212, 0px -2px 1px #fce212;
}

.menu-problem-item__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: grid;
	height: 170px;
	height: 10.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 2px;
	padding: 0 0.125rem;
	position: relative;
	width: 100%;
}

.menu-problem-item__icon {
	left: 50%;
	max-width: 54px;
	max-width: 3.375rem;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.menu-problem-item__lead {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.15em;
	line-height: 1.875;
	text-align: center;
}

.menu-problem__bottom {
	padding-top: 190px;
	padding-top: 11.875rem;
	position: relative;
	width: 100%;
}

.menu-problem__logo {
	display: block;
	margin: 0 auto 60px;
	margin: 0 auto 3.75rem;
	max-width: 190px;
	max-width: 11.875rem;
	width: 100%;
}

.menu-problem-bottom__title {
	color: #075672;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 68px;
	margin-bottom: 4.25rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.menu-problem-bottom__lead {
	-webkit-text-decoration: underline 6px #fce212;
	-webkit-text-decoration: underline 0.375rem #fce212;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 93px;
	margin-bottom: 5.8125rem;
	position: relative;
	text-align: center;
	text-decoration: underline 6px #fce212;
	text-decoration: underline 0.375rem #fce212;
	z-index: 2;
}

.menu-problem-bottom__icons--sp {
	display: contents;
}

.menu-problem-bottom__icon--left {
	left: 0%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38.916%;
}

.menu-problem-bottom__icon--right {
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19.416%;
}

.menu-problem-bottom__list {
	gap: 18px;
	gap: 1.125rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	position: relative;
	width: 100%;
	z-index: 3;
}

.menu-problem-bottom-list__icon {
	background: #008758;
	border-radius: 50%;
	color: #fff;
	max-width: 225px;
	max-width: 14.0625rem;
	width: 100%;
}

.circle-height {
	height: 0;
	padding-top: 100%;
	position: relative;
}

.menu-problem-bottom-icon__lead {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	left: 0;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-problem-bottom-icon__lead span {
	color: #fce212;
	font-size: 36px;
	font-size: 2.25rem;
}

.menu-reason {
	background: url(../../assets/images/common/caution_bg.jpg) no-repeat center center/cover;
	margin-top: -47px;
	margin-top: -2.9375rem;
	padding-bottom: 146px;
	padding-bottom: 9.125rem;
	position: relative;
	width: 100%;
}

.menu-reason__inner {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.menu-reason__top {
	gap: 29px;
	gap: 1.8125rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	margin-bottom: 146px;
	margin-bottom: 9.125rem;
	text-align: center;
}

.menu-reason-item__img {
	display: block;
	margin-bottom: 31px;
	margin-bottom: 1.9375rem;
}

.menu-reason-item__title {
	color: #075672;
	display: inline-block;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin: 0 auto 34px;
	margin: 0 auto 2.125rem;
	position: relative;
}

.menu-reason-item__title::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 29px;
	height: 1.8125rem;
	position: absolute;
	right: -16%;
	top: 0%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.menu-reason-item__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	line-height: 1.77;
	text-align: left;
}

.menu-reason__bottom {
	background: #fff;
	padding: 117px 40px 104px;
	padding: 7.3125rem 2.5rem 6.5rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.menu-reason-bottom__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title_02.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 463px;
	max-width: 28.9375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.menu-reason-bottom-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.menu-reason-bottom-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -24px;
	top: -1.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.menu-reason-bottom__lead--top,
.menu-reason-bottom__lead--bottom {
	color: #075672;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.818;
	position: relative;
	z-index: 2;
}

.menu-reason-bottom__icons--sp {
	display: contents;
}

.menu-reason-bottom__icon--left {
	bottom: -1vw;
	left: -4vw;
	position: absolute;
	width: 32.08%;
}

.menu-reason-bottom__icon--right {
	bottom: -1vw;
	position: absolute;
	right: -5vw;
	width: 24.41%;
}

.mv {
	position: relative;
	width: 100%;
}

.mv__img {
	width: 100%;
}

.mv__area {
	color: #075672;
	font-size: 3.125vw;
	font-weight: 600;
	position: absolute;
	right: 35.49vw;
	top: 4.31vw;
}

.mv__price {
	bottom: 4.39vw;
	font-size: 3.125vw;
	font-weight: 700;
	position: absolute;
	right: 29.42vw;
}

.mv__price .small {
	font-size: 1.5625vw;
}

.news-article {
	background: #fff;
	padding-bottom: 169px;
	padding-bottom: 10.5625rem;
	width: 100%;
}

.news-article__container {
	background: #f8f8f8;
	-webkit-box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(0, 0, 0, .2);
	box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(0, 0, 0, .2);
	margin: 0 auto 102px;
	margin: 0 auto 6.375rem;
	max-width: 100%;
	padding: 74px 120px 154px;
	padding: 4.625rem 7.5rem 9.625rem;
	position: relative;
}

.news-article__date {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	margin: 0 auto 68px;
	margin: 0 auto 4.25rem;
	text-align: center;
}

.news-article__title {
	border-bottom: 5px solid #075672;
	border-bottom: 0.3125rem solid #075672;
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 600;
	margin-bottom: 81px;
	margin-bottom: 5.0625rem;
	padding-bottom: 81px;
	padding-bottom: 5.0625rem;
	text-align: center;
	width: 100%;
}

.news-article__content {
	margin: 0 auto;
	width: 80%;
}

.news-article__img {
	aspect-ratio: 603/460;
	margin: 0 auto 86px;
	margin: 0 auto 5.375rem;
	max-width: 603px;
	max-width: 37.6875rem;
	width: 100%;
}

.news-article__lead {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
	margin: auto;
	max-width: 870px;
	max-width: 54.375rem;
	width: 100%;
}

.news-article__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	max-width: 650px;
	max-width: 40.625rem;
	position: relative;
	width: 100%;
}

.news-article-pagination a:not([class]) {
	display: block;
	max-width: 150px;
	max-width: 9.375rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.news-article-pagination__prev,
.news-article-pagination__next {
	display: block;
	max-width: 150px;
	max-width: 9.375rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.news-article-pagination__prev {
	left: 0;
}

.news-article-pagination a:first-child {
	left: 0;
}

.news-article-pagination__next {
	right: 0;
}

.news-article-pagination a:last-child {
	right: 0;
}

.news-article-pagination__back {
	display: block;
	max-width: 233px;
	max-width: 14.5625rem;
	width: 100%;
}

.news-content {
	background: url(../../assets/images/common/news_main_bg.jpg) no-repeat center center/cover;
	color: #075672;
	padding-bottom: 205px;
	padding-bottom: 12.8125rem;
	width: 100%;
}

.news-content__container {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(0, 0, 0, .2);
	box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(0, 0, 0, .2);
	margin: auto;
	max-width: 100%;
	padding: 100px 180px 106px;
	padding: 6.25rem 11.25rem 6.625rem;
	position: relative;
}

.news-content__container::before {
	background: url(../../assets/images/common/news_icon_clip.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 73px;
	height: 4.5625rem;
	left: 50%;
	max-width: 160px;
	max-width: 10rem;
	position: absolute;
	top: -60px;
	top: -3.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.news-content-container__list {
	margin-bottom: 83px;
	margin-bottom: 5.1875rem;
	max-width: 100%;
	width: 100%;
}

.news-content-list__item {
	border-bottom: 1px solid #075672;
	border-bottom: 0.0625rem solid #075672;
	width: 100%;
}

.news-content-list__item:last-of-type {
	border-bottom: none;
}

.news-content-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 0;
	padding: 1.5rem 0;
	width: 100%;
}

.news-content-item__date {
	font-size: 18px;
	font-size: 1.125rem;
	padding-left: 39px;
	padding-left: 2.4375rem;
	padding-right: 16px;
	padding-right: 1rem;
	position: relative;
}

.news-content-item__date::after {
	background: #075672;
	content: "";
	height: 55px;
	height: 3.4375rem;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	width: 0.0625rem;
}

.news-content-item__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 16px;
	padding-right: 1rem;
	width: 100%;
}

.news-content-item__title::after {
	background: url(../../assets/images/common/news_icon_02.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	width: 20px;
	width: 1.25rem;
}

.news-content__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.nav-links ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-links li .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #075672;
	border: 0.125rem solid #075672;
	border-radius: 0.3125rem;
	color: #075672;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	height: 45px;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	margin: 0 6.5px;
	margin: 0 0.40625rem;
	width: 45px;
	width: 2.8125rem;
}

.nav-links li .current {
	background: #075672;
	color: #fff;
}

.wp-pagenavi {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.previouspostslink,
.nextpostslink {
	display: block;
	height: 16px;
	height: 1rem;
	position: relative;
	width: 8px;
	width: 0.5rem;
}

.previouspostslink {
	margin-right: 2em;
}

.previouspostslink::before {
	content: "ï¼œ";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.nextpostslink {
	margin-left: 2em;
}

.nextpostslink::after {
	content: "ï¼ž";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #075672;
	border: 0.125rem solid #075672;
	border-radius: 0.3125rem;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	height: 45px;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	margin: 0 6.5px;
	margin: 0 0.40625rem;
	width: 45px;
	width: 2.8125rem;
}

.wp-pagenavi .current {
	background: #075672;
	color: #fff;
}

.news {
	background: #7cd3dd;
	color: #075672;
	padding-top: 40px;
	padding-top: 2.5rem;
	width: 100%;
}

.news__container {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	margin: auto;
	max-width: 1192px;
	max-width: 74.5rem;
	padding: 82px 113px 64px;
	padding: 5.125rem 7.0625rem 4rem;
	position: relative;
}

.news__container::before {
	background: url(../../assets/images/common/news_icon_clip.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 73px;
	height: 4.5625rem;
	left: 50%;
	max-width: 160px;
	max-width: 10rem;
	position: absolute;
	top: -12%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.news-container__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 42px;
	margin-bottom: 2.625rem;
	width: 100%;
}

.news-content__title {
	max-width: 120px;
	max-width: 7.5rem;
	width: 13%;
}

.news-title__main {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 400;
}

.news-title__icon {
	width: 100%;
}

.news-content__list {
	border-top: 1px solid #075672;
	border-top: 0.0625rem solid #075672;
	margin-left: 34px;
	margin-left: 2.125rem;
	max-width: 807px;
	max-width: 50.4375rem;
	width: 87%;
}

.news-list__item {
	border-bottom: 1px solid #075672;
	border-bottom: 0.0625rem solid #075672;
	width: 100%;
}

.news-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 25px 0;
	padding: 1.5625rem 0;
	width: 100%;
}

.news-item__date {
	padding-left: 39px;
	padding-left: 2.4375rem;
	padding-right: 16px;
	padding-right: 1rem;
	position: relative;
}

.news-item__date::after {
	background: #075672;
	content: "";
	height: 55px;
	height: 3.4375rem;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	width: 0.0625rem;
}

.news-item__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 34px;
	padding-left: 2.125rem;
	padding-right: 16px;
	padding-right: 1rem;
	width: 100%;
}

.news-item__title::after {
	background: url(../../assets/images/common/news_icon_02.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 15px;
	height: 0.9375rem;
	width: 20px;
	width: 1.25rem;
}

.news__btn {
	display: block;
	margin: auto;
	width: 240px;
	width: 15rem;
}

.places {
	padding-bottom: 171px;
	padding-bottom: 10.6875rem;
	width: 100%;
}

.places__inner {
	padding-top: 105px;
	padding-top: 6.5625rem;
}

.places-container__list {
	gap: 83px 16px;
	gap: 5.1875rem 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: auto;
	max-width: 960px;
	max-width: 60rem;
	width: 100%;
}

.places-list__item {
	max-width: 176px;
	max-width: 11rem;
	text-align: center;
	width: 100%;
}

.places-item__img {
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

.places-item__name {
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.menu-places {
	padding-bottom: 219px;
	padding-bottom: 13.6875rem;
	width: 100%;
}

.menu-places .places__container {
	margin-bottom: 222px;
	margin-bottom: 13.875rem;
}

.places__container--bottom {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	margin: auto;
	max-width: 1316px;
	max-width: 82.25rem;
	padding: 123px 50px 145px;
	padding: 7.6875rem 3.125rem 9.0625rem;
	position: relative;
	width: 100%;
}

.places-menu__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 417px;
	max-width: 26.0625rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.places-menu-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.places-menu-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -24px;
	top: -1.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.places-menu__list {
	gap: 28px;
	gap: 1.75rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	margin-bottom: 99px;
	margin-bottom: 6.1875rem;
	text-align: center;
	width: 100%;
}

.places-menu-item__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #075672;
	color: #fff;
	display: grid;
	font-size: 22px;
	font-size: 1.375rem;
	height: 55px;
	height: 3.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	width: 98%;
}

.places-menu-item__img {
	margin-bottom: 41px;
	margin-bottom: 2.5625rem;
}

.places-menu-item__btn {
	display: block;
	margin: auto;
	max-width: 220px;
	max-width: 13.75rem;
	width: 100%;
}

.places-menu__lead {
	color: #075672;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.18;
	margin-bottom: 67px;
	margin-bottom: 4.1875rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.places-menu__lead span {
	font-size: 30px;
	font-size: 1.875rem;
	font-style: italic;
	line-height: 1.6;
}

.places-menu__icons {
	display: content;
}

.places-menu__icon--left {
	bottom: -1.2vw;
	left: -3vw;
	position: absolute;
	width: 19.93%;
	z-index: 1;
}

.places-menu__icon--right {
	bottom: -1.5vw;
	position: absolute;
	right: -2.4vw;
	width: 31.64%;
	z-index: 1;
}

.places-menu__bottom {
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	color: #075672;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 800;
	position: relative;
	text-align: center;
	z-index: 2;
}

.menu-places .places-item__name {
	color: #075672;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.policy-content {
	background: #fff;
	padding-bottom: 182px;
	padding-bottom: 11.375rem;
	width: 100%;
}

.policy-content__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1125px;
	padding-left: 25px;
	padding-right: 25px;
}

.policy-content__list {
	margin-bottom: 123px;
	margin-bottom: 7.6875rem;
}

.policy-content__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 97px;
	margin-bottom: 6.0625rem;
	text-align: center;
}

.policy-list__item:not(:last-child) {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.policy-content__head,
.policy-item__title,
.policy-item__lead {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.11em;
	line-height: 2.11;
}

.policy-content__head {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.policy-item__title {
	font-weight: 600;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.policy-content__btn {
	display: block;
	margin: auto;
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.price-bottom {
	width: 100%;
}

.price-bottom__inner {
	padding-top: 104px;
	padding-top: 6.5rem;
}

.price-bottom__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.price-bottom-container__img {
	max-width: 560px;
	max-width: 35rem;
	width: 100%;
}

.price-bottom-container__text {
	margin-left: 18px;
	margin-left: 1.125rem;
	max-width: 622px;
	max-width: 38.875rem;
	position: relative;
	width: 100%;
}

.price-bottom-text__bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.price-bottom-text__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 41px;
	margin-bottom: 2.5625rem;
	position: relative;
	z-index: 2;
}

.price-bottom-title__img {
	max-width: 178px;
	max-width: 11.125rem;
	width: 100%;
}

.price-bottom-title__text {
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.price-bottom-title__text span {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.price-bottom__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.price-bottom__lead--blue {
	color: #075672;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.8;
}

.price-bottom__bottom {
	position: relative;
	width: 100%;
}

.price-bottom__bottom--img {
	display: block;
	width: 100%;
}

.price-bottom__bottom--text {
	color: #075672;
	left: 50%;
	letter-spacing: 0.12em;
	line-height: 2.27;
	position: absolute;
	text-align: center;
	top: 20%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.price-bottom__bottom--text--lead1 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
}

.price-bottom__bottom--text--lead2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
}

.price-top {
	background: url(../../assets/images/common/price-top_bg.jpg) no-repeat center center/cover;
	width: 100%;
}

.price-top__inner {
	padding-top: 84px;
	padding-top: 5.25rem;
}

.price-top__other {
	border-bottom: 5px solid #7cd3dd;
	border-bottom: 0.3125rem solid #7cd3dd;
	margin-bottom: 96px;
	margin-bottom: 6rem;
	padding-bottom: 76px;
	padding-bottom: 4.75rem;
	width: 100%;
}

.price-other__title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 41px;
	margin-bottom: 2.5625rem;
	padding-left: 9.5%;
}

.price-other__img {
	display: block;
	margin: 0 auto 37px;
	margin: 0 auto 2.3125rem;
	max-width: 920px;
	max-width: 57.5rem;
	width: 100%;
}

.price-other__notice {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	line-height: 2;
	padding-left: 7%;
}

.price-other__notice + .price-other__notice {
	margin-bottom: 47px;
	margin-bottom: 2.9375rem;
}

.price-other__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10%;
	padding-right: 10%;
}

.price-other__icon {
	max-width: 134px;
	max-width: 8.375rem;
	width: 100%;
}

.price-other__text {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.price-other__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 2;
}

.price-we {
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	position: relative;
	width: 100%;
}

.price-we__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	margin-bottom: 58px;
	margin-bottom: 3.625rem;
}

.price-we__img {
	margin-bottom: 46px;
	margin-bottom: 2.875rem;
	margin-left: 8.6%;
	max-width: 502px;
	max-width: 31.375rem;
	position: relative;
	width: 46.28%;
	z-index: 2;
}

.price-we__text {
	color: #075672;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	position: relative;
	text-align: center;
	z-index: 2;
}

.price-we__lead {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.price-we__lead span {
	font-size: 36px;
	font-size: 2.25rem;
}

.price-we__img--bg {
	bottom: -4%;
	display: block;
	left: 76%;
	max-width: 602px;
	max-width: 37.625rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 35vw;
}

.problem1 {
	background: url(../../assets/images/common/trouble_bg_01.jpg) no-repeat center center/cover;
	padding-bottom: 112px;
	padding-bottom: 7rem;
	width: 100%;
}

.problem1__inner {
	padding-top: 71px;
	padding-top: 4.4375rem;
	position: relative;
}

.problem1__container {
	position: relative;
	z-index: 2;
}

.problem1-container__content1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 63px;
	margin-bottom: 3.9375rem;
}

.problem1-container__list--right {
	margin-left: 16px;
	margin-left: 1rem;
	position: relative;
	z-index: 2;
}

.problem1-container__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.problem1-container__item::before {
	background: url(../../assets/images/common/trouble_icon_check.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 24px;
	height: 1.5rem;
	margin-right: 9px;
	margin-right: 0.5625rem;
	width: 30px;
	width: 1.875rem;
}

.problem1__bg {
	position: absolute;
	right: 0;
	top: -11%;
	width: 24.3%;
	z-index: 1;
}

.problem1-container__content2 {
	gap: 23px 28px;
	gap: 1.4375rem 1.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto 67px;
	margin: 0 auto 4.1875rem;
	max-width: 950px;
	max-width: 59.375rem;
	text-align: center;
	width: 100%;
}

.problem1-content2__item {
	background: url(../../assets/images/common/trouble_bg_02.png) no-repeat center center/cover;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

.problem1-container__content3 {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto 53px;
	margin: 0 auto 3.3125rem;
	max-width: 1120px;
	max-width: 70rem;
	width: 100%;
}

.problem1-content3__item {
	text-align: center;
}

.problem1-content3__img {
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

.problem1-content3__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.problem1-container__lead1 {
	color: #075672;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
}

.problem1-container__lead2 {
	color: #075672;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
}

.problem2 {
	width: 100%;
}

.problem2__top {
	background: url(../../assets/images/common/problem_bg.jpg) no-repeat center center/cover;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0 rgba(0, 0, 0, .16);
	box-shadow: 0.1875rem 0.1875rem 0 rgba(0, 0, 0, .16);
	overflow: hidden;
	padding-bottom: 61px;
	padding-bottom: 3.8125rem;
	padding-top: 152px;
	padding-top: 9.5rem;
}

.problem2-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.problem2-container__left {
	max-width: 369px;
	max-width: 23.0625rem;
	position: relative;
	width: 40%;
}

.problem2-left__title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
	text-align: center;
}

.problem2-left__title span {
	font-size: 24px;
	font-size: 1.5rem;
}

.problem2-left__list {
	margin: auto;
	position: relative;
	z-index: 2;
}

.problem2-left__item {
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.12em;
	line-height: 1.636;
}

.problem2-left__item:not(:last-child) {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.problem2-left__img {
	left: -19%;
	max-width: 464px;
	max-width: 29rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24.17vw;
	z-index: 1;
}

.problem2-container__right {
	background: url(../../assets/images/common/problem_bg_02.png) no-repeat center center/contain;
	color: #328dad;
	max-width: 560px;
	max-width: 35rem;
	position: relative;
	width: 60%;
	z-index: 2;
}

.problem2-right__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin: -30px 0 43px;
	margin: -1.875rem 0 2.6875rem;
	text-align: center;
}

.problem2-right__title span {
	font-size: 42px;
	font-size: 2.625rem;
}

.problem2-right__list {
	padding-bottom: 57px;
	padding-bottom: 3.5625rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	position: relative;
	z-index: 2;
}

.problem2-right__item {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.285;
}

.problem2-right__item:not(:last-child) {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(248,38,4) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(248,38,4) 50%, transparent 50%);
    background: linear-gradient(left, rgb(248,38,4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% 1em;
}


.problem2-right__img {
	left: 102%;
	max-width: 603px;
	max-width: 37.6875rem;
	position: absolute;
	top: 65%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 37.48vw;
	z-index: 1;
}

.problem2__bottom {
	padding: 91px 10% 94px;
	padding: 5.6875rem 10% 5.875rem;
	text-align: center;
	width: 100%;
}

.problem2-bottom__lead {
	color: #075672;
	display: inline-block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin: auto;
	position: relative;
}

.problem2-bottom__lead::before,
.problem2-bottom__lead::after {
	background: #075672;
	content: "";
	display: inline-block;
	height: 107px;
	height: 6.6875rem;
	position: absolute;
	top: 27%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	width: 0.25rem;
}

.problem2-bottom__lead::before {
	left: -5%;
	-webkit-transform: rotate(-38deg);
	transform: rotate(-38deg);
}

.problem2-bottom__lead::after {
	right: -5%;
	-webkit-transform: rotate(38deg);
	transform: rotate(38deg);
}

.promise {
	padding-bottom: 122px;
	padding-bottom: 7.625rem;
	width: 100%;
}

.promise__container {
	background: #fff;
	border: 5px solid #075672;
	border: 0.3125rem solid #075672;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	margin-top: -132px;
	margin-top: -8.25rem;
	padding: 131px 40px 106px;
	padding: 8.1875rem 2.5rem 6.625rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.promise-container__lead {
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.15em;
	position: absolute;
	top: -10.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.promise-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 551px;
	max-width: 34.4375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.promise-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.promise-title__main span {
	color: #7cd3dd;
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.promise-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -15px;
	top: -0.9375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.promise-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -12%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.promise-container__top {
	margin: 0 auto 71px;
	margin: 0 auto 4.4375rem;
	max-width: 980px;
	max-width: 61.25rem;
	width: 100%;
}

.promise-top__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.promise-top__item:not(:last-child) {
	margin-bottom: 68px;
	margin-bottom: 4.25rem;
}

.promise-item__img {
	max-width: 23.7%;
	position: relative;
	width: 100%;
}

.promise-item__img--1::before {
	background: url(../../assets/images/common/promise_icon_01.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 105px;
	height: 6.5625rem;
	left: -26%;
	position: absolute;
	top: -18%;
	width: 105px;
	width: 6.5625rem;
}

.promise-item__img--2::before {
	background: url(../../assets/images/common/promise_icon_02.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 105px;
	height: 6.5625rem;
	left: -26%;
	position: absolute;
	top: -18%;
	width: 105px;
	width: 6.5625rem;
}

.promise-item__img--3::before {
	background: url(../../assets/images/common/promise_icon_03.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 105px;
	height: 6.5625rem;
	left: -26%;
	position: absolute;
	top: -18%;
	width: 105px;
	width: 6.5625rem;
}

.promise-item__text {
	margin-left: 36px;
	margin-left: 2.25rem;
	width: 100%;
}

.promise-text__title {
	-webkit-text-decoration: underline 9px solid #fce212;
	-webkit-text-decoration: underline 0.5625rem solid #fce212;
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.11em;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	text-decoration: underline 9px solid #fce212;
	text-decoration: underline 0.5625rem solid #fce212;
	width: 100%;
}

.promise-text__lead {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	line-height: 2;
}

.promise-container__bottom {
	color: #075672;
	text-align: center;
}

.promise-bottom__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2.4;
	margin-bottom: 58px;
	margin-bottom: 3.625rem;
}

.promise-bottom__lead .big {
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0.12em;
}

.promise-bottom__icon {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: auto;
	max-width: 935px;
	max-width: 58.4375rem;
	width: 100%;
}

.reason {
	background: #fff;
	padding-bottom: 140px;
	padding-bottom: 8.75rem;
	width: 100%;
}

.clip-path__shadow {
	filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur in="SourceAlpha" stdDeviation="0" /&gt;&lt;feOffset dx="1" dy="1" result="offsetblur" /&gt;&lt;feFlood flood-color="rgba(0,0,0,0.25)" /&gt;&lt;feComposite in2="offsetblur" operator="in" /&gt;&lt;feMerge&gt;&lt;feMergeNode /&gt;&lt;feMergeNode in="SourceGraphic" /&gt;&lt;/feMerge&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
	-webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .25));
	-webkit-filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, .25));
	filter: drop-shadow(0 0.1875rem 0 rgba(0, 0, 0, .25));
}

.reason__title {
	-webkit-clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
	background: #7cd3dd;
	clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
	padding: 125px 0 71px;
	padding: 7.8125rem 0 4.4375rem;
	text-align: center;
	width: 100%;
}

.reason-title__sub {
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0.11em;
	line-height: 1.2;
}

.reason-title__sub span {
	font-size: 48px;
	font-size: 3rem;
}

.reason-title__sub .yellow {
	color: #fce212;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .35);
	text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, .35);
}

.reason-title__sub .narrow {
	letter-spacing: -0.06em;
}

.reason-title__main {
	color: #075672;
	display: inline-block;
	font-size: 52px;
	font-size: 3.25rem;
	letter-spacing: 0.11em;
	position: relative;
}

.reason-title__main span {
	font-size: 48px;
	font-size: 3rem;
}

.reason-title__main .small {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
}

.reason-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -3%;
	top: -13%;
	width: 30px;
	width: 1.875rem;
}

.reason-container__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 72px;
	margin: 0 auto 4.5rem;
	max-width: 1130px;
	max-width: 70.625rem;
	width: 100%;
}

.reason-top__text {
	font-size: 20px;
	font-size: 1.25rem;
	width: 55%;
}

.reason-top__lead {
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.5;
	margin-bottom: 19px;
	margin-bottom: 1.1875rem;
}

.reason-top__copy {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #328dad;
	color: #fff;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.11em;
	padding: 19px 4px;
	padding: 1.1875rem 0.25rem;
	width: 100%;
}

.reason-top__img {
	margin-left: 19px;
	margin-left: 1.1875rem;
	width: 45%;
}

.reason-container__bottom {
	gap: 22px;
	gap: 1.375rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	justify-self: stretch;
	width: 100%;
}

.reason-bottom__card {
	background: #328dad;
	background-position: top 20px left;
	background-position: top 1.25rem left;
	height: auto;
	position: relative;
}

.reason-card__num {
	height: 100%;
	left: 10px;
	left: 0.625rem;
	max-height: 55px;
	max-height: 3.4375rem;
	position: absolute;
	top: -24px;
	top: -1.5rem;
}

.reason-card__num img {
	height: inherit;
}

.reason-card__text {
	color: #fff;
	height: auto;
	padding: 22px 17px;
	padding: 1.375rem 1.0625rem;
}

.reason-card__title {
	border-bottom: 5px solid #fce212;
	border-bottom: 0.3125rem solid #fce212;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.39;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.reason-card__lead {
	letter-spacing: 0.11em;
}

.section-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/section-title_bg.jpg) no-repeat center center/cover;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 87px;
	height: 5.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.section-title__icon {
	max-width: 197px;
	max-width: 12.3125rem;
	width: 100%;
}

.section-title__icon--right {
	max-width: 98px;
	max-width: 6.125rem;
	width: 100%;
}

.section-title__main {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin-left: 12px;
	margin-left: 0.75rem;
}

.section-title__big,
.section-title__main .big {
	font-size: 52px;
	font-size: 3.25rem;
}

.silver {
	padding: 164px 0 140px;
	padding: 10.25rem 0 8.75rem;
	width: 100%;
}

.silver__container {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	padding: 107px 54px 99px 77px;
	padding: 6.6875rem 3.375rem 6.1875rem 4.8125rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.silver-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 551px;
	max-width: 34.4375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.silver-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.silver-title__main::after {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -18px;
	top: -1.125rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.silver-container__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 45px;
	margin: 0 auto 2.8125rem;
}

.silver-body__img {
	width: 50%;
}

.silver-body__text {
	padding-left: 22px;
	padding-left: 1.375rem;
	width: 50%;
}

.silver-text__lead {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	line-height: 2;
}

.silver-text__lead span {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.636;
}

.silver-container__notice {
	position: relative;
}

.silver-notice__lead {
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.875;
	margin-left: 15%;
	padding-left: 1em;
	text-indent: -1em;
	z-index: 2;
}

.silver-notice__icon--left {
	bottom: 0;
	left: -1%;
	max-width: 204px;
	max-width: 12.75rem;
	position: absolute;
	width: 15.16%;
	z-index: 2;
}

.silver-notice__icon--right {
	bottom: -101%;
	max-width: 361px;
	max-width: 22.5625rem;
	position: absolute;
	right: -2%;
	width: 32.84%;
	z-index: 1;
}

.solution {
	padding-bottom: 85px;
	padding-bottom: 5.3125rem;
	width: 100%;
}

.solution__inner {
	padding-top: 80px;
	padding-top: 5rem;
}

.solution-container {
	gap: 42px;
	gap: 2.625rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

.solution-container__card {
	-webkit-box-shadow: 0.1875rem 0.1875rem 0 rgba(0, 0, 0, .16);
	box-shadow: 0.1875rem 0.1875rem 0 rgba(0, 0, 0, .16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.solution-card__img {
	width: 50%;
}

.solution-card__img img {
	height: 100%;
}

.solution-card__text {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 2.9375rem auto 5.5rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	width: 50%;
}

.solution-text__title {
	color: #075672;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 0.11em;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
	text-align: center;
}

.solution-text__lead {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.11em;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	padding-left: 13px;
	padding-left: 0.8125rem;
	padding-right: 13px;
	padding-right: 0.8125rem;
}

.solution-text__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solution-info__time {
	text-align: center;
	width: 50%;
}

.solution-info__price {
	text-align: center;
	width: 50%;
}

.solution-info__topic {
	background: #7cd3dd;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.11em;
	padding: 8px 0;
	padding: 0.5rem 0;
}

.centerline {
	position: relative;
}

.centerline::after {
	background: #fff;
	content: "";
	display: block;
	height: 70%;
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	width: 0.1875rem;
}

.solution-info__value {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.11em;
	padding: 8px 0;
	padding: 0.5rem 0;
}

.sp-nav {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.sp-nav.open {
	opacity: 1;
	visibility: visible;
}

.sp-nav__bg {
	background: rgba(0, 0, 0, .8);
	height: 220vw;
	width: 100%;
}

.sp-nav__container {
	background: rgba(255, 255, 255, .8);
	border-radius: 0.875rem;
	color: #075672;
	left: 50%;
	overflow-y: scroll;
	padding: 9.76vw 7.2vw 4vw;
	position: absolute;
	top: 5vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 85.25%;
}

.close-btn {
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
	width: 7.73vw;
}

.sp-nav__list {
	margin: 0 auto 8vw;
	width: 100%;
}

.sp-nav__item {
	border-bottom: 1px solid #075672;
	border-bottom: 0.0625rem solid #075672;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 4.266vw;
	padding-bottom: 4vw;
}

.sp-nav__item a {
	display: inline-block;
	height: 100%;
	width: 75%;
}

.sp-nav__item:not(:last-child) {
	margin-bottom: 4vw;
}

.sp-nav__item::before {
	color: #075672;
	content: "â–&nbsp;";
	padding-right: 0.5em;
}

.sp-nav__tell {
	display: block;
	margin: 0 auto 1.33vw;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.sp-nav__tell--bg {
	width: 100%;
}

.sp-nav__tell span {
	font-size: 6.66vw;
	font-weight: 600;
	left: 51%;
	position: absolute;
	text-align: center;
	top: 44%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.sp-nav__time {
	font-size: 4.266vw;
	font-weight: 600;
	margin-bottom: 1.33vw;
	text-align: center;
}

.sp-nav__btn {
	display: block;
	margin: 0 auto 1.33vw;
	max-width: 48vw;
	width: 100%;
}

.sp-nav__lead {
	font-size: 4.266vw;
	font-weight: 600;
	text-align: center;
}

.step {
	padding: 182px 0 210px;
	padding: 11.375rem 0 13.125rem;
	width: 100%;
}

.step__container {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	padding: 87px 113px 106px;
	padding: 5.4375rem 7.0625rem 6.625rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.step-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 551px;
	max-width: 34.4375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.step-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.step-title__main span {
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.step-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.step-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -12%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.step-container__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.step-list__item {
	margin-left: auto;
	margin-right: auto;
	width: 22vw;
}

.step-list__item + .step-list__item {
	margin-left: 5vw;
}

.step-item:nth-of-type(2) {
	position: relative;
}

.step-item:nth-of-type(2)::before,
.step-item:nth-of-type(2)::after {
	background: #7cd3dd;
	content: "";
	display: inline-block;
	height: 85%;
	position: absolute;
	top: 10%;
	width: 5px;
	width: 0.3125rem;
}

.step-item:nth-of-type(2)::before {
	left: -11%;
}

.step-item:nth-of-type(2)::after {
	right: -11%;
}

.step-item__img--1 {
	aspect-ratio: 200/280;
	margin: auto;
	max-width: 200px;
	max-width: 12.5rem;
	width: 100%;
}

.step-item__img--2 {
	aspect-ratio: 285/250;
	margin: auto;
	max-width: 285px;
	max-width: 17.8125rem;
	width: 100%;
}

.step-item__img--3 {
	aspect-ratio: 182/290;
	margin: auto;
	max-width: 182px;
	max-width: 11.375rem;
	width: 100%;
}

.step-item__text {
	position: relative;
	width: 100%;
	z-index: 2;
}

.step-text-1 {
	margin-top: -5%;
}

.step-text-2 {
	margin-top: 5%;
}

.step-text-3 {
	margin-top: -9%;
}

.step-text__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #7cd3dd;
	color: #fff;
	display: grid;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 700;
	height: 52px;
	height: 3.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.08em;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	width: 100%;
}

.step-text__lead {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.strength {
	padding: 181px 0 126px;
	padding: 11.3125rem 0 7.875rem;
	width: 100%;
}

.strength__container {
	background: #fff;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	padding: 93px 70px 63px;
	padding: 5.8125rem 4.375rem 3.9375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.strength-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title_02.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 417px;
	max-width: 26.0625rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.strength-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.strength-title__main span {
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.strength-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.strength-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.strength-container__top {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 52px;
	margin: 0 auto 3.25rem;
	max-width: 1090px;
	max-width: 68.125rem;
	width: 100%;
}

.strength-top__img {
	max-width: 418px;
	max-width: 26.125rem;
	width: 50%;
}

.strength-top__text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.13em;
	line-height: 1.5;
	padding-left: 16px;
	padding-left: 1rem;
	width: 60%;
}

.strength-top__text span {
	-webkit-text-decoration: solid underline #fce212 5px;
	-webkit-text-decoration: solid underline #fce212 0.3125rem;
	text-decoration: solid underline #fce212 5px;
	text-decoration: solid underline #fce212 0.3125rem;
}

.strength-container__bottom {
	gap: 28px;
	gap: 1.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	text-align: center;
}

.strength-item__title {
	color: #075672;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.strength-item__img {
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.strength-item__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.09em;
	line-height: 1.77;
	text-align: left;
}

.sub-mv {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	height: 300px;
	height: 18.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.sub-mv__contact {
	background: url(../../assets/images/common/sub_mv_contact.jpg) no-repeat center center/cover;
}

.sub-mv__policy {
	background: url(../../assets/images/common/sub_mv_contact.jpg) no-repeat center center/cover;
}

.sub-mv__company {
	background: url(../../assets/images/common/sub_mv_company.jpg) no-repeat center center/cover;
}

.sub-mv__example {
	background: url(../../assets/images/common/sub_mv_example.jpg) no-repeat center center/cover;
}

.sub-mv__faq {
	background: url(../../assets/images/common/sub_mv_faq.jpg) no-repeat center center/cover;
}

.sub-mv__news {
	background: url(../../assets/images/common/sub_mv_news.jpg) no-repeat center center/cover;
}

.sub-mv__bassai {
	background: url(../../assets/images/common/sub_mv_bassai.jpg) no-repeat center center/cover;
}

.sub-mv__kusakari {
	background: url(../../assets/images/common/sub_mv_kusakari.jpg) no-repeat center center/cover;
}

.sub-mv__niwaki {
	background: url(../../assets/images/common/sub_mv_niwaki.jpg) no-repeat center center/cover;
}

.sub-mv__sentei {
	background: url(../../assets/images/common/sub_mv_sentei.jpg) no-repeat center center/cover;
}

.sub-mv__exteria {
	background: url(../../assets/images/common/sub_mv_exteria.jpg) no-repeat center center/cover;
}

.sub-mv__title {
	color: #075672;
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.top-cta {
	background: url(../../assets/images/common/bg_cta_01.jpg) no-repeat center center/cover;
	color: #075672;
	padding-top: 16px;
	padding-top: 1rem;
	text-align: center;
	width: 100%;
}

.top-cta__icons {
	gap: 12.5%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto 26px;
	margin: 0 auto 1.625rem;
	max-width: 720px;
	max-width: 45rem;
	width: 100%;
}

.top-cta-icons__bottom {
	display: contents;
}

.top-cta__lead {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 2;
}

.top-cta__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
}

.top-cta__btn {
	margin: 0 auto;
	max-width: 960px;
	max-width: 60rem;
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
	position: relative;
	width: 100%;
}

.top-cta__btn .cta-btn__lady {
	bottom: -8%;
	left: 0%;
	max-width: 194px;
	max-width: 12.125rem;
	position: absolute;
	width: 11vw;
}

.voice {
	padding-bottom: 144px;
	padding-bottom: 9rem;
	width: 100%;
}

.voice__container {
	background: #fff;
	border: 3px solid #146e8e;
	border: 0.1875rem solid #146e8e;
	-webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	box-shadow: 0.3125rem 0.3125rem 0 rgba(0, 0, 0, .15);
	margin-top: -177px;
	margin-top: -11.0625rem;
	padding: 124px 5.88vw 106px;
	padding: 7.75rem 5.88vw 6.625rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.voice-container__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../../assets/images/common/bg_title.png) no-repeat center center/cover;
	display: grid;
	height: 81px;
	height: 5.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 551px;
	max-width: 34.4375rem;
	position: absolute;
	top: -41px;
	top: -2.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.voice-title__main {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	position: relative;
}

.voice-title__main span {
	color: #7cd3dd;
	font-size: 52px;
	font-size: 3.25rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-right: 5px;
	padding-right: 0.3125rem;
}

.voice-title__main::before {
	background: url(../../assets/images/common/icon_pin.png) no-repeat center center/cover;
	content: "";
	display: block;
	height: 33px;
	height: 2.0625rem;
	left: 50%;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 22px;
	width: 1.375rem;
}

.voice-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	height: 44px;
	height: 2.75rem;
	position: absolute;
	right: -12%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

.voice-container__list {
	gap: 3.9vw;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto;
}

.voice-list__item {
	background: #e4f6fa;
}

.voice-item__img {
	position: relative;
	width: 100%;
}

.voice-img__sticky {
	left: 50%;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 44%;
}

.voice-img__main {
	aspect-ratio: 321/330;
	width: 100%;
}

.voice-img__main img {
	aspect-ratio: 321/330;
	width: 100%;
}

.voice-img__human {
	bottom: -60px;
	bottom: -3.75rem;
	left: 0;
	position: absolute;
	width: 40%;
}

.voice-item__text {
	color: #328dad;
	padding-top: 24px;
	padding-top: 1.5rem;
	width: 100%;
}

.voice-text__title {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.664;
	margin-bottom: 27px;
	margin-bottom: 1.6875rem;
	padding-left: 40%;
}

.voice-text__lead {
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.75;
	padding: 0 17px 24px;
	padding: 0 1.0625rem 1.5rem;
}

.warning {
	width: 100%;
}

.warning__banner {
	width: 100%;
}

.warning__main {
	background: url(../../assets/images/common/trouble_bg.png) no-repeat top center/cover;
	font-weight: 700;
	padding: 116px 0 145px;
	padding: 7.25rem 0 9.0625rem;
	text-align: center;
	width: 100%;
}

.warning__title {
	margin-bottom: 74px;
	margin-bottom: 4.625rem;
}

.warning__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem;
	max-width: 880px;
	max-width: 55rem;
	width: 100%;
}

.warning-container__text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2.4;
	text-align: left;
}

.warning__images {
	gap: 28px;
	gap: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 74px;
	margin: 0 auto 4.625rem;
	max-width: 1100px;
	max-width: 68.75rem;
	width: 100%;
}

.warning__images img {
	display: block;
	max-width: calc(25% - 1.25rem);
	width: 100%;
}

.warning-container__bottom {
	color: #075672;
}

.warning-bottom__lead {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.4;
}

.warning-bottom__lead &gt; .big {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

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

html {
	font-size: 1.1895910781vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: auto;
}

a:hover {
	opacity: 0.8;
}

.breadcrumb {
	padding-bottom: 4.66vw;
	padding-top: 2.33vw;
}

.breadcrumb__item {
	font-size: 3.2vw;
	line-height: 2.5;
}

.caution {
	padding: 41.6vw 0 14.6vw;
}

.caution-title__main {
	font-size: 4.226vw;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 10.66vw;
}

.caution-title__main::after {
	height: 27.2vw;
	left: 50%;
	max-width: 27.73vw;
	position: absolute;
	top: -33vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.caution-container__lead {
	font-size: 4.226vw;
	line-height: 1.5;
	margin-bottom: 9.06vw;
}

.caution-container__lead span {
	display: inline-block;
	font-size: 7.2vw;
	padding-top: 5.33vw;
}

.caution-container__icons--sp {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5.33vw;
}

.caution-container__img--left {
	position: static;
	width: 50%;
}

.caution-container__img--right {
	position: static;
	width: 50%;
}

.caution-container__lead2 {
	font-size: 4.361vw;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1.5;
}

.company-content {
	padding: 18vw 0 23.73vw;
}

.company-content__title {
	font-size: 6.133vw;
	letter-spacing: 0.05em;
	margin-bottom: 11vw;
	text-align: center;
}

.company-content-item__title,
.company-content-item__body {
	font-size: 3.73vw;
	font-size: 3.733vw;
	letter-spacing: 0.05em;
	line-height: 1.25;
	padding-bottom: 2.133vw;
	padding-top: 2.66vw;
}

.company-content-item__title {
	text-align: center;
	width: 45%;
}

.company-content-item__body {
	padding-left: 2.4vw;
	padding-right: 4.266vw;
	text-align: left;
	width: 55%;
}

.company-main {
	background: url(../../assets/images/common/company_main_bg_sp.png) no-repeat top 81vw center/contain;
	padding-bottom: 0;
	width: 100%;
}

.company-main-title {
	-webkit-clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	background: #7cd3dd;
	clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	margin-bottom: 10.66vw;
	padding-bottom: 9.6vw;
	width: 100%;
}

.company-main__title .breadcrumb {
	padding-bottom: 4.66vw;
}

.company-main-title__sub {
	font-size: 3.864vw;
	letter-spacing: 0.05em;
}

.company-main-title__sub span {
	font-size: 6.184vw;
}

.company-main-title__main {
	font-size: 6.77vw;
	letter-spacing: 0.05em;
}

.company-main-container {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.company-main-container__title {
	font-size: 5.13vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 123.7vw;
}

.company-main-container__lead {
	font-size: 4.1vw;
	letter-spacing: 0;
	line-height: 1.5;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.company-reason {
	padding: 17.06vw 0 16vw;
}

.company-reason-container__title {
	height: 13.3vw;
	max-width: 77.86vw;
}

.company-reason-title__main {
	font-size: 4.88vw;
	letter-spacing: 0;
}

.company-reason-title__main::before {
	height: 7.2vw;
	top: -3.5vw;
	width: 5.06vw;
}

.company-reason-title__main::after {
	height: 8.8vw;
	right: -6%;
	width: 5.866vw;
}

.company-reason-title__main span {
	font-size: 7.536vw;
}

.company-reason-container__content {
	gap: 5.6vw;
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 16vw;
	padding-left: 8.53vw;
	padding-right: 8.53vw;
}

.menu-main-container .company-reason-container__content {
	margin-bottom: 0;
}

.company-reason-content-card__title {
	font-size: 6.4vw;
	line-height: 1.66;
	text-align: center;
}

.menu-main-container .company-reason-content-card__title {
	font-size: 6.4vw;
}

.company-reason-content-card__text {
	padding: 6.13vw 4.53vw;
}

.company-reason-content-card__lead {
	font-size: 4.266vw;
	line-height: 1.5;
}

.company-reason-container__bottom {
	font-size: 5.56vw;
	letter-spacing: 0.05em;
	line-height: 1.59;
	text-align: center;
}

.contact-content {
	padding-bottom: 3.75rem;
}

.contact__title {
	font-size: 5.33vw;
	line-height: 1.5;
	margin-bottom: 2.625rem;
}

.contact__head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-bottom: 22.4vw;
}

.contact-head__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}

.contact-head__btn {
	margin-bottom: 2.625rem;
	margin-left: 0;
	width: 100%;
}

.contact-head__btn--lead {
	font-size: 4vw;
	top: 22%;
}

.contact-head__btn--tell {
	font-size: 9.508vw;
	left: 52%;
	top: 55%;
}

.contact-head__btn--time {
	font-size: 3.73vw;
	top: 79%;
}

.contact-form__container {
	margin: 0 calc(50% - 50vw) 10.66vw;
	margin-bottom: 10.66vw;
	padding: 17.6vw 4vw 16.53vw;
	width: 100vw;
}

.form-container__title {
	height: 13.3vw;
	max-width: 77.86vw;
}

.form-container-title__main {
	font-size: 5.91vw;
	letter-spacing: 0;
}

.form-container-title__main::before {
	height: 7.2vw;
	top: -4.5vw;
	width: 5.06vw;
}

.form-container__item {
	border-bottom: 1px solid #075672;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10.4vw;
	padding: 0 0 9.6vw;
	text-align: center;
}

.form-item__detail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-item__title {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	margin-bottom: 5.33vw;
	max-width: 100%;
	width: 100%;
}

.form-item__body {
	margin-left: 0;
	width: 100%;
}

.mwform-radio-field {
	font-size: 4.266vw;
	letter-spacing: 0.12em;
	margin-left: 14vw;
	text-align: left;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 14vw;
}

.radio-check {
	padding-left: 6.53vw;
}

.radio-check::before {
	height: 4.1vw;
	width: 4.1vw;
}

.radio-check::after {
	height: 3vw;
	left: 1%;
	top: 50.5%;
	width: 3vw;
}

.mwform-radio-field-text {
	padding-left: 6.53vw;
}

.mwform-radio-field-text::before {
	height: 4.1vw;
	width: 4.1vw;
}

.mwform-radio-field-text::after {
	height: 3vw;
	left: 1%;
	top: 50.5%;
	width: 3vw;
}

.form-item__detail .form-item__body {
	aspect-ratio: 345/273;
}

.form-item__detail .form-item__title {
	padding-top: 0;
}

.contact-form__check {
	margin: 0 auto 10.66vw;
	max-width: 100%;
	padding-bottom: 10.66vw;
}

.form-check__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	margin-bottom: 8vw;
}

.form-check__icon {
	font-size: 4.266vw;
}

.form-check__label {
	padding-left: 6.133vw;
}

.form-check__label::before {
	height: 3.84vw;
	width: 3.84vw;
}

.form-check__label::after {
	content: "";
	display: block;
	height: 3.366vw;
	left: 0.9%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3.366vw;
}

input[type=checkbox]:checked + .form-check__label::after {
	opacity: 1;
}

form input[type=checkbox] + span::before {
	height: 3.84vw;
	left: -36%;
	width: 3.84vw;
}

form input[type=checkbox] + span::after {
	height: 3.366vw;
	left: -34.4%;
	width: 3.366vw;
}

.contact-form__submit {
	margin: auto;
	max-width: 90%;
	width: 100%;
}

.contact-form__submit p {
	max-width: 9.0625rem;
}

.contact-form__submit input {
	width: 100%;
}

.corona {
	padding: 10.66vw 0;
}

.corona__title {
	font-size: 4.266vw;
	margin-bottom: 5.33vw;
}

.corona__container {
	gap: 5.6vw 6.66vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5.33vw;
}

.corona-item {
	max-width: 23.2vw;
	width: 100%;
}

.corona-item + .corona-item {
	margin-left: 0;
}

.corona__lead {
	font-size: 4.266vw;
	line-height: 1.625;
}

.cta__inner {
	max-width: 100%;
	padding-left: 4vw;
	padding-right: 4vw;
}

.cta__container {
	padding: 7.46vw 4vw 7.2vw;
}

.cta-container__title {
	line-height: 1.5;
	margin-bottom: 5.86vw;
}

.cta-title__sub {
	font-size: 4vw;
	letter-spacing: 0;
	margin-bottom: 5.33vw;
}

.cta-title__main {
	font-size: 6.66vw;
	letter-spacing: 0.05em;
}

.cta__icons {
	margin-bottom: 8vw;
}

.cta-icons__item + .cta-icons__item {
	margin-left: 0;
}

.cta-container__area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	height: initial;
	margin: 0 auto 8.8vw;
	width: 100%;
}

.cta-area__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.66vw 0;
	text-align: center;
	width: 100%;
}

.cta-area__lead {
	font-size: 2.73vw;
	line-height: 1;
}

.cta-area__name {
	font-size: 4.97vw;
	font-weight: 600;
}

.cta-area__body {
	padding: 5.33vw 5.86vw;
	width: 100%;
}

.cta-area__place {
	font-size: 4.266vw;
	line-height: 1.5625;
}

.cta-container__middle {
	margin-bottom: 9.86vw;
}

.cta-middle__lead1 {
	font-size: 4.8vw;
	margin-bottom: 4vw;
}

.cta-middle__lead2 {
	-webkit-text-decoration: solid underline #fce212 1.33vw;
	font-size: 5.86vw;
	margin-bottom: 12vw;
	text-decoration: solid underline #fce212 1.33vw;
}

.cta-middle__block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 8.53vw;
	text-align: center;
}

.cta-middle-block__left {
	font-size: 3.8vw;
	line-height: 1.5625;
	margin-bottom: 5.86vw;
	text-align: center;
}

.cta-middle-block__right {
	font-size: 5.13vw;
	font-weight: 600;
	margin-left: 0;
	max-width: 100%;
	padding: 5.06vw 1.66vw;
	width: 100%;
}

.cta-middle__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cta-flex__center,
.cta-flex__right {
	margin-left: 0;
}

.cta-flex__left,
.cta-flex__center,
.cta-flex__right {
	display: contents;
}

.cta-flex__item:first-child {
	margin-bottom: 0;
}

.cta-item__1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.cta-item__2 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.cta-item__3 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.cta-item__4 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.cta-item__5 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.cta-item__6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.cta-flex-item__text {
	font-size: 5.93vw;
	margin-left: 1.6vw;
}

.cta__btn {
	margin-bottom: 1.266vw;
}

.cta-btn__tell {
	margin-bottom: 2.93vw;
}

.cta-btn__tell--num {
	font-size: 7.06vw;
	left: 53%;
	text-align: center;
	top: 47%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.cta-btn__tell--time {
	bottom: 17.6%;
	font-size: 2.33vw;
	left: 51.1%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cta-btn__lady {
	left: 0%;
	width: 15.86vw;
}

.cta__credit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cta-credit__text {
	font-size: 3.2vw;
	margin-bottom: 2.13vw;
}

.cta-credit__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.cta-icon + .cta-icon {
	margin-left: 5.33vw;
}

.top-cta2 {
	padding: 11.2vw 0 10.66vw;
}

.disaster {
	padding: 13.3vw 4vw 16vw;
}

.disaster__inner {
	max-width: 100%;
	padding: 10.66vw 5.33vw 14.66vw;
}

.disaster__icon {
	margin: 0 auto 10.13vw;
	width: 32.8vw;
}

.disaster__title {
	font-size: 8.76vw;
	margin-bottom: 12.8vw;
}

.disaster__list {
	margin: 0 auto 12vw;
}

.disaster__item {
	font-size: 5.33vw;
	line-height: 1.75;
}

.disaster__lead {
	font-size: 4.266vw;
	line-height: 1.5;
}

.example-article {
	padding-bottom: 10.66vw;
}

.example-article__detail {
	padding: 9.6vw 0;
}

.example-article-item__head {
	margin-bottom: 13.06vw;
}

.example-article-head__time {
	font-size: 3.73vw;
	margin-bottom: 8vw;
}

.example-article-head__title {
	font-size: 8.533vw;
	margin-bottom: 9.06vw;
}

.example-article-head__area {
	font-size: 4.266vw;
}

.example-article-body__image {
	gap: 5.33vw;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	margin-bottom: 6.66vw;
}

.example-article-image__main img {
	aspect-ratio: 345/263;
}

.example-article-image__icon {
	max-width: 21.33vw;
}

.example-article-body__lead {
	font-size: 3.73vw;
	line-height: 1.71;
	padding: 0;
}

.example-article__flow {
	padding: 7.2vw 0 11.2vw;
}

.example-article-flow__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 7.73vw 1.86vw 6.66vw;
}

.example-article-flow__content:not(:first-child):before {
	height: 3.0625rem;
	max-width: 2.25rem;
	top: -15.7vw;
}

.example-article-flow__content:not(:last-child) {
	margin-bottom: 13.6vw;
}

.example-article-content__img {
	max-width: 100%;
	padding: 0 4.533vw;
}

.example-article-content__img img {
	aspect-ratio: 298/240;
}

.example-article-content__text {
	margin-left: 0;
}

.example-article-content__num {
	font-size: 4.8vw;
	margin-bottom: 9.73vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 34.66vw;
}

.example-article-content__title {
	font-size: 5.86vw;
	margin-bottom: 8vw;
	text-align: center;
}

.example-article-content__lead {
	font-size: 4.266vw;
	letter-spacing: 0.2em;
}

.example-article__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.example-article-link__prev,
.example-article-link__next {
	display: block;
	max-width: 40vw;
	width: 100%;
}

.example-article-link__prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.example-article-link__next {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.example-article-link__back {
	display: block;
	max-width: 61.86vw;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 0;
	width: 100%;
}

.example-top {
	padding-bottom: 11.46vw;
}

.example-top .breadcrumb {
	padding-bottom: 5.33vw;
}

.example-top__title {
	font-size: 4.266vw;
	margin-bottom: 6.133vw;
	padding-left: 2.933vw;
}

.example-top__title::before {
	height: 6vw;
}

.example-top__tab {
	gap: 4.533vw 4vw;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
}

.example-top-tab__item {
	font-size: 3.73vw;
	height: 9.232vw;
	max-width: 100%;
}

.example-content {
	padding-bottom: 21.33vw;
}

.example-content__container {
	padding-top: 5.06vw;
}

.example-content-container__list {
	gap: 5.33vw 3.73vw;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 10.933vw;
}

.example-content-list__item {
	max-width: 100%;
	width: 100%;
}

.example-content-img__category {
	font-size: 3.73vw;
	height: 6.4vw;
	max-width: 26.66vw;
}

.example-content-item__text {
	padding: 2.66vw 1.33vw 5.6vw;
}

.example-content-text__time {
	font-size: 2.66vw;
	margin-bottom: 5.86vw;
}

.example-content-text__title {
	font-size: 3.73vw;
	line-height: 1.46;
	margin: 0 auto 3.2vw;
	max-width: 34.33vw;
}

.example-content-text__area {
	font-size: 2.66vw;
	margin-bottom: 5.06vw;
}

.example-content-text__btn {
	max-width: 37vw;
}

.example-content-pagination__btn {
	font-size: 3.73vw;
	height: 10.66vw;
	margin: 0 1.6vw;
	width: 10.66vw;
}

.examples {
	padding-bottom: 13.3vw;
}

.examples__container {
	padding-top: 23.2vw;
}

.examples-container__title {
	height: 12.8vw;
	max-width: 92vw;
}

.examples-title__main {
	font-size: 5.752vw;
}

.examples-title__main span {
	font-size: 8.3vw;
}

.examples-title__main::before {
	height: 8.8vw;
	top: -4vw;
	width: 5.866vw;
}

.examples-title__main::after {
	height: 8.8vw;
	right: -6%;
	width: 5.866vw;
}

.examples-container__list {
	gap: 16vw;
	grid-template-columns: 1fr;
	margin-bottom: 10.66vw;
}

.examples-img__top {
	margin: 0 auto 12.53vw;
	width: 64.5vw;
}

.examples-img__middle {
	margin-bottom: 8vw;
}

.examples-img__icon {
	left: -2%;
	position: absolute;
	top: -5%;
}

.examples-text__title {
	font-size: 6.24vw;
	margin-bottom: 5.33vw;
}

.examples-text__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.examples__btn {
	display: block;
	margin: 0 auto;
	width: 52vw;
}

.faq-content {
	padding-bottom: 15.46vw;
}

.faq-content__container {
	margin: 0 auto 13.6vw;
	max-width: 100%;
}

.faq-content__container:last-of-type {
	margin-bottom: 15.73vw;
}

.faq-container__title {
	font-size: 5.6vw;
	margin-bottom: 12.26vw;
}

.faq-content__lead {
	font-size: 4.8vw;
	font-weight: 600;
	padding-left: 8vw;
	padding-right: 8vw;
	text-align: left;
}

.faq {
	padding-bottom: 14.66vw;
}

.faq__container {
	margin: 0 auto 12vw;
	max-width: 100%;
	padding-top: 11.2vw;
}

.faq-list__item {
	padding: 8vw 4vw 10.66vw;
}

.faq-list__item:not(:last-child) {
	margin-bottom: 8vw;
}

.faq-item__q {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10.66vw;
	padding-left: 0;
	text-align: center;
}

.faq-q__icon {
	font-size: 4.8vw;
	height: 12.8vw;
	margin-bottom: 6.66vw;
	max-width: 12.8vw;
}

.faq-q__text {
	font-size: 5.33vw;
	margin-left: 0;
}

.faq-q__text {
	font-size: 5.33vw;
	margin-left: 0;
}

.faq-item__a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.3125rem 1.5625rem 2.125rem;
}

.faq-a__icon {
	font-size: 4.8vw;
	height: 12.8vw;
	margin-bottom: 8.8vw;
	max-width: 12.8vw;
}

.faq-a__text {
	margin-left: 0;
}

.faq-a__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.faq-a__plus {
	font-size: 3.2vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 0;
}

.faq-a__plus {
	padding-top: 5.33vw;
}

.faq-a__plus + .faq-a__plus {
	padding-top: 0;
}

.faq__btn {
	width: 52vw;
}

.footer-top__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.footer-top__info {
	padding: 12vw 0 13.3vw;
	width: 100%;
}

.footer__logo {
	font-weight: 600;
	margin-bottom: 10.66vw;
}

.footer__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__logo a img {
	width: 11.2vw;
}

.footer__logo a span {
	font-size: 9.864vw;
	margin-left: 4vw;
}

.footer-info__address {
	font-size: 4vw;
	line-height: 1.66;
	margin-bottom: 7.46vw;
}

.footer-info__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 10.66vw;
}

.footer-info__bottom {
	font-size: 5.86vw;
	letter-spacing: 0.05em;
	line-height: 1.636;
}

.footer-top__map {
	height: 49.86vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.footer__bottom {
	padding: 13.3vw 0;
	text-align: center;
}

.footer-bottom__title {
	font-size: 5.33vw;
	margin-bottom: 8vw;
}

.footer-bottom__area {
	font-size: 4.266vw;
	line-height: 1.5;
	margin-bottom: 13.3vw;
}

.footer-bottom__nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-b-nav__item {
	font-size: 4.266vw;
	line-height: 1.5;
}

.footer-b-nav__item + .footer-b-nav__item {
	margin-left: 2.13vw;
}

.slash {
	position: relative;
}

.slash::before {
	content: "/";
	padding-right: 2.13vw;
}

.footer__copyright {
	font-size: 3.46vw;
}

.footer__banner {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.footer-banner__container {
	max-width: 100%;
	padding: 1.9vw 0 0;
	padding-right: 1vw;
	width: 100%;
}

.footer-banner__lead {
	color: #075672;
	font-size: 2.04vw;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
	top: -56%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 115%;
	z-index: 3;
}

.footer-banner__info {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 100%;
}

.footer-left {
	max-width: 54.364vw;
	position: relative;
	z-index: 3;
}

.footer-left__tell {
	height: auto;
	margin-bottom: 0;
	max-width: 100%;
}

.footer-left__tell--num {
	font-size: 4.838vw;
	font-weight: 500;
	left: 50%;
	top: 35%;
}

.footer-left__time {
	bottom: 10%;
	color: #075672;
	font-size: 1.6vw;
	font-weight: 600;
	left: 50%;
	line-height: 1;
	padding-left: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-left: 0;
	max-width: 27.2vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.footer-right__btn {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.footer-right__lead {
	color: #075672;
	font-size: 2.04vw;
	font-weight: 600;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.footer-banner__icon--left {
	bottom: 0;
	left: 1vw;
	position: absolute;
	width: 13.66vw;
	z-index: 2;
}

.pagetop {
	bottom: 18vw;
	right: 4vw;
	width: 8.86vw;
}

.gradient-bg {
	padding-bottom: 12.26vw;
}

.header-top {
	font-size: 0.75rem;
	line-height: 1.5;
	max-width: 100%;
	padding-left: 4vw;
	padding-right: 4vw;
}

.header-bottom {
	max-width: 100%;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 0.875rem;
}

.header__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}

.header-menu__left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.75rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.header__logo a img {
	max-width: 2.4375rem;
}

.header__logo a span {
	font-size: 8.46vw;
	margin-left: 0.9375rem;
}

.header-menu__credit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 0.5625rem 0.6875rem;
	text-align: left;
}

.header-credit {
	margin-bottom: 0;
	width: 75%;
}

.header-menu__credit span {
	font-size: 2.9vw;
	font-weight: 600;
	width: 25%;
}

.header-menu__right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.75rem;
	max-width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.header-menu__info {
	font-size: 3.4vw;
	margin-left: 0;
	text-align: justify;
}

.header-menu__tell {
	font-size: 6.6vw;
	line-height: 1;
}

.header-menu__time {
	font-size: 3.166vw;
}

.header-menu__btn {
	margin-left: 1.0625rem;
	max-width: 41.3vw;
	width: 100%;
}

.pc-nav__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pc-nav__item + .pc-nav__item {
	margin-left: 2.625rem;
}

.header__hamburger {
	cursor: pointer;
	max-width: 3rem;
	width: 100%;
}

.inner {
	padding-left: 4vw;
	padding-right: 4vw;
	width: 100%;
}

.sub-inner {
	padding-left: 4vw;
	padding-right: 4vw;
	width: 100%;
}

.living {
	background: url(../../assets/images/common/living_bg_sp.png) no-repeat top -39% center/cover, #fff;
	padding: 15.2vw 0 7.26vw;
}

.living__title {
	font-size: 6.74vw;
	letter-spacing: 0.05em;
	margin-bottom: 6.4vw;
}

.living__lead {
	font-size: 4.266vw;
	line-height: 1.8;
	margin-bottom: 58.46vw;
}

.living__bottom {
	max-width: 100%;
	padding: 0;
}

.living-bottom__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.menu-content {
	padding-bottom: 10.66vw;
}

.menu-content__inner {
	padding-left: 0;
	padding-right: 0;
}

.places__container--middle.menu-content {
	margin: 0 calc(50% - 50vw) 18.13vw;
}

.menu-content.mb {
	margin-bottom: 17.6vw;
}

.menu-content__container {
	padding-top: 13.86vw;
}

.menu-content-container__title {
	height: 13.6vw;
	max-width: 75.73vw;
}

#niwaki .menu-content-container__title {
	max-width: 92vw;
}

#gaikou .menu-content-container__title {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
}

.menu-content-title__main {
	font-size: 5.91vw;
	font-weight: 600;
	letter-spacing: 0;
}

.menu-content-title__main span {
	font-size: 8.53vw;
}

#gaikou .menu-content-title__main span {
	font-size: 7.5vw;
}

.menu-content-title__main::before {
	height: 7.73vw;
	top: -3.7vw;
	width: 5.33vw;
}

.menu-content-title__main::after {
	right: -12%;
}

#karikomi .menu-content-title__main::before {
	height: 7.2vw;
	top: -4vw;
	width: 5.06vw;
}

#karikomi .menu-content-title__main::after {
	height: 8.8vw;
	right: -10%;
	width: 5.866vw;
}

#bassai .menu-content-title__main::before {
	height: 7.2vw;
	top: -4vw;
	width: 5.06vw;
}

#bassai .menu-content-title__main::after {
	height: 8.8vw;
	right: -10%;
	width: 5.866vw;
}

#kusakari .menu-content-title__main::before {
	height: 7.2vw;
	top: -3vw;
	width: 5.06vw;
}

#kusakari .menu-content-title__main::after {
	height: 8.8vw;
	right: -6%;
	width: 5.866vw;
}

#niwaki .menu-content-title__main::before {
	height: 7.2vw;
	top: -2.5vw;
	width: 5.06vw;
}

#niwaki .menu-content-title__main::after {
	height: 8.8vw;
	right: -6%;
	width: 5.866vw;
}

#gaikou .menu-content-title__main::after {
	height: 7.2vw;
	right: -6%;
	width: 5.06vw;
}

#gaikou .menu-content-title__main::before {
	height: 7.73vw;
	top: -5.7vw;
	width: 5.33vw;
}

#kataduke .menu-content-title__main::after {
	height: 7.2vw;
	right: -18%;
	width: 5.06vw;
}

.menu-content__topic--top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-bottom: 4.53vw;
	padding-bottom: 15.133vw;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 6.63vw;
}

.topic-top {
	background: url(../../assets/images/common/menu_content_box_sp.png) no-repeat top center/contain;
}

.topic-top__02 {
	background: url(../../assets/images/common/menu_content_box_sp.png) no-repeat top center/contain;
}

.topic-top__img {
	max-width: 100%;
}

.topic-top__text {
	margin-bottom: 6.66vw;
	margin-left: 0;
	max-width: 100%;
	padding-top: 0;
	width: 100%;
}

#exteria .topic-top__text {
	margin-left: 0;
	max-width: 100%;
	padding-top: 0;
}

.topic-top__02 .topic-top__text {
	padding-top: 0;
}

.topic-top-text__title {
	margin-bottom: 8.26vw;
}

.topic-top__02 .topic-top-text__title {
	margin-bottom: 8.26vw;
}

.topic-title {
	-webkit-text-stroke: 3px #075672;
	text-stroke: 3px #075672;
	font-size: 5.33vw;
}

#gaikou .topic-title {
	font-size: 4.5vw;
}

.topic-top-text__lead {
	font-size: 4.266vw;
	letter-spacing: 0.04em;
	line-height: 1.75;
	padding-left: 0;
}

.menu-content__topic--bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 4.53vw;
	padding-bottom: 28.133vw;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 0;
}

.topic-bottom {
	background: url(../../assets/images/common/menu_content_box_sp.png) no-repeat top center/contain;
}

.topic-bottom__02 {
	background: url(../../assets/images/common/menu_content_box_sp.png) no-repeat top center/contain;
}

.topic-bottom__img {
	margin-left: 0;
	max-width: 100%;
}

#bassai .topic-bottom__img {
	margin-left: 0;
}

.topic-bottom__text {
	max-width: 100%;
}

#bassai .topic-bottom__text {
	max-width: 100%;
}

.topic-bottom-text__title {
	line-height: 1.3;
	margin-bottom: 8.26vw;
}

.topic-title {
	-webkit-text-stroke: 1.5px #075672;
	text-stroke: 1.5px #075672;
}

.topic-title span {
	font-size: 4.266vw;
}

.topic-bottom-text__check {
	margin-bottom: 10.53vw;
	padding-left: 2vw;
}

.topic-check__item {
	font-size: 3.53vw;
	line-height: 1;
	margin-bottom: 5.86vw;
}

#bassai .topic-check__item {
	font-size: 2.93vw;
}

#kataduke .topic-check__item {
	font-size: 3.33vw;
}

.menu-content__price {
	text-align: center;
}

.menu-price__container {
	background: url(../../assets/images/common/menu_price_bg_sp_03.png) no-repeat center center/contain;
	margin-bottom: 3.73vw;
	padding: 41vw 4vw 20vw;
	width: 100%;
}

#exteria .menu-price__container {
	background: url(../../assets/images/common/menu_price_bg_sp_04.png) no-repeat center center/contain;
	padding: 36vw 4vw 27vw;
}

.menu-price__table {
	grid-template-columns: repeat(1, 1fr);
	max-width: 100%;
}

#kusakari .menu-price__table {
	grid-template-columns: repeat(1, 1fr);
	max-width: 100%;
}

.menu-table__item {
	grid-template-columns: 1fr 1fr;
}

.menu-table-item__cell {
	font-size: 5.33vw;
	height: 12.8vw;
	width: 100%;
}

.menu-price__notice {
	font-size: 3.73vw;
}

.menu-price__copy {
	font-size: 6.93vw;
	padding-top: 3.73vw;
	text-align: center;
}

.menu-main {
	padding-bottom: 17.06vw;
}

.menu-main-title {
	-webkit-clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
	clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
	margin-bottom: 5.6vw;
	padding-bottom: 8vw;
}

.menu-main__title .breadcrumb {
	padding-bottom: 4vw;
}

.menu-main-title__sub {
	font-size: 3.73vw;
	line-height: 1.57;
	margin-bottom: 4.266vw;
}

.menu-main-title__main {
	font-size: 6.4vw;
	letter-spacing: 0.1em;
}

.menu-message {
	background: url(../../assets/images/common/menu_bg_03_sp.png) no-repeat top center/cover;
	margin-top: -1.5625rem;
	padding: 8.8vw 0 90.66vw;
}

.menu-message__text {
	max-width: 100%;
}

.menu-message__lead {
	font-size: 4.266vw;
	letter-spacing: 0.08em;
	margin-bottom: 6.66vw;
}

.menu-message__title {
	padding: 3.8vw 0;
}

.menu-message-title__main {
	font-size: 4.8vw;
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.66;
}

.menu-problem {
	background: url(../../assets/images/common/menu_bg_02_sp.png) no-repeat center center/cover;
	padding-bottom: 18.4vw;
}

.menu-problem__inner {
	padding-top: 32vw;
}

.menu-problem__icon {
	height: 32.26vw;
	left: 4vw;
	max-width: 34.66vw;
	top: -4rem;
}

.menu-problem__icon span {
	font-size: 3.73vw;
	left: 11%;
	line-height: 1.544;
	top: 30%;
}

.menu-problem__copy {
	font-size: 3.73vw;
	top: 3%;
}

.menu-problem-top__title {
	font-size: 4.066vw;
	letter-spacing: 0.05em;
	line-height: 1.8125;
	margin-bottom: 51.2vw;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

.menu-problem-top__list {
	gap: 5.86vw;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: 1fr;
	margin: 0 auto;
}

.menu-problem-top-list__item {
	margin: auto;
	max-width: 67.408vw;
	padding: 10.4vw 6.13vw 5.6vw;
	width: 100%;
}

.menu-problem-item__title {
	font-size: 5.33vw;
	margin-bottom: 14.66vw;
}

.menu-problem-item__body {
	height: 44.536vw;
}

.menu-problem-item__icon {
	max-width: 14.4vw;
	top: -7vw;
}

.menu-problem-item__lead {
	font-size: 4.266vw;
	line-height: 1.5;
}

.menu-problem__bottom {
	padding-top: 22.13vw;
}

.menu-problem__logo {
	margin: 0 auto 5.86vw;
	max-width: 50.66vw;
}

.menu-problem-bottom__title {
	font-size: 6vw;
	letter-spacing: 0.07em;
	margin-bottom: 6.66vw;
}

.menu-problem-bottom__lead {
	font-size: 4.8vw;
	line-height: 2;
	margin-bottom: 41.33vw;
}

.menu-problem-bottom__icon--left {
	left: -3.9vw;
	top: 68%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 53.06vw;
}

.menu-problem-bottom__icon--right {
	right: 3.6%;
	top: 62.8%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22.4vw;
}

.menu-problem-bottom__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.menu-problem-bottom-list__icon {
	max-width: 27.06vw;
}

.menu-problem-bottom-icon__lead {
	font-size: 3.577vw;
	letter-spacing: 0;
}

.menu-problem-bottom-icon__lead span {
	font-size: 4.65vw;
}

.menu-reason {
	background: url(../../assets/images/common/caution_bg_sp.png) no-repeat top center/cover;
	margin-top: -2.9375rem;
	padding-bottom: 16.26vw;
}

.menu-reason__inner {
	padding-top: 22.4vw;
}

.menu-reason__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 21.33vw;
	padding-left: 4vw;
	padding-right: 4vw;
}

.menu-reason-top__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-reason-top__item:not(:last-of-type) {
	margin-bottom: 8vw;
}

.menu-reason-item__img {
	margin-bottom: 5.33vw;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.menu-reason-item__title {
	-webkit-text-decoration: underline 10px solid #fce212;
	display: block;
	font-size: 6.4vw;
	letter-spacing: 0;
	margin: 0 auto 5.33vw;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-decoration: underline 10px solid #fce212;
}

.menu-reason-item__title::after {
	display: none;
}

.menu-reason-item__text {
	font-size: 4.266vw;
	letter-spacing: 0.12em;
	line-height: 1.5;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	text-align: left;
}

.menu-reason__bottom {
	padding: 13.66vw 2.66vw 42.666vw;
}

.menu-reason-bottom__title {
	height: 13.6vw;
	max-width: 78.13vw;
}

.menu-reason-bottom-title__main {
	font-size: 6.026vw;
	letter-spacing: 0;
}

.menu-reason-bottom-title__main::before {
	height: 7.2vw;
	top: -6vw;
	width: 5.06vw;
}

.menu-reason-bottom__lead--top {
	font-size: 3.966vw;
	letter-spacing: 0.04em;
	line-height: 1.875;
	margin-bottom: 7.2vw;
}

.menu-reason-bottom__lead--bottom {
	font-size: 4.8vw;
	letter-spacing: 0.04em;
	line-height: 1.88;
}

.menu-reason-bottom__icon--left {
	bottom: -6vw;
	left: -4vw;
	width: 54.26vw;
}

.menu-reason-bottom__icon--right {
	bottom: -4vw;
	right: -4vw;
	width: 38vw;
}

.mv__area {
	font-size: 6.33333vw;
	right: 48.19vw;
	top: 1.31vw;
}

.mv__price {
	bottom: 30.39vw;
	font-size: 8.88vw;
	right: 15.12vw;
}

.mv__price .small {
	font-size: 3.9573vw;
}

.news-article {
	padding-bottom: 9.86vw;
}

.news-article__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.news-article__container {
	margin: 0 auto 10.66vw;
	padding: 11.2vw 4vw 10.66vw;
}

.news-article__date {
	font-size: 4.8vw;
	margin: 0 auto 9.86vw;
}

.news-article__title {
	border-bottom: 0.1875rem solid #075672;
	font-size: 6.698vw;
	margin-bottom: 8.8vw;
	padding-bottom: 7.733vw;
}

.news-article__content {
	margin: 0 auto;
	width: 100%;
}

.news-article__img {
	aspect-ratio: 346/257;
	margin: 0 auto 8.8vw;
	max-width: 100%;
}

.news-article__lead {
	font-size: 4.533vw;
	line-height: 2.11;
	max-width: 100%;
}

.news-article__pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.news-article-pagination__prev,
.news-article-pagination__next {
	display: block;
	max-width: 9.375rem;
	width: 100%;
}

.news-article-pagination__back {
	display: block;
	margin: 0 2rem;
	max-width: 14.5625rem;
	width: 100%;
}

.news-article-pagination__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0.125rem solid #075672;
	border-radius: 0.125rem;
	display: grid;
	font-size: 1rem;
	font-weight: 600;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.12em;
	margin: 0 0.40625rem;
	width: 2.8125rem;
}

.news-article-pagination__current {
	background: #075672;
	color: #fff;
}

.news-article__pagination {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news-article-pagination__prev,
.news-article-pagination__next {
	display: block;
	max-width: 40vw;
	width: 100%;
}

.news-article-pagination a:not([class]) {
	display: block;
	max-width: 40vw;
	position: static;
	width: 100%;
}

.news-article-pagination__prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.news-article-pagination a:first-child {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.news-article-pagination__next {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.news-article-pagination a:last-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.news-article-pagination__back {
	display: block;
	max-width: 61.86vw;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 0;
	width: 100%;
}

.news-content {
	background: #fff;
	padding-bottom: 10.933vw;
}

.news-content__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.news-content__container {
	padding: 17.06vw 4vw 6.933vw;
}

.news-content__container::before {
	height: 11.73vw;
	max-width: 26.06vw;
	top: -9.5vw;
}

.news-content-container__list {
	margin-bottom: 8vw;
}

.news-content-list__item:last-of-type {
	border-bottom: 0.0625rem solid #075672;
}

.news-content-item a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 4.8vw;
	padding: 2.133vw 0;
}

.news-content-item__date {
	display: block;
	margin-bottom: 4.533vw;
	padding-left: 0;
	padding-right: 0;
}

.news-content-item__date::after {
	display: none;
}

.news-content-item__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.news-content-item__title::after {
	height: 4vw;
	max-width: 5.33vw;
	width: 20%;
}

.nav-links li .page-numbers {
	font-size: 3.73vw;
	height: 10.66vw;
	margin: 0 1.6vw;
	width: 10.66vw;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	font-size: 3.73vw;
	height: 10.66vw;
	margin: 0 1.6vw;
	width: 10.66vw;
}

.news {
	padding-top: 5.33vw;
}

.news__container {
	padding: 3.73vw 3.2vw 10.66vw;
}

.news__container::before {
	height: 12.8vw;
	max-width: 28.26vw;
	top: -8.6vw;
}

.news-container__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10.93vw;
}

.news-content__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 4.53vw;
	max-width: 100%;
	width: 100%;
}

.news-title__main {
	font-size: 8vw;
}

.news-title__icon {
	margin-left: 15.46vw;
	max-width: 22.13vw;
	width: 100%;
}

.news-content__list {
	margin-left: 0;
	width: 100%;
}

.news-item a {
	font-size: 4.266vw;
	line-height: 1.25;
	padding: 2.13vw 0;
}

.news-item__date {
	padding-left: 2.66vw;
	padding-right: 2.66vw;
}

.news-item__date::after {
	height: 11vw;
}

.news-item__title {
	padding-left: 2.66vw;
	padding-right: 0;
}

.news-item__title::after {
	height: 2.933vw;
	max-width: 4.266vw;
	width: 100%;
}

.news__btn {
	width: 48vw;
}

.places {
	padding-bottom: 13.3vw;
}

.places__inner {
	padding-top: 8.53vw;
}

.places-container__list {
	gap: 6.66vw 2.93vw;
	grid-template-columns: 1fr 1fr;
	max-width: 100%;
}

.places-list__item {
	max-width: 45.06vw;
}

.places-item__img {
	margin-bottom: 2.66vw;
}

.places-item__name {
	font-size: 5.33vw;
}

.menu-places {
	padding-bottom: 18.66vw;
	width: 100%;
}

.menu-places .places__container {
	margin-bottom: 17.86vw;
}

.places__container--bottom {
	max-width: 100%;
	padding: 19.2vw 2.66vw 48vw;
}

.places-menu__title {
	height: 13.86vw;
	max-width: 70.933vw;
}

.places-menu-title__main {
	font-size: 6.104vw;
	letter-spacing: 0;
	position: relative;
}

.places-menu-title__main::before {
	height: 7.2vw;
	top: -4vw;
	width: 5.06vw;
}

.places-menu__list {
	gap: 6.4vw 3.2vw;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 8.53vw;
}

.places-menu-item__title {
	font-size: 3.53vw;
	height: 8vw;
	letter-spacing: 0;
}

.places-menu-item__img {
	margin-bottom: 3.46vw;
}

.places-menu-item__btn {
	max-width: 37vw;
}

.places-menu__lead {
	font-size: 4.266vw;
	letter-spacing: 0.06em;
	line-height: 1.75;
	margin-bottom: 9.06vw;
}

.places-menu__lead span {
	font-size: 5.86vw;
	line-height: 3.18;
}

.places-menu__icon--left {
	bottom: -1.2vw;
	left: -3vw;
	width: 33.86vw;
}

.places-menu__icon--right {
	bottom: -3.5vw;
	right: -3.4vw;
	width: 51.06vw;
}

.places-menu__bottom {
	-webkit-text-stroke: 1.5px #fff;
	text-stroke: 1.5px #fff;
	font-size: 6.933vw;
	font-weight: 700;
	line-height: 1.923;
}

.menu-places .places-item__name {
	font-size: 5.33vw;
	letter-spacing: 0.15em;
}

.policy-content__inner {
	padding-left: 4vw;
	padding-right: 4vw;
	width: 100%;
}

.policy-content {
	padding-bottom: 16vw;
}

.policy-content__list {
	margin-bottom: 16vw;
}

.policy-content__title {
	font-size: 5.33vw;
	margin-bottom: 10.66vw;
}

.policy-list__item:not(:last-child) {
	margin-bottom: 9.6vw;
}

.policy-content__head,
.policy-item__title,
.policy-item__lead {
	font-size: 4.266vw;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.policy-content__head {
	margin-bottom: 9.6vw;
}

.policy-item__title {
	margin-bottom: 2.66vw;
}

.price-bottom__inner {
	padding-top: 12.26vw;
}

.price-bottom__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.price-bottom-container__img {
	margin-bottom: 5.33vw;
	max-width: 100%;
	width: 100%;
}

.price-bottom-container__text {
	margin-left: 0;
	max-width: 100%;
}

.price-bottom-text__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 8.26vw;
}

.price-bottom-title__img {
	max-width: 48.8vw;
}

.price-bottom-title__text {
	font-size: 10.3vw;
	letter-spacing: 0.1em;
}

.price-bottom-title__text span {
	font-size: 5.512vw;
	letter-spacing: 0.12em;
}

.price-bottom__lead {
	font-size: 4.266vw;
	line-height: 1.5;
	margin-bottom: 5.33vw;
}

.price-bottom__lead--blue {
	font-size: 4.266vw;
	line-height: 1.5;
	margin-bottom: 8vw;
}

.price-bottom__bottom {
	position: relative;
	width: 100%;
}

.price-bottom__bottom--text {
	color: #075672;
	left: 50%;
	letter-spacing: 0.12em;
	line-height: 1.66;
	position: absolute;
	text-align: center;
	top: 5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.price-bottom__bottom--text--lead1 {
	font-size: 4.266vw;
	line-height: 1.5;
	margin-bottom: 8vw;
}

.price-bottom__bottom--text--lead2 {
	font-size: 4.8vw;
	font-weight: 700;
}

.price-top__inner {
	padding-bottom: 0;
	padding-top: 10.66vw;
}

.price-top__other {
	margin-bottom: 10.66vw;
	padding-bottom: 10.66vw;
	width: 100%;
}

.price-other__title {
	font-size: 5.33vw;
	margin-bottom: 10.66vw;
	padding-left: 0;
}

.price-other__img {
	display: block;
	margin: 0 auto 10.4vw;
	max-width: 100%;
	width: 100%;
}

.price-other__notice {
	font-size: 3.384vw;
	letter-spacing: 0.1em;
	line-height: 1.576;
	padding-left: 1em;
	text-indent: -1em;
}

.price-other__notice + .price-other__notice {
	margin-bottom: 10.66vw;
}

.price-other__notice:first-of-type {
	margin-bottom: 5.6vw;
}

.price-other__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}

.price-other__icon {
	margin: 0 auto 8.26vw;
	max-width: 35.73vw;
	width: 100%;
}

.price-other__text {
	margin-left: 0;
}

.price-other__lead {
	font-size: 5.25vw;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.price-other__lead span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	padding-top: 1em;
	text-align: center;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.price-other__lead.red {
	font-size: 6.2vw;
}

.price-we {
	padding-bottom: 0;
}

.price-we__title {
	font-size: 5.33vw;
	margin-bottom: 8vw;
}

.price-we__img {
	margin-bottom: 11.2vw;
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

.price-we__text {
	font-size: 4.1vw;
	letter-spacing: 0.12em;
}

.price-we__lead {
	margin-bottom: 0;
}

.price-we__lead:last-of-type {
	margin-bottom: 5.86vw;
}

.price-we__lead span {
	display: inline-block;
	font-size: 9.6vw;
	margin-bottom: 4vw;
}

.price-we__img--bg {
	display: block;
	margin: 0 auto -4vw;
	max-width: 92.26vw;
	position: static;
	position: initial;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
	width: 100%;
}

.problem1 {
	padding-bottom: 3.75rem;
}

.problem1__inner {
	padding-top: 6.933vw;
}

.problem1__container {
	position: relative;
	z-index: 2;
}

.problem1-container__content1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 12vw;
	width: 100%;
}

.problem1-container__list--right {
	margin-bottom: 8.266vw;
	margin-left: -5px;
}

.problem1-container__item {
	font-size: 3.7653vw;
}

.problem1__bg {
	position: static;
	position: initial;
	width: 72.26vw;
}

.problem1-container__content2 {
	gap: 6.133vw;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto 10.66vw;
}

.problem1-content2__item {
	font-size: 4.6vw;
}

.problem1-container__content3 {
	gap: 5.33vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

.problem1-content3__item {
	text-align: center;
}

.problem1-content3__img {
	margin-bottom: 0.8125rem;
}

.problem1-content3__lead {
	font-size: 4.066vw;
	font-weight: 600;
}

.problem1-container__lead1 {
	font-size: 6.3vw;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.problem1-container__lead2 {
	font-size: 6.3vw;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.problem2 {
	margin-top: -5vw;
}

.problem2__top {
	background: url(../../assets/images/common/problem_bg.jpg) no-repeat center center/cover;
	padding-bottom: 0;
	padding-top: 10.66vw;
}

.problem2-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.problem2-container__left {
	margin-bottom: 13.3vw;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.problem2-left__title {
	font-size: 7.46vw;
	line-height: 1.3;
	margin-bottom: 13.3vw;
	text-align: left;
}

.problem2-left__title span {
	font-size: 6.4vw;
}

.problem2-left__item {
	font-size: 4.266vw;
	line-height: 1.1;
}

.problem2-left__item:not(:last-child) {
	margin-bottom: 4vw;
}

.problem2-left__img {
	left: auto;
	left: initial;
	max-width: 79.8vw;
	position: absolute;
	right: -75%;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.problem2-container__right {
	background: url(../../assets/images/common/problem_bg_02.png) no-repeat top center/contain;
	max-width: 100%;
	width: 100%;
}

.problem2-right__title {
	font-size: 4.83vw;
	letter-spacing: 0;
	margin: -6vw 0 9.18vw;
	text-align: center;
}

.problem2-right__title span {
	font-size: 6.77vw;
}

.problem2-right__list {
	padding-bottom: 0;
	padding-left: 10.53vw;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.problem2-right__item {
	font-size: 4.226vw;
	font-weight: 600;
	line-height: 1.285;
}

.problem2-right__item:not(:last-child) {
	margin-bottom: 5vw;
}

.problem2-right__img {
	display: block;
	margin: auto;
	max-width: 78.6vw;
	position: static;
	position: initial;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
	width: 100%;
	z-index: 1;
}

.problem2__bottom {
	padding: 10.66vw 9% 15.73vw;
}

.problem2-bottom__lead {
	font-size: 6.76vw;
	line-height: 1.332;
}

.problem2-bottom__lead::before,
.problem2-bottom__lead::after {
	height: 26.4vw;
	position: absolute;
	top: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.8vw;
}

.problem2-bottom__lead::before {
	left: -4%;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

.problem2-bottom__lead::after {
	right: -4%;
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
}

.promise {
	padding-bottom: 10.66vw;
	padding-top: 26.2vw;
}

.promise__container {
	margin-top: 0;
	padding: 14.66vw 4.8vw 17.86vw;
}

.promise-container__lead {
	font-size: 5.1vw;
	letter-spacing: 0;
	top: -3.5%;
	width: 100%;
}

.promise-container__title {
	height: 13.3vw;
	max-width: 68.26vw;
}

.promise-title__main {
	font-size: 5.869vw;
}

.promise-title__main span {
	font-size: 8.477vw;
}

.promise-title__main::before {
	height: 7.2vw;
	top: -4vw;
	width: 5.06vw;
}

.promise-title__main::after {
	height: 8.8vw;
	right: -9%;
	top: 50%;
	width: 5.866vw;
}

.promise-container__top {
	margin: 0 auto 10.4vw;
	max-width: 100%;
}

.promise-top__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.promise-top__item:not(:last-child) {
	margin-bottom: 9.33vw;
}

.promise-item__img {
	margin-bottom: 2.3vw;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.promise-item__img--1::before {
	height: 22.92vw;
	left: -3%;
	top: -5%;
	width: 22.92vw;
}

.promise-item__img--2::before {
	height: 22.92vw;
	left: -3%;
	top: -5%;
	width: 22.92vw;
}

.promise-item__img--3::before {
	height: 22.92vw;
	left: -3%;
	top: -5%;
	width: 22.92vw;
}

.promise-item__text {
	margin-left: 0;
}

.promise-text__title {
	font-size: 6.2vw;
	margin-bottom: 7.73vw;
	text-align: center;
}

.promise-text__lead {
	font-size: 4.226vw;
	letter-spacing: 0;
	line-height: 1.5;
}

.promise-bottom__lead {
	font-size: 3.6vw;
	line-height: 1.66;
	margin-bottom: 3.625rem;
}

.promise-bottom__lead .big {
	display: inline-block;
	font-size: 4.8vw;
	letter-spacing: 0;
	padding-top: 1em;
}

.promise-bottom__icon {
	gap: 8.8vw;
	grid-template-columns: 1fr;
	max-width: 80%;
}

.reason {
	padding-bottom: 12vw;
}

.reason__title {
	-webkit-clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, .35);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, .35);
	clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	margin-bottom: 8.53vw;
	padding: 16vw 0 25.13vw;
}

.reason-title__sub {
	font-size: 3.864vw;
}

.reason-title__sub span {
	font-size: 6.184vw;
}

.reason-title__main {
	font-size: 9.78vw;
	line-height: 1.1;
}

.reason-title__main span {
	font-size: 9.026vw;
}

.reason-title__main .small {
	font-size: 6.77vw;
}

.reason-title__main::after {
	background: url(../../assets/images/common/icon_pop.png) no-repeat center center/cover;
	content: "";
	display: inline-block;
	display: none;
	height: 6.66vw;
	position: absolute;
	right: -2%;
	top: 45%;
	width: 4.53vw;
}

.reason-container__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto 6.13vw;
	max-width: 100%;
}

.reason-top__text {
	font-size: 4.266vw;
	width: 100%;
}

.reason-top__lead {
	margin-bottom: 5.06vw;
}

.reason-top__copy {
	font-size: 5.33vw;
	margin-bottom: 8vw;
	text-align: center;
}

.reason-top__img {
	margin-left: 0;
	width: 100%;
}

.reason-container__bottom {
	gap: 4.53vw 2.93vw;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	justify-self: stretch;
}

.reason-card__num {
	display: none;
}

.reason-card__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 4vw 3.46vw 2.66vw;
}

.reason-card__title {
	border-bottom: 0.3125rem solid #fce212;
	font-size: 3.16vw;
	margin-bottom: 3.46vw;
}

.reason-card__lead {
	font-size: 3.1vw;
	letter-spacing: 0.11em;
	line-height: 1.416;
}

.section-title {
	height: 11.9946vw;
}

.section-title__icon {
	max-width: 24.8vw;
}

.section-title__icon--right {
	max-width: 14.933vw;
}

.section-title__main {
	font-size: 3.808vw;
}

.section-title__big,
.section-title__main .big {
	font-size: 5.31vw;
}

.silver {
	padding: 20vw 0 13.3vw;
}

.silver__container {
	padding: 12.53vw 4vw 12vw;
}

.silver-container__title {
	height: 13.3vw;
	max-width: 84vw;
}

.silver-title__main {
	font-size: 5.86vw;
}

.silver-title__main::after {
	height: 7.2vw;
	top: -4.5vw;
	width: 5.06vw;
}

.silver-container__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto 4.266vw;
}

.silver-body__img {
	margin-bottom: 5.33vw;
	width: 100%;
}

.silver-body__text {
	padding-left: 0;
	width: 100%;
}

.silver-text__lead {
	font-size: 4.266vw;
	line-height: 1.5;
	text-align: center;
}

.silver-text__lead span {
	font-size: 5.46vw;
	line-height: 1.363;
}

.silver-notice__lead {
	font-size: 2.93vw;
	line-height: 1.45;
	margin-left: 0;
}

.silver-notice__icons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3.73vw;
	width: 100%;
}

.silver-notice__icon--left {
	max-width: 100%;
	position: static;
	width: 40%;
}

.silver-notice__icon--right {
	max-width: 100%;
	position: static;
	width: 60%;
}

.solution {
	padding-bottom: 9.33vw;
	width: 100%;
}

.solution__inner {
	padding-top: 6.66vw;
}

.solution-container {
	gap: 4vw;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.solution-card__img {
	width: 44%;
}

.solution-card__text {
	grid-template-rows: 7.5vw auto 13vw;
	padding-top: 0.6875rem;
	width: 56%;
}

.solution-text__title {
	font-size: 4vw;
	margin-bottom: 1.1875rem;
}

.solution-text__lead {
	font-size: 3vw;
	margin-bottom: 0.5625rem;
	padding-left: 3.2vw;
	padding-right: 2.4vw;
}

.solution-info__topic {
	font-size: 3.17vw;
	padding: 0.375rem 0;
}

.solution-info__value {
	font-size: 3.17vw;
	padding: 0.375rem 0;
}

.step {
	padding: 19.73vw 0 10.93vw;
}

.step__container {
	padding: 17.6vw 4.53vw 10.66vw;
}

.step-container__title {
	height: 13.3vw;
	max-width: 84vw;
}

.step-title__main {
	font-size: 5.776vw;
}

.step-title__main span {
	font-size: 8.344vw;
}

.step-title__main::before {
	height: 7.2vw;
	top: -4vw;
	width: 5.06vw;
}

.step-title__main::after {
	height: 8.8vw;
	right: -9%;
	width: 5.866vw;
}

.step-container__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.step-list__item {
	width: 100%;
}

.step-list__item + .step-list__item {
	margin-left: 0;
}

.step-item:nth-of-type(2)::before,
.step-item:nth-of-type(2)::after {
	display: none;
}

.step-list__item:not(:last-child) {
	margin-bottom: 10.33vw;
}

.step-item__img--1 {
	max-width: 53.33vw;
}

.step-item__img--2 {
	max-width: 76vw;
}

.step-item__img--3 {
	max-width: 48.53vw;
}

.step-text-1 {
	margin-top: -6%;
	position: relative;
	z-index: 2;
}

.step-text-2 {
	margin-top: 2%;
}

.step-text-3 {
	margin-top: -9%;
	position: relative;
	z-index: 2;
}

.step-text__title {
	font-size: 5.86vw;
	height: 13.86vw;
	letter-spacing: 0.12em;
	margin-bottom: 5.33vw;
	margin-left: auto;
	margin-right: auto;
	width: 69.6vw;
}

.step-text-2 .step-text__title {
	letter-spacing: 0;
	width: 82.93vw;
}

.step-text__lead {
	font-size: 4.266vw;
	line-height: 1.5;
	margin: auto;
	width: 69.6vw;
}

.strength {
	padding: 16.8vw 0 4.266vw;
}

.strength__container {
	padding: 12.26vw 6.4vw 16.8vw;
}

.strength-container__title {
	height: 12.26vw;
	max-width: 63.2vw;
}

.strength-title__main {
	font-size: 5.453vw;
}

.strength-title__main span {
	font-size: 7.87vw;
}

.strength-title__main::before {
	height: 7.2vw;
	top: -3vw;
	width: 5.06vw;
}

.strength-title__main::after {
	height: 8.8vw;
	right: -8%;
	width: 5.866vw;
}

.strength-container__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto 16vw;
}

.strength-top__img {
	margin-bottom: 5.33vw;
	max-width: 100%;
	width: 100%;
}

.strength-top__text {
	font-size: 4.266vw;
	letter-spacing: 0.1em;
	padding-left: 0;
	width: 100%;
}

.strength-container__bottom {
	gap: 8vw;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.strength-item__title {
	font-size: 6.4vw;
	margin-bottom: 5.33vw;
}

.strength-item__img {
	margin-bottom: 5.33vw;
}

.strength-item__text {
	font-size: 4.266vw;
	letter-spacing: 0.12em;
}

.sub-mv {
	height: 70.66vw;
}

.sub-mv__contact {
	background: url(../../assets/images/common/sub_mv_contact_sp.png) no-repeat center center/cover;
}

.sub-mv__policy {
	background: url(../../assets/images/common/sub_mv_contact_sp.png) no-repeat center center/cover;
}

.sub-mv__company {
	background: url(../../assets/images/common/sub_mv_company_sp.png) no-repeat center center/cover;
}

.sub-mv__example {
	background: url(../../assets/images/common/sub_mv_example_sp.png) no-repeat center center/cover;
}

.sub-mv__faq {
	background: url(../../assets/images/common/sub_mv_faq_sp.png) no-repeat center center/cover;
}

.sub-mv__news {
	background: url(../../assets/images/common/sub_mv_news_sp.png) no-repeat center center/cover;
}

.sub-mv__bassai {
	background: url(../../assets/images/common/sub_mv_bassai_sp.png) no-repeat center center/cover;
}

.sub-mv__kusakari {
	background: url(../../assets/images/common/sub_mv_kusakari_sp.png) no-repeat center center/cover;
}

.sub-mv__niwaki {
	background: url(../../assets/images/common/sub_mv_niwaki_sp.png) no-repeat center center/cover;
}

.sub-mv__sentei {
	background: url(../../assets/images/common/sub_mv_sentei_sp.png) no-repeat center center/cover;
}

.sub-mv__exteria {
	background: url(../../assets/images/common/sub_mv_exteria_sp.png) no-repeat center center/cover;
}

.sub-mv__title {
	font-size: 9.06vw;
	line-height: 1.17;
}

#exteria .sub-mv__title {
	font-size: 7.86vw;
	letter-spacing: 0.12em;
}

.top-cta {
	padding-top: 1.125rem;
}

.top-cta__icons {
	gap: 0;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	margin: 0 auto 1.8125rem;
	max-width: 45rem;
	width: 100%;
}

.top-cta__icons &gt; .top-cta-icons__icon {
	margin: auto;
}

.top-cta-icons__bottom {
	gap: 4.533vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-cta-icons__icon {
	max-width: 44.266vw;
	width: 100%;
}

.top-cta__lead {
	font-size: 3.633vw;
	line-height: 1.785;
	margin-bottom: 1.9375rem;
}

.top-cta__title {
	font-size: 4.617vw;
	margin-bottom: 2.125rem;
}

.top-cta__btn {
	padding-bottom: 1.875rem;
}

.top-cta__btn .cta-btn__lady {
	width: 16vw;
}

.voice {
	padding: 21.33vw 0 13.3vw;
}

.voice__container {
	margin-top: 0;
	padding: 19.46vw 7.2vw 13.3vw;
}

.voice-container__title {
	height: 13.3vw;
	max-width: 64.53vw;
}

.voice-title__main {
	font-size: 6.037vw;
}

.voice-title__main span {
	font-size: 8.72vw;
}

.voice-title__main::before {
	height: 7.2vw;
	top: -2.5vw;
	width: 5.06vw;
}

.voice-title__main::after {
	height: 8.8vw;
	right: -12%;
	width: 5.866vw;
}

.voice-container__list {
	gap: 16.26vw;
	grid-template-columns: 1fr;
}

.voice-img__sticky {
	top: -5.46vw;
}

.voice-img__human {
	bottom: -16.3vw;
}

.voice-item__text {
	padding-top: 6.4vw;
}

.voice-text__title {
	font-size: 4.8vw;
	margin-bottom: 7.2vw;
	padding-left: 40%;
}

.voice-text__lead {
	font-size: 4.266vw;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 4.53vw 6.4vw;
}

.warning__banner {
	width: 100%;
}

.warning__main {
	overflow-x: hidden;
	padding: 14.4vw 0 16vw;
}

.warning__title {
	margin-bottom: 10.66vw;
}

.warning__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 13.3vw;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.warning-container__text {
	font-size: 4.266vw;
	line-height: 1.5;
	max-width: 62.93vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.warning-container__img {
	max-width: 60.4vw;
	position: absolute;
	right: -25%;
	top: -10%;
	width: 100%;
	z-index: 1;
}

.warning__images {
	gap: 5.33vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 10.66vw;
	max-width: 100%;
	width: 100%;
}

.warning__images img {
	max-width: calc(50% - 2.665vw);
	width: 100%;
}

.warning-bottom__lead {
	font-size: 4.266vw;
	line-height: 1.5;
}

.warning-bottom__lead &gt; .big {
	font-size: 5.304vw;
	letter-spacing: 0.12em;
	line-height: 1.66;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=styles.css.map */
</pre></body></html>