@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

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

body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.u-mobile {
	display: none;
}

html {
	font-size: 62.5%;
}

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

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

*,
*::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;
}

.accordion {
	width: 100%;
}

.accordion__item:not(:first-child) {
	margin-top: 46px;
	margin-top: 4.6rem;
}

.accordion__title {
	background-color: #1B4452;
	border-radius: 1rem;
	cursor: pointer;
	padding: 27px 50px 54px 80px;
	padding: 2.7rem 5rem 5.4rem 8rem;
	position: relative;
}

.accordion__icon {
	background-color: #EB8395;
	border-radius: 9999px;
	display: block;
	height: 22px;
	height: 2.2rem;
	position: absolute;
	right: 23px;
	right: 2.3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	width: 2.2rem;
}

.accordion__title::before,
.accordion__title::after {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 27px;
	right: 2.7rem;
	top: 50%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 13px;
	width: 1.3rem;
	z-index: 3;
}

.accordion__title::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion__title.is-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__title.is-open::before {
	opacity: 0;
}

.accordion__title-text {
	color: #FEFDFD;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
}

.accordion__title-text::before {
	color: #fff;
	content: "Q.";
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 500;
	left: -60px;
	left: -6rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordion__content {
	background: #fff;
	border-radius: 0.5rem;
	display: none;
	height: 100%;
	margin-left: 80px;
	margin-left: 8rem;
	margin-right: 50px;
	margin-right: 5rem;
	margin-top: -30px;
	margin-top: -3rem;
	min-height: 120px;
	min-height: 12rem;
	padding: 18px 30px 48px;
	padding: 1.8rem 3rem 4.8rem;
	position: relative;
	z-index: 2;
}

.accordion__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.55;
}

.spacer {
	height: 100vh;
	width: 100%;
}

