body {
	font-family: "";
}

.u-desktop {
	display: none;
}

.ib {
	display: inline-block;
}

/* ===============================================
# スペーサー
=============================================== */

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

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

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

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

/* Remove default padding */

/* Remove default margin */

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	width: 100%;
}

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

/* Inherit fonts for inputs and buttons */

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

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

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

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;
}

.body5-0 {
	background-color: #F4F4F4;
}

/* ===============================================
# アコーディオン
=============================================== */

.faqAccordion {
	margin: 0 auto;
	max-width: 600px;
}

.faqAccordion__header {
	background-color: #2F9A68;
	color: white;
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
	position: relative;
}

.faqAccordion__header.is-active::before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.faqAccordion__header::after {
	background-color: white;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
}

.faqAccordion__header::before {
	background-color: white;
	content: "";
	display: inline-block;
	height: 15px;
	position: absolute;
	right: 21px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
}

.faqAccordion__content {
	background-color: white;
	border-top: 1px solid #f5f5f5;
	overflow: hidden;
}

.faqAccordion__contentInner {
	padding: 10px;
}

.body5-1 {
	background-color: #F4F4F4;
}

.main5-1 {
	padding-top: 120px;
	padding-top: 7.5rem;
}

/* ===============================================
# ローディング
=============================================== */

.loading5-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #88CE02;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Signika Negative", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.loading5-1 span {
	display: block;
}

/* ===============================================
# ヘッダー
=============================================== */

