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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-desktop1200 {
	display: block;
}

.u-mobile1200 {
	display: none;
}

.u-desktop768 {
	display: block;
}

.u-mobile768 {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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;
	scroll-padding-top: 110px;
}

/* Set core body defaults */

body {
	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;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-top-breadcrumb {
	margin-top: 0.5rem;
}

.layout-top-cta {
	margin-top: 8.75rem;
}

.layout-top-pagination {
	margin-top: 6.25rem;
}

.about {
	margin-top: 5.5rem;
}

.about__container {
	-moz-column-gap: 8.75rem;
	align-items: center;
	column-gap: 8.75rem;
	display: flex;
	flex-direction: row-reverse;
}

.about__contents {
	max-width: 40rem;
	width: 100%;
}

.about__text {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 3.75rem;
}

.about__image {
	max-width: 43.75rem;
	width: 100%;
}

.about__image img {
	-o-object-fit: cover;
	aspect-ratio: 700/500;
	height: auto;
	object-fit: cover;
}

.access {
	margin-top: 9.25rem;
}

.access__container {
	-moz-column-gap: 4.375rem;
	column-gap: 4.375rem;
	display: flex;
	margin-top: 6.25rem;
}

.access__contents {
	max-width: 43.75rem;
	width: 100%;
}

.access__company-name {
	color: #000;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
}

.access__list {
	margin-top: 3.125rem;
}

.access__item {
	grid-column-gap: 2.0625rem;
	-moz-column-gap: 2.0625rem;
	border-bottom: 1px solid #9CDCDA;
	column-gap: 2.0625rem;
	display: grid;
	font-style: normal;
	grid-template-columns: 4.375rem 1fr;
	padding-bottom: 0.9375rem;
}

.access__item:not(:first-child) {
	margin-top: 1.25rem;
}

.access__title {
	color: #9CDCDA;
	font-family: "Outfit", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3333333333;
	text-transform: capitalize;
}

.access__content {
	align-items: end;
	color: #000;
	display: flex;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5882352941;
}

.access__link {
	-webkit-text-decoration: underline;
	color: #00A1DE;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4444444444;
	margin-left: 1.875rem;
	position: relative;
	text-decoration: underline;
}

.access__link::after {
	-webkit-mask-image: url(../images/new-tab-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #00A1DE;
	content: "";
	height: 0.9375rem;
	mask-image: url(../images/new-tab-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	right: -1.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 0.9375rem;
}

.access__content a {
	transition: opacity 0.3s;
}

.access__image {
	max-width: 43.75rem;
	width: 100%;
}

.access__image img {
	-o-object-fit: cover;
	aspect-ratio: 700/500;
	height: auto;
	object-fit: cover;
}

.activity {
	padding-top: 9.25rem;
}

.activity__container {
	margin-top: 4.375rem;
}

.activity__item {
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	display: flex;
}

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

.activity__item:not(:first-child) {
	margin-top: 6.25rem;
}

.activity__image {
	max-width: 46.25rem;
	width: 100%;
}

.activity__image img {
	-o-object-fit: cover;
	aspect-ratio: 740/530;
	height: auto;
	object-fit: cover;
}

.activity__contents {
	max-width: 40rem;
	width: 100%;
}

.activity__title {
	color: #4A4949;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	margin-bottom: 2.5rem;
}

.activity__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
}

.breadcrumb__list {
	color: #4A4949;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6875;
}

.breadcrumb__list a {
	transition: opacity 0.3s;
}

.breadcrumb__list--white {
	color: #fff;
}

.breadcrumb__list .current-item {
	color: #36BCB8;
}

.button {
	background-color: transparent;
	border: 1.5px solid #fff;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 1.125rem 9.1875rem;
	transition: 0.3s;
}

.button.button--green {
	border-color: #36BCB8;
	color: #36BCB8;
}

.button.button--insta {
	border-color: #36BCB8;
	color: #36BCB8;
	padding: 1.0625rem 8.75rem 1.0625rem 7.5rem;
	position: relative;
}

.button.button--insta::after {
	-webkit-mask-image: url(../images/new-tab-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #36BCB8;
	content: "";
	height: 0.9375rem;
	mask-image: url(../images/new-tab-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	right: 7.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 0.9375rem;
}

.card__image {
	max-width: 28.125rem;
	width: 100%;
    overflow:hidden;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 450/300;
	height: auto;
	object-fit: cover;
    transition: transform 0.3s ease;
}

.card__image img:hover {
    transform:scale(1.2,1.2);
}

.card__body {
	padding: 2.375rem 1.5625rem 1.5625rem 1.875rem;
}

.card__date {
	color: #B7B3AC;
	font-family: "Outfit", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3333333333;
}

.card__title {
    display: block;
	color: #000;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-top: 0.625rem;
}

.card__title:hover {
    opacity: 0.7;
}

.card__button {
	border-radius: 50vw;
	display: block;
	margin-left: auto;
	margin-top: 2.125rem;
	max-width: 3.75rem;
	transition: background-color 0.3s;
	width: 100%;
}

.card__button img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	filter: invert(75%) sepia(2%) saturate(641%) hue-rotate(360deg) brightness(95%) contrast(92%);
	height: auto;
	object-fit: cover;
	transition: filter 0.3s;
}

.card__detail-button {
	margin-top: 2.5rem;
	text-align: center;
}

.card__detail-button a {
	background-color: #36BCB8;
	border: 1px solid #36BCB8;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.4444444444;
	padding: 0.75rem 3.375rem;
	transition: 0.3s;
}

.company-image-area {
	background: linear-gradient(0deg, #fff 0%, #fff 20%, transparent 20%, transparent 100%) top/100% 106% no-repeat, linear-gradient(90deg, #F2F9F9 0%, #F2F9F9 78%, #fff 78%, #fff 100%) bottom/100% 80% no-repeat;
	overflow: hidden;
	padding-bottom: 17.3125rem;
}

.company-image-area__inner {
	padding-left: 50px;
}

.company-image-area__bg {
	background-color: #F2F9F9;
	height: 46.0625rem;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
	max-width: 93.75rem;
	width: 100%;
}

.company-image-area__image {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	max-width: 100rem;
	width: 100%;
}

.company-image-area__image img {
	-o-object-fit: cover;
	aspect-ratio: 1600/720;
	height: auto;
	object-fit: cover;
}

.company {
	margin-top: 9.375rem;
	padding-bottom: 8.3125rem;
}

.company__container {
	-moz-column-gap: 8.75rem;
	align-items: center;
	column-gap: 8.75rem;
	display: flex;
	flex-direction: row-reverse;
}

.company__contents {
	max-width: 40rem;
	width: 100%;
}

.company__heading {
	margin-top: 1.125rem;
}

.company__text {
	color: #000;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 3.125rem;
}

.company__button {
	margin-top: 5.5rem;
}

.company__image {
	max-width: 43.75rem;
	width: 100%;
}

.company__image img {
	-o-object-fit: cover;
	aspect-ratio: 700/500;
	height: auto;
	object-fit: cover;
}

.construction {
	padding-top: 9.25rem;
}

.construction__container {
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	display: flex;
	margin-top: 4.375rem;
}

.construction__image {
	max-width: 46.25rem;
	width: 100%;
}

.construction__image img {
	-o-object-fit: cover;
	aspect-ratio: 740/530;
	height: auto;
	object-fit: cover;
}

.construction__contents {
	max-width: 40rem;
	width: 100%;
}

.construction__title {
	color: #4A4949;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
}

.construction__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 2rem;
}

.construction__button {
	margin-top: 8.125rem;
}

.construction__button a {
	background-color: transparent;
	border: 1px solid #36BCB8;
	border-radius: 50vw;
	color: #36BCB8;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 1.125rem 5.1875rem 1.125rem 6.875rem;
	position: relative;
	transition: 0.3s;
}

.construction__button a::before {
	-webkit-mask-image: url(../images/mail-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #36BCB8;
	content: "";
	height: 0.8125rem;
	left: 5.125rem;
	mask-image: url(../images/mail-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.0625rem;
}

.contact-button {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 50vw;
	color: #000;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 0.625rem 1.4375rem 0.625rem 2.75rem;
	position: relative;
	transition: 0.3s;
}

.contact-button::before {
	-webkit-mask-image: url(../images/mail-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #000;
	content: "";
	height: 0.8125rem;
	left: 1.25rem;
	mask-image: url(../images/mail-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.0625rem;
}

.contact-button.contact-button--green {
	border: 1px solid #15ABA6;
	color: #15ABA6;
}

.contact-button.contact-button--green::before {
	background-color: #15ABA6;
}

.contact-button.contact-button--large {
	padding: 1.125rem 5.1875rem 1.125rem 6.875rem;
}

.contact-button.contact-button--large::before {
	left: 5.125rem;
}

.contact-form {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.contact-form__list {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.contact-form__item {
	-moz-column-gap: 2.75rem;
	align-items: center;
	column-gap: 2.75rem;
	display: flex;
	justify-content: center;
}

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

.contact-form__label {
	align-items: center;
	color: #4A4949;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 1.25rem;
	justify-content: end;
	letter-spacing: 0.01em;
	line-height: 1.45;
	max-width: 20.25rem;
	width: 100%;
}

.contact-form__label span {
	background-color: #36BCB8;
	border-radius: 0.9375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding: 0.125rem 0.875rem;
}

.contact-form__input input,
.contact-form__input textarea {
	background-color: #fff;
	border: 1px solid #B7B3AC;
	border-radius: 5px;
	font-family: "Noto Sans JP";
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4705882353;
	padding: 0.625rem 0.9375rem;
	width: 28.75rem;
}

.contact-form__input.contact-form__input-name {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
}

.contact-form__input.contact-form__input-name input {
	width: 13.75rem;
}

.contact-form__input input::-moz-placeholder,
.contact-form__input textarea::-moz-placeholder {
	color: #B7B3AC;
}

.contact-form__input input::placeholder,
.contact-form__input textarea::placeholder {
	color: #B7B3AC;
}

.contact-form__input textarea {
	height: 15.625rem;
}

.contact-form__checkbox {
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	display: flex;
    flex-wrap: wrap;
	width: 28.75rem;
}

.contact-form__checkbox label {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-form__checkbox input {
	display: none;
}

.contact-form__checkbox input + span {
	color: #4A4949;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4705882353;
	padding: 0 0 0 2.375rem;
	position: relative;
}

.contact-form__checkbox input + span::before {
	background: #fff;
	border: 1px solid #B7B3AC;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

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

.contact-form__checkbox input:checked + span::after {
	opacity: 1;
}

.contact-form__button {
	margin-top: 4.375rem;
	text-align: center;
}

.contact-form__button button,
.contact-form__button a {
	background-color: #4A4949;
	border: 1px solid #4A4949;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 1.125rem 8.625rem;
	transition: 0.3s;
}

.contact-form__button .back {
    background-color: #15ABA6;
    border: 1px solid #15ABA6;
    margin-bottom: 20px;
}

.contact-form__privacy {
	margin: 3.125rem auto 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.contact-form__privacy input {
	display: none;
}

.contact-form__privacy input + span {
	color: #4A4949;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4705882353;
	padding-left: 2.375rem;
	position: relative;
}

.contact-form__privacy input + span a {
	-webkit-text-decoration: underline;
	color: #00BACF;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.contact-form__privacy input + span::before {
	background: #fff;
	border: 1px solid #B7B3AC;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 1.4375rem;
}

.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.25rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.625rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact-form__privacy input:checked + span::after {
	opacity: 1;
}

.contact-form__privacy-policy {
	margin-top: 3.125rem;
	max-width: 52rem;
	width: 100%;
}

.contact {
	background-blend-mode: multiply;
	background-color: #615f5f;
	background-image: url(../images/contact-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 4.25rem;
	width: 50%;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.contact__text {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5882352941;
	margin-top: 2.8125rem;
	text-align: center;
}

.contact__button-area {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	justify-content: center;
	margin-top: 2.8125rem;
}

.contact__contact-button a {
	background-color: transparent;
	border: 1.5px solid #fff;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	max-width: 100%;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 18.75rem;
}

.contact__contact-button a::before {
	-webkit-mask-image: url(../images/mail-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 0.8125rem;
	left: 1.625rem;
	mask-image: url(../images/mail-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.0625rem;
}

.contact__line-button a {
	background-color: transparent;
	border: 1.5px solid #fff;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	max-width: 100%;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 18.75rem;
}

.contact__line-button a::before {
	background-image: url(../images/line-icon.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5625rem;
	left: 4.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.5625rem;
}

.contact-form__error.error {
    display: block;
    color: #dd290b;
}

.contact-form__error.error.false {
    display: none;
}

.sub-contact__thanks-msg {
    text-align: center;
}

.sub-contact__confirm-msg {
    text-align: center;
    margin-bottom: 50px;
}

.cta {
	display: flex;
}

.dog-run {
	padding-top: 9.25rem;
}

.dog-run__container {
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	display: flex;
	margin-top: 4.375rem;
}

.dog-run__image {
	max-width: 46.25rem;
	width: 100%;
}

.dog-run__image img {
	-o-object-fit: cover;
	aspect-ratio: 740/530;
	height: auto;
	object-fit: cover;
}

.dog-run__contents {
	max-width: 40rem;
	width: 100%;
}

.dog-run__title {
	color: #4A4949;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
}

.dog-run__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 2.5rem;
}

.drawer-menu {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: calc(100vh - 6.875rem);
	left: 0;
	overflow-y: scroll;
	padding-top: 3rem;
	position: fixed;
	top: 6.875rem;
	width: 100%;
	z-index: 100;
}

.drawer-menu__inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.drawer-menu__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}

.drawer-menu__link {
	align-items: center;
	color: #36BCB8;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.35;
	transition: opacity 0.3s;
}

.drawer-menu__contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.125rem;
	max-width: 23.875rem;
	text-align: center;
	width: 100%;
}

.drawer-menu__icon-area {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}

.drawer-menu__insta-icon,
.drawer-menu__line-icon {
	max-width: 4rem;
	transition: opacity 0.3s;
	width: 100%;
}

.drawer-menu__insta-icon img,
.drawer-menu__line-icon img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.drawer-menu__button-area {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
	justify-content: center;
	margin-left: 1.625rem;
	margin-top: 2.5rem;
}

/* ドロップダウンメニュー */

.drop-menu {
	position: relative;
}

.drop-menu::after {
	-webkit-mask-image: url(../images/arrow-bottom-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #000;
	content: "";
	height: 6px;
	mask-image: url(../images/arrow-bottom-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 9px;
}

.drop-menu:hover::after {
	background-color: #36BCB8;
	transform: translateY(-50%) rotate(180deg);
}

.drop-menu:hover .drop-menu__list {
	visibility: visible; /* 下層メニューを表示 */
}

.drop-menu__list {
	background-color: #fff; /* ドロップダウンメニューの背景色 */
	border-radius: 5px;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.0901960784);
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	visibility: hidden; /* 下層メニューを非表示 */
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
}

.drop-menu__link {
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 0.9375rem 1.25rem 0;
	transition: color 0.3s;
}

.drop-menu__item:first-child .drop-menu__link {
	padding-top: 1.25rem;
}

.drop-menu__item:last-child .drop-menu__link {
	padding-bottom: 1.25rem;
}

.example-card__image {
	max-width: 28.125rem;
	width: 100%;
}

.example-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 450/300;
	height: auto;
	object-fit: cover;
}

.example-card__body {
	padding-top: 2.375rem;
}

.example-card__date {
	color: #B7B3AC;
	font-family: "Outfit", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3333333333;
}

.example-card__title {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-top: 0.625rem;
}

.example-card__button {
	margin-top: 2.5rem;
}

.example-detail {
	padding-top: 6.75rem;
}

.example-detail__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.example-detail__date {
	color: #B7B3AC;
	font-family: "Outfit", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	padding-left: 1.875rem;
}

.example-detail__title {
	color: #4A4949;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	margin-top: 0.625rem;
	padding-left: 1.875rem;
	position: relative;
}

.example-detail__title::before {
	background-color: #36BCB8;
	content: "";
	height: 4.5rem;
	left: 0;
	position: absolute;
	top: 6%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.example-detail__image {
	margin-top: 3.75rem;
	max-width: 75rem;
	width: 100%;
}

.example-detail__image img {
	-o-object-fit: cover;
	aspect-ratio: 1200/690;
	height: auto;
	object-fit: cover;
}

.example-detail__content {
	margin-top: 3.75rem;
}

.example-detail__content p {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 3.75rem;
}

.example-detail__content figure {
	margin-top: 5.625rem;
}

.example-detail__content img {
	height: auto;
	max-width: 47.5rem;
	width: 100%;
}

.example {
	background-color: #B7B3AC;
	padding-bottom: 6.5625rem;
	padding-top: 5.5rem;
}

.example__container {
	margin-top: 6.25rem;
}

.example__list {
	grid-column-gap: 4.0625rem;
	-moz-column-gap: 4.0625rem;
	column-gap: 4.0625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.example__card {
	background-color: #fff;
	max-width: 28.125rem;
	width: 100%;
}

.example__button {
	margin-top: 5.625rem;
	text-align: center;
}

.flow {
	background-color: #36BCB8;
	padding-bottom: 5.3125rem;
	padding-top: 5.9375rem;
}

.flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.flow__container {
	margin-top: 5.625rem;
}

.flow__list {
	display: flex;
	position: relative;
	z-index: 2;
}

.flow__list::after {
	background-color: #fff;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 33%;
	transform: translateX(-50%);
	width: 80%;
	z-index: -1;
}

.flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.flow__image {
	max-width: 10.9375rem;
	width: 100%;
}

.flow__image img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.flow__text {
	-moz-column-gap: 0.625rem;
	color: #fff;
	column-gap: 0.625rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.4444444444;
	margin-top: 1rem;
	max-width: 14rem;
	width: 100%;
}

.flow__text span {
	color: #fff;
	font-family: "Outfit", serif;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3636363636;
}

.flow__button {
	margin-top: 6.25rem;
	text-align: center;
}

.footer {
	background-color: #DBF9F8;
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 80.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.footer__container {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	max-width: 15.5rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 470/84;
	height: auto;
	object-fit: contain;
}

.footer__company-name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.4444444444;
	margin-top: 1.875rem;
}

.footer__address {
	color: #000;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5882352941;
	margin-top: 0.9375rem;
}

.footer__tel {
	margin-top: 0.9375rem;
}

.footer__tel a {
	transition: opacity 0.3s;
}

.footer__tel,
.footer__fax {
	color: #000;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5882352941;
}

.footer__tel span,
.footer__fax span {
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3333333333;
	margin-right: 1.0625rem;
}

.footer__icon-area {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: flex;
	margin-top: 1.875rem;
}

.footer__insta,
.footer__line {
	max-width: 3.125rem;
	transition: opcity 0.3s;
	width: 100%;
}

.footer__insta img,
.footer__line img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.footer__nav {
	max-width: 30.75rem;
	width: 100%;
}

.footer__menu {
	display: flex;
	justify-content: space-between;
}

.footer__item:not(:first-child) {
	margin-top: 2.1875rem;
}

.footer__item.footer__item--sub {
	margin-top: 0.9375rem;
}

.footer__link {
	color: #15ABA6;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.45;
	transition: color 0.3s;
}

.footer__sub-link {
	color: #000;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4444444444;
	padding-left: 1.25rem;
	position: relative;
	transition: color 0.3s;
}

.footer__sub-link::before {
	background-color: #15ABA6;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.footer__button-area {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
	margin-top: 3.125rem;
}

.footer__copy {
	color: #36BCB8;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5882352941;
	margin-top: 4.375rem;
	text-align: center;
}

.hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	height: 30px;
	position: fixed;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 999;
}

.hamburger span {
	background-color: #36BCB8;
	display: inline-block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}

.hamburger span:first-child {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 15px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

.hamburger span:nth-of-type(1) {
	animation: menu07-bar01 0.75s forwards;
}

.hamburger span:nth-of-type(2) {
	opacity: 1;
	transition: all 0.25s 0.25s;
}

.hamburger span:nth-of-type(3) {
	animation: menu07-bar03 0.75s forwards;
}

.hamburger.is-active span:nth-of-type(1) {
	animation: active-menu07-bar01 0.75s forwards;
}

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

.hamburger.is-active span:nth-of-type(3) {
	animation: active-menu07-bar03 0.75s forwards;
}

.header {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	height: 6.875rem;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transition: background-color 0.4s;
	width: 100%;
	z-index: 999;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 4.75rem;
	padding-right: 4.75rem;
}

.header__logo {
	max-width: 15.5rem;
	transition: opacity 0.3s;
	width: 100%;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 470/84;
	height: auto;
	object-fit: contain;
}

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

.header__list {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	height: inherit;
}

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

.header__link {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.45;
	text-align: center;
	transition: color 0.3s;
}

.header__icon-area {
	-moz-column-gap: 1.25rem;
	align-items: center;
	column-gap: 1.25rem;
	display: flex;
	justify-content: center;
	margin-left: 1.5625rem;
}

.header__insta-icon,
.header__line-icon {
	max-width: 1.75rem;
	width: 100%;
}

.header__insta-icon img,
.header__line-icon img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.header__button-area {
	-moz-column-gap: 1.25rem;
	align-items: center;
	column-gap: 1.25rem;
	display: flex;
	justify-content: center;
	margin-left: 1.375rem;
}

.heading {
	text-align: center;
}

.heading__title {
	color: #36BCB8;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-top: 1.3125rem;
}

.heading__sub {
	color: #9CDCDA;
	display: block;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.32;
	text-transform: capitalize;
}

.heading.heading--left {
	text-align: left;
}

.heading.heading--left .heading__title {
	position: relative;
}

.heading.heading--left .heading__title::before {
	background-color: #36BCB8;
	content: "";
	height: 1px;
	left: -12.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10.625rem;
	z-index: -1;
}

.heading.heading--wh .heading__title,
.heading.heading--wh .heading__sub {
	color: #fff;
}

.history-card {
	padding-right: 30px;
	padding-top: 7.3125rem;
	position: relative;
}

.history-card::before {
	background-image: url(../images/history-spot.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 72px;
	left: 1.875rem;
	position: absolute;
	top: 2.8125rem;
	width: 20px;
	z-index: 1;
}

.history-card::after {
	background-color: #4A4949;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 3.375rem;
	width: 100%;
}

.history-card span {
	color: #4A4949;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 500;
	left: 0.625rem;
	letter-spacing: 0;
	line-height: 1.32;
	position: absolute;
	top: 0;
}

.history-card__body {
	background-color: #fff;
	padding: 1.75rem 2.1875rem 2.375rem 1.875rem;
}

.history-card__year {
	color: #36BCB8;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.32;
}

.history-card__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.0588235294;
	margin-top: 1.125rem;
}

.history {
	background-color: #B7B3AC;
	overflow: hidden;
	padding-bottom: 9.0625rem;
	padding-top: 4.875rem;
	position: relative;
}

.history__navigation {
	content: "";
	position: absolute;
	right: calc(50% - min(48vw, 830px));
	top: 8.5rem;
	width: 15rem;
}

.history__swiper-button-prev {
	left: 5rem;
	top: -0.25rem;
}

.history__swiper-button-next {
	left: -0.75rem;
	top: -0.25rem;
}

/* 前へ次への矢印カスタマイズ */

.history__swiper-button-prev,
.history__swiper-button-next {
	height: 4.375rem;
	transition: opacity 0.3s;
	width: 4.375rem;
}

/* 前へ次への矢印カスタマイズ */

.history__swiper-button-prev::after,
.history__swiper-button-next::after {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50vw;
	content: "";
	height: 4.375rem;
	margin: auto;
	transition: opacity 0.3s;
	width: 4.375rem;
}

/* 前への矢印カスタマイズ */

.history__swiper-button-prev::after {
	background-image: url(../images/history-arrow-right.svg);
}

/* 次への矢印カスタマイズ */

.history__swiper-button-next::after {
	background-image: url(../images/history-arrow-left.svg);
}

.history__container {
	margin-top: 6.125rem;
}

.history__slide {
	display: flex;
	margin-right: calc(50% - 50vw);
	margin-top: 1.5rem;
}

.information {
	padding-bottom: 8.4375rem;
	padding-top: 4.375rem;
}

.information__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.information__container {
	margin-top: 6.25rem;
}

.information__item {
	background-color: #F2F9F9;
	display: grid;
	grid-template-columns: 19.125rem 1fr;
	padding-bottom: 2.375rem;
	padding-top: 2.375rem;
}

.information__item:not(:first-child) {
	margin-top: 0.625rem;
}

.information__title {
	color: #36BCB8;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4545454545;
	padding-left: 3.75rem;
}

.information__content {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7647058824;
}

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

.insta {
	margin-top: 10.0625rem;
}

.insta__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.insta__heading {
	color: #36BCB8;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-top: 1.3125rem;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.insta__heading::before {
	background-image: url(../images/insta-icon.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	top: -27px;
	transform: translateX(-50%);
	width: 1.4375rem;
}

.insta__container {
	margin-top: 6.25rem;
}

.insta__list {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: repeat(4, 1fr);
}

.insta__item {
	max-width: 21.875rem;
	width: 100%;
}

.insta__item img {
	-o-object-fit: cover;
	aspect-ratio: 350/359;
	height: auto;
	object-fit: cover;
}

.insta__button {
	margin-top: 5.625rem;
	text-align: center;
}

.js-fade__upTrigger {
	opacity: 0;
}

.js-fade__up {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
}

.mv {
	background-image: url(../images/mv_bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv__copy {
	color: #9CDCDA;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 600;
	left: 0.625rem;
	letter-spacing: 0;
	line-height: 1.32;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
}

.mv__contents {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	width: 100%;
}

.mv__text {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 2.5rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	letter-spacing: 0em;
	letter-spacing: 0.264em;
	line-height: 2.15;
	width: 50%;
}

.mv__text span {
	color: #36BCB8;
}

.mv__swiper {
	height: inherit;
	overflow: hidden;
	width: 50vw;
}

.mv__scroll-images {
	transition-timing-function: linear !important;
}

.mv__scroll-images {
	align-items: end; /* 滑らかにする */
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.mv__scroll-image {
	height: 60vh; /* スライドの高さ（調整可） */
	width: 100%;
}

.mv__scroll-image img {
	-o-object-fit: cover;
	aspect-ratio: 960/540;
	border-radius: 10px;
	height: 50vh;
	object-fit: cover;
}

.mv__scroll-image.mv__scroll-image--double {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: flex;
	justify-content: space-between;
}

.mv__scroll-image.mv__scroll-image--double img {
	aspect-ratio: 465/540;
}

.nursery-exterior {
	padding-top: 9.25rem;
}

.nursery-exterior__container {
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	display: flex;
	flex-direction: row-reverse;
	margin-top: 4.375rem;
}

.nursery-exterior__image {
	max-width: 46.25rem;
	width: 100%;
}

.nursery-exterior__image img {
	-o-object-fit: cover;
	aspect-ratio: 740/530;
	height: auto;
	object-fit: cover;
}

.nursery-exterior__contents {
	max-width: 40rem;
	width: 100%;
}

.nursery-exterior__title {
	color: #4A4949;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
}

.nursery-exterior__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 2rem;
}

.nursery-exterior__button {
	margin-top: 8.125rem;
}

.nursery-exterior__button a {
	background-color: transparent;
	border: 1px solid #36BCB8;
	border-radius: 50vw;
	color: #36BCB8;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 1.125rem 5.1875rem 1.125rem 6.875rem;
	position: relative;
	transition: 0.3s;
}

.nursery-exterior__button a::before {
	-webkit-mask-image: url(../images/mail-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #36BCB8;
	content: "";
	height: 0.8125rem;
	left: 5.125rem;
	mask-image: url(../images/mail-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.0625rem;
}

.pagination {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.pagination__item a {
	align-items: center;
	color: #36BCB8;
	display: inline-flex;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	height: 1.5625rem;
	justify-content: space-between;
	letter-spacing: 0;
	line-height: 2.2352941176;
	transition: opacity 0.3s;
	width: 9.375rem;
}

.pagination__prev {
	border-right: 1px solid #36BCB8;
	border-top: 1px solid #36BCB8;
	content: "";
	display: inline-block;
	height: 0.625rem;
	left: 0.2em;
	position: relative;
	transform: rotate(225deg);
	transition: opacity 0.3s;
	width: 0.625rem;
}

.pagination__next {
	border-right: 1px solid #36BCB8;
	border-top: 1px solid #36BCB8;
	content: "";
	display: inline-block;
	height: 0.625rem;
	position: relative;
	right: 0.1em;
	transform: rotate(45deg);
	transition: opacity 0.3s;
	width: 0.625rem;
}

.pagination__item:first-child {
	justify-self: start;
}

.pagination__item:last-child {
	justify-self: end;
}

.pagination__button {
	background-color: #36BCB8;
	border: 1.5px solid #36BCB8;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 1.125rem 9.1875rem;
	transition: 0.3s;
}

.privacy-policy {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.privacy-policy__description {
	color: #4A4949;
	font-family: "Noto Sans JP";
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4705882353;
}

.privacy-policy__title {
	color: #4A4949;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.45;
	margin-top: 2.5rem;
}

.privacy-policy__wrapper {
	background-color: #fff;
	border: 1px solid #36BCB8;
	border-radius: 5px;
	height: 200px;
	margin-top: 0.9375rem;
	overflow-y: scroll;
	padding: 0.625rem 0.9375rem;
}

.privacy-policy__item {
	color: #4A4949;
	font-family: "Noto Sans JP";
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4705882353;
	margin-top: 1.25rem;
}

.privacy-policy__check {
	margin: 3.125rem auto 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.privacy-policy__check input {
	display: none;
}

.privacy-policy__check input + span {
	color: #4A4949;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4705882353;
	padding-left: 2.375rem;
	position: relative;
}

.privacy-policy__check input + span::before {
	background: #fff;
	border: 1px solid #B7B3AC;
	content: "";
	display: block;
	height: 1.4375rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 1.4375rem;
}

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

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

.recruit-button {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 50vw;
	color: #000;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 0.625rem 1.25rem 0.625rem 3rem;
	position: relative;
	transition: 0.3s;
}

.recruit-button::before {
	-webkit-mask-image: url(../images/recruit-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #000;
	content: "";
	height: 1.5625rem;
	left: 1.25rem;
	mask-image: url(../images/recruit-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.5625rem;
}

.recruit-button.recruit-button--green {
	border: 1px solid #15ABA6;
	color: #15ABA6;
}

.recruit-button.recruit-button--green::before {
	background-color: #15ABA6;
}

.recruit {
	background-blend-mode: multiply;
	background-color: #615f5f;
	background-image: url(../images/recruit-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 4.25rem;
	width: 50%;
}

.recruit__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 42.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.recruit__text {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5882352941;
	margin-top: 2.8125rem;
	text-align: center;
}

.recruit__button-area {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: flex;
	justify-content: center;
	margin-top: 2.8125rem;
}

.recruit__recruit-button a {
	background-color: transparent;
	border: 1.5px solid #fff;
	border-radius: 50vw;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.45;
	padding: 1.125rem 7.3125rem 1.125rem 8.5rem;
	position: relative;
	transition: 0.3s;
}

.recruit__recruit-button a::before {
	-webkit-mask-image: url(../images/recruit-icon.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center top;
	-webkit-mask-repeat: no-repeat;
	background-color: #fff;
	content: "";
	height: 1.5625rem;
	left: 6.625rem;
	mask-image: url(../images/recruit-icon.svg);
	mask-position: center top;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 1.5625rem;
}

.strengths {
	margin-top: 8rem;
	padding-bottom: 9.125rem;
}

.strengths__container {
	margin-top: 6.25rem;
}

.strengths__item {
	position: relative;
}

.strengths__item:nth-child(2) {
	margin-top: 5.6875rem;
}

.strengths__item:nth-child(3) {
	margin-top: 8.125rem;
}

.strengths__image {
	margin-left: auto;
	max-width: 53.75rem;
	padding-bottom: 2.4375rem;
	width: 100%;
}

.strengths__image img {
	-o-object-fit: cover;
	aspect-ratio: 860/580;
	height: auto;
	object-fit: cover;
}

.strengths__block {
	background-color: #fff;
	bottom: 0;
	left: 0;
	max-width: 46.25rem;
	padding: 2.6875rem 3.5rem 6.125rem 4rem;
	position: absolute;
	width: 100%;
}

.strengths__num {
	color: #B7B3AC;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.32;
	position: relative;
}

.strengths__num span {
	color: #B7B3AC;
	content: "";
	font-family: "Outfit", serif;
	font-size: 7.75rem;
	font-weight: 600;
	left: -4rem;
	letter-spacing: 0;
	line-height: 1.3306451613;
	opacity: 0.16;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.strengths__title {
	color: #36BCB8;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4666666667;
	margin-top: 3.9375rem;
}

.strengths__text {
	color: #000;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 2.5rem;
}

.strengths__item:nth-child(2) .strengths__image {
	margin-left: 0;
	margin-right: auto;
	padding-bottom: 6.8125rem;
}

.strengths__item:nth-child(2) .strengths__block {
	background-color: #F2F9F9;
	left: auto;
	max-width: 51.125rem;
	padding: 7.25rem 4.5625rem 5.9375rem 7.8125rem;
	right: 0;
}

.strengths__item:nth-child(3) .strengths__image {
	margin-left: auto;
	max-width: 46.25rem;
	padding-bottom: 2.4375rem;
	width: 100%;
}

.strengths__item:nth-child(3) .strengths__image img {
	-o-object-fit: cover;
	aspect-ratio: 740/580;
	height: auto;
	object-fit: cover;
}

.sdgs__button {
	margin-top: 2.5rem;
}

.sub-contact {
	padding-top: 5rem;
}

.sub-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 69.375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.sub-contact__container {
	background-color: #F2F9F9;
	padding-bottom: 6.4375rem;
	padding-top: 6.5625rem;
}

.sub-example {
	padding-top: 6.875rem;
}

.sub-example__cards {
	grid-column-gap: 4.0625rem;
	-moz-column-gap: 4.0625rem;
	grid-row-gap: 4.6875rem;
	column-gap: 4.0625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 4.6875rem;
}

.sub-flow {
	padding-top: 6.875rem;
}

.sub-flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.sub-flow__item {
	border-top: 1px solid #9CDCDA;
	display: grid;
	grid-template-columns: 3.375rem 51.875rem 8.5rem;
	justify-content: space-between;
	padding: 3.125rem 2.5rem 3.1875rem 2.4375rem;
}

.sub-flow__item:last-child {
	border-bottom: 1px solid #9CDCDA;
}

.sub-flow__num {
	color: #36BCB8;
	font-family: "Outfit", serif;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.34;
	position: relative;
}

.sub-flow__num::after {
	background-color: #36BCB8;
	bottom: calc(50% - 5rem);
	content: "";
	height: 6.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2px;
}

.sub-flow__text-area {
	max-width: 51.875rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	width: 100%;
}

.sub-flow__title {
	color: #4A4949;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4545454545;
}

.sub-flow__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.2352941176;
	margin-top: 1.75rem;
}

.sub-flow__image {
	align-self: center;
	max-width: 8.5rem;
	width: 100%;
}

.sub-flow__image img {
	-o-object-fit: contain;
	aspect-ratio: 136/127;
	height: auto;
	object-fit: contain;
}

.sub-mv {
	position: relative;
}

.sub-mv__image {
	height: 100%;
}

.sub-mv__image img {
	-o-object-fit: cover;
	aspect-ratio: 1920/400;
	height: auto;
	object-fit: cover;
}

.sub-mv__heading {
	-moz-column-gap: 1.875rem;
	align-items: end;
	bottom: 6.25rem;
	column-gap: 1.875rem;
	display: flex;
	left: 13.75rem;
	position: absolute;
}

.sub-mv__title {
	display: inline-block;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.44;
}

.sub-mv__sub-title {
	color: #9CDCDA;
	display: inline-block;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.32;
}

.sub-mv__sub-title:first-letter {
	text-transform: uppercase;
}

.text {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	justify-content: center;
}

.wp-pagenavi a {
	align-items: center;
	color: #B7B3AC;
	display: inline-flex;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 500;
	height: 2.0625rem;
	justify-content: center;
	line-height: 1.32;
	width: 0.875rem;
}

.wp-pagenavi span.current {
	align-items: center;
	border: 1px solid #36BCB8;
	border-radius: 50vw;
	color: #36BCB8;
	display: inline-flex;
	font-family: "Outfit", serif;
	font-size: 1.5625rem;
	font-weight: 500;
	height: 3.75rem;
	justify-content: center;
	line-height: 1.32;
	width: 3.75rem;
}

.wp-pagenavi .previouspostslink .wp-pagenavi__prev {
	background-image: url(../images/double-arrow-left.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0.6875rem;
	transition: opacity 0.3s;
	width: 0.875rem;
}

.wp-pagenavi .nextpostslink .wp-pagenavi__next {
	background-image: url(../images/double-arrow-right.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0.6875rem;
	transition: opacity 0.3s;
	width: 0.875rem;
}

.wp-pagenavi .previouspostslink:hover .wp-pagenavi__prev,
.wp-pagenavi .nextpostslink:hover .wp-pagenavi__next {
	opacity: 0.7;
}

@media (any-hover: hover) {

.access__content a:hover {
	opacity: 0.7;
}

.breadcrumb__list a:hover {
	opacity: 0.7;
}

.button:hover {
	background-color: #fff;
	color: #000;
}

.button.button--green:hover {
	background-color: #36BCB8;
	color: #fff;
}

.button.button--insta:hover {
	background-color: #36BCB8;
	color: #fff;
}

.button.button--insta:hover::after {
	background-color: #fff;
}

.card__button:hover {
	background-color: #B7B3AC;
}

.card__button:hover img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(102%) contrast(105%);
}

.card__detail-button a:hover {
	background-color: #fff;
	color: #36BCB8;
}

.construction__button a:hover {
	background-color: #36BCB8;
	color: #fff;
}

.construction__button a:hover::before {
	background-color: #fff;
}

.contact-button:hover {
	background-color: #36BCB8;
	border: 1px solid #36BCB8;
	color: #fff;
}

.contact-button:hover::before {
	background-color: #fff;
}

.contact-button.contact-button--green:hover {
	background-color: #15ABA6;
	color: #fff;
}

.contact-button.contact-button--green:hover::before {
	background-color: #fff;
}

.contact-form__button button:hover,
.contact-form__button a:hover {
	background-color: #fff;
	color: #4A4949;
}

.contact-form__privacy input + span a:hover {
	opacity: 0.7;
}

.contact__contact-button a:hover {
	background-color: #fff;
	color: #000;
}

.contact__contact-button a:hover::before {
	background-color: #000;
}

.contact__line-button a:hover {
	background-color: #fff;
	color: #000;
}

.drawer-menu__link:hover {
	opacity: 0.7;
}

.drawer-menu__insta-icon:hover,
.drawer-menu__line-icon:hover {
	opacity: 0.7;
}

.drop-menu__link:hover {
	color: #36BCB8;
}

.footer__tel a:hover {
	opacity: 0.7;
}

.footer__insta:hover,
.footer__line:hover {
	opacity: 0.7;
}

.footer__link:hover,
.footer__sub-link:hover {
	color: #fff;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__item:hover > a {
	color: #36BCB8;
}

.header__insta-icon:hover,
.header__line-icon:hover {
	opacity: 0.7;
}

.history__swiper-button-prev:hover::after,
.history__swiper-button-next:hover::after {
	opacity: 0.7;
}

.nursery-exterior__button a:hover {
	background-color: #36BCB8;
	color: #fff;
}

.nursery-exterior__button a:hover::before {
	background-color: #fff;
}

.pagination__item a:hover {
	opacity: 0.7;
}

.pagination__item:first-child a:hover .pagination__prev,
.pagination__item:last-child a:hover .pagination__next {
	opacity: 0.7;
}

.pagination__button:hover {
	background-color: #fff;
	color: #36BCB8;
}

.recruit-button:hover {
	background-color: #36BCB8;
	border: 1px solid #36BCB8;
	color: #fff;
}

.recruit-button:hover::before {
	background-color: #fff;
}

.recruit-button.recruit-button--green:hover {
	background-color: #15ABA6;
	color: #fff;
}

.recruit-button.recruit-button--green:hover::before {
	background-color: #fff;
}

.recruit__recruit-button a:hover {
	background-color: #fff;
	color: #000;
}

.recruit__recruit-button a:hover::before {
	background-color: #000;
}

.wp-pagenavi a:hover {
	color: #36BCB8;
}

}

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

.header__inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.header__list {
	gap: 1.25rem;
}

}

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

.construction__button a {
	font-size: 1.125rem;
}

.contact-button {
	font-size: 1.125rem;
	padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.drop-menu__link {
	font-size: 1rem;
}

.header__link {
	font-size: 1rem;
}

.header__icon-area {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	margin-left: 1.25rem;
}

.header__insta-icon,
.header__line-icon {
	max-width: 1.5rem;
}

.nursery-exterior__button a {
	font-size: 1.125rem;
}

.recruit-button {
	font-size: 1.125rem;
	padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.recruit-button::before {
	left: 1rem;
}

}

@media (max-width: 1480px) {

html {
	font-size: 1.0810810811vw;
}

}

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

.u-desktop1200 {
	display: none;
}

.u-mobile1200 {
	display: block;
}

.about__text {
	font-size: 14px;
}

.access__item {
	grid-template-columns: 7.5rem 1fr;
}

.access__title {
	font-size: 14px;
}

.access__content {
	align-items: start;
	flex-direction: column;
	font-size: 14px;
}

.access__link {
	font-size: 14px;
	margin-left: 0;
}

.access__image {
	max-width: 35rem;
}

.activity__text {
	font-size: 14px;
}

.breadcrumb__list {
	font-size: 14px;
}

.button {
	font-size: 16px;
}

.card__date {
	font-size: 14px;
}

.card__title {
	font-size: 14px;
}

.card__detail-button a {
	font-size: 14px;
}

.company__text {
	font-size: 14px;
}

.construction__text {
	font-size: 14px;
}

.construction__button a {
	font-size: 1.5rem;
}

.contact-button {
	font-size: 1.5rem;
	padding: 0.625rem 1rem 0.625rem 2.5rem;
}

.contact-form__label {
	font-size: 16px;
	max-width: 260px;
}

.contact-form__label span {
	font-size: 14px;
}

.contact-form__input input,
.contact-form__input textarea {
	font-size: 14px;
}

.contact-form__checkbox {
	flex-wrap: wrap;
	row-gap: 0.5rem;
}

.contact-form__checkbox input + span {
	font-size: 14px;
}

.contact-form__button button,
.contact-form__button a {
	font-size: 16px;
}

.contact-form__privacy input + span {
	font-size: 14px;
}

.contact__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.contact__text {
	font-size: 14px;
}

.contact__contact-button a {
	font-size: 14px;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.contact__contact-button a::before {
	left: 1.5rem;
}

.contact__line-button a {
	font-size: 14px;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.dog-run__text {
	font-size: 14px;
}

.example-detail__content p {
	font-size: 14px;
}

.flow__text {
	font-size: 14px;
}

.footer__company-name {
	font-size: 16px;
}

.footer__address {
	font-size: 14px;
}

.footer__tel,
.footer__fax {
	font-size: 14px;
}

.footer__link {
	font-size: 14px;
}

.footer__sub-link {
	font-size: 14px;
}

.header {
	background-color: #fff;
}

.header__inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.header__list {
	gap: 0.75rem;
}

.heading.heading--left .heading__title::before {
	background-color: transparent;
}

.history-card span {
	font-size: 18px;
}

.history-card__year {
	font-size: 18px;
}

.history-card__text {
	font-size: 14px;
}

.information__title {
	font-size: 16px;
}

.information__content {
	font-size: 14px;
}

.mv__scroll-image img {
	aspect-ratio: 12/9;
}

.nursery-exterior__text {
	font-size: 14px;
}

.nursery-exterior__button a {
	font-size: 1.5rem;
}

.pagination__item a {
	font-size: 14px;
	width: 110px;
}

.pagination__button {
	font-size: 16px;
}

.privacy-policy__description {
	font-size: 14px;
}

.privacy-policy__title {
	font-size: 16px;
}

.privacy-policy__item {
	font-size: 14px;
}

.privacy-policy__check input + span {
	font-size: 14px;
}

.recruit-button {
	font-size: 1.5rem;
	padding: 0.625rem 1rem 0.625rem 2.5rem;
}

.recruit__text {
	font-size: 14px;
}

.recruit__recruit-button a {
	font-size: 14px;
	padding: 1rem 7.3125rem 1rem 8.5rem;
}

.strengths__block {
	max-width: 49.5rem;
	padding-bottom: 3.5rem;
	padding-left: 3.5rem;
	padding-right: 2rem;
}

.strengths__text {
	font-size: 14px;
}

.strengths__item:nth-child(2) .strengths__block {
	padding: 5rem 2.5rem 3.0625rem 5.5rem;
}

.sub-flow__title {
	font-size: 16px;
}

.sub-flow__text {
	font-size: 14px;
}

}

@media (max-width: 1024px) {

.contact__button-area {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.contact__contact-button a {
	width: 21rem;
}

.contact__contact-button a::before {
	left: calc(50% - 84px);
}

.contact__line-button a {
	width: 21rem;
}

}

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

.u-desktop768 {
	display: none;
}

.u-mobile768 {
	display: block;
}

html {
	font-size: 16px;
}

html {
	scroll-padding-top: 72px;
}

.layout-top-cta {
	margin-top: 4.375rem;
}

.layout-top-pagination {
	margin-top: 3.125rem;
}

.about {
	margin-top: 2.75rem;
}

.about__container {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.about__text {
	font-size: 0.75rem;
	margin-top: 1.875rem;
}

.access {
	margin-top: 4.625rem;
}

.access__container {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	margin-top: 3.125rem;
}

.access__company-name {
	font-size: 1.125rem;
}

.access__list {
	margin-top: 1.5625rem;
}

.access__item {
	grid-template-columns: 2.25rem 1fr;
	padding-bottom: 0.5rem;
}

.access__item:not(:first-child) {
	margin-top: 0.625rem;
}

.access__title {
	font-size: 0.8125rem;
}

.access__content {
	font-size: 0.75rem;
}

.access__link {
	font-size: 0.8125rem;
}

.activity {
	padding-top: 4.625rem;
}

.activity__container {
	margin-top: 2.1875rem;
}

.activity__item {
	align-items: center;
	flex-direction: column;
	row-gap: 1.75rem;
}

.activity__item:nth-child(2n+1) {
	align-items: center;
	flex-direction: column;
	row-gap: 1.75rem;
}

.activity__item:not(:first-child) {
	margin-top: 3.125rem;
}

.activity__image {
	max-width: 37.5rem;
}

.activity__contents {
	max-width: 37.5rem;
}

.activity__title {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.activity__text {
	font-size: 14px;
	line-height: 2;
}

.breadcrumb__list {
	font-size: 14px;
}

.button {
	font-size: 1rem;
	padding: 0.75rem 5.5rem;
}

.button.button--insta {
	padding: 0.75rem 5.5rem;
}

.button.button--insta::after {
	right: 4rem;
}

.card__image {
	max-width: 100%;
}

.card__body {
	padding: 1.1875rem 0.75rem 0.75rem 0.75rem;
}

.card__date {
	font-size: 0.75rem;
}

.card__title {
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.card__button {
	max-width: 1.875rem;
}

.company-image-area {
	padding-bottom: 11.25rem;
}

.company-image-area__inner {
	padding-left: 3.125rem;
}

.company {
	margin-top: 4.6875rem;
	padding-bottom: 4.125rem;
}

.company__container {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.company__text {
	font-size: 0.75rem;
	margin-top: 1.875rem;
}

.company__button {
	margin-top: 2.75rem;
}

.construction {
	padding-top: 4.625rem;
}

.construction__container {
	align-items: center;
	flex-direction: column;
	margin-top: 2.1875rem;
	row-gap: 1.75rem;
}

.construction__image {
	max-width: 37.5rem;
}

.construction__contents {
	max-width: 37.5rem;
}

.construction__title {
	font-size: 1.25rem;
}

.construction__text {
	font-size: 14px;
	line-height: 2;
	margin-top: 0.75rem;
}

.construction__button {
	margin-top: 4.0625rem;
	text-align: center;
}

.construction__button a {
	font-size: 0.875rem;
	line-height: normal;
}

.contact-button {
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.375rem 0.75rem 0.375rem 2rem;
}

.contact-button::before {
	left: 0.75rem;
}

.contact-form {
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
}

.contact-form__item {
	align-items: start;
	flex-direction: column;
}

.contact-form__item:not(:first-child) {
	margin-top: 1.5rem;
}

.contact-form__label {
	font-size: 1rem;
	justify-content: start;
	max-width: 100%;
}

.contact-form__input {
	margin-top: 0.5rem;
	width: 100%;
}

.contact-form__input input,
.contact-form__input textarea {
	font-size: 0.875rem;
	width: 100%;
}

.contact-form__input.contact-form__input-name input {
	width: 100%;
}

.contact-form__checkbox {
	margin-top: 0.5rem;
	width: 100%;
}

.contact-form__checkbox input + span {
	font-size: 0.875rem;
}

.contact-form__button {
	margin-top: 2.1875rem;
}

.contact-form__button button,
.contact-form__button a {
	font-size: 1rem;
	padding: 0.75rem 5.5rem;
}

.contact-form__privacy input + span {
	font-size: 1.0625rem;
	padding-left: 1.875rem;
}

.contact-form__privacy-policy {
	margin-top: 2.5rem;
}

.contact {
	padding-bottom: 2.5rem;
	padding-top: 2.125rem;
}

.contact__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.contact__text {
	font-size: 0.75rem;
	margin-top: 1.375rem;
}

.contact__button-area {
	align-items: center;
	flex-direction: column;
	margin-top: 1.375rem;
	row-gap: 0.75rem;
}

.contact__contact-button a {
	font-size: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	width: 17rem;
}

.contact__contact-button a::before {
	height: 0.75rem;
	left: 2rem;
	width: 0.9375rem;
}

.contact__line-button a {
	font-size: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	width: 17rem;
}

.contact__line-button a::before {
	height: 1.125rem;
	width: 1.125rem;
}

.dog-run {
	padding-top: 4.625rem;
}

.dog-run__container {
	align-items: center;
	flex-direction: column;
	margin-top: 2.1875rem;
	row-gap: 1.75rem;
}

.dog-run__image {
	max-width: 37.5rem;
}

.dog-run__contents {
	max-width: 37.5rem;
}

.dog-run__title {
	font-size: 1.25rem;
}

.dog-run__text {
	font-size: 14px;
	line-height: 2;
	margin-top: 0.75rem;
}

.drawer-menu {
	height: calc(100vh - 4.5rem);
	top: 4.5rem;
}

.drawer-menu__list {
	row-gap: 1.5rem;
}

.drawer-menu__link {
	font-size: 1.25rem;
}

.drawer-menu__icon-area {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.drawer-menu__insta-icon,
.drawer-menu__line-icon {
	max-width: 1.5rem;
}

.drawer-menu__button-area {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.example-detail {
	padding-top: 3.375rem;
}

.example-detail__inner {
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.example-detail__date {
	font-size: 0.75rem;
	padding-left: 0.9375rem;
}

.example-detail__title {
	font-size: 1.25rem;
	padding-left: 0.9375rem;
}

.example-detail__title::before {
	height: 3.5rem;
	width: 0.5rem;
}

.example-detail__image {
	margin-top: 1.875rem;
}

.example-detail__content {
	margin-top: 1.875rem;
}

.example-detail__content p {
	font-size: 14px;
	margin-top: 1.875rem;
}

.example-detail__content figure {
	margin-top: 2.8125rem;
}

.example {
	padding-bottom: 3.25rem;
	padding-top: 2.75rem;
}

.example__container {
	margin-top: 3.125rem;
}

.example__list {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}

.example__button {
	margin-top: 2.8125rem;
}

.flow {
	padding-bottom: 2.625rem;
	padding-top: 3rem;
}

.flow__inner {
	max-width: 100%;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.flow__container {
	margin-top: 2.8125rem;
}

.flow__list {
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	justify-content: center;
}

.flow__list::after {
	top: 32%;
}

.flow__text {
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
	font-size: 0.75rem;
}

.flow__text span {
	font-size: 1rem;
}

.flow__button {
	margin-top: 3.125rem;
}

.footer {
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.footer__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.footer__container {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	justify-content: center;
}

.footer__logo {
	max-width: 8.875rem;
}

.footer__company-name {
	font-size: 0.8125rem;
	margin-top: 0.9375rem;
}

.footer__address {
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.footer__tel {
	margin-top: 0.5rem;
}

.footer__tel,
.footer__fax {
	font-size: 0.75rem;
}

.footer__tel span,
.footer__fax span {
	font-size: 0.8125rem;
	margin-right: 0.625rem;
}

.footer__icon-area {
	margin-top: 0.9375rem;
}

.footer__insta,
.footer__line {
	max-width: 2rem;
}

.footer__nav {
	max-width: 20rem;
}

.footer__menu {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	justify-content: start;
}

.footer__item:not(:first-child) {
	margin-top: 1.125rem;
}

.footer__item.footer__item--sub {
	margin-top: 0.5rem;
}

.footer__link {
	font-size: 0.875rem;
}

.footer__sub-link {
	font-size: 0.8125rem;
}

.footer__button-area {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	margin-top: 1.5625rem;
}

.footer__copy {
	font-size: 0.75rem;
	margin-top: 2.1875rem;
}

.header {
	height: 72px;
}

.header__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.header__logo {
	max-width: 8.875rem;
}

.heading__title {
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

.heading__sub {
	font-size: 1rem;
}

.history-card {
	padding-right: 20px;
}

.history-card span {
	font-size: 1.25rem;
}

.history-card__body {
	padding: 0.875rem 1.125rem 1.1875rem 0.9375rem;
}

.history-card__year {
	font-size: 14px;
}

.history-card__text {
	font-size: 14px;
	margin-top: 0.8125rem;
}

.history {
	padding-bottom: 4.5rem;
	padding-top: 2.4375rem;
}

.history__navigation {
	top: 5.5rem;
	width: 12rem;
}

.history__swiper-button-next {
	left: -0.5625rem;
}

.history__swiper-button-prev,
.history__swiper-button-next {
	height: 3.75rem;
	width: 3.75rem;
}

.history__swiper-button-prev::after,
.history__swiper-button-next::after {
	height: 3.75rem;
	width: 3.75rem;
}

.history__container {
	margin-top: 3.0625rem;
}

.history__slide {
	margin-top: 2.5rem;
	width: 100vw;
}

.information {
	padding-bottom: 4.0625rem;
	padding-top: 2.1875rem;
}

.information__inner {
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.information__container {
	margin-top: 3.125rem;
}

.information__item {
	grid-template-columns: 1fr;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.information__title {
	font-size: 14px;
	padding-left: 1rem;
}

.information__content {
	font-size: 14px;
	margin-top: 0.75rem;
	padding: 0 1rem;
}

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

.insta {
	margin-top: 5rem;
}

.insta__inner {
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.insta__heading {
	font-size: 1.5rem;
}

.insta__container {
	margin-top: 3.125rem;
}

.insta__list {
	gap: 1.25rem;
}

.insta__button {
	margin-top: 2.8125rem;
}

.mv__copy {
	font-size: 0.75rem;
	line-height: 1;
}

.mv__contents {
	flex-direction: column;
}

.mv__text {
	font-size: 2.25rem;
	line-height: normal;
	width: 100%;
}

.mv__swiper {
	height: 50vh;
	width: 100vw;
}

.mv__scroll-images {
	align-items: center;
	flex-direction: row;
	height: 100%;
}

.mv__scroll-image {
	height: auto;
	width: 50vw;
}

.mv__scroll-image img {
	height: auto;
}

.mv__scroll-image.mv__scroll-image--double {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
}

.mv__scroll-image.mv__scroll-image--double img {
	aspect-ratio: 348/540;
	width: calc(50% - 0.3125rem);
}

.nursery-exterior {
	padding-top: 4.625rem;
}

.nursery-exterior__container {
	align-items: center;
	flex-direction: column;
	margin-top: 2.1875rem;
	row-gap: 1.75rem;
}

.nursery-exterior__image {
	max-width: 37.5rem;
}

.nursery-exterior__contents {
	max-width: 37.5rem;
}

.nursery-exterior__title {
	font-size: 1.25rem;
}

.nursery-exterior__text {
	font-size: 14px;
	line-height: 2;
	margin-top: 0.75rem;
}

.nursery-exterior__button {
	margin-top: 4.0625rem;
	text-align: center;
}

.nursery-exterior__button a {
	font-size: 0.875rem;
	line-height: normal;
}

.pagination {
	gap: 1rem;
	grid-row: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.pagination__item a {
	width: 100%;
}

.pagination__item:first-child {
	justify-self: end;
	order: 1;
}

.pagination__item:last-child {
	justify-self: start;
	order: 2;
}

.pagination__button {
	font-size: 1rem;
	grid-column: 1/3;
	grid-row: 2/3;
	margin-left: auto;
	margin-right: auto;
	order: 3;
	padding: 0.75rem 5.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.privacy-policy__description {
	font-size: 0.875rem;
}

.privacy-policy__title {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.privacy-policy__item {
	font-size: 0.875rem;
}

.privacy-policy__check input + span {
	font-size: 1.0625rem;
	padding-left: 1.875rem;
}

.recruit-button {
	font-size: 0.875rem;
	line-height: normal;
	padding: 0.375rem 0.75rem 0.375rem 2rem;
}

.recruit-button::before {
	left: 0.375rem;
}

.recruit {
	padding-bottom: 2.5rem;
	padding-top: 2.125rem;
}

.recruit__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.recruit__text {
	font-size: 0.75rem;
	margin-top: 1.375rem;
}

.recruit__button-area {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	margin-top: 1.375rem;
}

.recruit__recruit-button a {
	font-size: 1rem;
	padding: 0.75rem 3.625rem 0.75rem 4.25rem;
}

.recruit__recruit-button a::before {
	height: 1.25rem;
	left: 3rem;
	width: 1.25rem;
}

.strengths {
	margin-top: 4rem;
	padding-bottom: 4.5625rem;
}

.strengths__inner.inner {
	max-width: 37.5rem;
}

.strengths__container {
	margin-top: 3.125rem;
}

.strengths__item:nth-child(2) {
	margin-top: 2.8125rem;
}

.strengths__item:nth-child(3) {
	margin-top: 4.6875rem;
}

.strengths__image {
	margin-left: 0;
	max-width: 100%;
	padding-bottom: 0;
}

.strengths__block {
	max-width: 100%;
	padding-bottom: 3.0625rem;
	padding-left: 3rem;
	padding-right: 1.5rem;
	position: static;
}

.strengths__num {
	font-size: 1.125rem;
}

.strengths__num span {
	font-size: 5rem;
	left: -3rem;
}

.strengths__title {
	font-size: 1.25rem;
	margin-top: 3rem;
}

.strengths__text {
	font-size: 0.75rem;
	margin-top: 1.25rem;
}

.strengths__item:nth-child(2) .strengths__image {
	padding-bottom: 0;
}

.strengths__item:nth-child(2) .strengths__block {
	max-width: 100%;
	padding: 2.6875rem 1.5rem 3.0625rem 3rem;
}

.strengths__item:nth-child(3) .strengths__image {
	margin-left: 0;
	max-width: 100%;
	padding-bottom: 0;
}

.sdgs__buttom {
	margin-top: 1.25rem;
}

.sub-contact {
	padding-top: 2.5rem;
}

.sub-contact__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.sub-example {
	padding-top: 3.4375rem;
}

.sub-example__cards {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2.375rem;
}

.sub-flow {
	padding-top: 3.4375rem;
}

.sub-flow__inner {
	max-width: 37.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.sub-flow__item {
	grid-template-columns: 1fr;
	justify-items: center;
	padding: 1.375rem 1.25rem 1.5625rem;
	row-gap: 1.75rem;
}

.sub-flow__num {
	order: 1;
}

.sub-flow__num::after {
	background-color: transparent;
}

.sub-flow__text-area {
	order: 3;
}

.sub-flow__title {
	font-size: 14px;
	text-align: center;
}

.sub-flow__text {
	font-size: 14px;
	margin-top: 0.9375rem;
}

.sub-flow__image {
	max-width: 6.25rem;
	order: 2;
}

.sub-mv {
	height: 12.5rem;
}

.sub-mv__image {
	height: inherit;
}

.sub-mv__image img {
	height: inherit;
}

.sub-mv__heading {
	align-items: start;
	bottom: 1rem;
	flex-direction: column-reverse;
	left: 2rem;
	row-gap: 0.375rem;
}

.sub-mv__title {
	font-size: 2rem;
}

.sub-mv__sub-title {
	font-size: 1rem;
}

.text.text--reverse {
	color: #fff;
}

.wp-pagenavi {
	gap: 1.5625rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.about__container {
	flex-direction: column;
	row-gap: 1.5rem;
}

.access__container {
	flex-direction: column;
	row-gap: 1.5rem;
}

.company__container {
	flex-direction: column;
	row-gap: 1.5rem;
}

.company__button {
	margin-top: 1.5rem;
}

.contact-form {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.contact {
	width: 100%;
}

.cta {
	flex-direction: column;
}

.example__list {
	grid-template-columns: 1fr;
	justify-items: center;
	row-gap: 1.5rem;
}

.flow__list {
	align-items: center;
	flex-direction: column;
	row-gap: 1.5rem;
}

.flow__list::after {
	background-color: transparent;
}

.flow__text {
	font-size: 0.875rem;
}

.footer__container {
	align-items: center;
	flex-direction: column;
	row-gap: 1.25rem;
}

.footer__nav {
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.heading.heading--left {
	text-align: center;
}

.history__navigation {
	right: -2rem;
}

.history__swiper-button-next {
	left: 0.5rem;
}

.history__swiper-button-prev,
.history__swiper-button-next {
	height: 3.5rem;
	width: 3.5rem;
}

.history__swiper-button-prev::after,
.history__swiper-button-next::after {
	height: 3.5rem;
	width: 3.5rem;
}

.insta__list {
	grid-template-columns: repeat(2, 1fr);
}

.mv__text {
	font-size: 1.4rem;
}

.recruit {
	width: 100%;
}

.sub-example__cards {
	grid-template-columns: 1fr;
}

.header__hamburger.hamburger{
    transform: scale(0.65, 0.65) translateY(-50%);
}

.sub-mv__title {
    font-size: 1.6rem!important;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes menu07-bar01 {

0% {
	transform: translateY(15px) rotate(45deg);
}

50% {
	transform: translateY(15px) rotate(0);
}

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

}

@keyframes menu07-bar03 {

0% {
	transform: translateY(-15px) rotate(-45deg);
}

50% {
	transform: translateY(-15px) rotate(0);
}

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

}

@keyframes active-menu07-bar01 {

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

50% {
	transform: translateY(15px) rotate(0);
}

100% {
	transform: translateY(15px) rotate(45deg);
}

}

@keyframes active-menu07-bar03 {

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

50% {
	transform: translateY(-15px) rotate(0);
}

100% {
	transform: translateY(-15px) rotate(-45deg);
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0; /*初期状態では透明に*/
	transform: translateY(50px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


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