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

body {
	color: #181818;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
} */

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

/* input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}
 */
/* select::-ms-expand {
	display: none;
} */

/* ホバー */

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

.case {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.case__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
}

.case__title span {
	color: #239ae5;
	display: inline-block;
	font-size: 1.5rem;
}

.case__items {
	margin: 3.5rem auto 0;
	max-width: 37.5rem;
}

.case__item + .case__item {
	margin-top: 5.1875rem;
}

.case__head {
	border-bottom: 1px solid #239ae5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.55555;
}

.case__head span {
	background-color: #239ae5;
	color: #fff;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	line-height: 1.464;
	margin-right: 0.9375rem;
	min-width: 5.625rem;
	padding: 0.3125rem 0;
	text-align: center;
}

.case__imgs {
	margin: 1.25rem auto 0;
	width: 87%;
}

.case__img-arrow {
	margin: 1.875rem auto 1.25rem;
	width: 15%;
}

.case__text {
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 1.6875rem;
	text-align: center;
}

.case__bottom {
	margin: 5.0625rem auto 0;
	max-width: 60.9375rem;
	width: 89%;
}

.contact {
	padding-bottom: 3.125rem;
	padding-bottom: 3.125rem;
}

.contact__wrapper {
	background-color: #ebf7ff;
	margin: 0 auto;
	padding: 1.875rem 1.25rem 1.875rem;
	text-align: center;
}

.contact__title {
	padding: 0 1.25rem;
}

.contact__title-sub {
	color: #239ae5;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.contact__title-main {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.5;
	margin-top: 0.6875rem;
	text-indent: -0.5em;
}

.contact__title-main span {
	color: #239ae5;
	font-size: 1.875rem;
}

.contact__lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 1.4375rem;
}

.contact__tel {
	margin-top: 2rem;
}

.contact__tel-text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2.66666;
}

.contact__tel-number {
	margin-top: -0.6875rem;
}

.contact_tel-top {
	align-items: center;
	display: flex;
	justify-content: center;
}

.contact_tel-top img {
	height: auto;
	width: 3.1875rem;
}

.contact_tel-top p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 500;
	margin-left: 0.3125rem;
}

.contact__tel-number span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.contact__btns {
	margin-top: 1.875rem;
}

.contact__btns .button {
	width: 20.625rem;
}

.button.button--navy {
	background-color: #2d709a;
}

.button.button--yellow {
	background-color: #f8b31e;
}

.button.button--red {
	background-color: #af3f64;
}

.contact__btns .button:nth-of-type(n + 2) {
	margin-top: 1.25rem;
}

.cta {
	background-color: #ebf7ff;
	padding: 1.9375rem 0 1.4375rem;
}

.cta__inner {
	margin: 0 auto;
	max-width: 88.125rem;
	padding: 0 1.25rem;
	text-align: center;
}

.cta__mail {
	margin-top: 1.875rem;
}

.cta__tel-text,
.cta__mail-text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.cta__tel-number {
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
}

.cta__tel-number p {
	line-height: 1;
	margin-left: 2%;
}

.cta__tel-number span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1.3px;
}

.cta__tel-top {
	align-items: center;
	display: flex;
	font-size: 2.25rem;
	font-weight: 500;
	justify-content: center;
}

.cta__tel-top img {
	display: inline-block;
	height: auto;
	width: 3.1875rem;
}

.cta__mail-button {
	margin-top: 0.625rem;
}

.button {
	align-items: center;
	background-color: #239ae5;
	border-radius: 2.125rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	justify-content: center;
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 25rem;
	padding: 1.25rem 0;
	transition: opacity 2s;
}

.button img {
	display: inline-block;
	height: auto;
	margin-left: 0.375rem;
	margin-right: 2%;
	width: 1.5rem;
}

.features {
	background-color: #ebf7ff;
	padding-bottom: 5rem;
	padding-top: 3.125rem;
}

.features__title {
	padding: 0 1.25rem;
	text-align: center;
}

.features__title-sub {
	color: #239ae5;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 2px;
}

.features__title-main {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-top: 2.25rem;
	text-indent: -0.5em;
}

.features__title-main span {
	color: #239ae5;
	font-size: 1.875rem;
}