.header5-1 {
	background-color: #333;
	height: 120px;
	height: 7.5rem;
	padding: 0 40px;
	padding: 0 2.5rem;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header5-1__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.header5-1__logo {
	color: #88CE02;
	font-family: "Signika Negative", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
}

.header5-1__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header5-1__list a {
	color: white;
	font-family: "Signika Negative", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 30px;
	padding: 0 1.875rem;
}

/* ===============================================
# プログレスバー
=============================================== */

.progress-bar5-1 {
	background-color: #88CE02;
	display: inline-block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 6px;
	z-index: 100;
}

/* ===============================================
# 各セクションのタイトル
=============================================== */

.title5-1 {
	color: #333;
	font-family: "Signika Negative", sans-serif;
	font-size: 80px;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 160px;
	margin-top: 10rem;
	text-align: center;
}

.subTitle5-1 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

/* ===============================================
# ビジョン
=============================================== */

.vision5-1 {
	aspect-ratio: 3/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-top: 80px;
	margin-top: 5rem;
	position: relative;
	width: 100%;
}

.vision5-1__container {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.vision5-1__catch {
	color: white;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
}

.vision5-1__text {
	color: white;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.vision5-1__video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.vision5-1__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vision5-1__video::after {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

/* ===============================================
# スライド 横スクロール
=============================================== */

.slide5-1 {
	margin-top: 80px;
	margin-top: 5rem;
	overflow: hidden;
	width: 100%;
}

.slide5-1__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin: 0 10%;
	max-width: 1100px;
	position: relative;
	width: 100%;
}

.slide5-1__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.slide5-1__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 95%;
	position: relative;
	width: 80vw;
}

.slide5-1__item + .slide5-1__item {
	margin-left: 20px;
}

.slide5-1__container {
	bottom: 40px;
	color: white;
	left: 40px;
	position: absolute;
}

.slide5-1__title {
	font-family: "Signika Negative", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 40px x;
	margin-top: 2.5rem x;
}

.slide5-1__subTitle {
	display: inline-block;
	font-family: "Signika Negative", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

.slide5-1__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.slide5-1__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# さらに特徴 feature5-1
=============================================== */

.feature5-1__inner {
	color: white;
	margin: 200px auto 0;
	margin: 12.5rem auto 0;
	max-width: 1100px;
	padding: 70vh 0 500px;
	padding: 70vh 0 31.25rem;
	text-align: center;
	width: 100%;
}

.feature5-1__title {
	font-family: "Signika Negative", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
}

.feature5-1__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 80px;
	margin-top: 5rem;
}

.feature5-1__background {
	background-color: #333;
	border-radius: 100%;
	display: block;
	left: 50%;
	padding-top: 180%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 180%;
	z-index: -1;
}

.body5-2 {
	background-color: #F4F4F4;
}

.mainVisual5-2 {
	height: auto;
	width: 100%;
}

.mainVisual5-2__inner {
	position: relative;
	width: 100%;
}

.abs-pos {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.body5-3 {
	background-color: #F4F4F4;
}

/* ===============================================
# メインビジュアル
=============================================== */

.mainVisual5-3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #600D3D;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 80px;
	font-weight: 900;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

/* ===============================================
# 各セクションのスタイル
=============================================== */

.section5-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	left: 0;
	overflow: hidden;
	padding: 80px;
	padding: 5rem;
	position: sticky;
	top: 0;
	width: 100%;
}

.section5-3 > *:not(img) {
	position: relative;
	z-index: 3;
}

.section5-3__title {
	color: white;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
}

.section5-3__catch {
	color: white;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
}

.section5-3__bgImage {
	-o-object-fit: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* ===============================================
# 各セクションのテキストの位置調整
=============================================== */

.right-bottom {
	margin-left: auto;
	margin-top: auto;
}

.right-top {
	margin-left: auto;
}

.left-bottom {
	margin-right: auto;
	margin-top: auto;
}

/* ===============================================
# フッター
=============================================== */

.footer5-3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #19191A;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

/* ===============================================
# スペーサー
=============================================== */

.spacer5-3 {
	display: block;
	height: 50vh;
	width: 100%;
}

.body5-4 {
	background-color: #F4F4F4;
}

.main5-4 {
	padding-top: 120px;
	padding-top: 7.5rem;
}

/* ===============================================
# z-indexの管理
=============================================== */

/* ===============================================
# ローディング
=============================================== */

.loading5-4 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #88CE02;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Signika Negative", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.loading5-4 span {
	display: block;
}

/* ===============================================
# ヘッダー
=============================================== */

.header5-4 {
	background-color: #333;
	height: 120px;
	height: 7.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.header5-4__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}

.header5-4__logo a {
	color: #88CE02;
	font-family: "Signika Negative", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
}

.header5-4__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header5-4__list a {
	color: white;
	font-family: "Signika Negative", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 30px;
	padding: 0 1.875rem;
}

/* ===============================================
# プログレスバー
=============================================== */

.progress-bar5-4 {
	background-color: #88CE02;
	display: inline-block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 6px;
	z-index: 100;
}

/* ===============================================
# 各セクションのタイトル
=============================================== */

.title5-4 {
	color: #333;
	font-family: "Signika Negative", sans-serif;
	font-size: 80px;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 160px;
	margin-top: 10rem;
	text-align: center;
}

.subTitle5-4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

/* ===============================================
# ビジョン
=============================================== */

.vision5-4 {
	aspect-ratio: 3/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-top: 80px;
	position: relative;
	width: 100%;
}

.vision5-4__container {
	margin: 0 auto;
	max-width: 900px;
	padding: 40px;
	width: 100%;
}

.vision5-4__catch {
	color: white;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.7;
}

.vision5-4__text {
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 40px;
}

.vision5-4__video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.vision5-4__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vision5-4__video::after {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

/* ===============================================
# スライド
=============================================== */

.slide5-4 {
	margin-top: 80px;
	margin-top: 5rem;
	overflow: hidden;
	width: 100%;
}

.slide5-4__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	height: 100vh;
	margin: 0 12%;
	max-width: 100vw;
	position: relative;
	width: 100%;
	width: 100%;
}

.slide5-4__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.slide5-4__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 95%;
	position: relative;
	width: 80vw;
}

.slide5-4__item + .slide5-4__item {
	margin-left: 20px;
}

.slide5-4__container {
	bottom: 40px;
	color: white;
	left: 40px;
	position: absolute;
}

.slide5-4__title {
	font-family: "Signika Negative", sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.slide5-4__subTitle {
	display: inline-block;
	font-family: "Signika Negative", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

.slide5-4__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-right: 40px;
	padding-right: 2.5rem;
}

.slide5-4__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# さらに特徴 feature
=============================================== */

.feature5-4__inner {
	color: white;
	margin: 200px auto 0;
	max-width: 1100px;
	padding: 70vh 0 500px;
	text-align: center;
	width: 100%;
}

.feature5-4__title {
	font-family: "Signika Negative", sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding: 0 20px;
}

.feature5-4__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 80px;
}

.feature5-4__background {
	background-color: #333;
	border-radius: 100%;
	display: block;
	left: 50%;
	padding-top: 180%;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 180%;
	z-index: -1;
}

/* ===============================================
# マウスストーカー
=============================================== */

.stalker5-4 {
	background-color: #fff;
	border-radius: 10px;
	height: 20px;
	left: 0;
	mix-blend-mode: difference;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	z-index: 99;
}

.body5-5 {
	background-color: #333;
	overflow-x: hidden;
}

.contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
}

.images {
	height: 100vh;
	left: 0;
	position: sticky;
	top: 0;
	width: 0;
	z-index: 1;
}

.images img {
	-o-object-fit: cover;
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.6);
	filter: brightness(0.6);
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100vw;
	will-change: opacity, visibility;
}

.images img:nth-of-type(1) {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.section-wrapper {
	position: relative;
	width: 100%;
	will-change: transform;
	z-index: 2;
}

.section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.section__inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 70%;
}

