body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
	color: #373634;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

article > * + * {
	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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

.annual-events {
	background: url(../images/events-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(3%, #fff), color-stop(3%, #fff), to(#fff));
	background: url(../images/events-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 3%, #fff 3%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-top: 180px;
	padding-top: 11.25rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.annual-events__inner {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.annual-events__wrapper {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-top: 70px;
	padding-top: 4.375rem;
	position: relative;
}

.annual-events__wrapper::before {
	background-image: url(../images/events-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 350px;
	height: 21.875rem;
	left: -38%;
	position: absolute;
	top: 52%;
	width: 420px;
	width: 26.25rem;
	z-index: -1;
}

.annual-events__wrapper::after {
	background-image: url(../images/events-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 236px;
	height: 14.75rem;
	position: absolute;
	right: -38%;
	top: 16%;
	width: 640px;
	width: 40rem;
	z-index: -1;
}

.annual-events__inner::after {
	background-image: url(../images/events-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 300px;
	height: 18.75rem;
	position: absolute;
	right: -33%;
	top: 80%;
	width: 310px;
	width: 19.375rem;
	z-index: -1;
}

.annual-events__item img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.childcare {
	background-image: url(../images/custody-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(15%, #F1FAF8), color-stop(15%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/custody-back-top.png), linear-gradient(180deg, #fff 0%, #F1FAF8 15%, #F1FAF8 15%, #F1FAF8 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	overflow: hidden;
	padding-bottom: 210px;
	padding-bottom: 13.125rem;
	padding-top: 850px;
	padding-top: 53.125rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.childcare__inner {
	margin: 0 auto;
	max-width: 700px;
	max-width: 43.75rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.childcare__inner::before {
	background-image: url(../images/chilcare-deco.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 308px;
	height: 19.25rem;
	left: -36%;
	position: absolute;
	top: 82%;
	width: 378px;
	width: 23.625rem;
	z-index: -2;
}

.childcare__item {
	position: relative;
}

.childcare__item::before {
	background-image: url(../images/childcare-rainbow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 110px;
	height: 6.875rem;
	left: 25%;
	position: absolute;
	top: 16%;
	width: 210px;
	width: 13.125rem;
	z-index: -1;
}

.childcare__title {
	height: 170px;
	height: 10.625rem;
	left: 0;
	position: absolute;
	top: 15%;
	width: 200px;
	width: 12.5rem;
}

.childcare__text-wrapper {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.child__text-wrapper::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/childcare-big-cloud.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 580px;
	height: 36.25rem;
	left: 50%;
	margin-top: 13px;
	margin-top: 0.8125rem;
	position: absolute;
	top: 30%;
	transform: translateX(-50%);
	width: 700px;
	width: 43.75rem;
	z-index: -1;
}

.childcare__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	line-height: 2.2;
	margin-left: auto;
	max-width: 786px;
	max-width: 49.125rem;
	padding-left: min(10%, 60px);
	padding-top: min(79%, 280px);
}

.cost {
	background-image: url(../images/cost-back.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(3%, #F1FAF8), color-stop(3%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/cost-back.png), linear-gradient(180deg, #fff 0%, #F1FAF8 3%, #F1FAF8 3%, #F1FAF8 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 850px;
	padding-top: 53.125rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.cost__inner {
	margin: 0 auto;
	max-width: 700px;
	max-width: 43.75rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.cost__inner::before {
	background-image: url(../images/cost-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 250px;
	height: 15.625rem;
	left: -34%;
	position: absolute;
	top: 9%;
	width: 260px;
	width: 16.25rem;
	z-index: -2;
}

.cost__inner::after {
	background-image: url(../images/cost-deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 190px;
	height: 11.875rem;
	position: absolute;
	right: -37%;
	top: 33%;
	width: 415px;
	width: 25.9375rem;
	z-index: -1;
}

.cost__items {
	padding-top: 108px;
	padding-top: 6.75rem;
	position: relative;
}

.cost__items::before {
	background-image: url(../images/cost-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 320px;
	height: 20rem;
	left: -39%;
	position: absolute;
	top: 54%;
	width: 375px;
	width: 23.4375rem;
	z-index: -1;
}

.cost__items::after {
	background-image: url(../images/cost-deco04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 260px;
	height: 16.25rem;
	position: absolute;
	right: -39%;
	top: 84%;
	width: 250px;
	width: 15.625rem;
	z-index: -1;
}

.cost__item-wrapper + .cost__item-wrapper {
	padding-top: 138px;
	padding-top: 8.625rem;
}

.cost__title {
	color: #948578;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 4px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 0;
}

.cost__title::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/cost-text-pink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 148px;
	height: 9.25rem;
	left: 50%;
	position: absolute;
	top: -200%;
	transform: translateX(-50%);
	width: 388px;
	width: 24.25rem;
	z-index: -1;
}

.cost__title--green {
	position: relative;
}

.cost__title--green::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/cost-text-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 148px;
	height: 9.25rem;
	left: 50%;
	position: absolute;
	top: -200%;
	transform: translateX(-50%);
	width: 388px;
	width: 24.25rem;
	z-index: -1;
}

.cost__item {
	background-color: #fff;
	border-radius: 30px;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 3px;
}

.cost-item1 {
	padding: 85px 30px 50px;
	padding: 5.3125rem 1.875rem 3.125rem;
}

.cost-item2 {
	line-height: 2.3;
	padding: 62px 30px 40px;
	padding: 3.875rem 1.875rem 2.5rem;
}

.cost-item3 {
	letter-spacing: 2px;
	line-height: 1.9;
	padding: 50px 30px 40px 30px;
	padding: 3.125rem 1.875rem 2.5rem 1.875rem;
}

.cost-item4 {
	line-height: 1.9;
	padding: 65px 30px 10px 30px;
	padding: 4.0625rem 1.875rem 0.625rem 1.875rem;
}

.cost-item1__lead {
	background-color: #fff894;
	display: inline-block;
	padding: 5px 20px;
	padding: 0.3125rem 1.25rem;
}

.cost-item1__lead:nth-of-type(2) {
	letter-spacing: 6px;
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.cost-item1__detail {
	line-height: 2;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-top: 3px;
	padding-top: 0.1875rem;
}

.cost-item2__item {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.cost-item3__item {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.cost-item3__right {
	margin-top: 70px;
	margin-top: 4.375rem;
	position: relative;
}

.cost-item3__right::before {
	background-image: url(../images/cost-ribbon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: min(7vw, 60px);
	position: absolute;
	right: 30%;
	top: -12%;
	width: min(14vw, 120px);
}

.cost-item3__lead {
	background-color: #fff894;
	margin-left: -15px;
	margin-left: -0.9375rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 5px 27px;
	padding: 0.3125rem 1.6875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.cost-item3__lead.cost-item3__green {
	background-color: #c9e6e0;
	padding: 2px 27px;
	padding: 0.125rem 1.6875rem;
}

.cost-item3__detail {
	padding-top: 5px;
	padding-top: 0.3125rem;
}

.cost-item3__detail-item {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.cost-item4__right {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.cost-item4__detail:nth-child(n+2) {
	padding-top: 42px;
	padding-top: 2.625rem;
}

.cost-item4__detail:last-child {
	line-height: 1.4;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-top: 16px;
	padding-top: 1rem;
}

.cost-item4__price {
	background-color: #fff894;
	display: block;
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding: 24px 0;
	padding: 1.5rem 0;
	text-align: center;
	width: 100%;
}

.cost-item4__detail-item {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.mobile-only {
	display: inline-block;
}

.custody {
	background-image: url(../images/custody-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(2%, #F1FAF8), color-stop(2%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/custody-back-top.png), linear-gradient(180deg, #fff 0%, #F1FAF8 2%, #F1FAF8 2%, #F1FAF8 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 134px;
	margin-top: 8.375rem;
	overflow: hidden;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.custody__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.custody__inner::before {
	background-image: url(../images/custody-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 260px;
	height: 16.25rem;
	left: -36%;
	position: absolute;
	top: 0;
	width: 250px;
	width: 15.625rem;
	z-index: -2;
}

.custody__inner::after {
	background-image: url(../images/custody-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 200px;
	height: 12.5rem;
	position: absolute;
	right: -63%;
	top: 28%;
	width: 850px;
	width: 53.125rem;
	z-index: -2;
}

.custody__top-items {
	padding-top: 116px;
	padding-top: 7.25rem;
}

.custody__top-item + .custody__top-item {
	margin-top: 150px;
	margin-top: 9.375rem;
}

.custody__top-item {
	background-color: #fff;
	border-radius: 30px;
	padding: 10px 20px 50px;
	padding: 0.625rem 1.25rem 3.125rem;
	position: relative;
	z-index: -1;
}

.custody__top-item.custody__top-item--bear {
	padding: 18px 34px 44px;
	padding: 1.125rem 2.125rem 2.75rem;
}

.custody__top-item--bear::before {
	background-image: url(../images/custody-bear.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 106px;
	height: 6.625rem;
	left: 0;
	position: absolute;
	top: -79px;
	top: -4.9375rem;
	width: 129px;
	width: 8.0625rem;
}

.custody__top-lead {
	color: #948578;
	font-size: 18px;
	position: relative;
	text-align: center;
}

.custody__top-lead::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/custody-text-back-pink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 200px;
	height: 12.5rem;
	left: 50%;
	position: absolute;
	top: -300%;
	transform: translateX(-50%);
	width: 334px;
	width: 20.875rem;
	z-index: -1;
}

.custody__top-lead--bear {
	position: relative;
}

.custody__top-lead--bear::before {
	top: -140%;
}

.custody__top-detail {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
	padding-top: 73px;
	padding-top: 4.5625rem;
}

.custody__top-detail:nth-child(3) {
	padding-top: 50px;
	padding-top: 3.125rem;
}

.custody__middle {
	padding-top: 200px;
	padding-top: 12.5rem;
	position: relative;
}

.custody__middle::before {
	background-image: url(../images/custody-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 317px;
	height: 19.8125rem;
	left: -40%;
	position: absolute;
	top: 37%;
	width: 387px;
	width: 24.1875rem;
}

.custody__middle::after {
	background-image: url(../images/custody-deco04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 271px;
	height: 16.9375rem;
	position: absolute;
	right: -39%;
	top: 97%;
	width: 261px;
	width: 16.3125rem;
}

.custody__sub-title {
	color: #948578;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
}

.custody__sub-title::after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/custody-title-bottom-pink.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -100%;
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 205px;
	width: 12.8125rem;
}

.custody__sub-title--bottom {
	position: relative;
}

.custody__sub-title--bottom::after {
	bottom: -50%;
}

.custody__middle-items {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.custody__middle-item {
	background-color: #fff;
	border-radius: 30px;
	font-size: 18px;
	font-size: 1.125rem;
	min-height: 520px;
	min-height: 32.5rem;
	padding: 90px 40px 60px;
	padding: 5.625rem 2.5rem 3.75rem;
}

.custody__middle-item + .custody__middle-item {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.custody__middle-list + .custody__middle-list {
	padding-top: 16px;
	padding-top: 1rem;
}

.middle-am {
	position: relative;
}

.middle-am::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "午前保育";
	left: 47%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}

.middle-am:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/custody-text-back-yellow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 108px;
	height: 6.75rem;
	left: 47%;
	position: absolute;
	top: -8%;
	transform: translateX(-50%);
	width: 108px;
	width: 6.75rem;
}

.middle-pm {
	position: relative;
}

.middle-pm::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "午後保育";
	left: 47%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}

.middle-pm:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/cusody-title-back-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 108px;
	height: 6.75rem;
	left: 47%;
	position: absolute;
	top: -8%;
	transform: translateX(-50%);
	width: 108px;
	width: 6.75rem;
}

.custody__bottom {
	padding-top: 167px;
	padding-top: 10.4375rem;
}

.custody__bottom-item {
	background-color: #fff;
	border-radius: 30px;
	letter-spacing: 2px;
	line-height: 1.9;
	margin-top: 70px;
	margin-top: 4.375rem;
	padding: 46px 20px;
	padding: 2.875rem 1.25rem;
}

.custody__bottom-item-top {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 auto;
	max-width: 520px;
	max-width: 32.5rem;
}

.custody__bottom-item-bottom {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.1;
	margin: 0 auto;
	max-width: 775px;
	max-width: 48.4375rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.day {
	overflow: hidden;
	padding-top: 180px;
	padding-top: 11.25rem;
	position: relative;
	z-index: 0;
}

.day__inner {
	margin: 0 auto;
	max-width: 1045px;
	max-width: 65.3125rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
}

.day__wrapper {
	margin: 0 auto;
	margin-top: 94px;
	margin-top: 5.875rem;
	max-width: 600px;
	max-width: 37.5rem;
}

.day__am .day__item {
	margin-top: max(34vw, 100px);
}

.day__am .day__img img {
	margin-left: 37px;
	margin-left: 2.3125rem;
}

.day__am .day__img::before {
	background-image: url(../images/day-sun.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 110px;
	height: 6.875rem;
	position: absolute;
	right: -157px;
	right: -9.8125rem;
	top: -87px;
	top: -5.4375rem;
	width: 100px;
	width: 6.25rem;
}

.day__am .day__img::after {
	background-image: url(../images/day-star.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 110px;
	height: 6.875rem;
	position: absolute;
	right: -347px;
	right: -21.6875rem;
	top: 155px;
	top: 9.6875rem;
	width: 140px;
	width: 8.75rem;
}

.day__am .day__img span {
	background-image: url(../images/day-deco01x.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 225px;
	height: 14.0625rem;
	position: relative;
	width: min(91vw, 641px);
}

.day__am .day__img span::before {
	background-image: url(../images/day-img02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 305px;
	height: 19.0625rem;
	left: 28%;
	position: absolute;
	top: 42%;
	width: min(48vw, 361px);
}

.day__pm .day__img::before {
	background-image: url(../images/day-yummy.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100px;
	height: 6.25rem;
	left: -264px;
	left: -16.5rem;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 200px;
	width: 12.5rem;
}

.day__pm .day__img span {
	background-image: url(../images/day-deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 309px;
	height: 19.3125rem;
	left: 17%;
	margin-top: 70px;
	margin-top: 4.375rem;
	position: relative;
	width: min(53vw, 470px);
}

.day__pm .day__img span::before {
	background-image: url(../images/day-img04.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 315px;
	height: 19.6875rem;
	left: -19%;
	position: absolute;
	top: -23%;
	width: min(50vw, 440px);
}

.day__pm .day__img img {
	margin-left: -43px;
	margin-left: -2.6875rem;
}

.day__am .day__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #bde1da;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 11px 19px;
	padding: 0.6875rem 1.1875rem;
}

.day__pm .day__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #bde1da;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 11px 19px;
	padding: 0.6875rem 1.1875rem;
}

.day__detail {
	color: #948578;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 2px;
}

.day__time {
	color: #948578;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 4px;
	padding-top: 5px;
	padding-top: 0.3125rem;
}

.day__am .day__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 2px;
	padding: 10px 0 37px 20px;
	padding: 0.625rem 0 2.3125rem 1.25rem;
}

.day__pm .day__text {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 2px;
	padding: 10px 0 51px 35px;
	padding: 0.625rem 0 3.1875rem 2.1875rem;
}

.dietary-education {
	background: url(../images/dietary_education-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #F1FAF8), color-stop(5%, #F1FAF8), to(#F1FAF8));
	background: url(../images/dietary_education-back-top.png), linear-gradient(180deg, #fff 0%, #F1FAF8 5%, #F1FAF8 5%, #F1FAF8 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	overflow: hidden;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 180px;
	padding-top: 11.25rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.dietary-education__inner {
	margin: 0 auto;
	max-width: 1085px;
	max-width: 67.8125rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.dietary-education__top-wrapper {
	margin: 0 auto;
	margin-top: 55px;
	margin-top: 3.4375rem;
	max-width: 600px;
	max-width: 37.5rem;
}

.dietary-education__img {
	aspect-ratio: 400/300;
	height: auto;
	position: relative;
	width: 100%;
}

.dietary-education__img .slider-item {
	height: auto !important;
}

.dietary-education__img .slider-item img {
	-o-object-fit: cover;
	height: auto !important;
	object-fit: cover;
	width: 100%;
}

.dietary-education__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dietary-education__head {
	color: #948578;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 4px;
	padding-top: 48px;
	padding-top: 3rem;
	position: relative;
	text-align: center;
}

.dietary-education__head::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/dietary_education-text-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 200px;
	height: 12.5rem;
	left: 50%;
	position: absolute;
	top: -41%;
	transform: translateX(-50%);
	width: 430px;
	width: 26.875rem;
	z-index: -1;
}

.dietary-education__detail {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 2px;
	line-height: 2;
	margin: 57px auto 0;
	margin: 3.5625rem auto 0;
	max-width: 505px;
	max-width: 31.5625rem;
}

.dietary-education__text span {
	background-image: url(../images/dietary_education-cultery.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 150px;
	height: 9.375rem;
	margin-left: auto;
	position: relative;
	width: 140px;
	width: 8.75rem;
}

.dietary-education__text span:before {
	background-image: url(../images/dietary_education-note.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 70px;
	height: 4.375rem;
	left: -37%;
	position: absolute;
	top: 18%;
	top: 18%;
	width: 30px;
	width: 1.875rem;
}

.dietary-education__text span:after {
	background-image: url(../images/dietary_education-deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100px;
	height: 6.25rem;
	left: -50%;
	position: absolute;
	top: 73%;
	width: 150px;
	width: 9.375rem;
	z-index: -1;
}

.dietary-education__bottom-wrapper {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-top: 150px;
	padding-top: 9.375rem;
	position: relative;
}

.dietary-education__bottom-wrapper:before {
	background-image: url(../images/dietary_education-deco04.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 255px;
	height: 15.9375rem;
	position: absolute;
	right: -37%;
	top: 15%;
	width: 255px;
	width: 15.9375rem;
	z-index: -2;
}

.dietary-education__bottom-wrapper:after {
	background-image: url(../images/dietary_education-deco05.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 305px;
	height: 19.0625rem;
	left: -43%;
	position: absolute;
	top: 48%;
	width: 358px;
	width: 22.375rem;
	z-index: -2;
}

.dietary-education__item {
	background-color: #bde1da;
	border-radius: 30px;
	padding: 40px;
	padding: 2.5rem;
	position: relative;
}

.dietary-education__item + .dietary-education__item {
	margin-top: 95px;
	margin-top: 5.9375rem;
}

.dietary-education__item::before {
	background: repeating-linear-gradient(47deg, #bde1da, #bde1da 10px, #fff 10px, #fff 20px);
	background-position: center;
	background-size: contain;
	border-radius: 30px;
	content: "";
	height: 105%;
	left: -2%;
	position: absolute;
	top: -3%;
	width: 104%;
	z-index: -1;
}

.dietary-education__item-text {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.dietary-education__item-img {
	aspect-ratio: 600/400;
	height: auto;
	max-width: 630px;
	max-width: 39.375rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
	z-index: 0;
}

.dietary-education__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dietary-education__item-img::before {
	background-image: url(../images/dietary_education-img-back.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -6%;
	content: "";
	height: 100%;
	left: -2%;
	position: absolute;
	width: 105%;
	z-index: -1;
}

.dietary-education__bottom-head {
	color: #948578;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}

.dietary-education__bottom-detail {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.9;
	padding-top: 22px;
	padding-top: 1.375rem;
}

.evaluation {
	background: url(../images/evaluation-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(3%, #fff), color-stop(3%, #fff), to(#fff));
	background: url(../images/evaluation-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 3%, #fff 3%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	overflow: hidden;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 470px;
	padding-top: 29.375rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.evaluation__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.evaluation__inner::before {
	background-image: url(../images/evaluation-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 280px;
	height: 17.5rem;
	position: absolute;
	right: -29%;
	top: 16%;
	width: 248px;
	width: 15.5rem;
	z-index: -2;
}

.evaluation__inner::after {
	background-image: url(../images/evaluation-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 392px;
	height: 24.5rem;
	left: -27%;
	position: absolute;
	top: 38%;
	width: 392px;
	width: 24.5rem;
	z-index: -2;
}

.evaluation__wrapper {
	background-color: #fff;
	border: 2px solid #bde1da;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 3px;
	padding: 50px 25px 85px;
	padding: 3.125rem 1.5625rem 5.3125rem;
	position: relative;
}

.evaluation__wrapper::before {
	background-image: url(../images/evaluation-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 216px;
	height: 13.5rem;
	position: absolute;
	right: -38%;
	top: 64%;
	width: 380px;
	width: 23.75rem;
	z-index: -2;
}

.evaluation__inner::after {
	background-image: url(../images/evaluation-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 270px;
	height: 16.875rem;
	left: -33%;
	position: absolute;
	top: 83%;
	width: 255px;
	width: 15.9375rem;
	z-index: -2;
}

.evaluation__title {
	color: #948578;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.evaluation__name {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-align: right;
}

.evaluation h4,
.evaluation h5 {
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.evaluation__lead:first-of-type {
	letter-spacing: 5px;
	padding-top: 45px;
	padding-top: 2.8125rem;
}

.evaluation__lead:not(:first-of-type) {
	letter-spacing: 5px;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.evaluation__lead.lead4 {
	padding-top: 50px;
	padding-top: 3.125rem;
}

.evaluation__detail-lead {
	font-size: 18px;
	font-size: 1.125rem;
}

.evaluation__detail {
	letter-spacing: 4.5px;
	line-height: 2.2;
	padding-top: 5px;
	padding-top: 0.3125rem;
}

.evaluation__detail--padding {
	padding-top: 38px;
	padding-top: 2.375rem;
}

.evaluation__detail--border {
	border: 1px solid #373634;
	line-height: 2;
	margin: 23px auto 0;
	margin: 1.4375rem auto 0;
	max-width: 910px;
	max-width: 56.875rem;
	padding: 9px 23px;
	padding: 0.5625rem 1.4375rem;
}

.evaluation__detail-items {
	line-height: 2.2;
}

.evaluation__detail-left {
	letter-spacing: 1px;
}

.evaluation__detail-right {
	letter-spacing: 2px;
}

.evaluation__table {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 910px;
	max-width: 56.875rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.table3 table,
.table3 td,
.table3 th {
	border: 1px solid #373634;
	border-collapse: collapse;
	line-height: 1.8;
}

.table3 td {
	line-height: 1.8;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
}

.table3 th {
	line-height: 1.8;
	padding: 7px 10px;
	padding: 0.4375rem 0.625rem;
}

.table3-left {
	text-align: center;
	width: 15%;
}

.table3-right {
	width: 85%;
}

.table-color {
	background-color: #efefef;
	line-height: 1.5;
}

.evaluation__table.table5 {
	padding-top: 17px;
	padding-top: 1.0625rem;
}

.table5 table,
.table5 td,
.table5 th {
	border: 1px solid #373634;
	border-collapse: collapse;
	line-height: 1.8;
}

.table5 td {
	padding: 7px 20px;
	padding: 0.4375rem 1.25rem;
}

.table5 th {
	padding: 7px 15px;
	padding: 0.4375rem 0.9375rem;
}

.table5-left {
	text-align: center;
	width: 20%;
}

.table5-right {
	width: 80%;
}

.goals {
	overflow: hidden;
	padding-bottom: 132px;
	padding-bottom: 8.25rem;
	padding-top: 188px;
	padding-top: 11.75rem;
	position: relative;
	z-index: 0;
}

.goals__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.goals__inner::before {
	background-image: url(../images/goals-deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 240px;
	height: 15rem;
	left: -34%;
	position: absolute;
	top: -2%;
	width: 460px;
	width: 28.75rem;
	z-index: -1;
}

.goals__inner::after {
	background-image: url(../images/goals-deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 320px;
	height: 20rem;
	position: absolute;
	right: -35%;
	top: 52%;
	width: 374px;
	width: 23.375rem;
	z-index: -1;
}

.goals__items {
	padding-top: 180px;
	padding-top: 11.25rem;
}

.goals__item {
	background: linear-gradient(to right, #948578, #948578 6px, transparent 6px, transparent 4px) repeat-x left top/10px 2px, linear-gradient(to right, #948578, #948578 6px, transparent 6px, transparent 4px) repeat-x left bottom/10px 2px, linear-gradient(to bottom, #948578, #948578 6px, transparent 6px, transparent 4px) repeat-y left top/2px 10px, linear-gradient(to bottom, #948578, #948578 6px, transparent 6px, transparent 4px) repeat-y right top/2px 10px;
	background-color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.5;
	margin: 0 auto;
	max-width: 350px;
	max-width: 21.875rem;
	padding: 103px 50px 54px;
	padding: 6.4375rem 3.125rem 3.375rem;
	position: relative;
	text-align: center;
}

.goals__item + .goals__item {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.goals__item::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #fff;
	content: "";
	height: 50px;
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: -10%;
	transform: translateX(-50%);
	width: 165px;
	width: 10.3125rem;
}

.goals__item::after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/goals-back-pink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 105px;
	height: 6.5625rem;
	left: 50%;
	position: absolute;
	top: -22%;
	transform: translateX(-50%);
	width: 115px;
	width: 7.1875rem;
}

.goals__item.goals__item--yellow:after {
	background-image: url(../images/goals-back-yellow.png);
}

.goals__item.goals__item--green:after {
	background-image: url(../images/goals-back-green.png);
}

.goals__item span {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "";
	font-size: 22px;
	font-size: 1.375rem;
	height: 105px;
	height: 6.5625rem;
	left: 50%;
	position: absolute;
	top: -10%;
	transform: translateX(-50%);
	width: 140px;
	width: 8.75rem;
	z-index: 1;
}

.goals__text {
	background-color: #fff;
	border: 2px solid #bde1da;
	border-radius: 30px;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-top: 150px;
	margin-top: 9.375rem;
	padding: 56px 40px 60px;
	padding: 3.5rem 2.5rem 3.75rem;
	position: relative;
	z-index: 1;
}

.goals__text::before {
	background-image: url(../images/goals-flower01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100px;
	height: 6.25rem;
	left: -20px;
	position: absolute;
	top: -50px;
	width: 100px;
	width: 6.25rem;
}

.goals__text::after {
	background-image: url(../images/goals-flower02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -20px;
	content: "";
	height: 110px;
	height: 6.875rem;
	position: absolute;
	right: -11%;
	width: 150px;
	width: 9.375rem;
}

.goals__text-wrapper {
	position: relative;
}

.goals__text-wrapper::before {
	background-image: url(../images/goals-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100px;
	height: 6.25rem;
	left: -17%;
	position: absolute;
	top: -60px;
	width: 240px;
	width: 15rem;
}

.goals__text-wrapper::after {
	background-image: url(../images/goals-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -50px;
	content: "";
	height: 100px;
	height: 6.25rem;
	position: absolute;
	right: -18%;
	width: 240px;
	width: 15rem;
}

.bottom-mv {
	position: relative;
}

.bottom-mv__img {
	height: 90vw;
	width: 100%;
}

.bottom-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bottom-mv::before {
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Decol";
	font-size: 32px;
	font-size: 2rem;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.life-mv::before {
	content: "園の生活";
}

.support-mv::before {
	content: "子育て支援";
}

.about-mv::before {
	content: "当園について";
}

.following-mv::before {
	content: "入園案内";
}

.bottom-mv::after {
	background-image: url(../images/bottom-mv-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -31vw;
	content: "";
	height: 45vw;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.scroll {
	margin-top: 1000px;
}

.other {
	background: url(../images/events-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(5%, #fff), color-stop(5%, #fff), to(#fff));
	background: url(../images/events-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 5%, #fff 5%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	overflow: hidden;
	padding-bottom: 127px;
	padding-bottom: 7.9375rem;
	padding-top: 550px;
	padding-top: 34.375rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.other__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.other__inner::before {
	background-image: url(../images/other-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 322px;
	height: 20.125rem;
	left: -35%;
	position: absolute;
	top: -9%;
	width: 360px;
	width: 22.5rem;
	z-index: -2;
}

.other__inner::after {
	background-image: url(../images/other-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 200px;
	height: 12.5rem;
	position: absolute;
	right: -53%;
	top: 26%;
	width: 850px;
	width: 53.125rem;
	z-index: -2;
}

.other__items {
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.other__items::before {
	background-image: url(../images/other-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 322px;
	height: 20.125rem;
	left: -40%;
	position: absolute;
	top: 60%;
	width: 360px;
	width: 22.5rem;
	z-index: -2;
}

.other__item-wrapper + .other__item-wrapper {
	padding-top: 130px;
	padding-top: 8.125rem;
}

.other__title {
	color: #948578;
	font-size: 24px;
	font-size: 1.5rem;
	position: relative;
	text-align: center;
}

.other__title::after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/other-line-blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -100%;
	content: "";
	height: 21px;
	height: 1.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 207px;
	width: 12.9375rem;
}

.other__title--pink {
	position: relative;
}

.other__title--pink::after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/other-line-pink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -100%;
	content: "";
	height: 21px;
	height: 1.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 207px;
	width: 12.9375rem;
}

.other__item {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 3px;
	line-height: 2;
	margin-top: 80px;
	margin-top: 5rem;
}

.other__item-left {
	background-color: #fff;
	padding: 35px 20px 35px 40px;
	padding: 2.1875rem 1.25rem 2.1875rem 2.5rem;
	position: relative;
}

.other__item--revers .other__item-left {
	letter-spacing: 1px;
	line-height: 2;
	padding: 35px 40px;
	padding: 2.1875rem 2.5rem;
	position: relative;
}

.other__item-detail {
	background-color: #fff;
	position: relative;
}

.other__item-left::before {
	background-image: url(../images/other-parentheses-left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 80px;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 90px;
	width: 5.625rem;
}

.other__item-detail::after {
	background-image: url(../images/other-parentheses-right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -7%;
	content: "";
	height: 80px;
	height: 5rem;
	position: absolute;
	right: -8%;
	width: 90px;
	width: 5.625rem;
}

.other__item-detail--bottom {
	position: relative;
}

.other__item-detail--bottom::after {
	bottom: -20%;
}

.other__item-right {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
}

.other__item-right::after {
	background-image: url(../images/other-back-blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 377px;
	height: 23.5625rem;
	position: absolute;
	right: -41%;
	top: 16%;
	width: 390px;
	width: 24.375rem;
	z-index: -1;
}

.other__item-right--yellow {
	position: relative;
}

.other__item-right--yellow::after {
	background-image: url(../images/other-back-yellow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 377px;
	height: 23.5625rem;
	left: -41%;
	position: absolute;
	top: 16%;
	width: 390px;
	width: 24.375rem;
	z-index: -1;
}

.other__item-right--pink {
	position: relative;
}

.other__item-right--pink::after {
	background-image: url(../images/other-back-pink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 377px;
	height: 23.5625rem;
	position: absolute;
	right: -41%;
	top: 16%;
	width: 390px;
	width: 24.375rem;
	z-index: -1;
}

.other__item-right--green {
	position: relative;
}

.other__item-right--green::after {
	background-image: url(../images/other-back-blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 377px;
	height: 23.5625rem;
	left: -41%;
	position: absolute;
	top: 16%;
	width: 390px;
	width: 24.375rem;
	z-index: -1;
}

.price {
	background: url(../images/events-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(5%, #fff), color-stop(5%, #fff), to(#fff));
	background: url(../images/events-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 5%, #fff 5%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	overflow: hidden;
	padding-bottom: 127px;
	padding-bottom: 7.9375rem;
	padding-top: 454px;
	padding-top: 28.375rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.price__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.price__inner::before {
	background-image: url(../images/price-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 300px;
	height: 18.75rem;
	left: -37%;
	position: absolute;
	top: 7%;
	width: 300px;
	width: 18.75rem;
	z-index: -2;
}

.price__inner::after {
	background-image: url(../images/price-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 200px;
	height: 12.5rem;
	position: absolute;
	right: -68%;
	top: 37%;
	width: 850px;
	width: 53.125rem;
	z-index: -2;
}

.price__wrapper {
	background-color: #fff;
	border: 2px solid #bde1da;
	border-radius: 30px;
}

.price__top {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding: 50px 15px 35px;
	padding: 3.125rem 0.9375rem 2.1875rem;
}

.price__top-title {
	color: #948578;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	text-align: center;
}

.price__top-text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.desktop-only {
	display: none;
}

.price__table-top table {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	width: 100%;
}

th {
	font-weight: 400;
}

.price__table-top table span {
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}

.price__table-top table span::before {
	background-image: url(../images/price-parentheses-left.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 52px;
	height: 3.25rem;
	left: -42%;
	position: absolute;
	top: 0;
	width: 18px;
	width: 1.125rem;
}

.price__table-top table span::after {
	background-image: url(../images/price-parentheses-right.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 52px;
	height: 3.25rem;
	position: absolute;
	right: -24%;
	top: 0;
	width: 18px;
	width: 1.125rem;
}

.price__table-top .table-top {
	width: 13%;
}

.price__table-top .table-middle {
	width: 38%;
}

.price__table-top .table-bottom {
	width: 38%;
}

.price__table-top table,
.price__table-top td,
.price__table-top th {
	border: none;
	border-spacing: 2px 5px;
	border-spacing: 0.125rem 0.3125rem;
}

.price__table-top td,
.price__table-top th {
	padding: 10px 5px;
	padding: 0.625rem 0.3125rem;
}

.price__table-top .table-green {
	background-color: #bde1da;
}

.price__table-top .table-yellow {
	background-color: #fffbbc;
}

.price__table-top .table-blue {
	background-color: #edf7f5;
}

.price__table-top .price__attention {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 2px;
	padding: 10px 0 0 40px;
	padding: 0.625rem 0 0 2.5rem;
}

.price__table-wrapper {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.price__bottom {
	padding: 20px 10px 30px;
	padding: 1.25rem 0.625rem 1.875rem;
}

.price__bottom + .price__bottom {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.price__table-bottom table {
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-align: center;
	width: 100%;
}

.price__bottom-text {
	letter-spacing: 3px;
	padding-left: 45px;
	padding-left: 2.8125rem;
}

.table-left {
	background-color: #bde1da;
	letter-spacing: 3px;
	width: 64%;
}

.table-right {
	background-color: #edf7f5;
	width: 34%;
}

.price__bottom table,
.price__bottom td,
.price__bottom th {
	border: none;
	border-collapse: separate;
	border-spacing: 10px 6px;
	border-spacing: 0.625rem 0.375rem;
}

.price__bottom td,
.price__bottom th {
	padding: 8px 5px;
	padding: 0.5rem 0.3125rem;
}

.price__month {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-top: 1.875rem;
	text-align: center;
}

.price__month table {
	width: 100%;
}

.price__month .table-green {
	background-color: #bde1da;
	width: 13%;
}

.price__month .table-yellow {
	background-color: #fffbbc;
	width: 38%;
}

.price__month .table-blue {
	background-color: #edf7f5;
	text-align: right;
	width: 38%;
}

.price__month table,
.price__month td,
.price__month th {
	border: none;
	border-collapse: separate;
	border-spacing: 10px 5px;
	border-spacing: 0.625rem 0.3125rem;
}

.price__month td,
.price__month th {
	padding: 10px;
}

.price__list {
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.price__list::before {
	background-image: url(../images/price-deco03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 344px;
	height: 21.5rem;
	left: -41%;
	position: absolute;
	top: 25%;
	width: 409px;
	width: 25.5625rem;
	z-index: -2;
}

.price__list::after {
	background-image: url(../images/price-deco04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 291px;
	height: 18.1875rem;
	position: absolute;
	right: -36%;
	top: 150%;
	width: 302px;
	width: 18.875rem;
	z-index: -2;
}

.price__list-title {
	color: #948578;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 3px;
	text-align: center;
}

.price__list-img {
	height: 100%;
	overflow-x: scroll;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-top: 1.25rem;
	width: 100%;
}

.price__list-img img {
	max-width: 100%;
	min-width: 600px;
	vertical-align: top;
}

.price__list-text {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 3px;
	padding: 15px 15px 0;
	padding: 0.9375rem 0.9375rem 0;
}

.price__collection {
	background-color: #fff;
	border: 2px solid #bde1da;
	border-radius: 30px;
	margin-top: 120px;
	margin-top: 7.5rem;
	padding: 70px 50px 135px;
	padding: 4.375rem 3.125rem 8.4375rem;
	position: relative;
}

.price__collection::before {
	background-image: url(../images/price-ant.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	height: 3.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 200px;
	width: 12.5rem;
}

.price__collection::after {
	background-image: url(../images/price-green.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 7%;
	content: "";
	height: 70px;
	height: 4.375rem;
	position: absolute;
	right: 0;
	width: 200px;
	width: 12.5rem;
}

.price__collection-title {
	color: #948578;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 5px;
	text-align: center;
}

.price__collection-text {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 auto;
	max-width: 950px;
	max-width: 59.375rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
}

.price__collection-text:nth-child(3) {
	padding-top: 35px;
	padding-top: 2.1875rem;
}

.requirements {
	overflow: hidden;
	padding-bottom: 116px;
	padding-bottom: 7.25rem;
	padding-top: 188px;
	padding-top: 11.75rem;
	position: relative;
	z-index: 0;
}

.requirements__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.requirements__inner::before {
	background-image: url(../images/requirements-deco01.png);
	background-image: url(../images/requirements-deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 190px;
	height: 11.875rem;
	left: -35%;
	position: absolute;
	top: 31%;
	width: 354px;
	width: 22.125rem;
	z-index: -1;
}

.requirements__inner::after {
	background-image: url(../images/requirements-deco02.png);
	background-image: url(../images/requirements-deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 306px;
	height: 19.125rem;
	position: absolute;
	right: -35%;
	top: 61%;
	width: 400px;
	width: 25rem;
	z-index: -1;
}

.requirements__items {
	background-color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 3px;
	line-height: 1.8;
	padding-top: 87px;
	padding-top: 5.4375rem;
}

.requirements__item {
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
	position: relative;
}

.requirements__item:nth-child(n+2) {
	padding: 47px 10px;
	padding: 2.9375rem 0.625rem;
}

.requirements__item::after {
	background-image: url(../images/requirements-line.png);
	background-image: url(../images/requirements-line.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 20px;
	height: 1.25rem;
	position: absolute;
	width: 100%;
}

.requirements__item-lead {
	color: #948578;
	margin-right: 45px;
	margin-right: 2.8125rem;
	text-align: center;
	width: 100%;
}

.requirements__item-lead span {
	background-color: #ffefea;
	display: block;
	padding: 10px 0;
	padding: 0.625rem 0;
}

.requirements__item-detail {
	padding: 50px 20px 0;
	padding: 3.125rem 1.25rem 0;
}

.square {
	overflow: hidden;
	padding-top: 180px;
	padding-top: 11.25rem;
	position: relative;
	z-index: 0;
}

.square__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.square__inner::before {
	background-image: url(../images/square-deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 192px;
	height: 12rem;
	left: -52%;
	position: absolute;
	top: 1%;
	width: 460px;
	width: 28.75rem;
	z-index: -1;
}

.square__inner::after {
	background-image: url(../images/square-deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 320px;
	height: 20rem;
	position: absolute;
	right: -52%;
	top: 45%;
	width: 390px;
	width: 24.375rem;
	z-index: -1;
}

.square__head {
	color: #948578;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 5px;
	padding-top: 100px;
	padding-top: 6.25rem;
	text-align: center;
}

.square__message {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.2;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.square__detail {
	background-color: #ffefea;
	border-radius: 30px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.2;
	margin-top: 46px;
	margin-top: 2.875rem;
	padding: 33px 34px;
	padding: 2.0625rem 2.125rem;
}

.btn__wrapper {
	position: relative;
	text-align: center;
}

.btn__wrapper--about {
	padding-top: 43px;
	padding-top: 2.6875rem;
}

.btn__wrapper--institution {
	padding-top: 67px;
	padding-top: 4.1875rem;
}

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

.btn__wrapper--square {
	padding-top: 90px;
	padding-top: 5.625rem;
}

.btn__wrapper--square .btn {
	font-size: 20px;
	letter-spacing: 1px;
	padding-right: 89px;
	width: 320px;
	width: 20rem;
}

.btn {
	border: 1px solid #948578;
	border-radius: 43px;
	color: #948578;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1.545;
	padding: 19px 0;
	padding: 1.1875rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
	width: 350px;
	width: 21.875rem;
}

.btn::before {
	border-right: 1px solid #948578;
	border-top: 1px solid #948578;
	content: "";
	height: 8px;
	position: absolute;
	right: 8%;
	top: 49%;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 40px;
}

.btn:hover {
	background-color: #948578;
	color: #fff;
}

.btn:hover::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.btn__wrapper--cost-item1 {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.btn__wrapper--cost-item1 .btn {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	padding-right: 50px;
	padding-right: 3.125rem;
	width: 260px;
	width: 16.25rem;
}

.btn__wrapper--cost-item1 .btn::before {
	right: 8%;
	top: 49%;
}

.btn__wrapper--other {
	margin-right: 66px;
	margin-right: 4.125rem;
	padding-top: 75px;
	padding-top: 4.6875rem;
}

.btn__wrapper--other.u-mobile {
	margin: 0 auto;
}

.btn__wrapper--other .btn {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 3px;
	width: 310px;
	width: 19.375rem;
}

.btn__wrapper--other .btn::before {
	right: 14%;
	top: 63%;
}

.contact {
	padding: 110px 0;
	padding: 6.875rem 0;
}

.contact__text {
	color: #948578;
	font-size: 16px;
	font-size: 1rem;
	padding: 20px 25px 0;
	padding: 1.25rem 1.5625rem 0;
	text-align: center;
}

.following-btn {
	bottom: 3%;
	height: auto;
	position: fixed;
	right: 3%;
	width: 30%;
	z-index: 1;
}

footer {
	background-image: url(../images/footer-back.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #bde1da), to(#bde1da));
	background-image: url(../images/footer-back.png), linear-gradient(180deg, transparent 0%, transparent 10%, #bde1da 10%, #bde1da 100%);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	color: #948578;
	color: #948578;
	position: relative; /* height: 30rem; */
	width: 100%;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1130px;
	max-width: 70.625rem;
	padding: 160px 25px 70px;
	padding: 10rem 1.5625rem 4.375rem;
}

.footer__items {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

.footer__item:not(:last-child) {
	position: relative;
}

.footer__item span {
	font-size: 16px;
	font-size: 1rem;
	margin-left: 30px;
	margin-left: 1.875rem;
}

.footer__item + .footer__item {
	padding-top: 10px;
	padding-top: 0.625rem;
}

.footer__bottom-items {
	text-align: center;
}

.footer__bottom-item img {
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-top: 1.875rem;
	width: 260px;
	width: 16.25rem;
}

.footer__bottom-item {
	font-size: rme(14);
}

.footer__bottom-item + .footer__bottom-item {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.footer__bottom-item span {
	font-size: rme(12);
}

.footer__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #948578;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 272px;
	max-width: 17rem;
	padding: 10px 50px;
	padding: 0.625rem 3.125rem;
	position: relative;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}

.footer__btn::before {
	border-right: 1px solid #948578;
	border-top: 1px solid #948578;
	content: "";
	height: 5px;
	position: absolute;
	right: 8%;
	top: 49%;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 40px;
}

.footer__btn:hover {
	background-color: #948578;
	color: #bde1da;
}

.footer__btn:hover::before {
	border-right: 1px solid #bde1da;
	border-top: 1px solid #bde1da;
}

.footer__copyright {
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 1.3px;
	padding-top: 55px;
	padding-top: 3.4375rem;
	text-align: center;
}

.pc-nav {
	display: none;
	height: inherit;
}

.pc-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item img {
	-o-object-fit: contain;
	height: 40px;
	height: 2.5rem;
	object-fit: contain;
	width: 40px;
	width: 2.5rem;
}

.pc-nav__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #948578;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	font-size: 0.875rem;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	margin-right: 32px;
	margin-right: 2rem;
}

.pc-nav__link:nth-child(4) {
	margin-right: 0;
}

.pc-nav__link.header-button {
	background-color: #948578;
	border-radius: 5px;
	color: #fff;
	height: auto;
	height: initial;
	margin: 10px 0;
	margin: 0.625rem 0;
	padding: 14px 33px;
	padding: 0.875rem 2.0625rem;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pc-nav__link.header-button:hover {
	background-color: #4D6452;
	opacity: 1;
}

.sp-nav {
	background-color: #fff;
	color: #fff;
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: -120%;
	top: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 8888;
}

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

.sp-nav.is-open {
	opacity: 1;
	pointer-events: auto;
	right: 0;
}

.sp-nav__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-nav__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	color: #948578;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(5vw, 38px);
	font-weight: 500;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	letter-spacing: 1px;
	padding-bottom: 6%;
	text-align: center;
	width: 100%;
}

.sp-nav__link:hover {
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sp-nav__link.header-button {
	background-color: #948578;
	color: #fff;
	padding: 14px 22px;
	padding: 0.875rem 1.375rem;
	-webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.sp-nav__link.header-button:hover {
	background-color: #4D6452;
	opacity: 1;
}

.sp-nav__link img {
	-o-object-fit: contain;
	height: 50px;
	height: 3.125rem;
	margin-right: 20px;
	margin-right: 1.25rem;
	object-fit: contain;
	width: 50px;
	width: 3.125rem;
}

.is-fixed {
	position: fixed;
}

.header {
	background-image: url(../images/header-line.png);
	height: 65px;
	height: 4.0625rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

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

.header__logo {
	height: 170px;
	height: 10.625rem;
	position: fixed;
	top: 0;
	width: max(41vw, 300px);
}

.header__logo a:hover {
	opacity: 1;
}

.header__drawer {
	margin-right: 20px;
	margin-right: 1.25rem;
	z-index: 9999;
}

.header__drawer span {
	background-color: #948578;
	display: block;
	height: 2px;
	height: 0.125rem;
	position: relative;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 24px;
	width: 1.5rem;
}

.header__drawer span:nth-child(1) {
	top: 0;
}

.header__drawer span:nth-child(2) {
	margin: 4px 0;
	margin: 0.25rem 0;
}

.header__drawer span:nth-child(3) {
	top: 0;
}

.header__drawer.is-open span:nth-child(1) {
	background-color: #373634;
	top: 16px;
	top: 1rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header__drawer.is-open span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header__drawer.is-open span:nth-child(3) {
	background-color: #373634;
	top: 3px;
	top: 0.1875rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

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

.mv {
	position: relative;
}

.slider-item {
	height: 90vw;
	width: 100%;
}

.slider-item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv::after {
	background-image: url(../images/mv-bk.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -31vw;
	content: "";
	height: 66vw;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.scroll {
	margin-top: 1000px;
}

.section-title {
	text-align: center;
}

.section-title__heading {
	color: #948578;
	display: inline-block;
	font-family: "Kaisei Decol";
	font-size: min(10vw, 40px);
	font-weight: bold;
	letter-spacing: 3px;
}

.section-title__heading::before {
	color: #948578;
	content: "";
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.section-title__heading--news::before {
	content: "News";
}

.section-title__heading--news::after {
	background-image: url(../images/news-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: min(33vw, 300px);
	margin: -80% -1vw 0 -5vw;
	width: min(59vw, 350px);
}

.thought .section-title {
	margin-top: -660px;
	margin-top: -41.25rem;
}

.section-title__heading--thought::before {
	content: "Thought";
}

.section-title__heading--thought::after {
	background-image: url(../images/thought-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.institution .section-title {
	margin-top: -660px;
	margin-top: -41.25rem;
}

.section-title__heading--institution::before {
	content: "施設紹介";
}

.section-title__heading--institution::after {
	background-image: url(../images/institution-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--life::before {
	content: "Thought";
}

.section-title__heading--life::after {
	background-image: url(../images/life-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 0;
	width: min(78vw, 350px);
}

.section-title__heading--support::before {
	content: "Child Care";
}

.section-title__heading--support::after {
	background-image: url(../images/support-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 6vw;
	width: min(78vw, 350px);
}

.section-title__heading--day::before {
	content: "Day";
}

.section-title__heading--day::after {
	background-image: url(../images/day-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--dietary-education::before {
	content: "Dietary Education";
}

.section-title__heading--dietary-education::after {
	background-image: url(../images/dietary_education-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--annual-events::before {
	content: "Annual Events";
}

.section-title__heading--annual-events::after {
	background-image: url(../images/events-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--square::before {
	content: "Chibikko Square";
}

.section-title__heading--square::after {
	background-image: url(../images/square-title-back.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--custody {
	margin-top: 180px;
	margin-top: 11.25rem;
}

.section-title__heading--custody::before {
	content: "Custody Childcare";
}

.section-title__heading--custody::after {
	background-image: url(../images/custody-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.price .section-title {
	margin-top: -340px;
	margin-top: -21.25rem;
}

.section-title__heading--price::before {
	content: "Price";
}

.section-title__heading--price::after {
	background-image: url(../images/price-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--goals::before {
	content: "Chibikko Square";
}

.section-title__heading--goals::after {
	background-image: url(../images/goals-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.childcare .section-title {
	margin-top: -660px;
	margin-top: -41.25rem;
}

.section-title__heading--childcare::before {
	content: "Childcare";
}

.section-title__heading--childcare::after {
	background-image: url(../images/childcare-title-back.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.evaluation .section-title {
	margin-top: -308px;
	margin-top: -19.25rem;
}

.section-title__heading--evaluation::before {
	content: "Evaluation";
}

.section-title__heading--evaluation::after {
	background-image: url(../images/evaluation-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.section-title__heading--requirements::before {
	content: "Requirements";
	content: "Requirements";
}

.section-title__heading--requirements::after {
	background-image: url(../images/requirements-title-parts.png);
	background-image: url(../images/requirements-title-parts.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.cost .section-title {
	margin-top: -628px;
	margin-top: -39.25rem;
}

.section-title__heading--cost::before {
	content: "Cost";
}

.section-title__heading--cost::after {
	background-image: url(../images/cost-title-patrs.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.other .section-title {
	margin-top: -404px;
	margin-top: -25.25rem;
}

.section-title__heading--other::before {
	content: "Other";
}

.section-title__heading--other::after {
	background-image: url(../images/other-title-back.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(23vw, 200px);
	margin: -38% 0 0 11vw;
	width: min(78vw, 350px);
}

.about {
	margin-top: -5vw;
	position: relative;
	z-index: 0;
}

.about__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
}

.about__item {
	height: auto;
	width: 87%;
}

.about__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.institution {
	background: url(../images/institution-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(10%, #fff), color-stop(10%, #fff), to(#fff));
	background: url(../images/institution-back-top.png), linear-gradient(180deg, #F1FAF8 0%, #fff 10%, #fff 10%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	overflow: hidden;
	padding-bottom: 95px;
	padding-bottom: 5.9375rem;
	padding-top: 820px;
	padding-top: 51.25rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.institution__back {
	background-image: url(../images/institution-main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 39vw;
	margin-top: 36px;
	margin-top: 2.25rem;
	width: 100%;
}

.institution__middle {
	margin: -13.5vw auto 0;
	max-width: 1670px;
	max-width: 104.375rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	position: relative;
}

.institution__middle::after {
	background-image: url(../images/institution-deco.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 2vw;
	content: "";
	height: 32vw;
	position: absolute;
	right: -5vw;
	width: 55vw;
	z-index: 1;
}

.institution__text {
	background-image: url(../images/institution-text-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-filter: drop-shadow(-1px -3px 2px rgba(0, 0, 0, .04));
	filter: drop-shadow(-1px -3px 2px rgba(0, 0, 0, .04));
	height: auto;
	left: 0;
	padding: 18% 6% 32% 4%;
	position: relative;
	text-align: center;
	width: 100%;
}

.institution__text-title {
	color: #948578;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 300;
	letter-spacing: 3px;
}

.institution__text-detail {
	font-size: max(1vw, 14px);
	letter-spacing: -2px;
	padding-top: 29px;
	padding-top: 1.8125rem;
}

.institution__deco {
	height: 525px;
	height: 32.8125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 865px;
	width: 54.0625rem;
}

.institution__deco img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.institution__lead {
	color: #948578;
	font-size: 22px;
	font-size: 1.375rem;
	text-shadow: 1px 2px 3px #fff;
}

.institution__detail {
	color: #373634;
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.institution__images {
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
}

.institution__image {
	aspect-ratio: 649/342;
	height: auto;
	width: 100%;
}

.institution__image + .institution__image {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.institution__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-life {
	background: url(../images/life-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(15%, #ffefea), color-stop(15%, #ffefea), to(#ffefea));
	background: url(../images/life-back-top.png), linear-gradient(180deg, #fff 0%, #ffefea 15%, #ffefea 15%, #ffefea 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	padding-top: 182px;
	padding-top: 11.375rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.top-life__inner {
	margin: 0 auto;
	max-width: 80%;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.top-life__items {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.top-life__item + .top-life__item {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.news {
	padding-top: 212px;
	padding-top: 13.25rem;
	position: relative;
}

.news__inner {
	margin: 0 auto;
	max-width: 1030px;
	max-width: 64.375rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
}

.news::before {
	display: none;
}

.news::after {
	display: none;
}

.news__wrapper {
	background-color: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 8px rgba(126, 107, 90, .1);
	box-shadow: 0 0 8px rgba(126, 107, 90, .1);
	color: #948578;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 50px 50px 40px;
	padding: 3.125rem 3.125rem 2.5rem;
	position: relative;
}

.news__wrapper::before {
	display: none;
}

.news__wrapper::after {
	display: none;
}

.news__items {
	background-color: #fff;
}

.news__item {
	border-bottom: 1px dotted #948578;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.news__item:not(:first-child) {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.news__item time {
	letter-spacing: 3px;
}

.news__title {
	letter-spacing: 1px;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.news__link {
	display: block;
	letter-spacing: 2px;
	padding-top: 26px;
	padding-top: 1.625rem;
	position: relative;
	text-align: right;
}

.news__link::after {
	background-image: url(../images/news-pencil.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 58px;
	height: 3.625rem;
	position: absolute;
	right: -9%;
	top: 24px;
	width: 250px;
	width: 15.625rem;
	z-index: 1;
}

.support {
	background: url(../images/support-top-back.png), -webkit-gradient(linear, left top, left bottom, from(#ffefea), color-stop(15%, #fff), color-stop(15%, #fff), to(#fff));
	background: url(../images/support-top-back.png), linear-gradient(180deg, #ffefea 0%, #fff 15%, #fff 15%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	padding-top: 182px;
	padding-top: 11.375rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.support__inner {
	margin: 0 auto;
	max-width: 80%;
	padding: 0 25px;
	padding: 0 1.5625rem;
	position: relative;
}

.support__items {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.support__item + .support__item {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.thought {
	background-image: url(../images/thought-back.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #F1FAF8), color-stop(10%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/thought-back.png), linear-gradient(180deg, #fff 0%, #F1FAF8 10%, #F1FAF8 10%, #F1FAF8 100%);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 134px;
	margin-top: 8.375rem;
	overflow: hidden;
	padding-bottom: 400px;
	padding-bottom: 25rem;
	padding-top: 870px;
	padding-top: 54.375rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.thought__inner {
	margin: 0 auto;
	max-width: 1080px;
	max-width: 67.5rem;
	position: relative;
}

.thought__message01 {
	background-image: url(../images/thought-text-back.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	height: 18.75rem;
	line-height: 2;
	margin: -7px auto 0;
	margin: -0.4375rem auto 0;
	max-width: 1088px;
	max-width: 68rem;
	padding-top: min(7vw, 119px);
	text-align: center;
}

.thought__message01-lead {
	color: #948578;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 2.5px;
}

.thought__message01-text {
	font-size: max(2vw, 14px);
}

.thought__message01-text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, yellow));
	background: linear-gradient(transparent 60%, yellow 30%);
	width: 350px;
}

.thought__message02 {
	background-color: #fff;
	border-radius: 50px;
	line-height: 2;
	margin-top: 108px;
	margin-top: 6.75rem;
	max-width: 720px;
	max-width: 45rem;
	padding: 63px 39px 87px;
	padding: 3.9375rem 2.4375rem 5.4375rem;
	position: relative;
	text-align: center;
}

.thought__message02::after {
	background-image: url(../images/thought-img.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -75%;
	content: "";
	height: 300px;
	height: 18.75rem;
	position: absolute;
	right: 6vw;
	width: 300px;
	width: 18.75rem;
}

.thought__message02-lead {
	color: #948578;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 2.5px;
}

.thought__message02-text {
	font-size: 18px;
	font-size: 1.125rem;
	padding-top: 10px;
	padding-top: 0.625rem;
}

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

.day__detail {
	font-size: 1.25rem;
}

.day__time {
	font-size: 1.375rem;
}

.evaluation {
	background: url(../images/evaluation-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(5%, #fff), color-stop(5%, #fff), to(#fff));
	background: url(../images/evaluation-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 5%, #fff 5%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.contact__text {
	font-size: 1.125rem;
}

.news__wrapper {
	padding: 5.375rem 5.3125rem 2.5rem;
}

.news__link::after {
	height: 3.625rem;
	top: 11px;
	width: 21.8125rem;
}

.thought__message01 {
	background-size: contain;
	height: max(31vw, 400px);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

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

a:hover {
	opacity: 0.8;
}

.annual-events {
	background: url(../images/events-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(11%, #fff), color-stop(11%, #fff), to(#fff));
	background: url(../images/events-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 11%, #fff 11%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 28.125rem;
	width: 100%;
}

.annual-events__wrapper {
	max-width: inherit;
	padding-top: 7.5rem;
}

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

.annual-events__item + .annual-events__item {
	margin-top: -2.5rem;
}

.annual-events__top {
	width: 47%;
}

.annual-events__bottom {
	width: 47%;
}

.annual-events__bottom img {
	margin-top: 90px;
}

.childcare {
	background-image: url(../images/custody-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #F1FAF8), color-stop(35%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/custody-back-top.png), linear-gradient(180deg, #fff 0%, #F1FAF8 35%, #F1FAF8 35%, #F1FAF8 100%);
	padding-bottom: 9.125rem;
}

.childcare__inner {
	max-width: 70.625rem;
}

.childcare__title {
	height: 16.875rem;
	top: 26%;
	width: 18.75rem;
}

.childcare__text-wrapper {
	margin-top: 0;
}

.child__text-wrapper::before {
	height: 36.25rem;
	left: auto;
	margin-left: auto;
	max-width: 52.5rem;
	right: 0;
	top: auto;
	-webkit-transform: none;
	transform: none;
	width: 52.5rem;
}

.childcare__text {
	font-size: 1.125rem;
	padding-left: 8%;
	padding-right: 7%;
	padding-top: 17%;
}

.cost {
	background-image: url(../images/cost-back.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, #F1FAF8), color-stop(7%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/cost-back.png), linear-gradient(180deg, #fff 0%, #F1FAF8 7%, #F1FAF8 7%, #F1FAF8 100%);
}

.cost__inner {
	max-width: 70.625rem;
}

.cost__title {
	display: inline-block;
	width: 26.25rem;
}

.cost__title::before {
	height: 11.25rem;
	left: 57%;
	width: 26.25rem;
}

.cost__title--green::before {
	height: 11.25rem;
	left: 57%;
	width: 26.25rem;
}

.cost__item {
	margin-top: 1.0625rem;
}

.cost-item1 {
	padding: 5.3125rem 4.0625rem 3.125rem;
}

.cost-item2 {
	padding: 3.875rem 2.1875rem 2.5rem;
}

.cost-item3 {
	padding: 3.125rem 4.5625rem 2.5rem 5rem;
}

.cost-item4 {
	padding: 4.0625rem 0 2.125rem 4.25rem;
}

.cost-item2__item {
	margin-bottom: 0;
}

.cost-item3__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cost-item3__item {
	margin-bottom: 0;
}

.cost-item3__left {
	width: 60%;
}

.cost-item3__right {
	margin-top: 32%;
	width: 40%;
}

.cost-item3__right::before {
	height: 3.75rem;
	top: -30%;
	width: 7.5rem;
}

.cost-item3__detail-item {
	margin-bottom: 0;
}

.cost-item4__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cost-item4__left {
	width: 50%;
}

.cost-item4__right {
	height: auto;
	position: relative;
	width: 50%;
}

.cost-item4__right img {
	height: 27.875rem;
	position: absolute;
	right: -5%;
	top: -18%;
	width: 29.375rem;
}

.cost-item4__detail-item {
	margin-bottom: 0;
}

.mobile-only {
	display: none;
}

.custody {
	background-image: url(../images/custody-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #F1FAF8), color-stop(20%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/custody-back-top.png), linear-gradient(180deg, #fff 0%, #F1FAF8 20%, #F1FAF8 20%, #F1FAF8 100%);
}

.custody__inner {
	max-width: 70.625rem;
}

.custody__top-items {
	padding-top: 12.25rem;
}

.custody__top-item + .custody__top-item {
	margin-top: 13.75rem;
}

.custody__top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.custody__top-item.custody__top-item--bear {
	padding: 1.125rem 2.125rem 7.75rem;
}

.custody__top-img {
	height: auto;
	margin-left: -7.125rem;
	margin-top: -2.375rem;
	position: relative;
	width: 60%;
}

.custody__top-item--bear .custody__top-img {
	height: auto;
	margin-right: -11.125rem;
	margin-top: -3.375rem;
	position: relative;
	width: 60%;
}

.custody__top-img img {
	height: 26.875rem;
	position: absolute;
	right: 5%;
	width: 47.125rem;
}

.custody__top-item--bear .custody__top-img img {
	height: 31.875rem;
	position: absolute;
	right: 5%;
	width: 47.125rem;
}

.custody__top-text {
	width: 51%;
}

.custody__top-lead::before {
	width: 26.875rem;
}

.custody__top-lead--bear::before {
	top: -300%;
}

.custody__middle {
	padding-top: 23.125rem;
}

.custody__sub-title--bottom::after {
	bottom: -100%;
}

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

.custody__middle-item {
	width: 48%;
}

.custody__middle-item + .custody__middle-item {
	margin-top: 0;
}

.day {
	padding-top: 12.75rem;
}

.day__wrapper {
	background-image: url(../images/day-center.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1%;
	content: "";
	max-width: inherit;
}

.day__am {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.day__pm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.day__item {
	width: 50%;
}

.day__img {
	position: relative;
	width: 50%;
}

.day__am .day__item {
	margin-top: 0;
}

.day__am .day__img span {
	margin-left: 18.75rem;
}

.day__pm .day__img::before {
	height: 6.25rem;
	left: -16.5rem;
	top: 0.625rem;
	width: 12.5rem;
}

.day__pm .day__img span {
	left: auto;
	width: 29.375rem;
}

.day__am .day__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.dietary-education {
	background: url(../images/dietary_education-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #F1FAF8), color-stop(10%, #F1FAF8), to(#F1FAF8));
	background: url(../images/dietary_education-back-top.png), linear-gradient(180deg, #fff 0%, #F1FAF8 10%, #F1FAF8 10%, #F1FAF8 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 14.8125rem;
	width: 100%;
}

.dietary-education__inner::before {
	background-image: url(../images/dietary_education-deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 13.125rem;
	left: -38%;
	position: absolute;
	top: -2%;
	width: 37.8125rem;
}

.dietary-education__top-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8.4375rem;
	max-width: inherit;
}

.dietary-education__text {
	width: 49%;
}

.dietary-education__img {
	width: 51%;
}

.dietary-education__img::before {
	background-image: url(../images/dietary_education-deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.125rem;
	position: absolute;
	right: -24%;
	top: -2%;
	width: 8.625rem;
}

.dietary-education__head::before {
	left: 5%;
	-webkit-transform: none;
	transform: none;
}

.dietary-education__detail {
	max-width: 26.5625rem;
}

.dietary-education__text span {
	height: 13.5625rem;
	margin-left: 13.625rem;
	margin-top: 3.4375rem;
	width: 10.9375rem;
}

.dietary-education__text span:before {
	height: 6.25rem;
	left: -81%;
	width: 3.125rem;
}

.dietary-education__text span:after {
	height: 10.8125rem;
	left: -155%;
	width: 13.1875rem;
}

.dietary-education__bottom-wrapper {
	max-width: inherit;
	padding-top: 15.25rem;
}

.dietary-education__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.5rem 2.8125rem 2.9375rem 2.125rem;
}

.dietary-education__item::before {
	height: 110%;
	top: -5%;
}

.dietary-education__item-text {
	width: 34%;
}

.dietary-education__item-img {
	width: 62%;
}

.dietary-education__item-img {
	padding-top: 0;
}

.dietary-education__item-img::before {
	bottom: -1%;
}

.evaluation {
	background: url(../images/evaluation-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(20%, #fff), color-stop(20%, #fff), to(#fff));
	background: url(../images/evaluation-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 20%, #fff 20%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -6.75rem;
	padding-bottom: 0;
	padding-top: 53.125rem;
	width: 100%;
}

.evaluation__inner {
	max-width: 70.625rem;
}

.evaluation__wrapper {
	font-size: 1.125rem;
	margin-top: 6.25rem;
	padding: 3.125rem 3.75rem 5.3125rem;
}

.evaluation__title {
	font-size: 1.375rem;
}

.evaluation__name {
	font-size: 1.125rem;
}

.evaluation__detail-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.evaluation__detail-left {
	width: 21%;
}

.evaluation__detail-right {
	width: 79%;
}

.evaluation__table {
	font-size: 1.125rem;
}

.goals {
	padding-bottom: 15.25rem;
	padding-top: 13.75rem;
}

.goals__inner {
	max-width: 70.9375rem;
}

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

.goals__item {
	margin: 0;
	width: 28%;
}

.goals__item + .goals__item {
	margin-top: 0;
}

.goals__text {
	margin-top: 5.625rem;
	padding: 3.5rem 4.0625rem 3.75rem;
}

.goals__text::before {
	height: 12.9375rem;
	left: -17%;
	top: 9%;
	width: 13.75rem;
}

.goals__text::after {
	bottom: -41%;
	height: 14.375rem;
	right: -11%;
	width: 18.75rem;
}

.goals__text-wrapper::before {
	height: 12.5rem;
	left: -17%;
	top: -15%;
	width: 30rem;
}

.goals__text-wrapper::after {
	bottom: -26%;
	height: 12.5rem;
	right: -18%;
	width: 30rem;
}

.bottom-mv__img {
	height: 100%;
}

.bottom-mv::before {
	font-size: 3rem;
	top: 43%;
}

.bottom-mv::after {
	top: 11vw;
}

.other {
	background: url(../images/events-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(10%, #fff), color-stop(10%, #fff), to(#fff));
	background: url(../images/events-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 10%, #fff 10%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 3.9375rem;
	padding-top: 53.125rem;
	width: 100%;
}

.other__inner {
	max-width: 70.625rem;
}

.other__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.other__item--revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.other__item-left {
	padding: 2.1875rem 2.5rem;
	width: 55%;
}

.other__item--revers .other__item-left {
	padding: 2.1875rem 0 0 4.0625rem;
	width: 55%;
}

.other__item-detail::after {
	bottom: -10%;
	right: -5%;
}

.other__item-right {
	margin-top: 0;
	width: 45%;
}

.price {
	background: url(../images/events-back.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(20%, #fff), color-stop(20%, #fff), to(#fff));
	background: url(../images/events-back.png), linear-gradient(180deg, #F1FAF8 0%, #fff 20%, #fff 20%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 53.125rem;
}

.price__inner {
	max-width: 70.625rem;
}

.price__top {
	padding: 3.125rem 3.125rem 2.1875rem;
}

.price__top-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.desktop-only {
	display: block;
	display: inline;
}

.price__top-text-top {
	width: 20%;
}

.price__top-text-bottom {
	width: 80%;
}

.price__table-top table {
	font-size: 1.25rem;
}

.price__table-top table span {
	font-size: 1.125rem;
}

.price__table-top table span::before {
	left: -13%;
}

.price__table-top table,
.price__table-top td,
.price__table-top th {
	border-spacing: 0.625rem 0.3125rem;
}

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

.price__bottom {
	width: 49%;
}

.price__bottom + .price__bottom {
	margin-top: 0;
}

.price__month {
	padding: 1.875rem;
}

.price__list-text {
	padding: 0.9375rem 7.75rem 0;
}

.price__collection {
	padding: 4.375rem 3.125rem 13.4375rem;
}

.price__collection::before {
	bottom: 7%;
	left: 5%;
	top: auto;
}

.price__collection::after {
	bottom: 7%;
	right: 5%;
	width: 23.125rem;
}

.requirements {
	padding-top: 13.75rem;
}

.requirements__inner {
	max-width: 70.9375rem;
}

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

.requirements__item:nth-child(3) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.requirements__item-lead {
	width: 25%;
}

.requirements__item-detail {
	padding: 0;
	width: 71%;
}

.square {
	padding-top: 13.75rem;
}

.square__inner {
	max-width: 58.4375rem;
}

.square__head {
	font-size: 1.375rem;
}

.btn__wrapper--square .btn {
	width: 30rem;
}

.btn {
	font-size: 1.75rem;
	width: 30rem;
}

.btn::before {
	height: 11px;
	width: 60px;
}

.btn__wrapper--cost-item1 .btn {
	font-size: 1.25rem;
	letter-spacing: 7px;
	width: 30rem;
}

.btn__wrapper--cost-item1 .btn::before {
	height: 0.5rem;
	width: 2.5rem;
}

.btn__wrapper--other .btn {
	padding-right: 3.75rem;
	width: 30rem;
}

.btn__wrapper--other .btn::before {
	height: 0.5rem;
	right: 8%;
	top: 49%;
	width: 2.5rem;
}

.contact__text {
	font-size: 1.375rem;
}

.following-btn {
	bottom: 0;
	height: 12.5rem;
	right: 4%;
	top: 73%;
	width: 12.5rem;
}

footer {
	background-image: url(../images/footer-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.footer__inner {
	padding: 14.4375rem 1.5625rem 4.375rem;
}

.footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
}

.footer__item:not(:last-child) {
	margin-right: 2.75rem;
}

.footer__item:not(:last-child)::after {
	content: "/";
	position: absolute;
	right: -1.875rem;
	top: 0;
}

.footer__item span {
	font-size: 1.25rem;
}

.footer__item + .footer__item {
	padding-top: 0;
}

.footer__bottoms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 3.9375rem;
}

.footer__bottom-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__bottom-item img {
	margin-right: 1.375rem;
	padding-top: 0;
}

.footer__bottom-item {
	font-size: rme(16);
}

.footer__bottom-item + .footer__bottom-item {
	padding-top: 0;
}

.footer__bottom-item span {
	font-size: rme(14);
}

.footer__copyright {
	font-size: 0.75rem;
	text-align: start;
}

.header {
	height: 5.3125rem;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.slider-item {
	height: 100%;
}

.mv::after {
	top: 20vw;
}

.section-title__heading {
	font-size: 2.5rem;
	line-height: 1;
}

.section-title__heading--news::after {
	height: 16.875rem;
	margin: -43% 8vw 0 0;
	width: 26.875rem;
}

.section-title__heading--thought::after {
	height: 22.8125rem;
	margin: -37% 0 0 5vw;
	width: 30rem;
}

.section-title__heading--institution::after {
	height: 17.8125rem;
	margin: -58% 0 0 -1vw;
	width: 29rem;
}

.section-title__heading--life::after {
	height: 15.8125rem;
	margin: -60% 0 0 3vw;
	width: 24rem;
}

.section-title__heading--support::after {
	height: 14rem;
	margin: -72% 0 0 1vw;
	width: 21.8125rem;
}

.section-title__heading--day::after {
	height: 14rem;
	margin: -65% 0 0 1vw;
	width: 21.8125rem;
}

.section-title__heading--dietary-education::after {
	height: 15.9375rem;
	margin: -54% 0 0 1vw;
	width: 28.5625rem;
}

.section-title__heading--annual-events::after {
	height: 14.5625rem;
	margin: -49% 0 0 5vw;
	width: 25rem;
}

.section-title__heading--square::after {
	height: 14.5625rem;
	margin: -49% 0 0 5vw;
	width: 25rem;
}

.section-title__heading--custody {
	margin-top: 14.25rem;
}

.section-title__heading--custody::after {
	height: 14.5625rem;
	margin: -56% 0 0 4vw;
	width: 25rem;
}

.section-title__heading--price::after {
	height: 14.5625rem;
	margin: -49% 0 0 5vw;
	width: 25rem;
}

.section-title__heading--goals::after {
	height: 17.5625rem;
	margin: -44% 0 0 4vw;
	width: 34rem;
}

.section-title__heading--childcare::after {
	height: 16.5625rem;
	margin: -27% 0 0 14vw;
	width: 40rem;
}

.section-title__heading--evaluation::after {
	height: 14.5625rem;
	margin: -47% 0 0 3vw;
	width: 32rem;
}

.section-title__heading--requirements::after {
	height: 14.5625rem;
	height: 14.5625rem;
	margin: -38% 0 0 9vw;
	margin: -38% 0 0 9vw;
	width: 30rem;
	width: 30rem;
}

.section-title__heading--cost::after {
	height: 14.5625rem;
	margin: -30% 0 0 15vw;
	width: 40rem;
}

.other .section-title {
	margin-top: -29.25rem;
}

.section-title__heading--other::after {
	height: 14.5625rem;
	margin: -25% 0 0 18vw;
	width: 40rem;
}

.about {
	margin-top: -23vw;
}

.about__inner {
	max-width: 87.5rem;
}

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

.about__item {
	width: auto;
}

.institution {
	background: url(../images/institution-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#F1FAF8), color-stop(25%, #fff), color-stop(25%, #fff), to(#fff));
	background: url(../images/institution-back-top.png), linear-gradient(180deg, #F1FAF8 0%, #fff 25%, #fff 25%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 13.9375rem;
	padding-top: 73.75rem;
	width: 100%;
}

.institution__text {
	height: 40rem;
	left: auto;
	padding: 9% 6% 32% 4%;
	width: 60.9375rem;
}

.institution__text-detail {
	font-size: 1.125rem;
	margin: 0;
	width: 100%;
}

.institution__detail {
	font-size: 1rem;
}

.institution__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 120rem;
}

.institution__image {
	width: calc(33.33333% - 2vw);
}

.institution__image + .institution__image {
	padding-top: 0;
}

.top-life {
	background: url(../images/life-back-top.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #ffefea), color-stop(50%, #ffefea), to(#ffefea));
	background: url(../images/life-back-top.png), linear-gradient(180deg, #fff 0%, #ffefea 50%, #ffefea 50%, #ffefea 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

.top-life::before {
	background-image: url(../images/life-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: min(13vw, 270px);
	position: absolute;
	top: -6vw;
	width: min(13vw, 270px);
	z-index: -1;
}

.top-life::after {
	background-image: url(../images/life-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5vw;
	content: "";
	height: min(11vw, 200px);
	position: absolute;
	right: 0;
	width: min(25vw, 480px);
	z-index: -1;
}

.top-life__inner {
	max-width: 96.875rem;
}

.top-life__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 9.875rem;
}

.top-life__item + .top-life__item {
	padding-top: 0;
}

.news {
	padding-bottom: 15.625rem;
	padding-top: 22.5rem;
}

.news::before {
	background-image: url(../images/news-bird.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 6.625rem;
	left: min(12vw, 500px);
	position: absolute;
	position: absolute;
	top: max(14vw, 200px);
	width: 13.3125rem;
	z-index: -1;
}

.news::after {
	background-image: url(../images/news-deco.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: max(21vw, 100px);
	position: absolute;
	position: absolute;
	right: min(1vw, 500px);
	top: max(13vw, 200px);
	width: max(21vw, 100px);
	z-index: -1;
}

.news__wrapper {
	margin-top: 1.25rem;
}

.news__wrapper::before {
	background-image: url(../images/news-back-green.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 29.9375rem;
	left: -9vw;
	position: absolute;
	top: -2vw;
	width: 32.75rem;
	z-index: -1;
}

.news__wrapper::after {
	background-image: url(../images/news-back-yellow.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 62.5rem;
	position: absolute;
	right: -4vw;
	top: -11vw;
	width: 62.5rem;
	z-index: -1;
}

.news__item {
	padding-bottom: 0.3125rem;
}

.news__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__item time {
	width: 30%;
}

.news__title {
	padding-top: 0;
	width: 70%;
}

.support {
	background: url(../images/support-top-back.png), -webkit-gradient(linear, left top, left bottom, from(#ffefea), color-stop(25%, #fff), color-stop(25%, #fff), to(#fff));
	background: url(../images/support-top-back.png), linear-gradient(180deg, #ffefea 0%, #fff 25%, #fff 25%, #fff 100%);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 28.375rem;
	width: 100%;
}

.support::before {
	background-image: url(../images/support-deco01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: min(19vw, 376px);
	position: absolute;
	top: 18vw;
	width: min(22vw, 420px);
	z-index: -1;
}

.support::after {
	background-image: url(../images/support-deco02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -7vw;
	content: "";
	height: min(16vw, 305px);
	position: absolute;
	right: 0;
	width: min(16vw, 295px);
	z-index: -1;
}

.support__inner {
	max-width: 63.75rem;
}

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

.support__item + .support__item {
	padding-top: 0;
}

.thought {
	background-image: url(../images/thought-back.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #F1FAF8), color-stop(20%, #F1FAF8), to(#F1FAF8));
	background-image: url(../images/thought-back.png), linear-gradient(180deg, #fff 0%, #F1FAF8 20%, #F1FAF8 20%, #F1FAF8 100%);
	padding-top: 53.125rem;
}

.thought__inner::before {
	background-image: url(../images/thought-deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 188px;
	left: -21vw;
	position: absolute;
	top: -7vw;
	width: 544px;
	z-index: -1;
}

.thought__message01 {
	padding-top: min(5vw, 83px);
}

.thought__message01-text {
	font-size: 1.125rem;
	padding-top: 1.375rem;
}

.thought__message02 {
	text-align: left;
}

.thought__message02::after {
	height: 33.75rem;
	right: -53%;
	top: 0;
	width: 33.75rem;
}

.thought__message02-text {
	margin-left: 1.0625rem;
	max-width: 34.375rem;
}

}

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

.price__table-wrapper {
	font-size: 1.25rem;
}

.price__bottom {
	padding: 2.5rem 1.75rem 4.0625rem;
}

}

@media screen and (min-width: 1024px) {

.u-tablet {
	display: none;
}

.pc-nav {
	display: block;
}

.sp-nav {
	display: none;
}

.header__inner {
	margin: 0 auto;
	width: 100%;
}

.header__logo {
	width: max(31vw, 400px);
}

.header__drawer {
	display: none;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1440px) {

.dietary-education {
	padding-bottom: 2.5rem;
}

.section-title__heading--news::after {
	height: 16.875rem;
	margin: -43% 5vw 0 0;
	width: 26.875rem;
}

.institution__text {
	padding: 6% 6% 32% 4%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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