.features__wrapper {
	margin: 3.75rem auto 0;
	max-width: 37.5rem;
	padding: 0 1.25rem;
}

.features__item:nth-of-type(2) {
	margin-top: 3.125rem;
}

.features__item:last-of-type {
	margin: 3.125rem auto 0;
}

.features__item:nth-of-type(4) .features__img {
	margin-top: 1.25rem;
	max-width: 37.5rem;
}

.features__item:nth-of-type(1) .features__img img,
.features__item:nth-of-type(2) .features__img img {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
	margin-top: 1.25rem;
}

.features__head-wrapper {
	text-align: center;
}

.features__number {
	align-items: flex-end;
	color: #239ae5;
	display: flex;
	font-size: 2.8125rem;
	justify-content: center;
	line-height: 1;
}

.features__number span {
	border-bottom: 1px solid #239ae5;
	font-size: 0.75rem;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0.1875rem;
	margin-right: 0.625rem;
	padding-bottom: 0.5rem;
}

.features__head {
	display: block;
	font-size: 1.25rem;
	letter-spacing: 2px;
	line-height: 1.84615;
	margin-top: 0.8125rem;
}

.features__head span {
	-webkit-box-decoration-break: clone;
	background-color: #fff;
	box-decoration-break: clone;
	padding: 0.1875rem 0.75rem;
}

.features__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 2;
	margin-top: 1.25rem;
}

.features__item:nth-of-type(2) .features__text {
	margin-top: 1.625rem;
}

.features__button {
	margin-top: 1.75rem;
}

.features__button .button {
	border-radius: 48px;
	font-size: 0.75rem;
	letter-spacing: 1.5px;
	max-width: 25rem;
	padding: 1.375rem 1.375rem 1.375rem 1.375rem;
	position: relative;
}

.features__step {
	margin: 5rem auto 0;
	max-width: 37.5rem;
}

.features__step-title {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.60526;
	margin: 0 auto;
	max-width: 60.625rem;
	text-align: center;
}

.features__step-title .features__step-title-main {
	color: #239ae5;
	font-size: 1.625rem;
	margin-right: 0.3125rem;
}

.features__step-title::before,
.features__step-title::after {
	background-color: #239ae5;
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 2px; /* 横線の高さ */
}

.features__step-title::before {
	margin-right: 1.875rem;
}

.features__step-title::after {
	margin-left: 1.875rem;
}

.features__items {
	margin-top: 0.625rem;
}

.features__step-item {
	padding-bottom: 1.3125rem;
	padding-top: 2.5rem;
	position: relative;
}

.features__step-item:not(:last-of-type) {
	border-bottom: 1px solid #239ae5;
}

.features__step-item:nth-of-type(2) {
	padding-bottom: 2.0625rem;
}

.features__step-item:nth-of-type(3) {
	padding-bottom: 2.625rem;
	padding-top: 2.25rem;
}

.features__step-item::before {
	background: url(../img/icon-step01.png) no-repeat top left/contain;
	content: "";
	height: 4.0625rem;
	left: 0.625rem;
	position: absolute;
	top: 1.25rem;
	width: 3.75rem;
}

.features__step-item:nth-of-type(2):before {
	background: url(../img/icon-step02.png) no-repeat top left/contain;
}

.features__step-item:nth-of-type(2):after {
	top: 10.625rem;
}

.features__step-item:nth-of-type(3):before {
	background: url(../img/icon-step03.png) no-repeat top left/contain;
	top: 1.875rem;
}

.features__step-item:nth-of-type(4):before {
	background: url(../img/icon-step-more.png) no-repeat top left/contain;
	top: 2.5rem;
}

.features__step-head {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 1.7px;
	line-height: 1.75;
	padding-left: 5.5rem;
}

.features__step-head span {
	color: #239ae5;
}

.features__step-lists {
	margin-top: 1.4375rem;
}

.features__step-lists li {
	color: #239ae5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2;
	list-style: disc;
	margin-left: 1.25rem;
}

.features__step-lists li:nth-of-type(n + 2) {
	margin-top: 0.5rem;
}

.features__step-lists li span {
	color: #181818;
}

.features__step-item:nth-of-type(4) .features__step-img {
	position: relative;
}

