@charset "utf-8";

/* CSS Document */
html {
	scroll-behavior: smooth;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Kiwi Maru", serif, "Noto Serif", serif, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	background-color: #f0f0f0;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

br.SP {
	display: none;
}

br.PC {
	display: block;
}

/*ローディング*/
.js_curtain {
	width: 100vw;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 1s ease;
	/* フェードアウトのアニメーション設定 */
}

.hidden {
	opacity: 0;
	pointer-events: none;
	/* フェードアウト後はクリックイベントを無効にする場合 */
}

.js_curtain_loading {
	width: 10rem;
	height: 10rem;
}

/* HTML: <div class="loader"></div> */
.loader {
	width: 60px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
	background:
		var(--_g) 0% 50%,
		var(--_g) 50% 50%,
		var(--_g) 100% 50%;
	background-size: calc(100%/3) 100%;
	animation: l7 1s infinite linear;
}

@keyframes l7 {
	33% {
		background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
	}

	50% {
		background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
	}

	66% {
		background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
	}
}

/*コンテンツ*/


.kv {
	height: 80vh;
	min-height: 80dvh;
	position: relative;
	width: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
}

.kv.nallow {
	min-height: 280px;
	height: 280px;
	padding: 0;
	-ms-writing-mode: unset;
	writing-mode: horizontal-tb;
	display: flex;
}

_::-webkit-full-page-media,
_:future,
:root .kv.nallow {
	min-height: 280px;
	height: 280px;
	padding: 0;
	-ms-writing-mode: unset;
	writing-mode: horizontal-tb;
	display: flex;
}

.kv .kvInner {
	position: relative;
	height: 100%;
	width: 100%;
}

.kv .logo {
	display: block;
	position: absolute;
	left: 2%;
	top: 20px;
	background-image: url(../images/logo.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 6%;
	width: 16%;
	height: 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	z-index: 2;
}

.kv.nallow .logo {
	max-height: 40px;
	padding-top: 0;
	height: 40px;
}

.kv nav {
	position: absolute;
	right: 2%;
	top: 20px;
	display: flex;
	flex-direction: column;
	-ms-writing-mode: lr;
	writing-mode: horizontal-tb;
	font-family: "Kiwi Maru", serif;
	z-index: 1;
}

.kv nav a {
	margin: 8px 0;
}

.kv nav a.link {
	position: relative;
	padding-left: 18px;
	transition: .1s all ease-in;
	font-size: 1em;
}

.kv nav a.link:hover {
	opacity: 0.7;
}

.kv nav a.link::after {
	content: "＞";
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	transition: .1s all ease-in;
}

.kv nav a.link:hover::after {
	content: "＞";
	position: absolute;
	left: 4px;
	transition: .1s all ease-in;
}

.kv nav .sns {
	display: flex;
	gap: 8px;
	padding-left: 16px;
}

.kv nav .sns a {
	height: 32px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.kv nav .sns a.insta {
	background-image: url(../images/icon-insta.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
}

.kv nav .sns a.insta:hover {
	opacity: 0.7;
}

.kv nav .sns a.twitter {
	background-image: url(../images/icon-x.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
}

.kv nav .sns a.coconala {
	background-image: url(../images/coconala@2x.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
}

.kv nav .sns a.note {
	background-image: url(../images/note.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 64px;
}

.kv .circle {
	width: 32vw;
	aspect-ratio: 1/1;
	height: auto;
	position: absolute;
	left: 10%;
	top: 16%;
}

.kv .circle.small {
	width: 15vw;
	aspect-ratio: 1/1;
	height: auto;
	position: absolute;
	left: 20%;
	top: 16%;
}

_::-webkit-full-page-media,
_:future,
:root .kv .circle {
	height: 32vw;
}
_::-webkit-full-page-media,
_:future,
:root .kv .circle.small {
	height: auto;
}


_::-webkit-full-page-media,
_:future,
:root .kv {
	height: 80vh;
	height: 80dvh;
	position: relative;
	width: 100%;
	min-height: -webkit-fill-available;
}

.kv .circle p {
	position: absolute;
	background-image: url(../images/catchcopy.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 80%;
	height: 0;
	padding-top: 25%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	z-index: 2;
}

.kv .lead {
	position: absolute;
	right: 20%;
	top: 25%;
	line-height: 2.5em;
	font-size: 1.1em;
	writing-mode: vertical-rl;
}

.kv .lead span {
	transform: translateY(10px);
	opacity: 0;
	transition: opacity 1.2s, transform 1.2s;
	display: inline-block;
	letter-spacing: 3px;
	white-space: pre;
	writing-mode: vertical-rl;
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead {
	line-height: 1.25em;
	font-size: 1.1em;
	writing-mode: horizontal-tb;
	display: flex;
	flex-direction: row-reverse;
	height: 50vh;
	max-height: 360px;
	gap: 0.75em;
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span {
	white-space: nowrap;
	text-indent: 100%;
	writing-mode: horizontal-tb;
	width: 1em;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	overflow: hidden;
	display: block;
	perspective: 1000;
	transform: translate3d(0, 10px, 0);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t1 {
	background-image: url(../images/lead1.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t2 {
	background-image: url(../images/lead2.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t3 {
	background-image: url(../images/lead3.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t4 {
	background-image: url(../images/lead4.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t5 {
	background-image: url(../images/lead5.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t6 {
	background-image: url(../images/lead6.svg);
	margin-left: 1em;
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t7 {
	background-image: url(../images/lead7.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t8 {
	background-image: url(../images/lead8.svg);
	margin-left: 1em;
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t9 {
	background-image: url(../images/lead9.svg);
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead span.t10 {
	background-image: url(../images/lead10.svg);
}

.kv .lead.active span {
	transform: translateY(0px);
	opacity: 1;
}

_::-webkit-full-page-media,
_:future,
:root .kv .lead.active span {
	transform: translate3d(0, 0, 0);
}

.kv .lead.active span.t1 {
	transition-delay: 0.4s;
}

.kv .lead.active span.t2 {
	transition-delay: 0.8s;
}

.kv .lead.active span.t3 {
	transition-delay: 1.2s;
}

.kv .lead.active span.t4 {
	transition-delay: 1.6s;
}

.kv .lead.active span.t5 {
	transition-delay: 2s;
}

.kv .lead.active span.t6 {
	transition-delay: 2.4s;
}

.kv .lead.active span.t7 {
	transition-delay: 3.2s;
}

.kv .lead.active span.t8 {
	transition-delay: 3.6s;
}

.kv .lead.active span.t9 {
	transition-delay: 4.4s;
}

.kv .lead.active span.t10 {
	transition-delay: 4.8s;
}

.circle .rotate {
	width: 100%;
	height: 100%;
	animation: rotate-anime 40s linear infinite;
}

.line {
	width: 100%;
	position: relative;
	min-height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .5s all ease;
	background-position: left center;
	opacity: 3;
}

.line.wTitle {
	margin: 0 auto;
	text-align: center;
	font-family: "Kiwi Maru", serif;
	position: relative;
}

.section-title {
	font-size: 1.5em;
	margin-bottom: 20px;
	top: -10px;
	position: relative;
}

_::-webkit-full-page-media,
_:future,
:root .line.line01 {
	top: -100px;
}

.line.sp {
	display: none;
}

.line.sp-narrow {
	display: none;
}

.line.line01 {
	background-image: url(../images/line-01.svg);
}

.line.line01 .human {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.line .human.-human01 {
	background-image: url(../images/human-01.svg);
	width: 100px;
	height: 120px;
	bottom: 44.5%;
	right: 20.5%;
	position: absolute;
}

.line.line02 {
	background-image: url(../images/line-02.svg);
}

.line.line03 {
	background-image: url(../images/line-03.svg);
	background-position: center top;
}

.line.line04 {
	background-image: url(../images/line-04.svg);
}

.line.line05 {
	background-image: url(../images/line-05.svg);
}

.line.line06 {
	background-image: url(../images/line-05.svg);
}

.pointArea {
	display: flex;
	max-width: 1200px;
	margin: 60px auto 0;
	justify-content: center;
	gap: 4.5%;
}

.pointArea .point {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 13%;
}

.pointArea .point .voice {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 100%;
	min-height: 120px;
	top: 10px;
	transition: .5s all ease;
	position: relative;
	opacity: 0;
}

.pointArea .point .voice.active {
	top: 0;
	opacity: 1;
}

.pointArea .point01 .voice {
	background-image: url(../images/voice-01.svg);
	transition-delay: 0.3s;
}

.pointArea .point02 .voice {
	background-image: url(../images/voice-02.svg);
	transition-delay: 0.6s;
}

.pointArea .point03 .voice {
	background-image: url(../images/voice-03.svg);
	transition-delay: 0.9s;
}

.pointArea .point04 .voice {
	background-image: url(../images/voice-04.svg);
	transition-delay: 1.2s;
}

.pointArea .point05 {
	width: 16%;
}

.pointArea .point05 .voice {
	background-image: url(../images/voice-05.svg);
	transition-delay: 1.5s;
}

.pointArea .point06 .voice {
	background-image: url(../images/voice-06.svg);
	transition-delay: 1.8s;
}

.pointArea .point .human {
	min-height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 90%;
	z-index: 1;
}

.pointArea .point01 .human {
	background-image: url(../images/human-02.svg);
	position: relative;
	width: 150%;
	left: -50%;
	bottom: -4%;
}

.pointArea .point02 .human {
	background-image: url(../images/human-03.svg);
	bottom: -2%;
}

.pointArea .point03 .human {
	background-image: url(../images/human-04.svg);
	bottom: -1%;
}

.pointArea .point04 .human {
	background-image: url(../images/human-05.svg);
	bottom: -4%;
}

.pointArea .point05 .human {
	background-image: url(../images/human-06.svg);
	bottom: -4%;
}

.pointArea .point06 .human {
	background-image: url(../images/human-07.svg);
	bottom: -5.5%;
}

.spot {
	display: flex;
	gap: 4%;
	justify-content: center;
	margin-top: 40px;
}

.spot .box {
	width: 48%;
	line-height: 1.5;
}

.spot .box p.title {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}

.spot .box p.en {
	color: #9fe4d6;
	margin-bottom: 1.75em;
	font-weight: bold;
}

.spot .box .lead {
	font-size: 1.1em;
	margin-bottom: 0.75em;
}

.spot .box ul {}

.spot .box ul li {
	text-indent: -0.75em;
	padding-left: 0.75em;
	margin-bottom: 4px;
}

.prof {
	display: flex;
	gap: 3%;
}

.prof .detail {
	width: 38%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.prof .detail .w60 {
	width: 60%;
}

.prof .text {
	width: 59%;
}

.prof .detail img {
	width: 80%;
	display: block;
	margin: 0 auto 32px auto;
	border-radius: 50%;
}

.prof .detail p {
	text-align: left;
	width: 100%;
	margin: 0 auto 12px auto;
}

.prof .detail p.article {
	width: 100%;
	line-height: 1.5;
	font-size: 0.95em;
}

.prof .text h3 {
	font-size: 1.75em;
	margin-bottom: 20px;
}

.prof .detail p.nameEn {
	color: #9fe4d6;
	font-weight: bold;
	margin: 32px auto;
}

.prof .text p {
	line-height: 1.5;
	margin-bottom: 1em;
}

@keyframes rotate-anime {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.round {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
	animation: fluid-anim 20s infinite;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #9fe4d6;
	transition: all .7s cubic-bezier(.47, 1.64, .41, .8);
	transform: translate3d(0, 0, 0);
}

@keyframes fluid-anim {
	0% {
		border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
	}

	12.5% {
		border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
	}

	25% {
		border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
	}

	37.5% {
		border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
	}

	50% {
		border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
	}

	62.5% {
		border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
	}

	75% {
		border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
	}

	87.5% {
		border-radius: 40% 60% 55% 45% / 50% 60% 40% 50%;
	}

	100% {
		border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
	}
}

.circle:hover .round {
	transform: scale(1.05);
}

.content {
	position: relative;
	z-index: 1;
}

.content .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

.content .inner h2 {
	text-align: center;
	line-height: 1.75;
	font-size: 1.5em;
}

.circles {
	display: flex;
	justify-content: center;
	align-self: center;
	width: 80%;
	margin: 120px auto 60px;
}

.circles .bycolor {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 20%;
	gap: 150%;
	transition: .6s all ease-in;
}

.circles .bycolor.active {
	animation: gapanime ease 7s infinite;
	transition: .3s all ease-in;
}

@keyframes gapanime {
	0% {
		gap: 150%
	}

	30% {
		gap: 250%
	}

	50% {
		gap: 150%
	}
}

.circles .bycolor.active:nth-child(1) {
	animation-delay: 0.5s;
}

.circles .bycolor.active:nth-child(2) {
	animation-delay: 1s;
}

.circles .bycolor.active:nth-child(3) {
	animation-delay: 1.5s;
}

.circles .bycolor.active:nth-child(4) {
	animation-delay: 2s;
}

.circles .bycolor.active:nth-child(5) {
	animation-delay: 2.5s;
}

.circles .bycolor p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60%;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

.circles .bycolor p::after {
	content: "";
	position: absolute;
	background-color: #9fe4d6;
	border-radius: 100%;
	aspect-ratio: 1/1;
	height: auto;
	width: 60%;
	left: 20%;
	z-index: 1;
	mix-blend-mode: multiply;
	opacity: 0.7;
	transform: translate3d(0, 0, 0);
}

.circles .bycolor p.white::after {
	background-color: #fff;
}

.text-normal {
	display: block;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 120px auto 60px;
}

.text-normal.subpage {
	margin: 40px auto 60px;
	letter-spacing: 0.1em;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 12px;
	width: fit-content;
	margin: 60px auto 0px;
	padding: 10px 24px;
	max-width: 380px;
	width: 80%;
	min-height: 80px;
	transition: 0.6s all ease;
}

.button span {
	display: block;
	background-image: url(../images/logo_w_button.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 60px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	transition: 0.4s all ease;
	transform-origin: center center;
}

.button:hover {
	background-color: #526d67;
}

.button:hover span {
	transform: scale(1.05);
}

.inner.-center {
	text-align: center;
}

.inner.-center h2 {
	margin-bottom: 60px;
}

.inner.-center p {
	line-height: 2;
	margin-bottom: 1.5em;
	z-index: 2;
	position: relative;
}

.thought {
	position: relative;
}

.thought .circle {
	position: absolute;
	right: 0;
	bottom: 28%;
	width: 40%;
	height: auto;
	aspect-ratio: 1;
	height: auto;
	background-color: #9fe4d6;
	z-index: 1;
	border-radius: 100%;
	border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
	animation: fluid-anim 20s infinite;
	transition: all .10s cubic-bezier(.47, 1.64, .41, .8);
	transform: translate3d(0, 0, 0);
}

@keyframes fluid-anim2 {
	0% {
		border-radius: 70% 30% 60% 40% / 60% 55% 50% 60%;
	}

	12.5% {
		border-radius: 65% 50% 50% 70% / 65% 60% 55% 70%;
	}

	25% {
		border-radius: 60% 65% 55% 75% / 70% 70% 60% 65%;
	}

	37.5% {
		border-radius: 55% 55% 60% 55% / 65% 55% 65% 55%;
	}

	50% {
		border-radius: 60% 75% 45% 80% / 70% 65% 55% 70%;
	}

	62.5% {
		border-radius: 65% 50% 50% 70% / 65% 60% 55% 70%;
	}

	75% {
		border-radius: 70% 30% 60% 40% / 60% 55% 50% 60%;
	}

	87.5% {
		border-radius: 55% 70% 65% 55% / 60% 65% 70% 55%;
	}

	100% {
		border-radius: 70% 30% 60% 40% / 60% 55% 50% 60%;
	}
}

.circle3 {
	position: absolute;
	left: 8%;
	bottom: -50%;
	width: 28%;
	height: auto;
	aspect-ratio: 1;
	height: auto;
	background-color: #9fe4d6;
	z-index: 1;
	border-radius: 100%;
	border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
	animation: fluid-anim 20s infinite;
	transition: all .10s cubic-bezier(.47, 1.64, .41, .8);
	z-index: -1;
	transform: translate3d(0, 0, 0);
}

.circle3-sp {
	display: none;
}

@keyframes fluid-anim3 {
	0% {
		border-radius: 75% 25% 50% 50% / 50% 45% 55% 50%;
	}

	10% {
		border-radius: 70% 30% 55% 45% / 55% 50% 60% 55%;
	}

	20% {
		border-radius: 65% 35% 60% 40% / 60% 55% 65% 60%;
	}

	30% {
		border-radius: 60% 40% 65% 35% / 65% 60% 70% 65%;
	}

	40% {
		border-radius: 55% 45% 70% 30% / 70% 65% 75% 70%;
	}

	50% {
		border-radius: 50% 50% 75% 25% / 75% 70% 80% 75%;
	}

	60% {
		border-radius: 55% 45% 70% 30% / 70% 65% 75% 70%;
	}

	70% {
		border-radius: 60% 40% 65% 35% / 65% 60% 70% 65%;
	}

	80% {
		border-radius: 65% 35% 60% 40% / 60% 55% 65% 60%;
	}

	90% {
		border-radius: 70% 30% 55% 45% / 55% 50% 60% 55%;
	}

	100% {
		border-radius: 75% 25% 50% 50% / 50% 45% 55% 50%;
	}
}

.inner .system {
	margin: 32px auto;
}

.inner .system p {
	text-align: center;
	line-height: 1.5em;
}

.inner .system .price {
	margin-top: 32px;
}

.inner .system .price p {
	display: flex;
	justify-content: center;
	text-align: left;
	gap: 20px;
}

.inner .system .price p span {
	width: 150px;
}

.inner .system .price p span:last-child {
	width: 130px;
}

.promiss {
	text-align: center;
	font-size: 0.75em;
	margin: 30px auto 20px auto;
	line-height: 1.25;
}

.promiss .title {
	margin: 0 auto 8px auto;
}

.inner.last {
	margin-bottom: 0px;
	padding-bottom: 24px;
}

footer .sns {
	display: flex;
	gap: 8px;
	padding: 0px 0px 24px;
	justify-content: center;
}

footer .sns a {
	height: 32px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

footer .sns a.insta {
	background-image: url(../images/icon-insta.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
}

footer .sns a:hover {
	opacity: 0.7;
}

footer .sns a.twitter {
	background-image: url(../images/icon-x.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
}

footer .sns a.coconala {
	background-image: url(../images/coconala@2x.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
}

footer .sns a.note {
	background-image: url(../images/note.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 64px;
}

form {
	max-width: 1000px;
	margin: 0 auto 60px;
}

form .flex {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

form .flex p {
	text-align: right;
	width: 30%;
	margin-right: 4%;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding: 10px;
}
form .flex p.check {
	text-align: left;
	width: 66%;
	word-break:break-all
}

form .flex input {
	width: 66%;
	font-size: 1.25em;
	padding: 10px;
	border: none;
	font-family: "Kiwi Maru", serif;
}

form .flex textarea {
	width: 66%;
	padding: 10px;
	font-size: 1.25em;
	min-height: 12em;
	border: none;
	font-family: "Kiwi Maru", serif;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

input.send {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 60px 0 0px;
	padding: 10px 24px;
	max-width: 380px;
	width: 58%;
	min-height: 80px;
	transition: 0.6s all ease;
	background-image: url(../images/send.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	border-radius: 7px;
	background-position: center center;
	border: none;
	font-size: 1.5em;
	font-weight: 800;
	color: #fff;
	font-family: "Kiwi Maru", serif;
	letter-spacing: 0.2em;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-color: #f0f0f0;
}

input.send:hover {
	opacity: 0.7;
}

input.send:hover span {
	transform: scale(1.1);
	font-family: "Kiwi Maru", serif, ;
}
p.center{
	margin-top: 32px;
	text-align: center;
}
.back{
	text-align: center;
	margin: 30px auto;
	text-decoration: underline;
	padding: 6px 10px;
}
.back:hover{
	opacity: 0.6;
}
.button-group{
	display: flex;
	justify-content: center;
	gap: 24px;
}
.backButton {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 60px 0 0px;
	padding: 10px 24px;
	max-width: 180px;
	width: 38%;
	min-height: 80px;
	transition: 0.6s all ease;
	background-image: url(../images/back.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	border-radius: 7px;
	background-position: center center;
	border: none;
	font-size: 1.5em;
	font-weight: 800;
	color: #fff;
	font-family: "Kiwi Maru", serif;
	letter-spacing: 0.2em;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-color: #f0f0f0;
}


@media screen and (max-width : 1280px) {
	.kv .circle {
		left: 5%;
		top: 20%;
	}

	.kv .lead {
		right: 25%;
		line-height: 2em;
		font-size: 1em;
	}

	.content .inner {
		padding: 40px 2%;
	}

	.pointArea {
		gap: 2%;
	}

	.kv.nallow {
		min-height: 250px;
		height: 30vh;
		padding: 0;
		-ms-writing-mode: unset;
		writing-mode: horizontal-tb;
		display: flex;
	}

	.kv .circle.small {
		width: 15vw;
		aspect-ratio: 1 / 1;
		height: auto;
		position: absolute;
		left: 20%;
		top: 3%;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .kv .circle.small {
		aspect-ratio: 1 / 1;
		height: auto;
		position: absolute;
		left: 20%;
		top: 20%;
		width: 20%;
	}
}

@media screen and (max-width : 1023px) {
	.kv.nallow {
		overflow: visible;
	}
	.kv.nallow {
		min-height: 280px;
		height: 320px;
		padding: 0;
		-ms-writing-mode: unset;
		writing-mode: horizontal-tb;
		display: flex;
	}
	
	_::-webkit-full-page-media,
	_:future,
	:root .kv.nallow {
		min-height: 280px;
		height: 320px;
		padding: 0;
		-ms-writing-mode: unset;
		writing-mode: horizontal-tb;
		display: flex;
	}
	.pointArea {
		display: flex;
		max-width: 1200px;
		margin: 60px auto 0;
		justify-content: center;
		gap: 2%;
	}

	.circles {
		display: flex;
		justify-content: center;
		align-self: center;
		width: 96%;
		margin: 120px auto 60px;
		position: absolute;
	}

	.circles .bycolor {
		gap: 4em;
	}

	.circles .bycolor.active {
		animation: gapanime ease 7s infinite;
		transition: .3s all ease-in;
	}

	.text-normal {
		margin: 360px auto 60px;
	}

	@keyframes gapanime {
		0% {
			gap: 4em
		}

		30% {
			gap: 6em
		}

		50% {
			gap: 4em
		}
	}

	.kv .lead {
		right: 5%;
		top: 18%;
		line-height: 2.5em;
		font-size: 1.1em;
	}

	.kv .circle.small {
		aspect-ratio: 1 / 1;
		height: auto;
		position: absolute;
		left: 8%;
		top: 20%;
		width: 26%;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .kv .circle.small {
		aspect-ratio: 1 / 1;
		height: auto;
		position: absolute;
		left: 8%;
		top: 20%;
		width: 20%;
	}

}

@media screen and (max-width : 920px) {
	.kv {
		overflow-x: hidden;
		-ms-writing-mode: tb-rl;
		writing-mode: unset;
		display: block;
		overflow-y: clip;
		min-height: 90dvh;
		height: auto;
	}

	.kv .logo {
		display: block;
		position: absolute;
		left: 2%;
		top: 2%;
		background-image: url(../images/logo.svg);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		padding-top: 8%;
		width: 33%;
	}

	.kv .lead {
		position: relative;
		right: auto;
		left: 2%;
		top: 5%;
		-ms-writing-mode: tb-rl;
		writing-mode: unset;
		line-height: 2.5em;
		font-size: 1.1em;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead {
		-ms-writing-mode: tb-rl;
		writing-mode: unset;
		top: 5%;
		max-height: fit-content;
	}

	.kv .lead span {
		-ms-writing-mode: tb-rl;
		writing-mode: unset;
	}

	.kv .circle {
		left: auto;
		right: 3%;
		top: 20%;
		width: 50vw;
	}

	.kv .logo {
		display: block;
		position: relative;
		margin-bottom: 32px;
		left: 12px;
		top: 12px;
	}

	.circles {
		display: flex;
		justify-content: center;
		align-self: center;
		flex-wrap: wrap;
		width: 96%;
		margin: 120px auto 10px;
		position: static;
	}

	.circles .bycolor {
		width: 30%;
		height: 40px;
		margin-bottom: 160px;
	}

	.text-normal {
		margin: 0px auto 20px;
	}

	.pointArea {
		flex-wrap: wrap;
	}

	.line.sp {
		display: block;
	}

	.pointArea .point {
		display: flex;
		position: relative;
		flex-direction: column;
		width: 30%;
		height: fit-content;
	}

	.pointArea .point .voice {
		min-height: auto;
		height: 100%;
		aspect-ratio: 1;
		display: flex;
	}

	.pointArea .point01 .voice {
		background-image: url(../images/voice-01-sp.svg);
	}

	.pointArea .point02 .voice {
		background-image: url(../images/voice-02-sp.svg);
	}

	.pointArea .point03 .voice {
		background-image: url(../images/voice-03-sp.svg);
	}

	.pointArea .point04 .voice {
		background-image: url(../images/voice-04-sp.svg);
	}

	.pointArea .point05 .voice {
		background-image: url(../images/voice-05-sp.svg);
	}

	.pointArea .point06 .voice {
		background-image: url(../images/voice-06-sp.svg);
	}

	.content .inner.thought {
		padding: 32px 8%;
	}

	.prof {
		display: flex;
		flex-direction: column;
		gap: 3%;
	}

	.prof .detail {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}

	.prof .detail .w60 {
		width: 80%;
		margin: 0 auto 0px auto;
		text-align: center;
	}

	.prof .detail p {
		text-align: left;
	}

	.prof .detail p.article {
		width: 80%;
		line-height: 1.5;
		font-size: 0.95em;
		margin: 0 auto 30px;
	}

	.prof .text {
		width: 80%;
		margin: 0 auto 30px;
	}

	#prof {
		position: relative;
	}

	.circle3 {
		display: none;
	}

	.circle3-sp {
		display: block;
		position: absolute;
		left: auto;
		right: 3%;
		bottom: 30%;
		width: 38%;
		height: auto;
		aspect-ratio: 1;
		background-color: #9fe4d6;
		z-index: 1;
		border-radius: 100%;
		border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
		animation: fluid-anim 20s infinite;
		transition: all .10s cubic-bezier(.47, 1.64, .41, .8);
		z-index: -1;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead {
		line-height: 1.25em;
		font-size: 1.1em;
		writing-mode: horizontal-tb;
		display: block;
		height: auto;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span {
		white-space: nowrap;
		text-indent: 0;
		writing-mode: horizontal-tb;
		width: 100%;
		height: unset;
		overflow: auto;
		background-image: none !important;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t1 {
		background-image: url(../images/lead1.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t2 {
		background-image: url(../images/lead2.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t3 {
		background-image: url(../images/lead3.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t4 {
		background-image: url(../images/lead4.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t5 {
		background-image: url(../images/lead5.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t6 {
		background-image: url(../images/lead6.svg);
		margin-left: 0;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t7 {
		background-image: url(../images/lead7.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t8 {
		background-image: url(../images/lead8.svg);
		margin-left: 0;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t9 {
		background-image: url(../images/lead9.svg);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead span.t10 {
		background-image: url(../images/lead10.svg);
	}

	.line.wTitle .human.-human01 {
		background-image: url(../images/human-01.svg);
		width: 100px;
		height: 120px;
		bottom: 44.5%;
		right: 4%;
		position: absolute;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .kv .circle.small {
		aspect-ratio: 1 / 1;
		height: auto;
		position: absolute;
		left: 8%;
		top: 30%;
		width: 20%;
	}
}

@media screen and (max-width : 767px) {
	.spot {
		display: flex;
		flex-direction: column;
		gap: 4%;
		justify-content: center;
		margin-top: 40px;
	}

	.spot .box {
		width: 96%;
		line-height: 1.5;
		margin: 0 auto 40px;
	}

	.promiss {
		text-align: left;
	}

	.kv .circle {
		right: -4%;
	}

	.kv .lead {
		font-size: 0.9em;
	}

	.kv .circle p {
		position: absolute;
		background-image: url(../images/catchcopy-sp.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 120%;
		padding-top: 25%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
		z-index: 2;
	}

	.pointArea .point .human {
		height: 120px;
		margin: 0 auto;
	}

	.text-normal.subpage {
		width: 94%;
		margin: 40px auto 60px;
		letter-spacing: 0.1em;
		font-size: 1.1em;
	}
}

@media screen and (max-width : 680px) {
	.content .inner {
		padding: 40px 8%;
	}

	.prof .detail .w60 {
		width: 100%;
		margin: 0 auto 0px auto;
		text-align: center;
	}

	.prof .detail p.article {
		width: 100%;
		line-height: 1.5;
		font-size: 0.95em;
		margin: 0 auto 30px;
	}

	.prof .text {
		width: 100%;
		margin: 0 auto 30px;
	}

	.circles .bycolor {
		width: 33%;
		height: 40px;
		margin-bottom: 160px;
	}

	.circles .bycolor p {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60%;
		font-size: 1.1em;
		letter-spacing: 0.1em;
		position: relative;
		z-index: 2;
	}

	.content .inner.w96 {
		padding: 40px 2%;
	}

	.circles .bycolor p {
		white-space: pre;
	}

	.circles .bycolor p::after {
		content: "";
		position: absolute;
		background-color: #9fe4d6;
		border-radius: 100%;
		aspect-ratio: 1 / 1;
		width: 80%;
		height: auto;
		left: 10%;
		z-index: 1;
		mix-blend-mode: multiply;
		opacity: 0.7;
	}

	.thought .circle {
		position: absolute;
		right: auto;
		left: -5%;
		bottom: 28%;
		width: 70%;
		height: auto;
		aspect-ratio: 1;
		background-color: #9fe4d6;
		z-index: 1;
		border-radius: 100%;
		border-radius: 61% 39% 16% 84% / 57% 72% 28% 43%;
		animation: fluid-anim 20s infinite;
		transition: all .10s cubic-bezier(.47, 1.64, .41, .8);
	}

	.content .inner h2 {
		font-size: 1.25em;
	}

	.circle3-sp {
		width: 60%;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv .lead {
		top: 5%;
	}

	form {
		width: 94%;
		margin: 30px auto 60px;
	}

	form .flex {
		display: flex;
		justify-content: flex-start;
		margin-bottom: 20px;
		flex-direction: column;
	}

	form .flex p {
		text-align: left;
		width: calc(100% - 20px);
		margin-right: 0%;
		font-size: 1.4em;
		letter-spacing: 0.1em;
		padding: 10px;
	}
	form .flex p.check {
		text-align: left;
		width: calc(100% - 20px);
		word-break:break-all;
	}

	form .flex input {
		width: calc(100% - 20px);
		font-size: 1.25em;
		padding: 10px;
		border: none;
		font-family: "Kiwi Maru", serif;
	}

	form .flex textarea {
		width: calc(100% - 20px);
		padding: 10px;
		font-size: 1.25em;
		min-height: 12em;
		border: none;
		font-family: "Kiwi Maru", serif;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .kv .circle.small {
		aspect-ratio: 1 / 1;
		height: 150px;
		position: absolute;
		left: 8%;
		top: 30%;
		width: 150px;
	}
}

@media screen and (max-width : 475px) {
	.kv {
		min-height: 78dvh;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .kv {
		height: 100dvh;
	}

	.pointArea .point {
		display: flex;
		position: relative;
		flex-direction: column;
		width: 48%;
		height: max-content;
		justify-content: flex-end;
		align-items: center;
	}

	.pointArea .point01 .human {
		bottom: -0.5%;
	}

	.pointArea .point02 .human {
		bottom: -0.5%;
	}

	.pointArea .point03 .human {
		bottom: -0.5%;
	}

	.pointArea .point04 .human {
		bottom: -0.5%;
	}

	.pointArea .point05 .human {
		bottom: -0.5%;
	}

	.pointArea .point06 .human {
		bottom: -0.5%;
	}

	.line.sp {
		display: none;
	}

	.line.sp-narrow {
		display: block;
	}

	br.pc {
		display: none;
	}

	.kv .lead {
		padding-top: 5%;
	}

	.inner .system .price p {
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
		gap: 4px;
		text-align: center;
	}

	.inner .system .price p:first-child {
		padding-bottom: 20px;
		border-bottom: 1px dotted #0e0b0b;
	}

	.inner .system .price p span:first-child {
		margin-bottom: 8px;
	}

	.button {
		width: 100%;
	}

	.pointArea .point .human {
		height: 120px;
	}

	.line {
		width: 100%;
		position: relative;
		min-height: 10px;
		margin-bottom: 40px;
	}
	.line.wTitle {
		padding-bottom: 30px;
	}
	_::-webkit-full-page-media,
	_:future,
	:root .kv.nallow {
		min-height: 280px;
		height: 480px;
		padding: 0;
		-ms-writing-mode: unset;
		writing-mode: horizontal-tb;
		display: flex;
	}
	.button-group{
		display: flex;
		justify-content: center;
		gap:2%;
	}
}

@media screen and (max-width : 376px) {
	.kv {
		min-height: 84dvh;
	}
}