.band {
	background-color: #EFD01F;
	-webkit-clip-path: inset(50% 0% 50% 0%);
	clip-path: inset(50% 0% 50% 0%);
	height: 200px;
	left: 50%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

.section {
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 2;
}

.inner {
	-webkit-background-clip: text;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: linear-gradient(to bottom, #000 0px, #000 200px, #CD3B48 200px, #CD3B48 100%);
	background-clip: text;
	background-position: 0% -200px;
	background-size: 100% calc(100% + 200px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 0 auto;
	max-width: 1000px;
	width: 80%;
}

.index {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1em;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.heading {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 48px;
	font-weight: bold;
	margin-top: -0.2em;
	padding: 0 40px;
	white-space: nowrap;
}

.text {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 16px;
	font-weight: bold;
	max-width: 500px;
}

.drawer-menu {
	background-color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.drawer-menu__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: inherit;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	padding-top: 118px;
	padding-top: 11.8rem;
	width: 100%;
}

.drawer-menu__items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 336px;
	max-width: 33.6rem;
	width: 100%;
}

.drawer-menu__item {
	display: inline-block;
}

.drawer-menu__item:not(:first-child) {
	margin-top: 30px;
	margin-top: 3rem;
}

.drawer-menu__link {
	color: #000;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
}

.drawer-menu__link::after {
	color: #000;
	content: "|";
	position: absolute;
	right: -14px;
	right: -1.4rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.drawer-menu__button-block {
	margin-top: 82px;
	margin-top: 8.2rem;
}

.drawer-menu__button {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	max-width: 336px;
	max-width: 33.6rem;
	width: 100%;
}

.faq {
	background-color: #fff;
	padding-bottom: 85px;
	padding-bottom: 8.5rem;
	padding-top: 120px;
	padding-top: 12rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.faq__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 630px;
	max-width: 63rem;
	text-align: center;
	width: 100%;
}

.faq__accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 5rem;
	max-width: 1180px;
	max-width: 118rem;
	width: 100%;
}

.faq__button-block {
	margin-top: 60px;
	margin-top: 6rem;
	text-align: center;
}

.faq__button {
	display: inline-block;
	max-width: 1218px;
	max-width: 121.8rem;
	width: 100%;
}

.footer {
	letter-spacing: 0.05em;
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.footer-nav {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-nav__item:nth-child(n+2) {
	border-left: 1px solid #000;
	margin-left: 20px;
	margin-left: 2rem;
	padding-left: 20px;
	padding-left: 2rem;
}

.footer__block {
	border-top: 1px solid #383838;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 15px 0;
	padding: 1.5rem 0;
	position: relative;
}

.footer__copyright {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}

.footer__copyright--small {
	font-size: 13px;
	font-size: 1.3rem;
}

.footer__top {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	height: 100%;
	padding-top: 15px;
	padding-top: 1.5rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	width: 15rem;
}

.footer__top::after {
	aspect-ratio: 19/23;
	background: url(../img/pagetop.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	right: 3px;
	right: 0.3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 1.2rem;
}

.fv {
	position: relative;
	overflow: hidden;
	top: 20px;
    top: 2rem;
	z-index: -1;
}

.green {
	background-color: #1B4452;
	margin-top: 97px;
	margin-top: 9.7rem;
	overflow-x: hidden;
	padding-top: 187px;
	padding-top: 18.7rem;
	position: relative;
	z-index: 5;
}

.green__bg {
	position: absolute;
	right: 0;
	top: -990px;
	top: -99rem;
	width: 450px;
	width: 45rem;
	z-index: -1;
}

.green__contents {
	position: relative;
}

.green__contents + .green__contents {
	margin-top: 110px;
	margin-top: 11rem;
}

.green__bg02 {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 250px;
	width: 25rem;
	z-index: 0;
}

.green__title {
	color: #fff;
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.green__title::before {
	background: url(../img/logo_circle.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 252px;
	height: 25.2rem;
	left: -290px;
	left: -29rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 252px;
	width: 25.2rem;
	z-index: -1;
}

.green__title span {
	font-family: "Roboto", sans-serif;
	font-size: 80px;
	font-size: 8rem;
	font-weight: 600;
	line-height: 0.072;
}

.green__title.right::before {
	background: url(../img/logo_circle.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 252px;
	height: 25.2rem;
	left: auto;
	left: initial;
	position: absolute;
	right: -280px;
	right: -28rem;
	top: 80%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 252px;
	width: 25.2rem;
	z-index: -1;
}

.green__content {
	background-color: #EB8395;
	border-top-right-radius: 80px;
	border-top-right-radius: 8rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding-bottom: 210px;
	padding-bottom: 21rem;
	padding-top: 160px;
	padding-top: 16rem;
	width: calc(100% - 6rem);
}

.green__content.green__content--reverse {
	border-top-right-radius: 0;
	border-top-left-radius: 80px;
	border-top-left-radius: 8rem;
	margin-left: auto;
}

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

.green__sub-title {
	border-bottom: 3px solid #1B4452;
	border-top: 3px solid #1B4452;
	color: #1B4452;
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	max-width: 110rem;
	padding-bottom: 38px;
	padding-bottom: 3.8rem;
	padding-top: 55px;
	padding-top: 5.5rem;
	text-align: center;
	width: 100%;
}

.green__sub-title.mt {
	margin-top: 100px;
	margin-top: 10rem;
}

.green__sub-title span {
	font-size: 64px;
	font-size: 6.4rem;
}

.green__text-block {
	margin-top: 83px;
	margin-top: 8.3rem;
	text-align: center;
}

.green__text {
	color: #1B4452;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}

.green__text.tal {
	text-align: left;
}

.green__text.line {
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.green__text.line::after {
	background-color: #1B4452;
	content: "";
	height: 3px;
	position: absolute;
	right: -78px;
	right: -7.8rem;
	top: 50%;
	width: 60px;
	width: 6rem;
}

.green__text span {
	color: #FEFDFD;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1;
}

.green__text.green__text-large {
	color: #1B4452;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.green__text.green__text-large::before {
	content: "/";
	left: -30px;
	left: -3rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) scaleX(-1);
	transform: translate(0, -50%) scaleX(-1);
}

.green__text.green__text-large::after {
	content: "/";
	position: absolute;
	right: -20px;
	right: -2rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.green__text.green__text-large span {
	color: #1B4452;
	font-size: 49px;
	font-size: 4.9rem;
}

.green__text.green__text--white {
	color: #FEFDFD;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.8;
}

.green__illust {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-top: 10rem;
	max-width: 956px;
	max-width: 95.6rem;
	width: 100%;
}

.green__text-flex {
	gap: 90px;
	gap: 9rem;
	-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;
	margin-top: 42px;
	margin-top: 4.2rem;
}

.green__lead {
	color: #1B4452;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.11em;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
	margin-top: 9.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.green__lead.right {
	margin-right: 0;
	margin-right: initial;
}

.green__lead span {
	color: #FEFDFD;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	line-height: 0.18em;
}

.green__flex {
	gap: 4%;
	-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;
}

.green__flex + .green__flex {
	margin-top: 36px;
	margin-top: 3.6rem;
}

.green__flex-card {
	width: 40%;
}

.green__flex-block {
	width: 40%;
}

.green__flex-block h3 {
	color: #1B4452;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.11em;
	line-height: 1.33;
}

.green__flex-block p {
	color: #FEFDFD;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.67;
	margin-top: 36px;
	margin-top: 3.6rem;
}

.green__flex-block p span {
	color: #1B4452;
}

.green__card-block {
	gap: 4%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 5rem;
	max-width: 90%;
}

.hamburger {
	background-color: #fff;
	border-radius: 9999px;
	cursor: pointer;
	height: 27px;
	height: 2.7rem;
	position: fixed;
	right: 166px;
	right: 16.6rem;
	top: 17px;
	top: 1.7rem;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	width: 27px;
	width: 2.7rem;
	z-index: 9999;
}

.hamburger.is-active {
	background-color: #000;
	height: 40px;
	height: 4rem;
	right: 20px;
	right: 2rem;
	top: 18px;
	top: 1.8rem;
	width: 50px;
	width: 5rem;
}

.hamburger span {
	background-color: #000;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	width: 44%;
}

.hamburger.is-active span {
	background-color: #fff;
	left: 30%;
}

.hamburger span:nth-child(1) {
	top: 11px;
	top: 1.1rem;
}

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

.hamburger.is-active span:nth-child(1) {
	top: 20px;
	top: 2rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
	top: 20px;
	top: 2rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header {
	background-color: #000;
	height: 88px;
	height: 8.8rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding-left: 50px;
	padding-left: 5rem;
}

.header__name {
	margin-right: auto;
}

.header__logo {
	width: 275px;
	width: 27.5rem;
}

.header__nav {
	height: inherit;
}

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

.header__item {
	height: inherit;
}

.header__item:not(:first-child) {
	margin-left: 20px;
	margin-left: 2rem;
}

.header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.header__link::before {
	color: #fff;
	content: "|";
	left: -10px;
	left: -1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header__link.no-line::before {
	display: none;
}

.header__link.header__link--contact {
	height: inherit;
	width: 350px;
	width: 35rem;
}

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

.message {
	background-color: #1B4452;
	width: 100%;
}

.message__sticky {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh + 8.8rem);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: sticky;
	top: 0;
	width: 100%;
}

.message__bg {
	left: 50%;
	max-width: 1360px;
	max-width: 136rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.message__bg::before {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 1.4rem;
	bottom: 0;
	content: "";
	height: 100%;
	left: 20px;
	left: 2rem;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 0;
	width: calc(100% - 4rem);
	z-index: 1;
}

.message__icon {
	left: 0;
	position: absolute;
	top: 20px;
	top: 2rem;
	width: 240px;
	width: 24rem;
	z-index: 5;
}

.message__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: -80vh;
	max-width: 875px;
	max-width: 87.5rem;
	padding-bottom: 100vh;
	position: relative;
	width: 80%;
	z-index: 2;
}

.message__last {
	background-color: #1B4452;
	padding-bottom: 138px;
	padding-bottom: 13.8rem;
}

.message__last-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.message__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 410px;
	max-width: 41rem;
	width: 100%;
}

.message__button-block {
	margin-top: 77px;
	margin-top: 7.7rem;
	text-align: center;
}

.message__button {
	display: inline-block;
	max-width: 1218px;
	max-width: 121.8rem;
	width: 100%;
}

.online {
	background: url(../img/online_bg.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -300px;
	margin-top: -30rem;
	overflow-x: hidden;
	padding-bottom: 96px;
	padding-bottom: 9.6rem;
	position: relative;
	z-index: 2;
}

.online__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.online__title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	margin-top: 20rem;
	max-width: 624px;
	max-width: 62.4rem;
	width: 100%;
}

.online__text {
	color: #1B4452;
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
	line-height: 1.47;
	margin-top: 46px;
	margin-top: 4.6rem;
	text-align: center;
}

.online__swiper {
	margin-top: 30px;
	margin-top: 3rem;
	padding-bottom: 70px;
	padding-bottom: 7rem;
}

.online__button-block {
	margin-top: 114px;
	margin-top: 11.4rem;
	text-align: center;
}

.online__button {
	display: inline-block;
	max-width: 1218px;
	max-width: 121.8rem;
	width: 100%;
}

.peace {
	background-color: #fff;
	margin-top: 144px;
	margin-top: 14.4rem;
	overflow-x: clip;
	position: relative;
	z-index: 3;
}

.peace__bg {
	position: absolute;
	right: 0;
	top: 30px;
	top: 3rem;
	width: 450px;
	width: 45rem;
	z-index: -1;
}

.peace__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	max-width: 124rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.peace__title {
	color: #1B4452;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.peace__title::before {
	background: url(../img/peace_left.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 47px;
	height: 4.7rem;
	left: -70px;
	left: -7rem;
	position: absolute;
	top: 0;
	width: 57px;
	width: 5.7rem;
}

.peace__title::after {
	background: url(../img/peace_right.webp);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 47px;
	height: 4.7rem;
	position: absolute;
	right: -60px;
	right: -6rem;
	top: 0;
	width: 57px;
	width: 5.7rem;
}

.peace__title span {
	color: #EB8395;
	font-size: 64px;
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1;
}

.peace__text {
	color: #1B4452;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	line-height: 2.8;
	text-align: center;
}

.peace__lead {
	margin-top: 170px;
	margin-top: 17rem;
	width: 606px;
	width: 60.6rem;
}

.peace__last {
	margin-left: auto;
	margin-right: auto;
	margin-top: 165px;
	margin-top: 16.5rem;
	max-width: 1088px;
	max-width: 108.8rem;
}

.peace__scroll {
	bottom: -92px;
	bottom: -9.2rem;
	left: 0;
	position: absolute;
	z-index: -2;
}

.real {
	margin-top: 82px;
	margin-top: 8.2rem;
	position: relative;
}

.real__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.real__flex {
	gap: 200px;
	gap: 20rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.real__title {
	font-size: 54px;
	font-size: 5.4rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.real__text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.667;
	width: 530px;
	width: 53rem;
}

.real__text span {
	font-weight: 700;
}

.real__img {
	margin-top: 53px;
	margin-top: 5.3rem;
}

.real__bottom {
	margin-top: -210px;
	margin-top: -21rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.scroll-infinity__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.scroll-infinity__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list--left {
	-webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
	width: 50vw;
}

.scroll-infinity__item > img {
	width: 100%;
}

.seminar {
	background-color: #1B4452;
	padding-bottom: 556px;
	padding-bottom: 55.6rem;
	position: relative;
	z-index: 1;
}

.seminar__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.seminar__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: -90px;
	margin-top: -9rem;
	max-width: 1162px;
	max-width: 116.2rem;
	width: 100%;
}

.seminar__contents + .seminar__contents {
	margin-top: 170px;
	margin-top: 17rem;
}

.seminar__sub-title {
	color: #fff;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	line-height: 1;
	text-align: center;
}

.seminar__sub-title span {
	color: #EB8395;
}

.seminar__sub-title span.number {
	font-family: "Roboto", sans-serif;
	font-size: 75px;
	font-size: 7.5rem;
}

.seminar__content {
	margin-top: 60px;
	margin-top: 6rem;
	width: 100%;
}

.seminar__text {
	color: #FFFF00;
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
	line-height: 1.47;
	margin-top: 14px;
	margin-top: 1.4rem;
	text-align: right;
}

.step {
	background-color: #EB8395;
	padding-bottom: 55px;
	padding-bottom: 5.5rem;
	padding-top: 47px;
	padding-top: 4.7rem;
	position: relative;
	z-index: 1;
}

.step__logo {
	position: absolute;
	right: 30px;
	right: 3rem;
	width: 222px;
	width: 22.2rem;
	top: -130px;
	top: -13rem;
	z-index: 2;
}

.step__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.step__title {
	background-color: #1B4452;
	height: 130px;
	height: 13rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.step__title img {
	left: 50%;
	position: absolute;
	top: 58%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 765px;
	width: 76.5rem;
}

.step__flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-top: 2rem;
}

.step__content01 {
	width: 180px;
	width: 18rem;
}

.step__content02 {
	width: 160px;
	width: 16rem;
}

.step__content03 {
	width: 300px;
	width: 30rem;
}

.step__arrow {
	width: 100px;
	width: 10rem;
}

.step__button-block {
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.step__button {
	display: inline-block;
	max-width: 1218px;
	max-width: 121.8rem;
	width: 100%;
}

.swiper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.swiper-slide img {
	aspect-ratio: 837/734;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
	margin: 0 0.3rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet {
	background-color: #FEFDFD;
	border-radius: 9999px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
	height: 8px;
	height: 0.8rem;
	opacity: 1;
	width: 8px;
	width: 0.8rem;
}

.swiper-pagination-bullet-active {
	background-color: #1B4452;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
}

.online-swiper .swiper-slide img {
	aspect-ratio: 609/465;
}

.teacher {
	background: url(../img/teacher_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 132px;
	padding-bottom: 13.2rem;
	padding-top: 220px;
	padding-top: 22rem;
	position: relative;
}

.teacher__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.teacher__title {
	height: 466px;
	height: 46.6rem;
	left: 50%;
	position: absolute;
	top: -315px;
	top: -31.5rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 466px;
	width: 46.6rem;
}

.teacher__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.teacher__flex + .teacher__flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 60px;
	margin-top: 6rem;
}

.teacher__img {
	width: 30%;
}

.teacher__content {
	width: 57%;
}

.teacher__text {
	color: #1B4452;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.55;
	margin-top: 60px;
	margin-top: 6rem;
}

.works {
	background-color: #D9D9D9;
	overflow-x: hidden;
	padding-bottom: 96px;
	padding-bottom: 9.6rem;
	padding-top: 143px;
	padding-top: 14.3rem;
}

.works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	max-width: 125rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.works__title {
	color: #1B4452;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	line-height: 1.15;
	text-align: center;
}

.works__title span {
	font-size: 48px;
	font-size: 4.8rem;
}

.works__text {
	color: #1B4452;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.63;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.works__swiper {
	margin-top: 120px;
	margin-top: 12rem;
	padding-bottom: 60px;
	padding-bottom: 6rem;
}

.works__logo {
	margin-left: auto;
	margin-top: 14px;
	margin-top: 1.4rem;
	width: 256px;
	width: 25.6rem;
}

.works__button-block {
	margin-top: 38px;
	margin-top: 3.8rem;
	text-align: center;
}

.works__button {
	display: inline-block;
	max-width: 1218px;
	max-width: 121.8rem;
	width: 100%;
}

.worries {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

.worries__scroll {
	left: 0;
	position: absolute;
	top: 2px;
	top: 0.2rem;
}

.worries__img {
	width: 100%;
}

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

.green {
	padding-top: 12rem;
}

.green__bg {
	display: none;
}

.green__title {
	font-size: 3.6rem;
	line-height: 1.4;
}

.green__title::before {
	height: 12rem;
	left: -15rem;
	width: 12rem;
	top: 100%;
}

.green__title span {
	font-size: 5rem;
}

.green__title.right::before {
	height: 12rem;
	right: -15rem;
	width: 12rem;
	top: 100%;
}

.green__content {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.green__sub-title {
	font-size: 3rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.green__sub-title.mt {
	margin-top: 6rem;
}

.green__sub-title span {
	font-size: 3.6rem;
}

.green__text-block {
	margin-top: 5.3rem;
}

.green__text {
	font-size: 2rem;
}

.green__text.green__text-large span {
	font-size: 3rem;
}

.green__text.green__text--white {
	font-size: 2rem;
}

.green__illust {
	margin-top: 5rem;
	max-width: 50rem;
}

.green__lead {
	margin-top: 6.5rem;
}

.green__flex-card {
	width: 30%;
}

.green__flex-block {
	width: 60%;
}

.green__flex-block h3 {
	font-size: 2.6rem;
}

.green__lead span {
	font-size: 2.6rem;
}

.header__inner {
	padding-left: 2rem;
}

.header__logo {
	width: 18rem;
}

.message__icon {
	width: 18rem;
}

.peace__bg {
	top: 14rem;
	width: 28rem;
}

.real__flex {
	gap: 8rem;
}

.real__title {
	font-size: 4rem;
}

.step__logo {
	width: 13rem;
	top: -7rem;
}

.step__content01 {
	width: 16rem;
}

.step__content02 {
	width: 14rem;
}

.step__content03 {
	width: 26rem;
}

.step__arrow {
	width: 7rem;
}

}

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

.green__bg02 {
	width: 16rem;
}

.header__link.header__link--contact {
	width: 26rem;
}

.message__icon {
	display: none;
}

.works__title {
	font-size: 3.6rem;
}

.works__title span {
	font-size: 3.6rem;
}

.works__text {
	font-size: 2rem;
}

.works__swiper {
	margin-top: 7rem;
	padding-bottom: 3rem;
}

}

@media (max-width: 1024px) {

html {
	font-size: 0.9765625vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

.accordion__item:not(:first-child) {
	margin-top: 1.8rem;
}

.accordion__title {
	padding: 2.4rem 2.5rem 2.4rem 3rem;
}

.accordion__icon {
	height: 1.8rem;
	right: 0.9rem;
	width: 1.8rem;
}

.accordion__title::before,
.accordion__title::after {
	right: 1.2rem;
	width: 1.1rem;
}

.accordion__title-text {
	font-size: 1.4rem;
}

.accordion__title-text::before {
	font-size: 2rem;
	left: -2.2rem;
}

.accordion__content {
	margin-left: 3rem;
	margin-right: 1.5rem;
	margin-top: -1.6rem;
	min-height: 6.4rem;
	padding: 1.6rem 1rem 2.4rem;
	padding: 0.5rem 0.7rem 1.5rem;
}

.accordion__text {
	font-size: 1.3rem;
	font-weight: 400;
}

.faq {
	padding-bottom: 4rem;
	padding-top: 3.3rem;
}

.faq__title {
	max-width: 23rem;
}

.faq__accordion {
	margin-top: 1.5rem;
}

.faq__button-block {
	margin-top: 2rem;
}

.faq__button {
	max-width: 33.6rem;
}

.fv {
	top: -4rem;
}

.footer {
	margin-top: 3rem;
}

.footer-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.3rem;
	margin: 5rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer-nav__item:nth-child(n+2) {
	border-left: none;
	margin: 0.5rem 0 0 0;
	padding: 1rem 0 0 0;
}

.footer__block {
	margin-top: 3rem;
	padding: 1.2rem 0;
}

.footer__copyright {
	font-size: 1.2rem;
}

.footer__copyright--small {
	font-size: 1.2rem;
}

.footer__top {
	font-size: 1.2rem;
	padding: 1.2rem 0 0 0.5rem;
	text-align: left;
	width: 7rem;
}

.footer__top::after {
	width: 0.8rem;
}

.green {
	margin-top: 5.7rem;
	padding-top: 5.2rem;
}

.green__bg {
	display: block;
	width: 16rem;
}

.green__contents + .green__contents {
	margin-top: 6rem;
}

.green__bg02 {
	bottom: -8rem;
	width: 14rem;
}

.green__title {
	font-size: 2rem;
}

.green__title::before {
	height: 7.9rem;
	left: -7rem;
	width: 7.8rem;
	top: 60%;
}

.green__title span {
	font-size: 3.3rem;
}

.green__title.right::before {
	height: 7.9rem;
	right: -6rem;
	width: 7.8rem;
	top: 70%;
}

.green__content {
	margin-top: 1rem;
	padding-bottom: 5.3rem;
	padding-top: 3.5rem;
	width: calc(100% - 1.6rem);
}

.green__content-inner {
	padding-left: 3rem;
	padding-right: 3rem;
}

.green__sub-title {
	border-bottom: 1px solid #1B4452;
	border-top: 1px solid #1B4452;
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
	padding-top: 1.4rem;
}

.green__sub-title.mt {
	margin-top: 3rem;
}

.green__sub-title span {
	font-size: 2rem;
}

.green__text-block {
	margin-top: 1.8rem;
}

.green__text {
	font-size: 1.4rem;
	letter-spacing: 0;
}

.green__text.tal {
	text-align: center;
}

.green__text.line::after {
	height: 1px;
}

.green__text.green__text-large {
	font-size: 1.5rem;
}

.green__text.green__text-large::before {
	font-size: 5rem;
	font-weight: 100;
}

.green__text.green__text-large::after {
	font-size: 5rem;
	font-weight: 100;
}

.green__text.green__text-large span {
	font-size: 2rem;
}

.green__text.green__text--white {
	font-size: 1.5rem;
}

.green__text.green__text--white.sp {
	font-size: 1.3rem;
	font-weight: 400;
}

.green__illust {
	margin-top: 2rem;
}

.green__text-flex {
	gap: 1.2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.2rem;
}

.green__lead {
	font-size: 1.4rem;
	margin-top: 3.4rem;
	text-align: center;
}

.green__lead.right {
	margin-right: auto;
}

.green__lead span {
	font-size: 1.5rem;
}

.green__flex {
	gap: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	width: 100%;
}

.green__flex-card {
	width: 100%;
}

.green__flex-block {
	width: 100%;
}

.green__flex-block h3 {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	text-align: center;
}

.green__flex-block p {
	font-size: 1.3rem;
	margin-top: 1rem;
}

.green__card-block {
	gap: 1.2rem 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.4rem;
	max-width: 45rem;
	width: 100%;
}

.header {
	height: 6rem;
}

.header__name {
	left: 2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 9999;
}

.header__logo {
	width: 12.8rem;
}

.header__link.header__link--contact {
	position: absolute;
	right: 0;
	top: 0;
	width: 14.5rem;
}

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

.message__sticky {
	height: calc(100vh + 6rem);
}

.message__bg::before {
	border-radius: 0.6rem;
}

.message__content {
	margin-top: -60vh;
}

.message__last {
	padding-bottom: 3rem;
	padding-top: 2rem;
}

.message__logo {
	max-width: 10.7rem;
}

.message__button-block {
	margin-top: 2rem;
}

.message__button {
	max-width: 33.6rem;
}

.online {
	background: url(../img/online_bg-sp.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0;
	padding-bottom: 4.2rem;
}

.online__title {
	margin-top: 25rem;
	max-width: 30.6rem;
}

.online__text {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 1.8rem;
}

.online__swiper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 48rem;
	padding-bottom: 2.5rem;
	width: 100%;
}

.online__button-block {
	margin-top: 1.7rem;
}

.online__button {
	max-width: 33.6rem;
}

.peace {
	margin-top: 2.3rem;
}

.peace__bg {
	top: 7rem;
	width: 16rem;
}

.peace__title {
	font-size: 1.5rem;
	line-height: 1.73;
}

.peace__title::before {
	height: 1.8rem;
	left: -3rem;
	width: 2.1rem;
}

.peace__title::after {
	height: 1.8rem;
	right: -2.4rem;
	width: 2.1rem;
}

.peace__title span {
	font-size: 2.4rem;
}

.peace__text {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 2rem;
}

.peace__lead {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.6rem;
	width: 24rem;
}

.peace__last {
	margin-top: 3.2rem;
	max-width: 30rem;
}

.peace__scroll {
	bottom: -5rem;
}

.real {
	margin-top: 3rem;
}

.real__flex {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.real__title {
	font-size: 2.5rem;
}

.real__text {
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 53rem;
	width: 100%;
}

.real__img {
	margin-top: 3.5rem;
}

.real__bottom {
	margin-top: -11rem;
}

.scroll-infinity__item {
	width: 100vw;
}

.seminar {
	padding-bottom: 2rem;
}

.step {
	padding-bottom: 2rem;
	padding-top: 2rem;
	margin-top: -4rem;
}

.step__logo {
	width: 9.6rem;
	right: 2rem;
}

.step__title {
	height: 5rem;
}

.step__title img {
	width: 32.8rem;
}

.step__flex {
	display: block;
	width: 100%;
}

.step__arrow {
	width: 3rem;
}

.step__button {
	max-width: 33.6rem;
}

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.2rem;
}

.swiper-pagination-bullet {
	height: 0.5rem;
	width: 0.5rem;
}

.teacher {
	padding-bottom: 4rem;
	padding-top: 10rem;
}

.teacher__title {
	height: 12.1rem;
	top: -6rem;
	width: 12.1rem;
}

.teacher__flex {
	gap: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.teacher__flex + .teacher__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.teacher__img {
	margin-left: auto;
	margin-right: auto;
	min-width: 12.1rem;
}

.teacher__content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.teacher__text {
	font-size: 1.3rem;
	line-height: 1.3;
	margin-top: 1rem;
}

.works {
	padding-bottom: 4rem;
	padding-top: 2.4rem;
}

.works__title {
	font-size: 2rem;
}

.works__title span {
	font-size: 2rem;
}

.works__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1rem;
}

.works__swiper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
	max-width: 48rem;
}

.works__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.1rem;
	width: 19.5rem;
}

.works__button-block {
	margin-top: 2rem;
}

.works__button {
	max-width: 33.6rem;
}

}

@media (max-width: 768px) {

html {
	font-size: 62.5%;
}

}

@media screen and (max-width: 600px) {
	.fv {
		top: -2rem;
	}
}

@media screen and (max-width: 500px) {
.fv {
	top: -0.8rem;
}

.step {
	margin-top: -2rem;
}

.green__bg02 {
	bottom: -6rem;
	width: 12rem;
}

.green__lead.right {
	margin-right: 0;
	margin-right: initial;
}

.message__content {
	padding-bottom: 80vh;
}

.peace__lead {
	margin-left: 0;
	margin-left: initial;
}

.peace__last {
	margin-left: 0;
	margin-left: initial;
}

.real__bottom {
	margin-top: -7rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@-webkit-keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

}

@media (min-width: 1440px) {
	.real__bottom {
		margin-top: -30rem;
	}
}


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