.heading {
	color: white;
	font-size: 40px;
	font-weight: bold;
}

.text {
	color: white;
	font-size: 16px;
	margin-top: 24px;
}

/* ===============================================
# scrollSmootherの特徴
=============================================== */

.feature {
	background-color: #333;
	position: relative;
	z-index: 2;
}

.inner5-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1366px;
	padding: 80px 20px;
	width: 100%;
}

.feature__content {
	padding: 80px 20px 0 0;
	width: 50%;
}

.feature__title {
	color: white;
	font-size: 40px;
}

.feature__description {
	color: white;
	font-size: 20px;
	margin-top: 10px;
}

.code {
	color: white;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
}

.code span {
	color: crimson;
	font-weight: bold;
}

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

.feature__image img {
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.box {
	aspect-ratio: 1/1;
	border-radius: 5px;
	height: auto;
	width: 20%;
}

.box.orange {
	background-color: orange;
}

.box.green {
	background-color: #62AD29;
}

.box.crimson {
	background-color: crimson;
}

/* ===============================================
# 画像に視差効果を与えよう
=============================================== */

.parallaxImage__inner {
	max-width: 1000px;
	padding: 400px 20px;
	position: relative;
}

.imageBox {
	height: 400px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	width: 30%;
}

.imageBox img {
	-o-object-fit: cover;
	display: block;
	height: 400%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.imageBox01 {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}

.imageBox03 {
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}

.parallaxContents {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	color: white;
	left: 50%;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.parallaxContents h2 {
	color: #62AD29;
	font-size: 40px;
}

.parallaxContents p {
	font-size: 24px;
	margin-top: 10px;
}

/* ===============================================
# data-lagの説明
=============================================== */

.lag__inner {
	padding: 80px 0 500px;
}

.lag__title {
	color: white;
	font-size: 40px;
	text-align: center;
}

.lag__title span {
	color: #62AD29;
}

.lag__text {
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 40px;
	font-weight: 700;
	margin-top: 80px;
	text-align: center;
}

.lag__ruby {
	color: #62AD29;
	font-size: 0.7em;
}

/* ===============================================
# dragging__text 引っ張られるテキスト
=============================================== */

.draggingText {
	color: white;
	font-size: 40px;
	font-weight: 700;
	margin-top: 500px;
	text-align: center;
}

.draggingText__row {
	display: block;
}

.draggingText__row span {
	display: inline-block;
}

/* ===============================================
# プロセスイメージ
=============================================== */

.process {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2F9A68;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	padding: 0 40px;
	padding: 0 2.5rem;
	width: 100%;
}

.process__inner {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}

.process__arrow {
	background-color: #fff;
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 68px;
	top: 4.25rem;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 100%;
}

.process__arrow::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-width: 0.625rem 0 0.625rem 0.9375rem;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 0;
}

.process__item {
	font-family: "Zen Maru Gothic", sans-serif;
}

.process__mark {
	color: white;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	height: 80px;
	height: 5rem;
	position: relative;
	width: 100%;
}

.process__circle {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	-webkit-transform: translateX(-0.5625rem);
	transform: translateX(-0.5625rem);
	width: 20px;
	width: 1.25rem;
}

.process__bar {
	background-color: #fff;
	display: inline-block;
	height: 100%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	width: 2px;
	width: 0.125rem;
}

.process__term {
	color: white;
	font-size: 16px;
	font-size: 1rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: 0;
}

.process__text {
	color: white;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	padding: 10px 0 0 20px;
	padding: 0.625rem 0 0 1.25rem;
}

/* ===============================================
# オープニングアニメーション
=============================================== */

.container-cookie {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.opening-cookie {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.opening-cookie__mask {
	background-color: rgb(0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.opening-cookie__logo {
	display: block;
	height: 500px;
	height: 31.25rem;
	width: 500px;
	width: 31.25rem;
	z-index: 2;
}

.mainVisual-cookie {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

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

.js-opening-logo-animation {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0); /*予め切り取り*/
	opacity: 0; /*予め透明に*/
	-webkit-transform: scale(1.1);
	transform: scale(1.1); /*予め大きくしておく*/
}

.js-mainVisual-animation {
	-webkit-transform: scale(1.5);
	transform: scale(1.5); /*背景画像も予め大きくしておく*/
}

.body3 {
	background-color: #f4f4f4;
}

/* ===============================================
# 背景アニメーション
=============================================== */

.background3 {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.background3-green {
	background-color: #2F9A68;
	display: inline-block;
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 2;
}

.background3-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

.container3 {
	background-color: #fff;
	margin: 0 auto;
	max-width: 600px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.content3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.crimson {
	background-color: crimson;
}

.skyblue {
	background-color: skyblue;
}

.sandybrown {
	background-color: sandybrown;
}

.black {
	background-color: #333;
}

.box4 {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 100vh;
	margin-top: 100vh;
	width: 100%;
}

.box4 img {
	display: block;
	height: 400px;
	height: 25rem;
	margin: 0 auto;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 400px;
	width: 25rem;
}

.body5 {
	background-color: #333;
}

.section5 {
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: relative;
	width: 100%;
}

.flex5 {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -2px;
	margin-top: -0.125rem;
}

/* ===============================================
# カード
=============================================== */

.card5 {
	border-radius: 15px;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.card5__figure {
	aspect-ratio: 360/240;
	display: block;
	height: auto;
	width: 100%;
}

.card5__figure img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: block;
	height: 100%;
	width: 100%;
}

.card5__body {
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 20px;
	padding: 1.25rem;
}

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

.card5__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 10px;
	margin-top: 0.625rem;
}

/* ===============================================
# 白線
=============================================== */

.lines {
	display: block;
	margin: 0 auto;
}

.lines path:nth-of-type(1) {
	stroke-dasharray: 100;
	stroke-dashoffset: 100px;
}

.lines path:nth-of-type(2),
.lines path:nth-of-type(3) {
	stroke-dasharray: 240;
	stroke-dashoffset: 240px;
}

.container6 {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
	padding-top: 200px;
	padding-top: 12.5rem;
	width: 100%;
}

.js-countUp-trigger {
	font-size: 60px;
	font-size: 3.75rem;
	margin-bottom: 300px;
	margin-bottom: 18.75rem;
}

.js-countUp-target {
	font-size: 60px;
	font-size: 3.75rem;
}

.body7 {
	background-color: #2F9A68;
}

/* ===============================================
# flow7
=============================================== */

.flow7__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

/* ===============================================
# flow7 navigation
=============================================== */

.flow7Navigation {
	background-color: #2F9A68;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	padding: 0 106px 0 30px;
	padding: 0 6.625rem 0 1.875rem;
	position: sticky;
	top: 0;
}

.flow7Navigation__label {
	color: white;
	font-size: 32px;
	font-size: 2rem;
	padding-right: 30px;
	padding-right: 1.875rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.flow7Navigation__progress {
	--scaleY: 0;
	background-color: rgba(255, 255, 255, .5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 272px;
	height: 17rem;
	overflow: hidden;
	width: 10px;
	width: 0.625rem;
}

.flow7Navigation__progress::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 100%;
	-webkit-transform: scaleY(var(--scaleY));
	transform: scaleY(var(--scaleY));
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 100%;
}

.flow7Navigation__numWrapper {
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.flow7Navigation__num {
	color: rgba(255, 255, 255, .5);
	display: block;
	font-size: 32px;
	font-size: 2rem;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.flow7Navigation__num.is-active {
	color: white;
}

.flow7Navigation__num + .flow7Navigation__num {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/* ===============================================
# フローの内容
=============================================== */

.flow7__contents {
	background-color: #fff;
	padding: 40px 40px 0 0;
	padding: 2.5rem 2.5rem 0 0;
	padding-left: 100px;
}

.flow7List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 50vh;
}

.flow7List + .flow7List {
	margin-top: 80px;
	margin-top: 5rem;
}

.flow7List__heading {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
}

.flow7List__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.flow7List__figure img {
	display: block;
	height: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 150px;
	max-width: 9.375rem;
	width: 100%;
}

/* ===============================================
# メインビジュアル
=============================================== */

.mainVisual8 {
	pointer-events: none;
	width: 100%;
}

.mv-swiper-container {
	height: 465px;
	height: 29.0625rem;
	margin: 0 auto;
	max-width: 1252px;
	max-width: 78.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv-swiper-container .swiper-wrapper img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv-swiper-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* ===============================================
# スライダー
=============================================== */

.slider-basic {
	margin: 0 auto;
	max-width: 800px;
}

.slider-basic .swiper-slide {
	height: 550px;
	height: 34.375rem;
	position: relative;
}

.slider-basic .swiper-label {
	background-color: #333;
	color: white;
	font-weight: bold;
	left: 0;
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
	position: absolute;
	top: 0;
}

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

/* ===============================================
# パララックス スライダー
=============================================== */

.slider__wrapper {
	background-color: #333;
	height: auto;
	padding: 80px 0;
	padding: 5rem 0;
	width: 100%;
}

.slider-parallax .swiper-slide {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.slider-parallax {
	height: 650px;
	height: 40.625rem;
	margin: 0 auto;
	max-width: 900px;
	overflow: hidden;
	padding: 30px 0 120px;
	padding: 1.875rem 0 7.5rem;
	position: relative;
	width: 100%;
}

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

/* ページネーションの余白 */

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

/* ページネーションのサイズと色 */

.swiper-pagination-bullet {
	background-color: white;
	height: 10px;
	height: 0.625rem;
	opacity: 1;
	width: 10px;
	width: 0.625rem;
}

.swiper-pagination-bullet-active {
	background-color: #A75151;
}

.slider-parallax .slider-img__wrapper {
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.slider-parallax .slider-img__wrapper img {
	-o-object-fit: cover;
	height: 140%;
	object-fit: cover;
	width: 140%;
}

.slider-parallax .swiper-wrapper li:nth-child(odd) {
	-webkit-transform: translate(0, -1.875rem);
	transform: translate(0, -1.875rem);
}

.slider-parallax .swiper-wrapper li:nth-child(even) {
	-webkit-transform: translate(0, 1.875rem);
	transform: translate(0, 1.875rem);
}

.body9 {
	padding: 100vh 0;
	width: 100%;
}

/* ===============================================
# サービスセクション
=============================================== */

.service9 {
	background-color: #333;
}

.service9__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.service9__area {
	height: 100%;
	position: relative;
	width: 100%;
}

.service9__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.service9__img {
	aspect-ratio: 1/0.8;
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 60%;
}

.service9__content {
	height: 100%;
	padding-left: 40px;
	padding-left: 2.5rem;
}

.service9__head {
	color: white;
	font-size: 28px;
	font-size: 1.75rem;
}

.service9__text {
	color: white;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	margin: 30px 0;
	margin: 1.875rem 0;
}

/* ===============================================
# ボタン
=============================================== */

.btn9 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 60px;
	padding: 10px 20px;
	position: relative;
	width: 100%;
}

.btn9::after {
	background-image: url(./../img/common/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	height: 1.5625rem;
	width: 25px;
	width: 1.5625rem;
}

.body10 {
	background-color: #333;
}

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

.btn10 {
	background-color: transparent;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px;
	position: fixed;
	right: 50px;
	top: 20px;
	z-index: 99;
}

/*===================================================================
# メニュー
===================================================================*/

.menu10 {
	-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;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.menu10__item {
	overflow: hidden;
}

.menu10__item a {
	color: #333;
	display: inline-block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

/*===================================================================
# カーテン
===================================================================*/

.curtain10 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

/*===================================================================
# ストライプ
===================================================================*/

.stripe10 {
	background-color: #fff;
	display: block;
	height: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
}

.container11 {
	overflow: hidden;
	width: 100%;
}

/*ボタン*/

.header11-menu-trigger {
	background-color: crimson;
	border: none;
	border-radius: 28px;
	cursor: pointer;
	height: 64px;
	position: fixed;
	right: 64px;
	top: 64px;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	width: 64px;
	z-index: 99;
}

.header11-menu-trigger.is-active {
	background-color: #fff;
}

.header11-menu-trigger.is-active .line11,
.header11-menu-trigger.is-active .dot11 {
	background-color: crimson;
}

.line11 {
	background-color: #fff;
	border-radius: 1px;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 13px;
}

.dot11 {
	background-color: #fff;
	border-radius: 50%;
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 5px;
}

.line11[data-index="1"] {
	-webkit-transform: translate(calc(-50% + 3px), calc(-50% - 5px));
	transform: translate(calc(-50% + 3px), calc(-50% - 5px));
}

.line11[data-index="2"] {
	-webkit-transform: translate(calc(-50% + 3px), calc(-50% + 5px));
	transform: translate(calc(-50% + 3px), calc(-50% + 5px));
}

.dot11[data-index="1"] {
	-webkit-transform: translate(calc(-50% - 8px), calc(-50% - 5px));
	transform: translate(calc(-50% - 8px), calc(-50% - 5px));
}

.dot11[data-index="2"] {
	-webkit-transform: translate(calc(-50% - 8px), calc(-50% + 5px));
	transform: translate(calc(-50% - 8px), calc(-50% + 5px));
}

.circle-bg11 {
	background-color: crimson;
	border-radius: 50%;
	display: inline-block;
	height: 64px;
	position: absolute;
	right: 64px;
	top: 64px;
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 64px;
	z-index: -1;
}

/*メニュー内のスタイル*/

.header11-menu {
	height: 100vh;
	max-width: 500px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.header11-menu.is-active {
	opacity: 1;
	visibility: visible;
}

.header11-lists {
	-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: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.header11-lists li {
	color: white;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translate(20px);
	transform: translate(20px);
	visibility: hidden;
}

.header11-lists li + li {
	margin-top: 80px;
	margin-top: 5rem;
}

.container12 {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.header12 {
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

/*ボタン*/

.header12-menu-trigger {
	background-color: crimson;
	border: none;
	border-radius: 28px;
	cursor: pointer;
	height: 64px;
	position: fixed;
	right: 64px;
	top: 64px;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	width: 64px;
	z-index: 99;
}

.header12-menu-trigger.is-active {
	background-color: #fff;
}

.header12-menu-trigger.is-active .line12,
.header12-menu-trigger.is-active .dot12 {
	background-color: crimson;
}

.line12 {
	background-color: #fff;
	border-radius: 1px;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 13px;
}

.dot12 {
	background-color: #fff;
	border-radius: 50%;
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 5px;
}

.line12[data-index="1"] {
	-webkit-transform: translate(calc(-50% + 3px), calc(-50% - 5px));
	transform: translate(calc(-50% + 3px), calc(-50% - 5px));
}

.line12[data-index="2"] {
	-webkit-transform: translate(calc(-50% + 3px), calc(-50% + 5px));
	transform: translate(calc(-50% + 3px), calc(-50% + 5px));
}

.dot12[data-index="1"] {
	-webkit-transform: translate(calc(-50% - 8px), calc(-50% - 5px));
	transform: translate(calc(-50% - 8px), calc(-50% - 5px));
}

.dot12[data-index="2"] {
	-webkit-transform: translate(calc(-50% - 8px), calc(-50% + 5px));
	transform: translate(calc(-50% - 8px), calc(-50% + 5px));
}

/*メニュー*/

.menu12 {
	display: none; /*初期状態*/
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.menu12.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu12__left,
.menu12__right {
	height: 100%;
	width: 50%;
}

.menu12__left {
	-webkit-clip-path: inset(100% 0% 0% 0%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	clip-path: inset(100% 0% 0% 0%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.menu12__left img {
	-webkit-clip-path: inset(100% 0% 0% 0%);
	clip-path: inset(100% 0% 0% 0%);
	display: block;
	height: 500px;
	height: 31.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
	width: 12.5rem;
}

.menu12__right {
	-webkit-clip-path: inset(0% 0% 100% 0%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	clip-path: inset(0% 0% 100% 0%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu12__col + .menu12__col {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.menu12__lists {
	padding-top: 40px;
	padding-top: 2.5rem;
}

.menu12__list a {
	color: white;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.menu12__title {
	--scaleX: 0;
	color: crimson;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 15px 5px 0;
	padding: 0 0.9375rem 0.3125rem 0;
	position: relative;
}

.menu12__title::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(var(--scaleX));
	transform: scaleX(var(--scaleX));
	-webkit-transform-origin: center left;
	transform-origin: center left;
	width: 100%;
}

/*テキストを囲む要素*/

.text-wrap12 {
	overflow: hidden;
}

/*予め移動しておく*/

.js-text-move {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.mainVisual12 {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.container13 {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

/*ここまでは見た目を整える記述*/

.opening13 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.opening13__mask {
	background-color: rgb(0, 0, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	width: 100%;
	z-index: 1;
}

.opening13__logo {
	display: block;
	height: 500px;
	height: 31.25rem;
	opacity: 0;
	width: 500px;
	width: 31.25rem;
	z-index: 2;
}

.mainVisual13 {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.img-wrap13 img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.img-wrap13:nth-of-type(1) {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	height: 500px;
	height: 31.25rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50vw;
}

.img-wrap13:nth-of-type(2) {
	-webkit-clip-path: inset(0 100% 0 0);
	bottom: 0;
	clip-path: inset(0 100% 0 0);
	height: 500px;
	height: 31.25rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 40vw;
}

/*ヘッダー*/

.header14 {
	height: 100px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.header14__nav {
	height: 100%;
	width: 100%;
}

.header14__lists {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.header14__list {
	height: 100%;
}

.header14__list a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 20px;
}

/*オープニング*/

.opening14 {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.opening14__img {
	-o-object-fit: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transform: translate(0, 50%) scale(0.5);
	transform: translate(0, 50%) scale(0.5);
	width: 100%;
}

.opening14__container {
	bottom: 0;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	padding: 40px;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.opening14__title {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 900;
}

.opening14__heading {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 64px;
	font-size: 4rem;
	font-weight: 900;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.opening14__text {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
}

/*アニメーションの下準備*/

.header14 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.js-textAnimation {
	overflow: hidden;
}

.js-textAnimation span {
	display: inline-block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.container15 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

/*ここまでは見た目を整えるもの*/

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

.list15 {
	color: white;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
}

.list15 a {
	display: block;
	letter-spacing: 0.1em; /*文字間を広げて余裕のある感じに*/
	overflow: hidden; /*はみ出た要素を隠す*/
	padding: 0 12px;
}

.list15 a.is-active {
	color: red;
	cursor: auto;
	cursor: initial;
}

.list15 a:hover span {
	color: red;
}

/*===================================================================
# デフォルトのindex.htmlには無いもの
===================================================================*/

/* display:flexとalign-items:centerは中身の高さに合わせるために記述*/

.text-wrap15 {
	position: relative;
}

.after {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	position: absolute;
	top: 0;
}

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

.before span,
.after span {
	line-height: 1.1;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out; /*ease-outで余裕のある動きに*/
}

.after span {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.body16 {
	background-color: #333;
}

.section16 {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50vh 0;
	width: 100%;
}

.section16:last-child {
	padding-bottom: 50vh;
}

.title16__en {
	color: white;
	font-size: 64px;
	font-size: 4rem;
	font-weight: bold;
}

.title16__jp {
	color: gold;
	font-size: 18px;
	font-size: 1.125rem;
}

/* ここまでは見た目を整える記述 */

.js-text-effect16 span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	visibility: hidden;
}

.body17 {
	background-color: #F4F6F8;
}

.section17 {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50vh 0 0;
	width: 100%;
}

.section17:last-child {
	padding-bottom: 50vh;
}

.title17__en {
	color: #DC3001;
	font-family: "Montserrat", sans-serif;
	font-size: 64px;
	font-size: 4rem;
	font-weight: bold;
}

.title17__jp {
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* ここまでは見た目を整える記述 */

.js-text-effect17 {
	--translateX: 0px;
	opacity: 0;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
}

.js-text-effect17::before {
	background-color: #DC3001;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(var(--translateX));
	transform: translateX(var(--translateX));
	width: 100%;
}

.body18 {
	background-color: #333;
}

.container18 {
	-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: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.text18-wrapper {
	--scaleX: 0;
	-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;
	overflow: hidden;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.text18-wrapper::after {
	background-color: #fff;
	content: "";
	height: 5px;
	margin-top: 5px;
	-webkit-transform: scaleX(var(--scaleX));
	transform: scaleX(var(--scaleX)); /*アニメーションの下準備*/
	width: 100%;
}

.text18 {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	padding: 0 30px;
	-webkit-transform: translateY(130%);
	transform: translateY(130%);
}

.body18-1 {
	background-color: #333;
}

.container18-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 200vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.induction18-1 {
	color: white;
	font-size: 64px;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 50vh;
	text-align: center;
}

.text18-1 {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: white;
	font-size: 100px;
	font-size: 6.25rem;
	font-weight: bold;
}

.text18-1 span {
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	color: transparent;
}

.body19 {
	background-color: #fff;
}

.cta19 {
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.cta19__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.cta19__content {
	margin: 0 auto;
	max-width: 900px;
	padding: 0 20px;
	width: 100%;
}

.cta19__heading {
	color: white;
	font-size: 32px;
	font-size: 2rem;
}

.cta19__sub {
	color: white;
	font-size: 19px;
	font-size: 1.1875rem;
}

.cta19__img {
	-o-object-fit: cover;
	height: 150%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.cta19__img-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 0.8s ease-out;
	transition: -webkit-transform 0.8s ease-out;
	transition: transform 0.8s ease-out;
	transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
	width: 100%;
	z-index: -1;
}

.cta19__button {
	background-color: #111;
	border-radius: 5%;
	color: white;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 16px 32px;
	padding: 1rem 2rem;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.body20 {
	background-color: #333;
}

.text20 {
	color: white;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.text20 span {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.text20 span.is-active {
	color: #55A417;
}

.container20 {
	overflow: hidden;
	width: 100%;
}

/* ここまでは見た目を整える記述 */

.js-move-text20 {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.container21 {
	overflow: hidden;
	width: 100%;
}

.bg-text21 {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
}

.js-sticky21 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	position: relative;
	width: 100%;
}

.bg-black21 {
	--scaleX: .9;
	--scaleY: .8;
	--borderRadius: 200px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	border-radius: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 80%;
}

.bg-black21::before {
	background-color: #333;
	border-radius: var(--borderRadius);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(var(--scaleX), var(--scaleY));
	transform: scale(var(--scaleX), var(--scaleY));
	width: 100%;
	z-index: -1;
}

.images22 {
	overflow: hidden;
	padding: 100vh 0 100vh;
	width: 100%;
}

.images22__inner {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.images22__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.images22__grid {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: 12.5rem 18.75rem 31.25rem 12.5rem;
	grid-template-rows: 12.5rem 6.25rem 12.5rem;
	margin: 0 auto;
	padding: 0 10px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.images22__grid img {
	border-radius: 20px;
	display: block;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	visibility: hidden;
	width: 100%;
}

.images22__grid img:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 1/4;
}

.images22__grid img:nth-of-type(2) {
	grid-column: 2/3;
	grid-row: 1/3;
}

.images22__grid img:nth-of-type(3) {
	grid-column: 2/3;
	grid-row: 3/4;
}

.images22__grid img:nth-of-type(4) {
	grid-column: 3/4;
	grid-row: 1/4;
}

.images22__grid img:nth-of-type(5) {
	grid-column: 4/5;
	grid-row: 1/2;
}

.images22__grid img:nth-of-type(6) {
	grid-column: 4/5;
	grid-row: 2/4;
}

.body23 {
	background-color: #333;
}

.container23 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.box23 {
	position: relative;
}

.box23 svg {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.box23 .text23 {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 54px;
	font-weight: bold;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box23 .is-highlight {
	color: #FFCC70;
}

.body24 {
	background-color: #333;
}

.container24 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 900px;
	min-height: 100vh;
	overflow: hidden;
	padding: 50vh 0;
	width: 100%;
}

.card24 {
	height: 530px;
	height: 33.125rem;
	position: relative;
	width: 380px;
	width: 23.75rem;
}

.card24 a {
	display: block;
	height: 100%;
	width: 100%;
}

.card24:nth-of-type(1) a {
	-webkit-transform: translate(-100px, 40px);
	transform: translate(-100px, 40px); /*下準備*/
}

.card24:nth-of-type(1) .text24-wrap {
	-webkit-clip-path: inset(0 100% 0 0);
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	clip-path: inset(0 100% 0 0); /*下準備*/
	left: 0;
}

.card24:nth-of-type(2) .text24-wrap {
	-webkit-clip-path: inset(0 0 0 100%);
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	clip-path: inset(0 0 0 100%); /*下準備*/
	right: 0;
	text-align: right;
}

.card24:nth-of-type(1) img {
	-webkit-transform: rotate(8deg);
	transform: rotate(8deg); /*下準備*/
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.card24:nth-of-type(2) a {
	-webkit-transform: translate(100px, 40px);
	transform: translate(100px, 40px); /*下準備*/
}

.card24:nth-of-type(2) img {
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg); /*下準備*/
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.card24 img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover; /*下準備*/
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.text24-wrap {
	bottom: 0;
	height: auto;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	position: absolute;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.text24-wrap.pink {
	background-color: #FC5E67;
	color: white;
}

.text24-wrap.blue {
	background-color: #18D1E6;
	color: white;
}

.text24-wrap.orange {
	background-color: #A34E11;
	color: white;
}

.text24-wrap.white {
	background-color: #3A5D68;
	color: white;
}

.text24 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.body25 {
	background-color: #333;
	overflow-x: hidden;
}

.fv25,
.footer25 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.panels25-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.panels25-wrap .panel25:nth-of-type(1) {
	background-color: #20A4A0;
}

.panels25-wrap .panel25:nth-of-type(2) {
	background-color: #F8C78C;
}

.panels25-wrap .panel25:nth-of-type(3) {
	background-color: #F1C0C3;
}

.panels25-wrap .panel25:nth-of-type(4) {
	background-color: #A54675;
}

.panel25 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 32px;
	font-size: 2rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100vw;
}

.body26 {
	background-color: #333;
}

.container26 {
	height: auto;
	padding: 100vh 40px 50vh;
	width: 100%;
}

.title26 {
	color: white;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	text-align: center;
}

.cards26 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 1024px;
	width: 100%;
}

.card26 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
	width: 48%;
}

.heading26 {
	color: #3CB371;
	font-size: 32px;
	font-size: 2rem;
	text-align: center;
}

.text26 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.btn26 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3CB371;
	border-radius: 4px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	margin-top: auto;
	max-width: 200px;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

.media26 {
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 1024px;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.media26__img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	width: 50%;
}

.media26__text {
	line-height: 2;
	padding: 10px;
	padding: 0.625rem;
	width: 50%;
}

.btns26 {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 1024px;
}

.btn26--larger {
	max-width: none;
	max-width: initial;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.items26 {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 80px auto;
	margin: 5rem auto;
	max-width: 1024px;
	width: 100%;
}

.items26 .item26:nth-of-type(odd) {
	background-color: #3CB371;
}

.items26 .item26:nth-of-type(even) {
	background-color: #fff;
	color: #3CB371;
}

.item26 {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

/* アニメーション下準備 */

.js-fadeIn26 {
	opacity: 0;
	visibility: hidden;
}

.js-popUp26 {
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	visibility: hidden;
}

.js-popUps26 > .card26,
.js-popUps26 > .btn26,
.js-popUps26 > .item26 {
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	visibility: hidden;
}

.youtube {
	aspect-ratio: 16/9;
	position: relative;
	width: 560px;
	width: 35rem;
}

.youtube img {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.youtube .js-youtube-trigger.is-hidden {
	z-index: -1;
}

.youtube .iframe-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

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

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

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

.slide5-4__text {
	font-size: 1rem;
}

}

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

.flex5 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.5rem;
}

.lines {
	display: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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