body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* 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 */

/* Set core body defaults */

body {
	color: #000;
	counter-reset: number 0;
	font-weight: 500;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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 > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

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

.block-message__illust--after {
	position: absolute;
	right: calc(50% + 3.375rem);
	top: 31rem;
	width: 11.75rem;
}

.block-message__illust--after img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.guarantee .feature-block__mv {
	position: relative;
}

.guarantee .feature-block__mv::before {
	background-color: rgba(109, 109, 109, 0.23);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.guarantee .feature-block__mv-title {
	color: #405A63;
	left: 0;
}

.guarantee .feature-block__mv-title::before {
	display: none;
}

.guarantee__text {
	margin-bottom: 2.5rem;
	text-align: center;
}

.guarantee__description {
	color: #405A63;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.88;
	margin: 2.8125rem auto 0;
	max-width: 52.5rem;
	width: 100%;
}

.guarantee__chart {
	margin: 5.1875rem auto 0;
	max-width: 53.6875rem;
}

.guarantee__chart img {
	-o-object-fit: cover;
	aspect-ratio: 859/373;
	object-fit: cover;
	width: 100%;
}

.initiative {
	overflow: hidden;
	padding-bottom: 16.3125rem;
	padding-top: 12.5rem;
	position: relative;
}

.initiative::after {
	background-color: #F4F9FB;
	bottom: 9.1875rem;
	content: "";
	height: 29.5rem;
	position: absolute;
	width: 100vw;
	z-index: -1;
}

.initiative__en-title {
	left: calc(50% - 18.125rem);
	position: absolute;
	top: 9.25rem;
	width: 16rem;
}

.initiative__heading {
	text-align: center;
}

.initiative__ja {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.16;
}

.initiative__text {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.6;
	margin-top: 1.5rem;
}

.initiative__list {
	grid-gap: 2.75rem;
	display: grid;
	gap: 2.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.3125rem;
}

.initiative__item {
	position: relative;
}

.initiative__item::before {
	color: #405A63;
	content: "0" counter(number);
	counter-increment: number 1;
	font-family: "Mulish", sans-serif;
	font-size: 4rem;
	font-weight: 400;
	left: 0.625rem;
	line-height: 1;
	opacity: 0.5;
	position: absolute;
	top: -2rem;
}

.initiative__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 368/480;
	object-fit: cover;
	width: 100%;
}

.initiative__item-title {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.88);
	bottom: 0;
	color: #405A63;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	height: 7.0625rem;
	left: 0;
	line-height: 2.6;
	padding: 0.25rem 0.8125rem;
	position: absolute;
	width: 100%;
}

.js-mv-img {
	animation: scaleUpFade 1.2s ease-out forwards;
}

.js-mv-title {
	animation: fadeInUp 1s ease-out forwards;
	animation-delay: 0.5s;
	opacity: 0;
}

.scroll {
	bottom: -4.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

.scroll::before,
.scroll::after {
	bottom: 0;
	content: "";
	height: 9rem;
	left: 50%;
	position: absolute;
	width: 0.0625rem;
}

.scroll::before {
	background-color: #eee;
}

.scroll::after {
	animation: scrollDown 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
	background-color: #405A63;
}

.text {
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
}

.text.is-active,
.img.is-active {
	animation: slideIn 1.8s cubic-bezier(0.15, 1, 0.3, 1) forwards;
}

.text-slideIn {
	display: flex;
	overflow: hidden;
}

.text-slideIn span {
	display: block;
	transform: translateY(100%);
}

.text-slideIn.is-active span {
	animation: text-slideIn 0.7s cubic-bezier(0.15, 1, 0.3, 1) forwards calc(0.03s * 0);
	animation: text-slideIn 0.7s cubic-bezier(0.15, 1, 0.3, 1) forwards calc(0.03s * var(--index, 0));
}

.message__catch-image,
.relief__item-svg-img1,
.relief__item-svg-img2,
.relief__item-svg-img3,
.block-message__illust,
.block-message__illust-area1,
.block-message__illust-area2,
.block-message__illust--after {
	opacity: 0;
}

.message__catch-image.is-active,
.relief__item-svg-img1.is-active,
.relief__item-svg-img2.is-active,
.relief__item-svg-img3.is-active,
.block-message__illust.is-active,
.block-message__illust-area1.is-active,
.block-message__illust-area2.is-active,
.block-message__illust--after.is-active {
	animation: zoomIn 0.5s ease-out forwards;
}

.js-fadeIn {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fadeIn.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.block-message--area {
	padding-bottom: 11.875rem;
}

.block-message__illust-area1 {
	left: calc(50% + 24.5625rem);
	position: absolute;
	top: 10.9375rem;
	width: 16.0625rem;
}

.block-message__illust-area2 {
	left: calc(50% + 1.875rem);
	position: absolute;
	top: 37.5rem;
	width: 17.125rem;
}

.area-block {
	margin: 0 auto;
	max-width: 75rem;
	padding: 3.75rem 1.25rem;
}

.area-block__top {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}

.area-block__img {
	width: 50%;
}

.area-block__img img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.area-block__text-area {
	width: 50%;
}

.area-block__title {
	color: #2a3c4b;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.area-block__text {
	color: #2a3c4b;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.25rem;
}

.area-block__illust {
	margin-top: 1.875rem;
	width: 7.5rem;
}

.area-block__illust img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.area-block__bottom {
	padding-bottom: 9.375rem;
	position: relative;
	text-align: center;
}

.area-block__bottom-title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.625;
	text-align: center;
}

.area-block__bottom-text {
	color: #29434C;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.88;
	margin-top: 1.5rem;
	text-align: center;
}

.area-block__map {
	margin: 4.375rem auto 0;
	max-width: 30.75rem;
	width: 100%;
}

.professional-block {
	background-color: #F4F9FB;
	margin-bottom: 9.1875rem;
	padding-bottom: 5.625rem;
	padding-top: 6rem;
	position: relative;
	text-align: center;
}

.professional-block__en-title {
	position: absolute;
	right: calc(50% + 8.25rem);
	top: 3rem;
	width: 19.625rem;
}

.professional-block__jp-title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.625;
	position: relative;
	z-index: 1;
}

.professional-block__content-area {
	display: flex;
	flex-direction: column;
	gap: 5.5rem;
	margin-top: 5.5rem;
}

.professional-block__content {
	background-color: #fff;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
	text-align: left;
}

.professional-block__img img {
	-o-object-fit: cover;
	aspect-ratio: 1200/500;
	object-fit: cover;
	width: 100%;
}

.professional-block__text-area {
	padding: 3rem;
}

.professional-block__number {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.16;
	padding-left: 2.9375rem;
	position: relative;
	z-index: 2;
}

.professional-block__number::before {
	color: #405A63;
	content: "0" counter(number);
	counter-increment: number 1;
	font-family: "Mulish", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.professional-block__number::after {
	background: url(../images/ideal/map.webp) no-repeat center center/cover;
	content: "";
	height: 6.5rem;
	left: -1.75rem;
	position: absolute;
	top: 63%;
	transform: translateY(-50%);
	width: 5.3125rem;
}

.professional-block__text {
	color: #29434C;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.88;
	margin-top: 1.5rem;
}

.lower-section-heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 11.75rem;
	padding-bottom: 3.75rem;
}

