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

.u-desktop {
	display: block;
}

.u-mobile {
	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 */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
	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;
}

.l-footer {
	height: 10.6875rem;
}

.l-header {
	height: 6.25rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

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

.l-main {
	padding-top: 6.25rem;
}

.l-section {
	background-color: rgba(206, 242, 206, 0.25);
	position: relative;
}

.l-side.l-side {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
	position: relative;
}

.l-side.l-side::before {
	background-color: #F4F3EA;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 6.25rem;
	z-index: 10;
}

.l-side.l-side::after {
	background-color: #F4F3EA;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 6.25rem;
	z-index: 10;
}

.c-title {
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 1.875rem;
	position: relative;
	text-align: center;
}

.c-title::before {
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 50.1%;
	position: absolute;
	transform: translateX(calc(-50% - 1.0625rem));
	width: 2rem;
}

.c-title::after {
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 49.9%;
	position: absolute;
	transform: translateX(calc(-50% + 1.0625rem));
	width: 2rem;
}

.c-title--green {
	color: #007C64;
}

.c-title--green::before {
	background-color: #007C64;
}

.c-title--green::after {
	background-color: #000;
}

.c-title--black {
	color: #000;
}

.c-title--black::before {
	background-color: #007C64;
}

.c-title--black::after {
	background-color: #000;
}

.p-flow {
	background: linear-gradient(to bottom, rgba(206, 242, 206, 0.25), rgba(206, 242, 206, 0.25)), linear-gradient(209deg, #F1EBFF 0%, rgba(241, 235, 255, 0) 70%);
	padding: 6.25rem 0;
	position: relative;
	z-index: 1;
}

.p-flow__inner {
	position: relative;
}

.p-flow__lead {
	color: #191919;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 3.125rem;
	text-align: center;
}

.p-flow__steps {
	display: flex;
	flex-direction: column;
	gap: 3.875rem;
	margin-top: 3.75rem;
}

.p-flow__step {
	background-color: #fff;
	padding: 2.5rem;
	position: relative;
}

.p-flow__step:not(:last-child)::after {
	background: url(../images/common/icon-step-arrow.svg) no-repeat center center/contain;
	bottom: -3.875rem;
	content: "";
	height: 3.8125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.5rem;
}

.p-flow__step-header {
	display: flex;
	flex-direction: row;
	gap: 1.375rem;
}

.p-flow__step-meta {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.625rem;
	width: 18.75rem;
}

.p-flow__step-label {
	align-items: center;
	background-color: #2B8E7F;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-flex;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	padding: 0.25rem 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-flow__step-title {
	color: #191919;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
}

.p-flow__step-body {
	flex: 1;
}

.p-flow__step-text {
	color: #191919;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-flow__step-downloads {
	display: flex;
	gap: 1.8125rem;
	margin-top: 0.625rem;
}

.p-flow__step-download {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.5rem;
}

.p-flow__download-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #007C64;
	box-shadow: 0.125rem 0.125rem 0 #A6C3BD;
	color: #fff;
	display: flex;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	max-width: 13.0625rem;
	padding: 1.0625rem 0.625rem 0.8125rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-flow__download-btn:hover {
	opacity: 0.8;
}

.p-flow__download-btn::after {
	background: url(../images/common/icon-arrow-small.svg) no-repeat center center/contain;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-flow__download-note {
	color: #595959;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-flow__checklist {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 3.75rem;
}

.p-flow__checklist-head {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.p-flow__checklist-icon {
	height: 3.75rem;
	width: 4rem;
}

.p-flow__checklist-title {
	color: #000;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-flow__checklist-text {
	color: #191919;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.p-flow__cta {
	margin-top: 3.125rem;
}

.p-flow__cta-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #010101;
	color: #fff;
	display: flex;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 2.5rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 51.25rem;
	padding: 1.875rem 0 1.375rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-flow__cta-btn::before {
	border: 0.0625rem solid #fff;
	bottom: 0.375rem;
	content: "";
	left: 0.375rem;
	pointer-events: none;
	position: absolute;
	right: 0.375rem;
	top: 0.375rem;
}

.p-flow__cta-btn:hover {
	opacity: 0.8;
}

.p-flow__cta-btn::after {
	background: url(../images/common/icon-arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.3125rem;
	position: absolute;
	right: 5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.p-intro {
	background-color: #F6FCF0;
	overflow: hidden;
	padding: 9.625rem 0;
	position: relative;
}

.p-intro__scrollbar {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	position: absolute;
	right: 2.4375rem;
	top: 31.9375rem;
	z-index: 100;
}

.p-intro__scrollbar-text {
	color: #333;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.7;
	writing-mode: vertical-rl;
}

.p-intro__scrollbar-line {
	background-color: #000;
	height: 3.3125rem;
	width: 0.0625rem;
}

.p-intro__inner {
	position: relative;
	z-index: 1;
}

.p-intro__inner::before {
	background: url(../images/common/intro-bg.png) no-repeat center center/cover;
	content: "";
	height: 110%;
	pointer-events: none;
	position: absolute;
	right: -12.375rem;
	top: -9.625rem;
	width: 75.5263%;
	z-index: 2;
}

.p-intro__inner::after {
	background: url(../images/common/intro-orange.svg) no-repeat center center/contain;
	content: "";
	height: 11.8125rem;
	left: 1.875rem;
	pointer-events: none;
	position: absolute;
	top: -2.125rem;
	width: 10.9375rem;
}

.p-intro__title {
	color: #000;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 1.875rem;
	position: relative;
	text-align: center;
}

.p-intro__title::before {
	background-color: #007C64;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 50.1%;
	position: absolute;
	transform: translateX(calc(-50% - 1.0625rem));
	width: 2rem;
}

.p-intro__title::after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 49.9%;
	position: absolute;
	transform: translateX(calc(-50% + 1.0625rem));
	width: 2rem;
}

.p-intro__text {
	color: #000;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 3.125rem;
	text-align: justify;
}

.p-mv {
	align-items: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/common/mv-bg.png) no-repeat center center/cover;
	display: flex;
	height: 21.875rem;
	justify-content: center;
	margin-top: -6.25rem;
	padding-top: 6.25rem;
	position: relative;
	width: 100%;
}

.p-mv__title {
	color: #fff;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.p-video {
	background: linear-gradient(to bottom, rgba(206, 242, 206, 0.25), rgba(206, 242, 206, 0.25)), linear-gradient(209deg, rgba(250, 220, 230, 0.9) 0%, rgba(250, 220, 230, 0) 70%);
	padding: 6.25rem 0 0;
	position: relative;
	z-index: 1;
}

.p-video__inner {
	position: relative;
}

.p-video__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}

.p-video__subtitle {
	color: #000;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.p-video__lead {
	color: #000;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.p-video__cards {
	background-color: #FCFFF5;
	margin: 0 calc(50% - 50vw);
	margin-top: 3.125rem;
	padding: 3.125rem 4.4375rem;
}

.p-video__cards-inner {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	padding: 0 calc(50vw - 50%);
}

.p-video__card {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.13);
	overflow: hidden;
	position: relative;
	width: 34.5625rem;
}

.p-video__card-frame {
	background-color: #000;
	border-radius: 1rem;
	padding: 0 1.4375rem 1.4375rem;
}

.p-video__card-thumb {
	aspect-ratio: 500/350;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-video__card-iframe {
	aspect-ratio: 500/350;
	display: block;
	width: 100%;
}

.p-video__card-thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-video__card-thumb:hover img {
	transform: scale(1.05);
}

.p-video__card-thumb img.p-video__card-play {
	height: 5.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5.125rem;
}

.p-video__card-title {
	color: #fff;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.375rem 0;
	text-align: center;
}

.p-video__card-text {
	color: #191919;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	padding: 1.25rem 1.4375rem;
}

@media (max-width: 1090px) {

html {
	font-size: 1.4678899083vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-footer {
	height: 6.25rem;
}

.l-header {
	height: 3.75rem;
}

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

.l-main {
	padding-top: 3.75rem;
}

.l-side.l-side {
	padding-left: 0;
	padding-right: 0;
}

.l-side.l-side::before {
	display: none;
}

.l-side.l-side::after {
	display: none;
}

.c-title {
	font-size: 1.5rem;
	padding-bottom: 1rem;
}

.c-title::before {
	left: 50.2%;
}

.c-title::after {
	left: 49.8%;
}

.p-flow {
	padding: 3.75rem 0;
}

.p-flow__lead {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.p-flow__steps {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-flow__step {
	padding: 1.25rem;
}

.p-flow__step:not(:last-child)::after {
	bottom: -2.5rem;
	height: 2.5rem;
}

.p-flow__step-header {
	flex-direction: column;
	gap: 0.9375rem;
}

.p-flow__step-meta {
	width: 100%;
}

.p-flow__step-title {
	font-size: 1.125rem;
}

.p-flow__step-text {
	font-size: 0.875rem;
}

.p-flow__step-downloads {
	flex-direction: column;
	gap: 1.25rem;
}

.p-flow__download-btn {
	font-size: 0.875rem;
	padding: 0.9375rem 0.625rem;
}

.p-flow__download-btn::after {
	width: 1rem;
}

.p-flow__download-note {
	font-size: 0.875rem;
}

.p-flow__checklist {
	gap: 1rem;
	margin-top: 2.5rem;
}

.p-flow__checklist-icon {
	height: 2.9375rem;
	width: 3.125rem;
}

.p-flow__checklist-title {
	font-size: 1.5rem;
}

.p-flow__checklist-text {
	font-size: 1rem;
}

.p-flow__cta {
	margin-top: 2.5rem;
}

.p-flow__cta-btn {
	font-size: 1.5rem;
	padding: 1.25rem 1.875rem;
}

.p-flow__cta-btn::after {
	height: 0.25rem;
	right: 2.5rem;
	width: 1.5625rem;
}

.p-intro {
	padding: 3.75rem 0;
}

.p-intro__scrollbar {
	display: none;
}

.p-intro__inner::before {
	height: 131%;
	right: -6.9375rem;
	top: -3.75rem;
	width: 90%;
}

.p-intro__inner::after {
	height: 8.125rem;
	left: 1.25rem;
	top: -1.25rem;
	width: 7.5rem;
}

.p-intro__title {
	font-size: 1.5rem;
	padding-bottom: 1rem;
}

.p-intro__title::before {
	left: 50.2%;
}

.p-intro__title::after {
	left: 49.8%;
}

.p-intro__text {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.p-mv {
	height: 13.125rem;
	margin-top: -3.75rem;
	padding-top: 3.75rem;
}

.p-mv__title {
	font-size: 1.5rem;
}

.p-video {
	padding: 2.5rem 0 0;
}

.p-video__head {
	gap: 0.875rem;
}

.p-video__subtitle {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-video__lead {
	font-size: 1.25rem;
}

.p-video__cards {
	margin-top: 1.875rem;
	padding: 1.875rem 1.25rem;
}

.p-video__cards-inner {
	flex-direction: column;
	gap: 1.875rem;
}

.p-video__card {
	width: 100%;
}

.p-video__card-thumb img.p-video__card-play {
	height: 3.75rem;
	width: 3.75rem;
}

.p-video__card-title {
	font-size: 1.125rem;
}

.p-video__card-text {
	font-size: 0.875rem;
	padding: 0.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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