.features__step-item:nth-of-type(4) .features__step-img::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: url(../img/step-more01.png) no-repeat bottom left/contain;
	content: "";
	height: 11.5625rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 17.5rem;
}

.features__step-img img {
	margin: 1.875rem auto 0;
}

.features__step-item:nth-of-type(3) .features__step-img img {
	max-width: 15.625rem;
	width: 63%;
}

.features__step-item:nth-of-type(4) .features__step-img img {
	max-width: 15.625rem;
	padding-top: 14.375rem;
	width: 63%;
}

.l-footer {
  padding-top: 73px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .p-footer {
    padding-top: 90px;
  }
}
.p-footer__logo {
  max-width: 195px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-footer__logo {
    max-width: 185px;
  }
}
.p-footer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
}

.p-footer__copyright {
  margin-top: 34px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5248;
  text-align: center;
  letter-spacing: 0.05em;
}

.js-back_to_top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 100;
  display: block;
  max-width: 70px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s;
}

.js-back_to_top:not(.show) {
  visibility: hidden;
  opacity: 0;
}

.l-outline__inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .l-outline__inner {
    max-width: 1130px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-footer__logo {
  max-width: 195px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .p-footer__logo {
    max-width: 185px;
  }
}

.p-footer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
}

.p-footer__copyright {
  margin-top: 34px;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5248;
  text-align: center;
  letter-spacing: 0.05em;
}


/* .footer {
	padding-bottom: 3.125rem;
	padding-top: 1.4375rem;
}

.footer__logo {
	margin: 0 auto;
	max-width: 11.25rem;
}

.footer__copyright {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.6px;
	margin-top: 2.5rem;
	text-align: center;
} */


.greeting {
	background: url(../img/greeting-back_sp.png) no-repeat bottom right 0/contain;
	background-color: #82cdef;
	padding-bottom: 9.375rem;
	padding-top: 3.125rem;
}

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

.greeting__title {
	font-size: 1.5rem;
	letter-spacing: 2.5px;
	line-height: 2.34375;
}

.greeting__title span {
	background-color: #fff;
	padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
}

.greeting__text {
	font-family: "Noto Sans JP", serif;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1.5px;
	line-height: 2.125;
	margin-top: 2.375rem;
	max-width: 50.9375rem;
}

.greeting__text span {
	background-color: #219ae5;
	padding: 0 0.1875rem;
}

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

.introduction {
	background-color: #ebf7ff;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
	text-align: center;
}

.introduction__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
}

.introduction__title {
	color: #239ae5;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.60526;
}

.introduction__head {
	font-size: 1.1875rem;
	letter-spacing: 2px;
	margin-top: 2.6875rem;
}

.introduction__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2;
	margin-top: 0.75rem;
	text-align: left;
}

.introduction__img {
	margin: 2.1875rem auto 0;
	width: 91%;
}

.mv {
	background: url(../img/kv-back_sp.png) no-repeat center center/cover;
	color: #0f2844;
	height: 100%;
	padding-bottom: 3.75rem;
	padding-top: 1.875rem;
	width: 100%;
}

.mv__inner {
	padding: 0 1.25rem;
}

