.u-pc {
	display: none;
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Serif", Meiryo, serif;
	font-size: max(10px, 16px);
	font-size: max(10px, 1rem);
	height: 100%;
	word-wrap: anywhere;
}

img,
a {
	margin-inline: auto;
	display: block;
	max-width: none !important;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

*,
*::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;
	height: auto;
	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);
}

/* フォームリセット */

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;
}

.site-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100svh;
	overflow-x: hidden;
}

.l-footer {
	padding-block: 40px;
	padding-block: 2.5rem;
	background-color: #f8f5f0;
	width: 100%;
}

.l-footer__list {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__link {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
}

.l-inner {
	margin-inline: auto;
	height: inherit;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/*==================================
//# セクション共通
===================================*/

.c-sec {
	background-color: #f8f3ed;
	border-radius: 1.875rem 0 0 0;
	margin: -25px auto 0;
	margin: -1.5625rem auto 0;
	position: relative;
}

.c-sec__inner {
	margin-inline: auto;
}

.c-sec__inner img {
	width: 94.5%;
}

.problems,
.reasons,
.voice,
.life,
.steps,
.qa {
	background-color: #fff;
}

.--mt3 {
	margin-top: 3%;
}

.--mt6 {
	margin-top: 6%;
}

.--mt10 {
	margin-top: 10%;
}

/*==================================
//# セクション個別
===================================*/

.intro {
	padding-block: 13% 13%;
}

.problems {
	padding-block: 13% 18%;
}

.strengths {
	padding-block: 13% 18%;
	position: relative;
}

.strengths__img0 {
	background: url("../images/strengths0.webp") no-repeat center center/contain;
	height: 32px;
	height: 2rem;
	left: 50%;
	position: absolute;
	top: -16px;
	top: -1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8px;
	width: 0.5rem;
}

.strengths .strengths__img2 {
	width: 100%;
}

.reasons {
	padding-block: 13% 18%;
}

.reasons4__slider-wrap {
	display: block;
	position: relative;
}

.reasons4__slider {
	bottom: 3%;
	display: block;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.reasons .reasons4__slide {
	opacity: 0.8;
	width: 92%;
}

.reasons4__slide.swiper-slide-active {
	opacity: 1;
}

.reasons4__slider-prev,
.reasons4__slider-next {
	cursor: pointer;
	height: 42px;
	height: 2.625rem;
	position: absolute;
	top: 71%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
	width: 2.625rem;
	z-index: 10;
}

.reasons4__slider-prev {
	background: url("../images/reasons_slider-prev.webp") no-repeat center center/contain;
	left: 1%;
}

.reasons4__slider-next {
	background: url("../images/reasons_slider-next.webp") no-repeat center center/contain;
	right: 1%;
}

.reasons4__slider-pagination {
	bottom: 1% !important;
	left: 50% !important;
	position: absolute;
	top: auto !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.reasons4__slider-pagination .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 50%;
	height: 10px;
	height: 0.625rem;
	opacity: 1 !important;
	width: 10px;
	width: 0.625rem;
}

.reasons4__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d47c81;
}

.curriculum {
	padding-block: 13% 18%;
	position: relative;
}

.curriculum .curriculum__img5 {
	width: 55%;
}

.curriculum__img5 {
	cursor: pointer;
}

.curriculum .curriculum__img5.is-hidden {
	display: none;
}

.curriculum__wrap {
	display: none;
}

.voice {
	padding-block: 13% 18%;
}

.discussion {
	padding-block: 13% 18%;
}

.discussion .discussion__img1 {
	width: 60%;
}

.discussion__slider-wrap {
	position: relative;
}

.discussion__slider {
	width: 100%;
}

.discussion .discussion__slide {
	opacity: 0.8;
	position: relative;
	width: 88%;
}

.discussion .discussion__slide .discussion__slide-movie {
	left: 50%;
	position: absolute;
	top: 22%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 86%;
}

.discussion .discussion__slide iframe {
	aspect-ratio: 686/387;
	border: none;
	height: 100%;
	width: 100%;
}

.discussion__slide.swiper-slide-active {
	opacity: 1;
}

.discussion__slider-prev,
.discussion__slider-next {
	cursor: pointer;
	height: 42px;
	height: 2.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
	width: 2.625rem;
	z-index: 10;
}

.discussion__slider-prev {
	background: url("../images/reasons_slider-prev.webp") no-repeat center center/contain;
	left: 1%;
}

.discussion__slider-next {
	background: url("../images/reasons_slider-next.webp") no-repeat center center/contain;
	right: 1%;
}

.discussion__slider-pagination {
	bottom: -7% !important;
	left: 50% !important;
	position: absolute;
	top: auto !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.discussion__slider-pagination .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 50%;
	height: 10px;
	height: 0.625rem;
	opacity: 1 !important;
	width: 10px;
	width: 0.625rem;
}

.discussion__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d47c81;
}

.life {
	padding-block: 13% 8%;
}

.life__inner {
	margin-inline: auto;
}

.life__inner img {
	width: 94.5%;
}

.overview {
	padding-block: 13% 18%;
}

.overview__wrap {
	margin-inline: auto;
}

.overview__wrap img {
	width: 94.5%;
}

.steps {
	padding-block: 13% 18%;
}

.steps__wrap {
	position: relative;
}

.steps__img2-wrap {
	left: 50%;
	position: absolute;
	top: 28%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.message {
	padding-block: 13% 13%;
}

.qa {
	padding-block: 13% 18%;
}

.qa .qa__img1 {
	width: 50%;
}

.qa__list {
	margin-inline: auto;
	padding-inline: 18px;
	padding-inline: 1.125rem;
}

.qa__item {
	background-color: #f8f3ed;
	border-radius: 0.625rem;
	cursor: pointer;
	overflow: hidden;
	padding: 20px 30px 0;
	padding: 1.25rem 1.875rem 0;
}

.qa__item-q {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
}

.qa__item-q .-icon {
	background: url("../images/qa-q.webp") no-repeat center center/contain;
	height: 23px;
	height: 1.4375rem;
	width: 16px;
	width: 1rem;
}

.qa__item-q .-text {
	color: #000;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 2;
	margin-left: 13px;
	margin-left: 0.8125rem;
}

.qa__item-q .-toggle {
	background: url("../images/qa-close.webp") no-repeat center center/contain;
	height: 20px;
	height: 1.25rem;
	margin-left: auto;
	width: 20px;
	width: 1.25rem;
}

.qa__item-a {
	padding-block: 20px 30px;
	padding-block: 1.25rem 1.875rem;
	border-top: 1px solid #d47c81;
	color: #000;
	display: none;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.qa__item.is-active .-toggle {
	background: url("../images/qa-open.webp") no-repeat center center/contain;
}

.contact {
	padding-block: 13% 18%;
}

.contact__wrap {
	position: relative;
}

.contact__img2-wrap {
	left: 50%;
	position: absolute;
	top: 70%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
}

.last {
	padding-block: 0% 18%;
	background-color: #f8f3ed;
	position: relative;
}

.last__img1 {
	width: 100% !important;
}

/*アニメーション*/

.--anima {
	-webkit-animation: fuwafuwa 2s linear infinite;
	animation: fuwafuwa 2s linear infinite;
	scale: 1;
}

@media screen and (min-width: 768px) {

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.6vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.l-footer__list {
	gap: 3.125rem;
}

.l-footer__link {
	font-size: 1rem;
}

.l-inner {
	max-width: 1466px;
	padding-left: 50px;
	padding-right: 50px;
}

.c-sec {
	border-radius: 3.75rem 0 0 0;
	margin: -3.125rem calc(50% - 50vw) 0;
}

.c-sec__inner {
	max-width: 75rem;
	width: 100%;
}

.c-sec__inner img {
	width: 83.3333%;
}

.--w55-pc {
	width: 55% !important;
}

.--w65-pc {
	width: 65% !important;
}

.intro {
	padding-block: 8% 13%;
}

.problems {
	padding-block: 8% 13%;
}

.strengths {
	padding-block: 8% 13%;
}

.strengths__img0 {
	height: 4.125rem;
	top: -2.0625rem;
	width: 1rem;
}

.reasons {
	padding-block: 8% 13%;
}

.reasons img {
	width: 100% !important;
}

.reasons4__slider {
	bottom: 5%;
}

.reasons .reasons4__slide {
	width: 62%;
}

.reasons .reasons4__slide img {
	width: 100% !important;
}

.reasons4__slider-prev,
.reasons4__slider-next {
	height: 5.5rem;
	top: 67%;
	width: 5.5rem;
}

.reasons4__slider-prev {
	left: 11%;
}

.reasons4__slider-next {
	right: 11%;
}

.reasons4__slider-pagination {
	bottom: 3% !important;
}

.curriculum {
	padding-block: 8% 13%;
}

.curriculum .curriculum__img5 {
	width: 40%;
}

.voice {
	padding-block: 8% 13%;
}

.voice img {
	width: 91.6666% !important;
}

.discussion {
	padding-block: 8% 13%;
}

.discussion .discussion__img1 {
	width: 27.5%;
}

.discussion__slider {
	margin-top: 3%;
}

.discussion .discussion__slide {
	width: 40%;
}

.discussion .discussion__slide img {
	width: 100% !important;
}

.discussion__slider-prev,
.discussion__slider-next {
	height: 5.5rem;
	top: 55%;
	width: 5.5rem;
}

.discussion__slider-prev {
	left: 25%;
}

.discussion__slider-next {
	right: 25%;
}

.life {
	padding-block: 8% 3%;
}

.life__inner {
	max-width: 87.5rem;
	width: 100%;
}

.life__inner img {
	width: 100%;
}

.overview {
	padding-block: 8% 13%;
}

.overview > img {
	width: 100% !important;
}

.overview__wrap {
	max-width: 75rem;
	width: 100%;
}

.overview__wrap img {
	width: 83.3333%;
}

.steps {
	padding-block: 8% 13%;
}

.message {
	padding-block: 8% 13%;
}

.qa {
	padding-block: 8% 13%;
}

.qa .qa__img1 {
	width: 34%;
}

.qa__list {
	max-width: 62.5rem;
	width: 100%;
}

.qa__item {
	padding: 2.5rem 3.75rem 0;
}

.qa__item-q {
	padding-bottom: 2.5rem;
}

.qa__item-q .-icon {
	height: 3.375rem;
	width: 2.375rem;
}

.qa__item-q .-text {
	font-size: 1.625rem;
	margin-left: 1.5625rem;
}

.qa__item-q .-toggle {
	height: 3.0625rem;
	width: 3.0625rem;
}

.qa__item-a {
	padding-block: 2.5rem 3.75rem;
	font-size: 1.4375rem;
}

.contact {
	padding-block: 8% 8%;
}

.contact__img2-wrap {
	top: 61%;
	width: 100%;
}

.last {
	padding-block: 0% 13%;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1200px) {

.c-sec__inner {
	width: 75rem;
}

.overview__wrap {
	width: 75rem;
}

}

@media (min-width: 1400px) {

.life__inner {
	width: 87.5rem;
}

}

@media (max-width: 767.9px) {

.--w75-sp {
	width: 75% !important;
}

.problems__img2 {
	position: relative;
	right: -0.3125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fuwafuwa {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes fuwafuwa {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