.lower-section-heading__inner {
	margin: 0 auto;
	max-width: 77.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.lower-section-title {
	color: #0E3D65;
	font-family: "Noto Serif JP", serif;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -0.15em;
}

.lower-section-subtitle {
	color: #0E3D65;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 0.25rem;
}

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.inner-n {
	margin: 0 auto;
	max-width: 71.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.inner-sn {
	margin: 0 auto;
	max-width: 63rem;
	padding: 0 1.25rem;
	width: 100%;
}

.inner-w {
	margin: 0 auto;
	max-width: 77.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.section-title {
	color: #405A63;
	font-family: "Mulish", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.125rem;
	line-height: 1.07;
	text-transform: uppercase;
}

.section-subtitle {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 4.47;
	margin-top: -0.8125rem;
	position: relative;
}

.section-subtitle::after {
	background-color: #405A63;
	bottom: -2.5rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 4.9375rem;
}

.section-btn a,
.section-btn-w a {
	border-radius: 1.5rem;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.43;
	overflow: hidden;
	padding: 0.875rem 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.4s ease-in-out;
	z-index: 1;
}

.section-btn a:hover,
.section-btn-w a:hover {
	opacity: 1;
}

.section-btn a::after,
.section-btn-w a::after {
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-image 0.4s ease-in-out;
	width: 0.4375rem;
}

.section-btn a {
	background-color: #405A63;
	border: 1px solid #405A63;
	color: #fff;
}

.section-btn a::after {
	background: url(../images/common/arrow-w.svg) no-repeat center center/cover;
}

.section-btn a:hover {
	color: #405A63;
}

.section-btn a:hover::after {
	background: url(../images/common/arrow-b.svg) no-repeat center center/cover;
}

.section-btn-w a {
	background-color: #fff;
	color: #3E3E3E;
}

.section-btn-w a::after {
	background: url(../images/common/arrow-b.svg) no-repeat center center/cover;
}

.section-btn-w a:hover {
	color: #fff;
	position: relative;
}

.section-btn-w a:hover::after {
	background: url(../images/common/arrow-w.svg) no-repeat center center/cover;
}

.section-btn a::before {
	background-color: #fff;
	border-radius: 1.5625rem;
	content: "";
	display: block;
	height: 5rem;
	left: calc(50% - 25px);
	position: absolute;
	top: calc(50% - 25px);
	transform: scale(0, 0);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	width: 5rem;
	z-index: -1;
}

.section-btn-w a::before {
	background-color: #405A63;
	border-radius: 1.5625rem;
	content: "";
	display: block;
	height: 5rem;
	left: calc(50% - 25px);
	position: absolute;
	top: calc(50% - 25px);
	transform: scale(0, 0);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	width: 5rem;
	z-index: -1;
}

.section-btn a span {
	position: relative;
}

.page-message {
	padding-top: 10rem;
}

.heading-ja {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.12rem;
	text-align: center;
}

.heading-en {
	color: #405A63;
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	letter-spacing: 0.00625rem;
	padding-bottom: 1.25rem;
	position: relative;
	text-align: center;
}

.heading-en::before {
	background-color: #405A63;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 8rem;
}

.page-message__image {
	margin: 5rem auto 0;
	max-width: 60.5rem;
}

.page-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 968/695;
	object-fit: cover;
	width: 100%;
}

.page-message__content {
	margin: 2.5rem auto 0;
}

.page-message__text {
	color: #29434C;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.88;
	margin-top: 1.5rem;
}

.company {
	margin: 7.5rem 0;
}

.company__table {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
	margin: 4rem auto 0;
	padding: 5rem;
}

.company__row {
	align-items: flex-start;
	border-bottom: 0.125rem solid #DDD;
	display: flex;
	padding-bottom: 1.8125rem;
	position: relative;
}

.company__row::after {
	background-color: #405a63;
	bottom: -0.125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 12.25rem;
}

.company__row:not(:first-child) {
	padding-top: 1.8125rem;
}

.company__term {
	color: #405A63;
	flex-shrink: 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.02rem;
	width: 12.25rem;
}

.company__description {
	color: #29434C;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
}

.history {
	display: none;
	margin: 0 0 9.1875rem;
}

.history__table {
	background-color: #d9d9d9;
	height: 43.75rem;
	margin-top: 5rem;
}

.contact-annotation__text {
	font-weight: 400;
	line-height: 1.75;
}

.contact-annotation__contact {
	align-items: baseline;
	display: flex;
	margin-left: 0.4375rem;
	margin-top: 3.5rem;
}

.contact-annotation__contact--tel {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.contact-annotation__contact-time {
	font-weight: 400;
	margin-top: 0.25rem;
}

.page-contact {
	margin: 14.125rem 0 0;
}

.page-contact__form-wrapper {
	margin: 4.3125rem 0 5.75rem;
}

.page-contact__form-content {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.page-contact__form-label {
	color: #405A63;
	font-weight: bold;
}

.page-contact__form-label span {
	color: #F04D4D;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 0.5625rem;
}

.page-contact__form-label .small-etc {
	color: #F04D4D;
	display: inline-block;
	font-size: 0.5625rem;
}

.page-contact__calendar-wrapper {
	display: flex;
	gap: 1.875rem;
}

.page-contact__calendar {
	width: 100%;
}

.page-contact__form-label--time {
	margin-top: 1rem;
}

.page-contact__calendar .page-contact__form-wrap {
	border: 0.125rem solid #BACACF;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	padding: 1rem;
	width: 100%;
}

.page-contact__calendar-title {
	color: #405A63;
	font-weight: bold;
}

.page-contact__form-input {
	margin-top: 1rem;
}

.page-contact__form-input select,
.page-contact__form-input input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	color: #333;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	width: 100%;
}

.page-contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	width: 100%;
}

.page-contact__form-input input:focus {
	outline: none;
}

.page-contact__form-input input::-moz-placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.page-contact__form-input input::placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.page-contact__form-checkbox p {
	display: flex;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.page-contact__form-checkbox .wpcf7-list-item {
	margin: 0 0 1.25rem 1.25rem;
}

.page-contact__form-checkbox input {
	display: none;
}

.page-contact__form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.875rem;
	position: relative;
}

.page-contact__form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #808080;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.page-contact__form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #333;
	border-left: 0.1875rem solid #333;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.page-contact__form-checkbox input:checked + span::after {
	opacity: 1;
}

.page-contact__form-textarea {
	margin-top: 1rem;
}

.page-contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	field-sizing: content;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	font-size: 1rem;
	min-height: 15.4375rem;
	padding: 1rem;
	resize: none;
	width: 100%;
}

.page-contact__form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.page-contact__form-textarea textarea::-moz-placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.page-contact__form-textarea textarea::placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-privacy {
	margin-top: 2.5rem;
	text-align: center;
}

.contact__form-privacy input {
	display: none;
}

.contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.contact__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #808080;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.3125rem;
	width: 1.25rem;
}

.contact__form-privacy input + span::after {
	border-bottom: 0.1875rem solid #000;
	border-left: 0.1875rem solid #000;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.75rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-privacy input:checked + span::after {
	opacity: 1;
}

.page-contact__form-submit {
	margin: 4.6875rem auto 0;
	max-width: 18.75rem;
	position: relative;
	width: 100%;
}

.page-contact__form-submit input {
	background-color: #405A63;
	border: 1px solid #405A63;
	border-radius: 2.25rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1.25rem 2.0625rem 1.25rem 2.4375rem;
	text-align: left;
	transition: color 0.2s ease-in, background-color 0.2s ease-in;
	width: 100%;
}

.page-contact__form-submit input:hover {
	background-color: #fff;
	color: #405A63;
	opacity: 1;
}

.page-contact__form-submit input:hover,
.page-contact__form-submit input:focus {
	outline: none;
}

.page-contact__form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.thanks {
	padding: 13.1875rem 0 9.1875rem;
}