.mv__title {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.mv__title-head-img {
	height: auto;
	width: 9.375rem;
}

.mv__title-head-img img {
	height: 100%;
	width: 100%;
}

.mv__title-head {
	border-bottom: 1px solid #181818;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 1.25rem;
	padding-bottom: 0.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__logo {
	margin-top: 1.25rem;
	width: 15.625rem;
}

.mv__title-bottom {
	background-color: #e1ebf7;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding: 0.3125rem 0.625rem;
}

.mv__content {
	margin-top: 2.5rem;
}

.mv__content-head {
	position: relative;
	text-align: center;
	z-index: 0;
}

.mv__content-head::before {
	background: url(../img/kv-text-back.png) no-repeat center center/contain;
	content: "";
	height: 178%;
	left: 0;
	position: absolute;
	top: -2.125rem;
	width: 100%;
	z-index: -1;
}

.mv__content-head-sub {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.mv__content-head-main {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 5px;
}

.mv__content-text {
	background-color: rgba(255, 255, 255, 0.62);
	margin: 0 auto;
	max-width: 25rem;
	padding: 0.625rem 5%;
}

.mv__content-item {
	margin-top: rme(5);
}

.mv__content-text-number {
	border-bottom: 1px solid #0f2844;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	padding-bottom: 0.125rem;
}

.mv__content-text-number span {
	font-size: 1rem;
}

.mv__content-text-main {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.other {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.other__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
}

.other__wrapper {
	background-color: #fff0f7;
	border-radius: 14px;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 8.125rem 5% 1.25rem;
	position: relative;
}

.other__wrapper:hover {
	opacity: 0.7;
}

.other__text-wrapper {
	margin: 0 auto;
	max-width: 300px;
	position: relative;
}

.other__text-wrapper::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: url(../img/book.png) no-repeat bottom left/contain;
	content: "";
	height: 9.5rem;
	left: 50%;
	position: absolute;
	top: -300%;
	transform: translateX(-50%);
	width: 18.75rem;
}

.other__text-wrapper::after {
	background: url(../img/arrow-pink.png) no-repeat center left/contain;
	bottom: 0.625rem;
	content: "";
	height: 1.6875rem;
	position: absolute;
	right: 3%;
	width: 1rem;
}

.other__text-top {
	font-size: 1.125rem;
	letter-spacing: 2px;
}

.other__text-bottom {
	font-size: 1.5rem;
	letter-spacing: 3px;
	line-height: 1.4;
}

.other__text-bottom span {
	background: linear-gradient(transparent 75%, #e5006e 75%);
	margin-right: 4%;
}

.price {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.price__title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center;
}

.price__content {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 2.0625rem;
	text-align: center;
}

.price__head {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.price__head span:first-of-type {
	font-size: 1.625rem;
	font-weight: 700;
}

.price__head span:nth-of-type(2) {
	font-size: 1.125rem;
	font-weight: 400;
}

.price__bottom {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 0.4375rem;
}

.price__blue {
	color: #239ae5;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 0.9375rem;
}

.price__lists {
	margin: 2rem auto 0;
	max-width: 33.125rem;
	padding-left: 1.5rem;
	text-align: left;
}

.price__lists li {
	color: #239ae5;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	list-style: disc;
}

.price__lists li span {
	color: #181818;
}

.price__lists li:nth-of-type(2) {
	margin-top: 0.625rem;
}

.program {
	background-color: #ebf7ff;
	padding-bottom: 5.8125rem;
	padding-top: 4.375rem;
}

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

.program__link {
	margin-top: 1.875rem;
}

.program__button .button {
	position: relative;
}

.program__button .button::after {
	position: absolute;
	content:"";
	background: url(../img/icon-pdf.png)no-repeat center right/contain;
	width: 1.875rem;
	height: 1.875rem;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

}

.program__content {
	background-color: #fff;
	padding: 2.625rem 3% 3.3125rem;
}

.program__content-head {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-left: 0.3125rem;
}

.program__content-items {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	display: grid;
	grid-template-columns: 25% 43% 31%;
	grid-template-rows: repeat(4, 1fr);
	margin-top: 0.8125rem;
}

.program__content-item {
	border-bottom: 1px solid #239ae5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding-bottom: 0.4375rem;
	padding-left: 0.3125rem;
	padding-top: 0.6875rem;
}

.program__content-item01 {
	grid-area: 1/1/2/2;
}

.program__content-item02 {
	grid-area: 1/2/2/3;
}

.program__content-item03 {
	grid-area: 1/3/2/4;
}

.program__content-item04 {
	grid-area: 2/1/3/2;
}

.program__content-item05 {
	grid-area: 2/2/3/3;
}

.program__content-item06 {
	grid-area: 2/3/3/4;
}

.program__content-item07 {
	grid-area: 3/1/4/2;
}

.program__content-item08 {
	grid-area: 3/2/4/3;
}

.program__content-item09 {
	grid-area: 3/3/4/4;
}

.program__content-item10 {
	grid-area: 4/1/5/3;
}

.program__content-item11 {
	grid-area: 4/3/5/4;
}

.program__content-item span {
	background-color: #239ae5;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	padding: 0.1875rem 0.4375rem 0.1875rem;
}

@media (min-width: 768px) {

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

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.case {
	padding-bottom: 9.1875rem;
	padding-top: 7.5rem;
}

.case__title {
	font-size: 2rem;
}

.case__title span {
	font-size: 2.4375rem;
	margin-right: 0.625rem;
}

.case__items {
	max-width: 60.9375rem;
}

.case__head {
	font-size: 1.1875rem;
}

.case__head span {
	font-size: 1.5rem;
	min-width: 8.5rem;
	padding: 0.75rem 0;
}

.case__imgs {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 51px;
	width: 87%;
}

.case__item:first-of-type .case__img {
	width: 45%;
}

.case__img-arrow {
	margin: 0;
	padding: 0 1%;
	width: 8%;
}

.case__imgs-item {
	width: 45%;
}

.contact {
	padding-bottom: 8.125rem;
}

.contact__wrapper {
	max-width: 68.75rem;
	padding: 3.125rem 1.5625rem 4.5625rem;
}

.contact__title {
	padding: 0;
}

.contact__title-sub {
	font-size: 0.875rem;
}

.contact__title-main {
	font-size: 2rem;
}

.contact__title-main span {
	font-size: 3.625rem;
}

.contact__btns {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 3.4375rem auto 0;
	max-width: 65.625rem;
}

.contact__btns .button:nth-of-type(n + 2) {
	margin-top: 0;
}

.cta__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 1.5625rem;
	text-align: left;
}

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

.cta__mail {
	margin-top: 0;
	text-align: center;
	width: 50%;
}

.cta__tel-number {
	margin-left: 4%;
}

.cta__mail-button {
	flex: 1;
	text-align: center;
}

.button:hover {
	opacity: 0.5;
}

.features {
	padding-bottom: 9.375rem;
	padding-top: 7.3125rem;
}

.features__title {
	padding: 0;
}

.features__title-sub {
	font-size: 1.625rem;
}

.features__title-main {
	font-size: 2.0625rem;
	line-height: 1.3;
}

.features__title-main span {
	font-size: 3.625rem;
}

.features__wrapper {
	margin-top: 7.5rem;
	max-width: 93.75rem;
	padding: 0;
}

.features__item:not(:last-of-type) {
	display: flex;
	justify-content: space-between;
}

.features__item:nth-of-type(2) {
	flex-direction: row-reverse;
	margin-top: 10rem;
}

.features__item:last-of-type {
	margin-top: 7.5rem;
	max-width: 71.875rem;
	padding: 0 1.5625rem;
}

.features__content {
	margin-left: 1.5625rem;
	padding-left: calc(50% - 577px);
	width: 50%;
}

.features__item:nth-of-type(2) .features__content {
	margin-left: 0;
	margin-right: 1.5625rem;
	padding-left: 2%;
	padding-right: calc(50% - 580px);
	width: 50%;
}

.features__item:nth-of-type(4) .features__content {
	margin-left: 0;
	width: 100%;
}

.features__img {
	width: 45.4%;
}

.features__item:nth-of-type(4) .features__img {
	margin-top: 3rem;
	max-width: inherit;
	width: 100%;
}

.features__item:nth-of-type(1) .features__img img,
.features__item:nth-of-type(2) .features__img img {
	margin-top: 0;
}

.features__head-wrapper {
	text-align: left;
}

.features__number {
	font-size: 5rem;
	justify-content: flex-start;
	margin-top: -0.75rem;
}

.features__item:nth-of-type(2) .features__head {
	margin-top: 2.8125rem;
}

.features__number span {
	font-size: 1.375rem;
	margin-bottom: 0.375rem;
	margin-right: 0.5625rem;
	padding-bottom: 0.625rem;
}

.features__head {
	font-size: 1.625rem;
}

.features__head span {
	padding: 0.6875rem 0.75rem;
}

.features__button .button {
	font-size: 1.125rem;
	margin-left: 2.5%;
	max-width: 30.375rem;
	padding: 1.375rem;
}

.features__button .button img {
	margin-left: 6%;
	margin-right: -2%;
	margin-top: 0.625rem;
}

.features__step {
	margin-top: 7.625rem;
	max-width: 71.875rem;
}

.features__step-title {
	font-size: 1.625rem;
}

.features__step-title .features__step-title-main {
	font-size: 2.375rem;
}

.features__items {
	padding-left: 25.8%;
	padding-right: 7.7%;
}

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

.features__step-item::before {
	height: 7.5rem;
	left: -10.6875rem;
	top: 3rem;
	width: 7.1875rem;
}

.features__step-item:not(:nth-of-type(n+ 3)):after {
	background: url(../img/arrow-step.png) no-repeat top left/contain;
	content: "";
	height: 100%;
	left: -7.6875rem;
	position: absolute;
	top: 8.125rem;
	width: 1.5rem;
}

.features__step-item:nth-of-type(3):before {
	top: 3rem;
}

.features__step-item:nth-of-type(4):before {
	top: 3rem;
}

.features__step-head {
	font-size: 1.5rem;
	padding-left: 0;
}

.features__step-img {
	width: 47%;
}

.features__step-item:nth-of-type(3) .features__step-img {
	width: 28.5%;
}

.features__step-item:nth-of-type(4) .features__step-img {
	width: 27.5%;
}

.features__step-item:nth-of-type(4) .features__step-img::before {
	bottom: 0;
	height: 11.5625rem;
	left: -9.125rem;
	top: auto;
	width: 17.5rem;
}

.features__step-img img {
	margin: 0;
	margin-top: -0.6875rem;
}

.features__step-item:nth-of-type(2) .features__step-img img {
	margin-top: 0.6875rem;
}

.features__step-item:nth-of-type(3) .features__step-img img {
	margin-top: 6px;
	width: 83%;
}

.features__step-item:nth-of-type(4) .features__step-img img {
	margin-top: 8px;
	padding-top: 0;
	width: 83%;
}

/* .footer {
	padding-bottom: 5rem;
	padding-top: 3.3125rem;
} */


.greeting {
	background: url(../img/greeting-back.png) no-repeat center right 0/contain;
	background-color: #82cdef;
	padding-bottom: 7.1875rem;
	padding-top: 7.1875rem;
}

.greeting .inner {
	max-width: 71.875rem;
}

.greeting__title {
	font-size: 2rem;
}

.greeting__title span {
	padding: 0.625rem 1.875rem 0.625rem 0.9375rem;
}

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

.introduction {
	padding-bottom: 11.25rem;
	padding-top: 7.1875rem;
}

.introduction__inner {
	max-width: 60.625rem;
	padding: 0 1.5625rem;
}

.introduction__title {
	font-size: 2.375rem;
}

.introduction__head {
	font-size: 1.5rem;
}

.introduction__text {
	text-align: center;
}

.mv {
	background: url(../img/kv-back.png) no-repeat center center/cover;
	padding: 6.3% 0 5%;
}

.mv__inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 93.75rem;
	padding: 0 1.5625rem;
}

.mv__title {
	width: 37%;
}

.mv__title-head-img {
	width: min(19vw, 285px);
}

.mv__title-head {
	font-size: clamp(0.875rem, 0.3504rem + 1.0929vw, 1.375rem);
	letter-spacing: 9px;
	margin-top: 2.5rem;
	padding: 0 5px;
	text-indent: 0.5em;
}

.mv__logo {
	margin-top: 7%;
	width: min(26vw, 392px);
}

.mv__title-bottom {
	font-size: clamp(0.625rem, 0.0348rem + 1.2295vw, 1.1875rem);
	letter-spacing: 1.5px;
	margin-left: 1.25rem;
	margin-top: 1.6875rem;
	padding: 0.3125rem 0.625rem;
}

.mv__content {
	display: flex;
	flex-direction: column;
	margin-top: 6.8%;
	width: 56%;
}

.mv__content-head::before {
	top: -3.125rem;
}

.mv__content-head-sub {
	font-size: min(2vw, 22px);
	letter-spacing: 12.5px;
}

.mv__content-head-main {
	font-size: min(4vw, 57px);
	letter-spacing: 35px;
	margin-top: 0.1875rem;
	text-indent: 0.3em;
}

.mv__content-text {
	margin-top: 3.125rem;
	max-width: 52.125rem;
	padding: 1.5% 3% 2%;
	width: 100%;
}

.mv__content-item {
	display: flex;
	justify-content: flex-start;
}

.mv__content-item + .mv__content-item {
	margin-top: -0.3125rem;
}

.mv__content-text-number {
	font-size: clamp(0.625rem, -0.0963rem + 1.5027vw, 1.3125rem);
}

.mv__content-text-number span {
	font-size: clamp(1.25rem, -0.5205rem + 3.6885vw, 2.9375rem);
	margin-left: 0.9375rem;
}

.mv__content-text-main {
	align-items: end;
	display: flex;
	font-size: clamp(0.75rem, -0.0369rem + 1.6393vw, 1.5rem);
	letter-spacing: 2.5px;
	margin-left: 4.5%;
	padding-bottom: 0.3125rem;
}

.other__inner {
	max-width: 64.0625rem;
	padding: 0 1.5625rem;
}

.other__wrapper {
	padding: 2.8125rem 11% 2.0625rem 49.8%;
	transition: opacity 0.3s;
}

.other__text-wrapper {
	margin: 0;
	max-width: none;
}

.other__text-wrapper::before {
	bottom: -1.25rem;
	height: 12.6875rem;
	left: -70%;
	top: auto;
	width: 25rem;
}

.other__text-wrapper::after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -20%;
	top: 58%;
	transform: translateY(-50%);
}

.other__text-top {
	font-size: 1.4375rem;
}

.other__text-bottom {
	font-size: 2.25rem;
}

.price {
	padding-bottom: 4.75rem;
	padding-top: 5.625rem;
}

.price__title {
	font-size: 2rem;
}

.price__head {
	font-size: 1.5rem;
}

.price__head span:first-of-type {
	font-size: 2.5rem;
}

.program__items {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: inherit;
}

.program__link {
	margin-top: 0;
	width: 43.7%;
}

.program__link .button {
	margin: 0;
}

.program__content {
	padding: 2.625rem 4.3125rem 3.3125rem;
	width: 56.3%;
}

.program__content-head {
	font-size: 1.375rem;
}

.program__content-items {
	grid-template-columns: 22% 46% 31%;
}

.program__content-item {
	font-size: 1rem;
}

.program__content-item span {
	font-size: 0.875rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.cta__tel {
	align-items: center;
	display: flex;
	padding-left: 2.5%;
	text-align: left;
}

.cta__mail {
	align-items: center;
	display: flex;
	padding-left: 5%;
}

.cta__tel-top {
	justify-content: start;
}

.cta__mail-button {
	margin-left: 4%;
	margin-top: 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

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

}

@keyframes DownAnime {

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

to {
	opacity: 1;
	transform: translateY(100px);
}

}


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



/* お問い合わせフォーム */

.p-form .l-main {
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .p-form .l-main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-form .p-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-color: #e5f1f7;
}

.p-form .p-header__title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #239ae5;
}

.p-form .p-header__title > span {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  color: #181818;
}

.p-form .p-breadcrumb {
  margin-top: 17px;
  margin-bottom: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.p-form .p-breadcrumb a {
  padding-bottom: 3px;
  color: #239ae5;
  border-bottom: 1px solid #239ae5;
}

.p-form .p-heading {
  padding: 18px 22px 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #e5f1f7;
  border-top: 2px solid #239ae5;
}

.p-form .p-attention {
  margin-bottom: 3em;
  text-align: center;
}

.p-form .p-attention a {
  padding-bottom: 3px;
  color: #239ae5;
  border-bottom: 1px solid #239ae5;
}

.p-form .p-flow dl {
  margin-top: 1.5em;
  margin-left: 0.5em;
}

.p-form .p-flow dl dt {
  font-weight: bold;
  padding-bottom: 0.3em;
}

.p-form .p-flow .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .p-form .p-flow .container {
    display: block;
  }
}
.p-form .p-flow .item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 160px;
  text-align: center;
  background-color: #80cdf0;
}

.p-form .p-flow .icon {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.p-form .p-flow .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .p-form .p-flow .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-form .p-flow .triangle {
  display: block;
}

@media (min-width: 768px) {
  .p-form .p-flow .triangle {
    width: 23px;
    height: 20px;
    margin-right: 0;
    margin-left: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0f2844;
  }
}
@media (max-width: 767px) {
  .p-form .p-flow .triangle {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-top: 10px solid #0f2844;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.p-form .p-flow__text {
  margin-top: 31px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

.p-form .p-contact-form {
  margin-top: 80px;
}

.p-form .p-contact-form .form {
  margin-top: 30px;
}

.p-form .p-contact-form .required-mark {
  display: inline-block;
  padding: 2px 7px 4px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #f1244f;
}

.p-form .p-contact-form .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-form .p-contact-form .input__wrap {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .p-form .p-contact-form .input__wrap {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.p-form .p-contact-form .note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-form .p-contact-form .note {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form table,
.p-form .p-contact-form tbody,
.p-form .p-contact-form tr,
.p-form .p-contact-form th,
.p-form .p-contact-form td {
    display: block;
    width: 100%;
  }
}
.p-form .p-contact-form table {
	font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}

.p-form .p-contact-form th,
.p-form .p-contact-form td {
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 768px) {
  .p-form .p-contact-form th {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form th {
    border: none;
  }
}
.p-form .p-contact-form th .note {
  display: block;
}

@media (min-width: 768px) {
  .p-form .p-contact-form td {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form td {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-form .p-contact-form td .note {
    padding-left: 15px;
  }
}
.p-form .p-contact-form input[type=text] {
  width: 100%;
  padding: 10px 15px;
  background-color: #f3f3f3;
  border: none;
}

.p-form .p-contact-form select {
  width: 100%;
  padding: 10px 15px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #f3f3f3;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form .p-contact-form textarea {
  width: 100%;
  min-height: 220px;
  padding: 5px;
  resize: vertical;
  background-color: #f3f3f3;
  border: none;
}

.p-form .p-contact-form td p {
  line-height: 1.8;
}

.p-form .p-contact-form .form-postal input {
  width: 30%;
}

@media (max-width: 767px) {
  .p-form .p-contact-form .form-postal input {
    width: 100%;
  }
}
.p-form .p-contact-form .form-textarea th,
.p-form .p-contact-form .form-textarea td {
  vertical-align: top;
}

.p-form .p-contact-form .container-select {
  position: relative;
  width: 30%;
}

@media (max-width: 767px) {
  .p-form .p-contact-form .container-select {
    width: 100%;
  }
}
.p-form .p-contact-form .container-select::before {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 0;
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 8.5px solid #181818;
  border-left: 4px solid transparent;
}

.p-form .p-contact-form .container-select::after {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 0;
  content: "";
  border-top: 8.5px solid #181818;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.p-form .p-contact-form .checkagree {
  padding-top: 2em;
  text-align: center;
}

.p-form .p-contact-form .checkagree a {
  text-decoration: underline;
}

.p-form .p-contact-form .checkagree a:hover {
  color: #239ae5;
  text-decoration: none;
}

.p-form .p-contact-form #errormsgbox {
  color: #b80000;
  margin: 2em 0;
}

.p-form .p-contact-form .error {
  display: block;
  font-size: 0.85em;
  color: #b80000;
  margin: 1em 0 0 1em;
}

.p-form .p-contact-form .p-txt-check {
  margin: 1.5em 0;
  font-size: 0.92em;
}

@media (min-width: 768px) {
  .p-form .p-contact-form .container-select:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .p-form .p-contact-form .container-select:not(:first-child) {
    margin-top: 10px;
  }
}
.p-form .submit-button {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 21px 10px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.075em;
  cursor: pointer;
  background: #0f2844;
  border: none;
  border-radius: 50px;
  opacity: 1;
  transition: all 0.5s;
}

.p-form .submit-button:hover {
  opacity: 0.5;
  transition: all 1s;
}

.p-form .boxBtn {
  text-align: center;
}

.p-form .boxBtn form {
  display: inline;
}

.p-form .btnSubmit {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 21px 10px;
  margin-top: 60px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.075em;
  cursor: pointer;
  background: #0f2844;
  border: none;
  border-radius: 50px;
  opacity: 1;
  transition: all 0.5s;
}

.p-form .btnSubmit.btnBack {
  background: #666;
}

.p-form .btnSubmit:hover {
  opacity: 0.5;
  transition: all 1s;
}

.l-header {
  padding-top: 39px;
}

@media (min-width: 768px) {
  .l-header {
    padding-top: 0;
  }
}