.thanks__title {
	color: #405A63;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}

.thanks__text {
	font-size: 1.125rem;
	line-height: 2;
	margin: 1.25rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.thanks__btn {
	margin: 6.25rem auto 0;
	max-width: 12rem;
	width: 100%;
}

.faq {
	margin: 14.1875rem 0 9.1875rem;
}

.inner.faq__inner {
	background: #F4F9FB;
	max-width: 75rem;
	padding: 4.5rem 5.125rem;
}

.faq__title {
	border-bottom: 1px solid #405A63;
	color: #405A63;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	padding-bottom: 1rem;
}

.faq__title:not(:first-child) {
	margin-top: 4rem;
}

.faq__list {
	margin-top: 2.75rem;
}

.faq-list__item:not(:first-child) {
	margin-top: 1.5rem;
}

.faq-list__item-question {
	background-color: #fff;
	color: #405A63;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.6;
	padding: 2rem 5.625rem 2rem 5.75rem;
	position: relative;
}

.faq-list__item-question span {
	position: relative;
}

.faq-list__item-question span::before {
	color: #405A63;
	content: "Q";
	font-family: "Mulish", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: -2.5rem;
	line-height: 1.4;
	position: absolute;
	top: -0.1875rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #405A63;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 2.75rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.125rem;
}

.faq-list__item-question::after {
	transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-answer {
	color: #29434C;
	display: none;
	font-weight: 400;
	line-height: 1.6;
	padding: 2rem 5.625rem 2rem 5.375rem;
}

.faq-list__item-answer span {
	position: relative;
}

.faq-list__item-answer span::before {
	color: #405A63;
	content: "A.";
	font-family: "Mulish", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	left: -2.125rem;
	line-height: 1.4;
	position: absolute;
	top: 0;
}

.faq-list__item--active .faq-list__item-answer {
	display: flex;
}

.steps {
	background-color: #F4F9FB;
	margin: -4.375rem 0 9.1875rem;
	padding: 4.375rem 0 5rem;
	position: relative;
}

.steps__en-title {
	position: absolute;
	right: calc(50% + 4.125rem);
	top: 0.875rem;
}

.steps__title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.34;
	position: relative;
	text-align: center;
}

.steps__content {
	margin: 7rem auto 0;
	max-width: 60.375rem;
}

.steps__item {
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	padding: 3.5625rem 3.6875rem;
	position: relative;
}

.steps__item + .steps__item {
	margin-top: 7.625rem;
}

.steps__item + .steps__item::before {
	background: url(../images/flow/arrow.svg) no-repeat center center/cover;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: -4.6875rem;
	transform: translateX(-50%);
	width: 0.625rem;
}

.steps__item-head {
	flex-shrink: 0;
	left: 2.4375rem;
	position: absolute;
	text-align: center;
	top: -2.0625rem;
}

.steps__item-step {
	align-items: center;
	border: 1px solid #405A63;
	border-radius: 50%;
	color: #405A63;
	display: flex;
	flex-direction: column;
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	height: 4.5rem;
	justify-content: center;
	letter-spacing: 0.16rem;
	line-height: 1.5;
	width: 4.5rem;
}

.steps__item-step span {
	color: #405A63;
	font-family: "Mulish", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.steps__item-body {
	display: flex;
	gap: 1.375rem;
}

.steps__item-img {
	max-width: 18.5625rem;
	width: 100%;
}

.steps__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 297/198;
	object-fit: cover;
	width: 100%;
}

.steps__item-title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.steps__item-description {
	color: #29434C;
	font-weight: 300;
	letter-spacing: 0.04rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.step__annotation {
	background-color: #fff;
	box-shadow: 0px 3px 4px 0px #DFE5E8;
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.79;
	margin: 4.5rem auto 0;
	padding: 0.5rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.layout-footer {
	background-color: #314248;
	color: #fff;
	padding: 4.6875rem 0;
}

.footer__inner {
	display: flex;
	gap: 12.3%;
}

.footer__logo {
	margin-left: -1.6875rem;
	max-width: 12.4375rem;
	width: 100%;
}

.footer__address {
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 1.6875rem;
}

.footer__nav {
	display: flex;
}

.footer__nav-list {
	border-left: 1px solid #fff;
	display: flex;
	flex-direction: column;
}

.footer__nav-item {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.footer__nav-item a {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.4375rem 3.125rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header {
	background-color: rgba(255, 255, 255, 0.67);
	height: 6.4375rem;
	width: 100%;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 4.5rem;
	padding-right: 6.25rem;
}

.header__logo {
	height: inherit;
	max-width: 12.4375rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: flex;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	color: #405A63;
	display: flex;
	font-family: "Mulish", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: inherit;
	padding: 0 2.25rem;
	text-transform: uppercase;
}

.header__nav-item.header__nav-item--entry {
	align-items: center;
	display: flex;
	margin-left: 4.25rem;
	width: 12rem;
}

.header__nav-item.header__nav-item--entry a {
	background-color: #405A63;
	border-radius: 1.5rem;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	height: auto;
	height: initial;
	max-width: 12rem;
	padding: 0.75rem 1rem 0.75rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.header__nav-item.header__nav-item--entry a:hover {
	color: #405A63;
	opacity: 1;
}

.header__nav-item.header__nav-item--entry a:hover::after {
	background: url(../images/common/arrow-b.svg) no-repeat center center/cover;
}

.header__nav-item.header__nav-item--entry a::after {
	background: url(../images/common/arrow-w.svg) no-repeat center center/cover;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.header__hamburger {
	display: none;
}

.header__drawer {
	display: none;
}

.header__drawer-nav {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 4.375rem;
	width: 100%;
}

.header__drawer-item a::before {
	background: url(../images/common/bird.svg) no-repeat center center/cover;
	content: "";
	height: 1.375rem;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.header__drawer-item--r {
	margin: 1.25rem auto 0;
	max-width: 12.5rem;
	width: 100%;
}

.header__drawer-item--r a {
	background-color: #E9AC5D;
	border-radius: 6.25rem;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0;
	text-align: center;
}

.customer-harassment-policy {
	margin: 14.1875rem 0 9.1875rem;
}

.customer-harassment-policy__text {
	line-height: 2;
}

.customer-harassment-policy__definition-title {
	color: #405A63;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.customer-harassment-policy__definition-box {
	border: 0.0625rem solid #405A63;
	font-weight: 400;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.customer-harassment-policy__definition-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.customer-harassment-policy__definition-text {
	line-height: 1.7;
}

.customer-harassment-policy__definition-item {
	line-height: 1.7;
	padding-left: 1.25rem;
	position: relative;
}

.customer-harassment-policy__definition-item::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}

.no-article {
	color: #405A63;
	font-size: 1.3125rem;
	width: 100%;
}

.lower-news {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.lower-news__list .news__item a {
	border-bottom: 1px solid #405A63;
	display: block;
	padding: 1.875rem 0;
	position: relative;
	width: 100%;
}

.lower-news__list .news__item a:hover::after {
	right: -0.3125rem;
}

.lower-news .news__item-meta {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
}

.lower-news__list .news-list__label {
	margin-bottom: 0.625rem;
	margin-left: 1.25rem;
}

.lower-news__list .news__text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 1.25rem;
}

.news-detail {
	margin: 14.1875rem 0 9.1875rem;
}

.news-detail__meta {
	align-items: baseline;
	display: flex;
}

.news-detail__date {
	font-size: 0.875rem;
	font-weight: 400;
	padding-right: 1.875rem;
}

.news-detail__category-wrap {
	margin-left: 1.875rem;
}

.news-detail__title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 2.1875rem;
}

.news-detail__content {
	margin-top: 1.6875rem;
}

.news-detail__content h1 {
	background-color: #405A63;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
	padding: 0.625rem 0 0.625rem 0.9375rem;
}

.news-detail__content h2 {
	border-left: 5px solid #405A63;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding-left: 0.625rem;
}

.news-detail__content h3 {
	border-bottom: 2px solid #405A63;
	font-size: 1.125rem;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding-bottom: 0.3125rem;
}

.news-detail__content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.6875rem;
}

.news-detail__content img {
	-o-object-fit: cover;
	aspect-ratio: 652/400;
	margin-top: 2.5rem;
	object-fit: cover;
	width: 100%;
}

.news-detail__content a {
	-webkit-text-decoration: underline;
	color: #405A63;
	text-decoration: underline;
}

.news-detail__content ul {
	margin-top: 2.5rem;
}

.news-detail__content li {
	font-size: 1.125rem;
	font-weight: 400;
	padding-left: 1rem;
	position: relative;
}

.news-detail__content li::after {
	background-color: #405A63;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.5rem;
}

.news-detail__content li + li {
	margin-top: 0.25rem;
}

.news-detail__back {
	margin: 8.375rem auto 0;
	max-width: 18.75rem;
	width: 100%;
}

.lower-news__category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 14.1875rem;
}

.lower-news__category-item {
	pointer-events: auto;
}

.lower-news__category-item a {
	border: 1px solid #405A63;
	color: #405A63;
	cursor: pointer;
	display: block;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 1.125rem;
	position: relative;
	transition: all 0.7s cubic-bezier(0.4, 0, 0, 1);
	width: 100%;
}

.lower-news__category-item a:hover {
	background-color: #405A63;
	color: #fff;
	opacity: 1;
}

.lower-news__category-item a.is-active {
	background-color: #405A63;
	color: #fff;
}

.new-detail__inner {
	margin: 0 auto;
	max-width: 60rem;
	padding: 0 1.25rem;
	width: 100%;
}

.not-found {
	padding: 8.75rem 0;
}

.not-found__title {
	font-size: 2.5rem;
	text-align: center;
}

.not-found__text {
	margin-top: 0.625rem;
	text-align: center;
}

.page-mv {
	margin-top: 6.625rem;
	overflow-x: clip;
	position: relative;
}

.page-mv::after {
	background-color: #405A63;
	content: "";
	height: 30.75rem;
	position: absolute;
	right: calc(50% - 37.75rem);
	top: 5rem;
	width: 200vw;
	z-index: -1;
}

.page-mv__img {
	display: flex;
	margin-left: auto;
	position: relative;
	width: 93vw;
}

.page-mv__img::after {
	background-color: rgba(109, 109, 109, 0.23);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1300/492;
	height: 30.75rem;
	object-fit: cover;
	width: 100%;
}

.page-mv__text {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.page-mv__text-title {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.125rem;
	line-height: 1.9;
	position: relative;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.page-mv__text-title::after {
	background-color: #FFF;
	bottom: -0.8125rem;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 35rem;
}

.page-mv__text-sub {
	color: #F5F5F5;
	display: flex;
	font-family: "Mulish", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.075rem;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

.lower-news__pagination {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 5rem;
}

.lower-news__pagination .page-numbers {
	align-items: center;
	background-color: #fff;
	border: 1px solid #405A63;
	border-radius: 50%;
	color: #405A63;
	display: flex;
	font-weight: bold;
	height: 3.5rem;
	justify-content: center;
	transition: all 0.3s ease;
	width: 3.5rem;
}

.lower-news__pagination .page-numbers:hover {
	background-color: #405A63;
	color: #fff;
	opacity: 1;
}

.lower-news__pagination .page-numbers:hover.prev.page-numbers::after {
	background: url(../images/news/line-w.svg) no-repeat center center/contain;
}

.lower-news__pagination .page-numbers:hover.next.page-numbers::after {
	background: url(../images/news/line-w.svg) no-repeat center center/contain;
}

.lower-news__pagination .current {
	background-color: #405A63;
	color: #fff;
}

.lower-news__pagination .prev.page-numbers,
.lower-news__pagination .next.page-numbers {
	align-items: center;
	display: flex;
	height: 3.5rem;
	justify-content: center;
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transition: all 0.3s ease;
	width: 3.5rem;
}

.lower-news__pagination .prev.page-numbers.disabled,
.lower-news__pagination .next.page-numbers.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.lower-news__pagination .prev.page-numbers::after,
.lower-news__pagination .next.page-numbers::after {
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background 0.3s ease-in;
	width: 0.75rem;
}

.lower-news__pagination .next.page-numbers::after {
	background: url(../images/news/line-b.svg) no-repeat center center/contain;
	left: 48%;
}

.lower-news__pagination .prev.page-numbers::after {
	background: url(../images/news/line-b.svg) no-repeat center center/contain;
	left: 52%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.block-message {
	overflow: hidden;
	padding: 12.5rem 0 11.25rem;
	position: relative;
}

.block-message__inner {
	align-items: center;
	display: flex;
	gap: 4%;
	justify-content: space-between;
}

.block-message--area .block-message__img {
	margin-left: -6.25rem;
	margin-right: 0rem;
}

.block-message__text-area {
	margin-top: -7.5rem;
	width: 50%;
}

.block-message__title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.62;
}

.block-message__text {
	color: #29434C;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.88;
	margin-top: 1.5rem;
}

.block-message__img {
	margin-right: -6.25rem;
	max-width: 43.75rem;
	width: 63%;
}

.block-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 700/467;
	object-fit: cover;
	width: 100%;
}

.block-message__illust {
	position: absolute;
	right: calc(50% + 10.375rem);
	top: 31.75rem;
	width: 24.8125rem;
}

.block-message__illust img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.feature-block {
	width: 100%;
}

.feature-block.feature-block--bottom {
	margin-top: 7.5rem;
}

.feature-block__mv {
	position: relative;
	width: 100%;
}

.feature-block__mv img {
	-o-object-fit: cover;
	aspect-ratio: 1400/400;
	object-fit: cover;
	width: 100%;
}

.feature-block__mv-text {
	color: #fff;
	position: absolute;
	top: 2.6875rem;
}

.feature-block__mv-title {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 700;
	left: 4.375rem;
	line-height: 1.3;
	position: relative;
}

.feature-block__mv-title::before {
	color: #FFF;
	content: "0" counter(number);
	counter-increment: number 1;
	font-family: "Mulish", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	left: -4.0625rem;
	line-height: 1;
	position: absolute;
	top: 0.0625rem;
}

.feature-block__mv-subtitle {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.15;
	margin-top: -0.3125rem;
	padding-left: 4.375rem;
}

.feature-block__inner {
	margin-top: 7.5rem;
}

.feature-block__content {
	align-items: flex-start;
	display: flex;
	gap: 4%;
	justify-content: space-between;
}

.feature-block__text-area {
	width: 52%;
}

.feature-block__text-title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.16;
}

.feature-block__text {
	color: #29434C;
	font-weight: 400;
	line-height: 2.5; /* 250% */
	margin-top: 2rem;
}

.feature-block--bottom .feature-block__img {
	margin-top: -5.375rem;
	max-width: 33.125rem;
}

.feature-block__img {
	max-width: 27.375rem;
	width: 48%;
}

.feature-block__img img {
	-o-object-fit: contain;
	aspect-ratio: 438/381;
	object-fit: contain;
	width: 100%;
}

.feature-block__content-img {
	margin: 6.25rem auto 0;
	max-width: 75rem;
	width: 50%;
}

.change-cards {
	overflow: hidden;
	position: relative;
}

.change-cards--left {
	padding: 11.25rem 0 5rem;
}

.change-cards--right {
	padding-bottom: 13.4375rem;
	padding-top: 6.125rem;
}

.change-cards--left::after,
.change-cards--right::after {
	background-color: #F4F9FB;
	content: "";
	position: absolute;
	width: 200vw;
	z-index: -1;
}

.change-cards--left::after {
	height: 50.8125rem;
	right: calc(50% - 25.75rem);
	top: 6.25rem;
}

.change-cards--right::after {
	height: 39.0625rem;
	left: calc(50% - 25.75rem);
	top: 1.125rem;
}

.change-cards__en-title {
	position: absolute;
	right: calc(50% - 7.125rem);
	top: 7.375rem;
	width: 24.6875rem;
}

.change-cards--right .change-cards__en-title {
	top: 1.875rem;
}

.change-cards__jp-title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	justify-content: center;
	line-height: 2.16;
	text-align: center;
}

.change-cards__list {
	display: flex;
	gap: 1.125rem;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.change-cards__item {
	background-color: #fff;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 24.375rem;
	padding: 1.125rem 1.125rem 0;
	width: 100%;
}

.change-cards--right .change-cards__item {
	min-height: 0;
	min-height: initial;
}

.change-cards__img {
	flex-shrink: 0;
}

.change-cards__img img {
	-o-object-fit: cover;
	aspect-ratio: 350/213;
	object-fit: cover;
	width: 100%;
}

.change-cards__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.change-cards__title {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.6;
	margin-top: 0.5rem;
}

.change-cards__text {
	color: #29434C;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0.5rem;
}

.privacy-policy {
	margin: 14.1875rem 0 9.1875rem;
}

.privacy-policy__text {
	font-weight: 400;
	line-height: 1.7;
}

.privacy-policy__item {
	margin-top: 2.5rem;
}

.privacy-policy__item-title {
	color: #405A63;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
	padding-left: 2.1875rem;
	position: relative;
}

.privacy-policy__item-title::before {
	color: #405A63;
	content: counter(number) ".";
	counter-increment: number 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.privacy-policy__item-text {
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 0.625rem;
}

.privacy-policy__list-item a {
	-webkit-text-decoration: underline;
	color: #405A63;
	text-decoration: underline;
}

.privacy-policy__list {
	line-height: 1.7;
	padding-left: 1.875rem;
}

.privacy-policy__list-item {
	font-weight: 400;
	line-height: 1.7;
	list-style: decimal;
}

.conm:before {
	content: "：";
	display: inline-block;
	padding-right: 7px;
}

th {
	-moz-text-align-last: justify;
	background: none;
	border: none;
	font-weight: 400;
	min-width: 5em;
	padding: 0 7px 0 0;
	text-align: justify;
	text-align-last: justify;
	text-indent: 0;
	width: auto;
}

.address {
	border: none;
	margin: 0;
	width: auto;
}

.pdf-download {
	padding: 2.5rem 1.25rem;
	text-align: center;
}

.pdf-download__text {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.pdf-download__link {
	-webkit-text-decoration: underline;
	color: #0070c9;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	text-decoration: underline;
}

.pdf-download__btn-wrapper {
	margin-top: 2.5rem;
}

.pdf-download__btn {
	background-color: #E9AC5D;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 1rem 2rem;
	text-align: center;
}

.mv {
	height: 100dvh;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.mv::before {
	background: rgba(109, 109, 109, 0.23);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.mv__inner {
	height: inherit;
	margin: 0 auto;
	max-width: 76.5625rem;
	min-height: inherit;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.mv__img {
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__img img,
.mv__img picture {
	-o-object-fit: cover;
	-o-object-position: left;
	aspect-ratio: 1400/780;
	height: inherit;
	object-fit: cover;
	object-position: left;
	width: 100%;
}

.mv__title {
	position: absolute;
	right: 1.25rem;
	top: 41%;
	transform: translateY(-50%);
	z-index: 3;
}

.mv__title-main {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 3.375rem;
	font-weight: 600;
	letter-spacing: 0.16875rem;
	line-height: 1.42;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.53);
}

.mv__title-sub {
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 600;
	justify-content: flex-end;
	line-height: 3.34;
	margin-left: auto;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.53);
}

.layout-message {
	background-color: #fff;
	overflow-x: clip;
	padding: 4.375rem 0 13.875rem;
	position: relative;
}

.message__content {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.message__text {
	font-size: 1.125rem;
	line-height: 3.55;
	margin-top: 0.5rem;
}

.message__image--main {
	margin-right: -10.9375rem;
	margin-top: -2.5rem;
	max-width: 40.3125rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.message__image--main img {
	-o-object-fit: cover;
	aspect-ratio: 645/401;
	object-fit: cover;
	width: 100%;
}

.message__image--sub {
	max-width: 23rem;
	position: relative;
	width: 100%;
}

.message__image--sub img {
	-o-object-fit: cover;
	aspect-ratio: 368/246;
	left: calc(50% + 20.8125rem);
	object-fit: cover;
	position: absolute;
	top: -2.8125rem;
}

.message__catch {
	bottom: 1.5625rem;
	left: 2.4375rem;
	position: relative;
}

.message__catch-text {
	max-width: 19.0625rem;
	width: 100%;
}

.message__catch-image {
	bottom: -5.0625rem;
	left: 11.5rem;
	max-width: 15.0625rem;
	position: absolute;
	width: 100%;
}

.layout-relief {
	background-color: #F4F9FB;
	padding: 7.5rem 0 9.125rem;
}

.relief__list {
	margin-top: 7.625rem;
}

.relief__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.relief__item-svg-text1 {
	left: calc(50% + 13.3125rem);
	position: absolute;
	top: -9.375rem;
	width: 22.5rem;
}

.relief__item-svg-img1 {
	left: calc(50% + 19.375rem);
	position: absolute;
	top: -1.5rem;
	width: 11.75rem;
}

.relief__item-svg-img2 {
	position: absolute;
	right: calc(50% + 15.9375rem);
	top: -0.125rem;
	width: 16.0625rem;
}

.relief__item-svg-img3 {
	left: calc(50% + 15.5rem);
	position: absolute;
	top: -4.375rem;
	width: 17.625rem;
}

.relief__item:not(:first-child) {
	margin-top: 4.5rem;
}

.relief__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.relief-item__image {
	margin-top: -6.875rem;
	max-width: 50rem;
	overflow: hidden;
	position: relative;
	width: 146%;
}

.relief-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 800/500;
	object-fit: cover;
	width: 100%;
}

.relief-item__content {
	background-color: #fff;
	box-shadow: 0px 3px 4px 0px #dfe5e8;
	margin-top: 9.5625rem;
	padding: 2.75rem 1.25rem 4.125rem clamp(3.125rem, -8.125rem + 15vw, 5rem);
	position: relative;
	width: 100%;
	z-index: 1;
}

.relief__item:nth-child(2n+1) .relief-item__content {
	margin-left: -14.375rem;
}

.relief__item:nth-child(2n) .relief-item__image {
	margin-left: -14.375rem;
}

.relief-item__label {
	color: #405a63;
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 2.68;
	position: relative;
	text-transform: uppercase;
}

.relief-item__label::after {
	background-color: #405a63;
	bottom: -0.25rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 4.875rem;
}

.relief-item__title {
	color: #405a63;
	font-family: "Noto Serif JP", serif;
	font-size: 2.0625rem;
	font-weight: 500;
	line-height: 2.27;
	margin-top: 1.25rem;
}

.relief-item__text {
	color: #29434c;
	line-height: 2.18; /* 218.75% */
	margin-top: 0.625rem;
}

.relief-item__button {
	margin-top: 3.125rem;
	max-width: 13.125rem;
	width: 100%;
}

.relief-item__link {
	background-color: #333;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.5rem 1.5rem;
}

.news {
	overflow: hidden;
	padding: 5.375rem 0 6.375rem;
	position: relative;
}

.news__inner {
	margin: 0 auto;
	max-width: 68.75rem;
	padding: 0 1.25rem;
	width: 100%;
}

.news-list {
	margin-top: 2.5rem;
}

.news__label {
	color: #f4f9fb;
	font-family: "Mulish", sans-serif;
	font-size: 8.75rem;
	font-weight: 800;
	letter-spacing: 0.4375rem;
	text-align: center;
	text-transform: uppercase;
}

.news__title {
	color: #405a63;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6875rem;
	font-weight: 500;
	justify-content: center;
	margin-top: -7.6875rem;
	text-align: center;
}

.news-list__link {
	border-bottom: 1px solid #cad7dc;
	display: block;
	padding: 1.25rem 0;
}

.news-list__meta {
	align-items: center;
	display: flex;
	margin-top: 0.375rem;
	padding-bottom: 0.5rem;
}

.news-list__date {
	color: #405a63;
	font-family: "Mulish", sans-serif;
	font-weight: 700;
	line-height: 3.25;
	margin-right: 1.25rem;
}

.news-list__label {
	border: 1px solid;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-right: 0.625rem;
	padding: 0.125rem 1.4375rem;
}

.news-list__label--news {
	border-color: #7db4dc;
	color: #7db4dc;
}

.news-list__label--event {
	border-color: #f0b34b;
	color: #f0b34b;
}

.news-list__text {
	color: #29434c;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 2; /* 200% */
	margin-top: 0.625rem;
}

.news__button {
	margin: 5.125rem auto 0;
	max-width: 16.6875rem;
	width: 100%;
}

.works {
	background-color: #f3f8fb;
	overflow: hidden;
	padding: 7.75rem 0 11.875rem;
	position: relative;
}

.relief__item-svg-text2 {
	left: calc(50% + 188px);
	position: absolute;
	top: 9.375rem;
	width: 25.0625rem;
	z-index: 2;
}

.works::after {
	background: url(../images/top/house.webp) no-repeat center center/cover;
	content: "";
	height: 54.5625rem;
	left: 50%;
	position: absolute;
	top: 6.0625rem;
	transform: translateX(-50%);
	width: 78.125rem;
}

.works__title {
	color: #405a63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.37;
	margin-top: 2.875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.works-swiper {
	margin-top: 2.25rem;
}

.works-swiper .works-list__item {
	background-color: #fff;
	box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.05);
	display: flex;
	gap: 6%;
	padding: 1.875rem;
}

.works-swiper__wrapper {
	padding-bottom: 4.6875rem;
}

.works-swiper__wrapper .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #405a63 !important;
	height: 0.75rem !important;
	margin: 0 0.625rem !important;
	width: 0.75rem !important;
}

.works-list__item-img {
	max-width: 18.125rem;
	width: 100%;
}

.works-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 290/280;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works-list__item-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 2.5rem 0 0;
	width: 100%;
}

.works-list__item-title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	line-height: 1.95;
}

.works-list__item-location {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.46;
}

.works__pagination {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2rem;
}

.works__pagination-dot {
	background-color: #bcd2dd;
	border-radius: 50%;
	height: 0.5rem;
	width: 0.5rem;
}

.works__button {
	margin: 3.125rem auto 0;
	max-width: 16.6875rem;
	width: 100%;
}

.info-cards {
	background-color: #EFEBE8;
	padding: 10rem 0;
}

.info-cards__list {
	grid-column-gap: 2.1875rem;
	-moz-column-gap: 2.1875rem;
	grid-row-gap: 1.5625rem;
	column-gap: 2.1875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.5625rem;
}

.info-cards__item a {
	display: block;
	overflow: hidden;
	position: relative;
}

.info-cards__item a:hover {
	opacity: 1;
}

.info-cards__item a:hover .info-cards__image img {
	transform: scale(1.1);
}

.info-cards__image img {
	-o-object-fit: cover;
	aspect-ratio: 550/275;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.info-cards__overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.35);
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.info-cards__overlay-wrap {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	padding-bottom: 0.75rem;
}

.info-cards__icon {
	width: 2rem;
}

.info-cards__title {
	color: #f5f5f5;
	font-family: "Mulish", sans-serif;
	font-size: 2.0625rem;
	font-weight: 900;
	letter-spacing: 0.103125rem;
	margin-left: 1.25rem;
	text-transform: uppercase;
}

.info-cards__text {
	color: #fff;
	font-weight: 600;
	line-height: 2.43;
	margin-top: 0.5rem;
	text-align: center;
}

.layout-contact {
	background: url(../images/common/cta.webp) no-repeat center center/cover;
	padding: 8.625rem 0 7.8125rem;
	position: relative;
}

.layout-contact::after {
	background-color: rgba(92, 92, 92, 0.65);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.contact__inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 62.875rem;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.contact__heading {
	border-right: 1px solid #fff;
	padding-right: 3rem;
}

.contact__title {
	color: #fff;
	display: flex;
	font-family: "Mulish", sans-serif;
	font-size: 3.125rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.15625rem;
	line-height: 0.86;
	margin-top: 1.625rem;
	text-transform: uppercase;
}

.contact__text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 4.22;
	margin-top: -0.375rem;
}

.contact__info {
	margin-left: 4.5rem;
	margin-top: -0.75rem;
	width: 100%;
}

.contact__tel-wrap {
	display: flex;
}

.contact__tel {
	align-items: flex-end;
	display: flex;
	gap: 0.625rem;
}

.contact__tel-icon img {
	width: 3rem;
}

.contact__tel-number {
	color: #fff;
	font-size: 2.3125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.16; /* 116.216% */
	margin-left: 1rem;
	text-align: center;
}

.contact__tel-time {
	color: #fff;
	font-weight: 600;
	line-height: 2.06; /* 206.25% */
	text-align: center;
}

.contact__buttons {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.contact__button {
	max-width: 16.875rem;
	width: 100%;
}

.contact__button-icon {
	font-size: 0.75rem;
	margin-left: 0.625rem;
}

.voice {
	margin-top: 14.125rem;
	padding-bottom: 9.1875rem;
}

.voice-list {
	grid-gap: 4.125rem;
	display: grid;
	gap: 4.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.voice-list__item {
	position: relative;
}

.voice-list__img {
	display: flex;
	position: relative;
}

.voice-list__img-wrapper {
	width: 72.08%;
}

.voice-list__img-wrapper img {
	-o-object-fit: cover;
	aspect-ratio: 408/320;
	object-fit: cover;
	width: 100%;
}

.voice-list__img-wrap {
	margin-left: auto;
	margin-top: 5.1875rem;
}

.voice-list__catch {
	bottom: 2.5rem;
	position: absolute;
	right: 0;
}

.voice-list__catch span {
	background: #405A63;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	display: inline-block;
	font-family: "Noto Serif JP";
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.6;
	padding: 0 0.375rem;
}

.voice-list__catch-sub {
	margin-top: 0.375rem;
}

.voice-list__title {
	color: #29434C;
	font-weight: bold;
	letter-spacing: 0.08rem;
	line-height: 2;
	margin-top: 1.5rem;
}

.voice-list__text {
	color: #29434C;
	font-weight: 400;
	letter-spacing: 0.08rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.construction {
	overflow: hidden;
	padding: 21.25rem 0 15.875rem;
}

.construction__list {
	display: flex;
	flex-direction: column;
	gap: 20.1875rem;
}

.construction__item {
	align-items: flex-start;
	display: flex;
	gap: 3%;
	justify-content: space-between;
	position: relative;
}

.construction__item:nth-child(even) {
	flex-direction: row-reverse;
}

.construction__item-text-block {
	width: 100%;
}

.construction__item-catchphrase {
	color: #405A63;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.construction__item-details {
	color: #29434C;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2.88;
	margin-top: 1.5rem;
}

.construction__item-label {
	margin-right: 0.625rem;
}

.construction__item-main-image {
	max-width: 37.4375rem;
	position: relative;
	width: 100%;
}

.construction__item:nth-child(odd) .construction__item-main-image::after {
	background-color: #F4F9FB;
	content: "";
	height: 142%;
	left: calc(50% + 0.625rem);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	z-index: -1;
}

.construction__item:nth-child(even) .construction__item-main-image::after {
	background-color: #F4F9FB;
	content: "";
	height: 142%;
	position: absolute;
	right: calc(50% + 0.625rem);
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	z-index: -1;
}

.construction__item-main-image img {
	-o-object-fit: cover;
	aspect-ratio: 599/532;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.construction__item-icon {
	height: 6.75rem;
	position: absolute;
	top: -7.875rem;
	width: 12.6875rem;
}

.construction__item:nth-child(odd) .construction__item-icon {
	right: 7.5rem;
}

.construction__item:nth-child(even) .construction__item-icon {
	left: 7.5rem;
}

.construction__item-floorplans {
	display: flex;
	gap: 1.75rem;
	margin-top: 2.5rem;
	width: 100%;
}

.construction__item-floorplans img {
	-o-object-fit: cover;
	aspect-ratio: 218/195;
	height: auto;
	max-width: 13.625rem;
	object-fit: cover;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media (any-hover: hover) {

.btn:hover::before {
	transform: scale(5, 5);
}

.btn:hover {
	color: #405A63;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.block-message__illust--after {
	display: none;
}

.guarantee__description {
	font-size: 1rem;
	line-height: 2;
	margin: 2.5rem auto 0;
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.guarantee__chart {
	margin: 2.5rem auto 0;
	max-width: 37.5rem;
}

.initiative {
	background-color: #F4F9FB;
	padding: 6.25rem 0 4.375rem;
}

.initiative__en-title {
	left: calc(50% - 6.25rem);
	top: 2.25rem;
	width: 12.5rem;
}

.initiative__ja {
	font-size: 1.25rem;
}

.initiative__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.initiative__list {
	gap: 3.125rem;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.initiative__item::before {
	font-size: 3.125rem;
	top: -1.5625rem;
}

.initiative__item-img img {
	aspect-ratio: 368/400;
}

.initiative__item-title {
	font-size: 1.125rem;
	height: 6.25rem;
	line-height: 2;
	padding: 0.25rem 1.25rem;
}

.scroll {
	bottom: -3.125rem;
}

.scroll::before,
.scroll::after {
	height: 6.25rem;
}

.js-fadeIn {
	transform: translateY(50px);
}

.block-message--area {
	padding-bottom: 4.375rem;
}

.block-message__illust-area1 {
	display: none;
}

.block-message__illust-area2 {
	display: none;
}

.area-block__bottom {
	padding-bottom: 4.375rem;
	padding-top: 2.5rem;
}

.area-block__bottom-title {
	font-size: 1.5rem;
	text-align: left;
}

.area-block__bottom-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.25rem;
	text-align: left;
}

.area-block__map {
	margin: 2.5rem auto 0;
	max-width: 21.875rem;
}

.professional-block {
	margin-bottom: 4.375rem;
	padding-bottom: 4.375rem;
	padding-top: 6.25rem;
}

.professional-block__en-title {
	right: calc(50% - 6.25rem);
	top: 1.875rem;
	width: 15.625rem;
}

.professional-block__jp-title {
	font-size: 1.5rem;
}

.professional-block__content-area {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.professional-block__img img {
	aspect-ratio: 1200/700;
}

.professional-block__text-area {
	padding: 1.25rem;
}

.professional-block__number {
	font-size: 1.25rem;
	line-height: 1.5;
	padding-left: 1.875rem;
}

.professional-block__number::before {
	font-size: 1.25rem;
	top: 50%;
}

.professional-block__number::after {
	height: 3.125rem;
	left: -0.5rem;
	top: 50%;
	width: 2.5rem;
}

.professional-block__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.lower-section-heading {
	margin-top: 5rem;
}

.lower-section-heading__inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.lower-section-title {
	font-size: 3.125rem;
}

.lower-section-subtitle {
	font-size: 1rem;
	margin-top: -0.3125rem;
}

.inner {
	max-width: 37.5rem;
}

.inner-n {
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.inner-sn {
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.inner-w {
	max-width: 37.5rem;
	padding: 0 0.625rem;
}

.section-title {
	font-size: 2rem;
}

.section-subtitle {
	font-size: 1rem;
}

.section-subtitle::after {
	bottom: 0;
}

.page-message {
	padding-top: 4.375rem;
}

.heading-ja {
	font-size: 1.5rem;
}

.page-message__image {
	margin-top: 2.5rem;
}

.page-message__text {
	font-size: 1rem;
	line-height: 2;
}

.company {
	margin: 4.375rem 0;
}

.company__table {
	padding: 2.5rem 1.25rem;
}

.company__row {
	display: block;
	padding-bottom: 1.25rem;
}

.company__row::after {
	display: none;
}

.company__row:not(:first-child) {
	padding-top: 1.25rem;
}

.company__term {
	width: auto;
	width: initial;
}

.company__description {
	margin-top: 0.9375rem;
}

.history {
	margin: 0 0 4.375rem;
}

.contact-annotation__text {
	font-size: 0.875rem;
}

.contact-annotation__contact {
	display: block;
	margin-left: 0;
	margin-top: 1.875rem;
}

.contact-annotation__contact--tel {
	display: block;
	font-size: 1.75rem;
}

.contact-annotation__contact-time {
	font-size: 0.875rem;
}

.page-contact {
	margin: 4.375rem 0 0;
}

.page-contact__form {
	margin: auto;
	max-width: 50rem;
	width: 100%;
}

.page-contact__form-wrapper {
	margin: 3.75rem 0;
}

.page-contact__calendar-wrapper {
	flex-direction: column;
	gap: 1.25rem;
}

.page-contact__calendar .page-contact__form-wrap {
	margin-top: 0.625rem;
	padding: 0.625rem;
}

.page-contact__form-input {
	margin-top: 0.625rem;
}

.page-contact__form-input select,
.page-contact__form-input input[type=date] {
	padding: 0.625rem;
	width: 100%;
}

.page-contact__form-input input[type=date] {
	min-height: 2.375rem;
}

input[type=date]::-webkit-date-and-time-value {
	text-align: left;
}

.page-contact__form-input input {
	padding: 0.625rem;
}

.page-contact__form-checkbox p {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0.625rem;
}

.page-contact__form-textarea {
	margin-top: 0.625rem;
}

.page-contact__form-textarea textarea {
	padding: 0.625rem;
}

.contact__form-privacy {
	margin-top: 1.25rem;
}

.page-contact__form-submit {
	margin: 1.875rem auto 0;
}

.page-contact__form-submit input {
	font-size: 1rem;
	padding: 1.125rem 2.0625rem 1.125rem 2.4375rem;
}

.page-contact__form-submit input:hover {
	opacity: 0.8;
}

.thanks {
	padding: 4.375rem 0;
}

.thanks__text {
	font-size: 1rem;
	line-height: 1.5;
}

.thanks__btn {
	margin: 3.125rem auto 0;
}

.faq {
	margin: 4.375rem 0;
}

.inner.faq__inner {
	padding: 2.5rem 1.25rem;
}

.faq__title {
	font-size: 1.125rem;
	padding-bottom: 0.625rem;
}

.faq__title:not(:first-child) {
	margin-top: 2.5rem;
}

.faq__list {
	margin-top: 1.875rem;
}

.faq-list__item-question {
	font-size: 0.875rem;
	padding: 0.9375rem 3.125rem 0.9375rem 2.5rem;
}

.faq-list__item-question span::before {
	font-size: 1rem;
	left: -1.5rem;
	top: -0.125rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	right: 1.25rem;
}

.faq-list__item-answer {
	font-size: 0.875rem;
	padding: 0.9375rem 0.9375rem 0.9375rem 2.5rem;
}

.faq-list__item-answer span::before {
	font-size: 1rem;
	left: -1.5rem;
	top: 0;
}

.steps {
	margin: 4.375rem 0;
	padding: 6.25rem 0 4.375rem;
}

.steps__en-title {
	right: calc(50% - 5.125rem);
	top: 2.25rem;
	width: 12.5rem;
}

.steps__title {
	font-size: 1.5rem;
}

.steps__content {
	margin: 5rem auto 0;
}

.steps__item {
	padding: 3.125rem 1.25rem 1.25rem;
}

.steps__item + .steps__item {
	margin-top: 5.625rem;
}

.steps__item-head {
	left: 50%;
	transform: translateX(-50%);
}

.steps__item-body {
	flex-direction: column-reverse;
}

.steps__item-img {
	max-width: none;
	max-width: initial;
}

.steps__item-description {
	font-size: 0.875rem;
	line-height: 1.5;
}

.step__annotation {
	font-size: 1.125rem;
	margin: 2.5rem auto 0;
}

.layout-footer {
	padding: 4.375rem 0;
}

.footer__inner {
	display: block;
}

.footer__address {
	font-size: 0.875rem;
}

.footer__nav {
	display: block;
	margin-top: 2.5rem;
}

.footer__nav-list {
	border-left: none;
	border-top: 1px solid #fff;
	padding: 1.25rem 0;
}

.header {
	height: 3.75rem;
}

.header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.header__logo {
	max-width: 9.375rem;
	position: relative;
	z-index: 1000;
}

.header__nav {
	display: none;
}

.header__hamburger {
	background-color: #405A63;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 3.125rem;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	right: 0.3125rem;
	top: 0.3125rem;
	transition: 0.3s;
	width: 3.125rem;
	z-index: 999;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0.9375rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #EFEBE8;
	display: block;
	height: 100dvh;
	overflow-y: scroll;
	padding: 5rem 0;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	right: 0;
}

.header__drawer-item a {
	color: #000;
	display: block;
	font-family: "Mulish", sans-serif;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0 1.25rem 2.5rem;
	position: relative;
	text-transform: uppercase;
}

.customer-harassment-policy {
	margin: 4.375rem 0;
}

.customer-harassment-policy__text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.no-article {
	font-size: 0.875rem;
	font-weight: 400;
}

.lower-news {
	margin-top: 3.75rem;
	padding-bottom: 4.375rem;
}

.lower-news__list .news__item a {
	padding: 1.25rem 0;
}

.lower-news__list .news__text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.news-detail {
	margin: 4.375rem 0;
}

.news-detail__date {
	padding-right: 0.9375rem;
}

.news-detail__category-wrap {
	margin-left: 0;
}

.news-detail__title {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.news-detail__content h1 {
	font-size: 1.75rem;
}

.news-detail__content h2 {
	font-size: 1.25rem;
}

.news-detail__content p {
	font-size: 0.875rem;
	line-height: 1.6;
}

.news-detail__content img {
	margin-top: 1.875rem;
}

.news-detail__back {
	margin: 6.25rem auto 0;
}

.lower-news__category-list {
	gap: 0.9375rem;
	margin-top: 4.375rem;
}

.lower-news__category-item a {
	font-size: 0.875rem;
	padding: 0.375rem;
}

.not-found {
	padding: 4.375rem 0.625rem;
}

.not-found__text {
	text-align: left;
}

.page-mv {
	margin-top: 3.75rem;
}

.page-mv::after {
	display: none;
}

.page-mv__img {
	width: 100vw;
}

.page-mv__img img {
	height: 21.875rem;
}

.page-voice .page-mv__img img,
.page-company .page-mv__img img,
.page-faq .page-mv__img img,
.page-contact .page-mv__img img,
.page-kasuhara .page-mv__img img,
.blog .page-mv__img img,
.page-privacy-policy .page-mv__img img,
.category .page-mv__img img,
.single .page-mv__img img,
.page-flow .page-mv__img img {
	-o-object-position: left center;
	object-position: left center;
}

.page-mv__text-title {
	font-size: 1.5rem;
	line-height: 1.4;
	padding-bottom: 1.125rem;
}

.page-mv__text-title::after {
	bottom: 0;
	width: 18.75rem;
}

.page-mv__text-sub {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.lower-news__pagination {
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.lower-news__pagination .page-numbers {
	font-size: 0.875rem;
	height: 2.5rem;
	width: 2.5rem;
}

.lower-news__pagination .prev.page-numbers,
.lower-news__pagination .next.page-numbers {
	height: 2.5rem;
	width: 2.5rem;
}

.lower-news__pagination .next.page-numbers::after {
	left: 45%;
}

.lower-news__pagination .prev.page-numbers::after {
	left: 55%;
}

.block-message {
	padding: 4.375rem 0 0;
}

.block-message__inner {
	flex-direction: column;
}

.block-message--area .block-message__inner {
	flex-direction: column-reverse;
}

.block-message--area .block-message__img {
	margin-left: 0;
}

.block-message__text-area {
	margin-top: 0rem;
	width: 100%;
}

.block-message__title {
	font-size: 1.5rem;
}

.block-message__text {
	font-size: 1rem;
	line-height: 2;
}

.block-message__img {
	margin-right: 0rem;
	margin-top: 2.5rem;
	width: 100%;
}

.block-message__illust {
	display: none;
}

.feature-block {
	margin: 4.375rem 0;
}

.feature-block.feature-block--bottom {
	margin-top: 4.375rem;
}

.feature-block__mv img {
	aspect-ratio: 1400/1000;
}

.feature-block__mv-text {
	padding-right: 0.625rem;
	top: 40%;
	transform: translateY(-50%);
}

.feature-block__mv-title {
	font-size: 1.5rem;
	left: 2.5rem;
	letter-spacing: 0.09375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.feature-block__mv-title::before {
	font-size: 1.5rem;
	left: -2.5rem;
	top: 0.3125rem;
}

.feature-block__mv-subtitle {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.625rem;
	padding-left: 2.5rem;
}

.feature-block__inner {
	margin-top: 4.375rem;
}

.feature-block__content {
	flex-direction: column;
}

.feature-block__text-area {
	width: 100%;
}

.feature-block__text {
	line-height: 2;
}

.feature-block--bottom .feature-block__img {
	margin-top: 2.5rem;
}

.feature-block__img {
	margin-top: 2.5rem;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.feature-block__content-img {
	margin-top: 2.5rem;
	width: 100%;
}

.change-cards {
	background-color: #F4F9FB;
}

.change-cards--left {
	padding: 6.25rem 0 4.375rem;
}

.change-cards--right {
	padding: 6.25rem 0 4.375rem;
}

.change-cards--left::after,
.change-cards--right::after {
	display: none;
}

.change-cards__en-title {
	top: 2.8125rem;
	width: 15.625rem;
}

.change-cards__jp-title {
	font-size: 1.25rem;
}

.change-cards__list {
	flex-direction: column;
	gap: 1.875rem;
}

.change-cards__item {
	min-height: auto;
	padding: 0.625rem;
}

.change-cards__title {
	font-size: 1.125rem;
}

.change-cards__text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.privacy-policy {
	margin: 4.375rem 0;
}

.privacy-policy__text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.privacy-policy__item {
	margin-top: 1.25rem;
}

.privacy-policy__item-title {
	font-size: 1.5rem;
}

.privacy-policy__item-title::before {
	top: 1rem;
}

.privacy-policy__item-text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.privacy-policy__list {
	font-size: 0.875rem;
	line-height: 1.5;
	padding-left: 1.125rem;
}

.privacy-policy__list-item {
	font-size: 0.875rem;
	line-height: 1.5;
}

.mv__title {
	left: 0.625rem;
	right: auto;
	top: 64%;
}

.mv__title-main {
	font-size: 2.5rem;
}

.mv__title-sub {
	font-size: 1.125rem;
	justify-content: flex-start;
	line-height: 2;
	margin-top: 0.3125rem;
}

.layout-message {
	padding: 4.375rem 0 8.75rem;
}

.message__content {
	display: block;
	margin-top: 2.5rem;
}

.message__text {
	font-size: 1rem;
	line-height: 2;
}

.message__image--main {
	display: flex;
	margin-left: auto;
	margin-right: 0;
	margin-top: 2.5rem;
	width: 85%;
}

.message__image--sub {
	margin-top: -1.875rem;
	width: 55%;
}

.message__image--sub img {
	position: static;
}

.message__catch {
	left: 0;
	margin-top: 1.875rem;
}

.message__catch-text {
	max-width: 15.625rem;
}

.message__catch-image {
	left: 6.875rem;
	max-width: 11.25rem;
}

.layout-relief {
	padding: 7.5rem 0 4.375rem;
}

.relief__item {
	flex-direction: column-reverse;
}

.relief__item-svg-text1 {
	left: 50%;
	top: -6.875rem;
	transform: translateX(-50%);
	width: 15.625rem;
}

.relief__item-svg-img1 {
	left: 50%;
	transform: translateX(-50%);
	width: 6.25rem;
}

.relief__item-svg-img2 {
	right: 15%;
	transform: translateX(-50%);
	width: 12.5rem;
}

.relief__item-svg-img3 {
	left: 23%;
	top: -3.125rem;
	width: 12.5rem;
}

.relief__item:nth-child(2n) {
	flex-direction: column-reverse;
}

.relief-item__image {
	margin-top: 0;
	width: 100%;
}

.relief-item__content {
	box-shadow: none;
	margin-top: 6.25rem;
	padding: 1.25rem;
}

.relief__item:nth-child(2n+1) .relief-item__content {
	margin-left: 0;
}

.relief__item:nth-child(2n) .relief-item__image {
	margin-left: 0;
}

.relief-item__label {
	line-height: 2;
}

.relief-item__title {
	font-size: 1.5rem;
}

.relief-item__text {
	font-size: 1rem;
	line-height: 2;
}

.relief-item__button {
	margin: 1.875rem auto 0;
}

.news {
	overflow: 4.375rem 0;
	overflow-x: 4.375rem;
	overflow-y: 0;
}

.news__label {
	font-size: 5.625rem;
}

.news__title {
	font-size: 1.25rem;
	margin-top: -5.125rem;
}

.news-list__meta {
	padding-bottom: 0;
}

.news-list__date {
	line-height: 3;
}

.news__button {
	margin: 6.25rem auto 0;
}

.works {
	padding: 4.375rem 0.625rem;
}

.relief__item-svg-text2 {
	left: calc(50% - 0.9375rem);
	top: 9.375rem;
	width: 11.25rem;
}

.works::after {
	height: 67.5rem;
	top: 9.375rem;
}

.works__title {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 4.375rem;
}

.works-swiper {
	margin-top: 1.875rem;
	max-width: 37.5rem;
}

.works-swiper .works-list__item {
	display: block;
	max-width: 100%;
	padding: 1.25rem;
}

.works-swiper__wrapper {
	padding-bottom: 3.75rem;
}

.works-list__item-img {
	max-width: none;
	max-width: initial;
}

.works-list__item-content {
	padding: 1.25rem 0;
}

.works-list__item-title {
	font-size: 1rem;
}

.works__button {
	margin: 1.5625rem auto 0;
}

.info-cards {
	padding: 4.375rem 0;
}

.info-cards__list {
	grid-template-columns: 1fr;
}

.info-cards__overlay-wrap {
	padding-bottom: 0;
}

.info-cards__icon {
	width: 1.75rem;
}

.info-cards__title {
	font-size: 1.875rem;
}

.info-cards__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 0;
}

.layout-contact {
	padding: 4.375rem 0;
}

.contact__inner {
	display: block;
	max-width: 37.5rem;
}

.contact__heading {
	border-right: none;
	padding-right: 0;
}

.contact__title {
	text-align: center;
}

.contact__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.3125rem;
	text-align: center;
}

.contact__info {
	margin-left: 0;
	margin-top: 1.25rem;
}

.contact__tel-wrap {
	align-items: center;
	justify-content: center;
}

.contact__tel {
	display: block;
}

.contact__tel-icon img {
	width: 1.875rem;
}

.contact__tel-number {
	font-size: 1.875rem;
}

.contact__tel-time {
	display: block;
}

.contact__buttons {
	flex-direction: column;
}

.contact__button {
	margin: 0 auto;
}

.voice {
	margin-top: 6.25rem;
	padding-bottom: 4.375rem;
}

.voice-list {
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.voice-list__img {
	flex-direction: column-reverse;
}

.voice-list__img-wrapper {
	width: 100%;
}

.voice-list__img-wrapper img {
	width: 100%;
}

.voice-list__img-wrap {
	margin-top: 0;
}

.voice-list__catch {
	bottom: -1.125rem;
}

.voice-list__catch span {
	font-size: 1.125rem;
}

.voice-list__title {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.voice-list__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.construction {
	background-color: #F4F9FB;
	padding: 9.375rem 0 4.375rem;
}

.construction__list {
	gap: 10.625rem;
}

.construction__item {
	display: block;
}

.construction__item-catchphrase {
	font-size: 1.5rem;
}

.construction__item-details {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.construction__item-main-image {
	margin-top: 2.5rem;
	max-width: none;
	max-width: initial;
}

.construction__item:nth-child(odd) .construction__item-main-image::after {
	display: none;
}

.construction__item:nth-child(even) .construction__item-main-image::after {
	display: none;
}

.construction__item-icon {
	top: -5.9375rem;
	width: 9.375rem;
}

.construction__item:nth-child(odd) .construction__item-icon {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.construction__item:nth-child(even) .construction__item-icon {
	left: 50%;
	transform: translateX(-50%);
}

.construction__item-floorplans-wrapper {
	display: flex;
	flex-direction: column;
}

.construction__item-floorplans {
	gap: 1.25rem;
	justify-content: center;
}

.construction__item-floorplans img {
	max-width: 10.5rem;
}

.inner {
	padding-left: 10px;
	padding-right: 10px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes scaleUpFade {

0% {
	opacity: 0;
	transform: scale(1.2);
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(30px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes scrollDown {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}

@keyframes slideIn {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

}

@keyframes text-slideIn {

0% {
	transform: translateY(100%);
}

100% {
	transform: translateY(0);
}

}

@keyframes zoomIn {

0% {
	opacity: 0;
	transform: scale(0.5);
}

100% {
	opacity: 1;
	transform: scale(1);
}

}


/*# sourceMappingURL=style.css.map */
