@charset "utf-8";

/* base
-------------------------------------------------- */

html,
body {
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo;
}
body,
figure,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #1e1e1e;
	font-size: 15px;
	font-weight: bold;
}
ul {
	list-style: none;
}
form {
	margin: 0px;
}
img {
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	vertical-align: top;
	color: #000;
	transition: opacity 0.3s;
}
a:hover {
	opacity: 0.75;
}
p {
	line-height: 1.7;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
}
textarea {
	resize: vertical;
}
.main-wrap {
	display: none;
	position: relative;
}
.site-logo > img {
	width: 187px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.site-logo.logo02 > img {
	width: 207px;
}
.yellow-button {
	border-radius: 28px;
	background: #ffd648;
	height: 56px;
	width: 240px;
	box-sizing: border-box;
	filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: filter 0.3s, transform 0.3s;
	font-size: 16px;
	font-weight: bold;
}
.yellow-button:hover {
	opacity: 1;
	transform: translateY(5px);
	filter: none;
	transition-delay: 0 !important;
}
.fixed-register-button-wrap {
	display: none;
}
.fixed-register-button {
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	bottom: 50px;
	right: 100px;
}
.fixed-register-button .image {
	width: 74px;
	margin-top: -29px;
	margin-right: 20px;
}
.fixed-register-button .sentence {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	font-size: 15px;
}
.fixed-register-button .sentence .mini {
	font-size: 12px;
}
.sp-fixed-menu-wrap {
	display: none;
}
.title01 {
	font-size: 30px;
	color: #14adce;
	line-height: 46px;
	margin-bottom: 40px;
}
.title02 {
	font-size: 34px;
}
.title03 {
    color: #858585;
    margin-top: 25px;
}
.arrow-link:before {
	color: #14adce;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	margin-right: 8px;
	transition: transform 0.3s;
}
.arrow-link:hover:before {
	transform: translateX(3px);
}
.sentence01 {
	font-weight: normal;
	line-height: 30px;
}
.co-inline-block {
	display: inline-block;
}
.co-bold {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.inview-x-top,
.inview-x-bottom,
.inview-y-left,
.inview-y-right,
.inview-fadein {
	opacity: 0;
}
.inview-x-top {
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
}
.inview-y-left {
	transform: translate(-50px, 0);
	-webkit-transform: translate(-50px, 0);
}
.inview-y-right {
	transform: translate(50px, 0);
	-webkit-transform: translate(50px, 0);
}
.inview-o {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: transform 0.6s, opacity 0.6s;
	transition-delay: 0.1s;
}
.inview-time01 {
	transition-delay: 0.3s;
}
.inview-time02 {
	transition-delay: 0.6s;
}
.inview-time03 {
	transition-delay: 0.9s;
}
.inview-time04 {
	transition-delay: 1.4s;
}
.inview-time05 {
	transition-delay: 1.2s;
}
.inview-time06 {
	transition-delay: 1.8s;
}
.loader-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.ball-pulse > div:nth-child(1) {
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
	background-color: #14adce;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	45% {
		transform: scale(0.1);
		opacity: 0.7;
	}
	80% {
		transform: scale(1);
		opacity: 1;
	}
}
@media screen and (min-width: 769px) {
	.sp-fixed-menu-wrap {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.title01 {
		font-size: 23px;
		text-align: center;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.sentence01 {
		font-size: 12px;
		line-height: 1.8;
	}
	.title02 {
		font-size: 26px;
	}
	.fixed-register-button {
		bottom: 25px;
		right: 15px;
	}
	.sp-fixed-menu {
		position: fixed;
		bottom: 0%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		z-index: 100;
	}
	.sp-fixed-menu li {
		width: calc(100% / 4);
	}
	.sp-fixed-menu li > a {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 50px;
		padding: 10px 0;
	}
	.sp-fixed-menu li .sentence {
		font-size: 10px;
		margin-top: auto;
		margin-bottom: 5px;
	}
	.sp-fixed-menu .icon01 {
		width: 25px;
	}
	.sp-fixed-menu .icon02 {
		width: 22px;
	}
	.sp-fixed-menu .icon03 {
		width: 18px;
	}
	.sp-fixed-menu .icon04 {
		width: 24px;
	}
}

/* header
-------------------------------------------------- */
.common-header {
	background: #14adce;
}
.common-header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	/* z-index: 100; */
}
.common-header nav > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 700px;
	width: 100%;
	margin-left: 20px;
}
.common-header nav > ul > li > a {
	text-align: center;
	color: #fff;
	display: inline-block;
}
.common-header nav > ul > li .login {
	color: #14adce;
	background: #fff;
	padding: 10px 40px;
	border-radius: 8px;
}
.common-header nav > ul > li > a .mini {
	font-size: 12px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.common-header nav > ul {
		display: none;
	}
}

/* footer
-------------------------------------------------- */
.common-footer {
	border-top: 1px solid #cccccc;
	padding: 70px 20px 45px;
	box-sizing: border-box;
}
.common-footer .footer-inner {
	max-width: 1050px;
	margin: 0 auto;
}
.common-footer nav {
	margin: 40px 0 50px;
	display: flex;
	justify-content: space-between;
}
.common-footer nav > ul {
	margin-right: 20px;
}
.common-footer nav > ul > li:not(:last-child) {
	margin-bottom: 30px;
}
.common-footer nav > ul > li > a {
	font-size: 14px;
	font-weight: normal;
}
.common-footer nav > ul > li > a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #bfbfbf;
	margin-right: 8px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	transition: transform 0.3s;
}
.common-footer nav > ul > li > a:hover:before {
	transform: translateX(3px);
}
.common-footer .banner-area {
	max-width: 410px;
	flex: 1;
}
.common-footer .banner-area a {
	display: inline-block;
}
.common-footer .banner-area a:not(:first-child) {
	margin-top: 20px;
}
.common-footer .banner-area img {
	width: 100%;
}
.common-footer .copyright {
	color: #bfbfbf;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.common-footer {
		padding-top: 60px;
	}
	.common-footer nav {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.common-footer nav > ul {
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.common-footer nav > ul > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.common-footer nav > ul > li {
		width: 50%;
		margin-bottom: 30px;
	}
	.common-footer .banner-area {
		margin-left: 0;
		margin-top: 20px;
	}
}

/* form
-------------------------------------------------- */
input:not([type="radio"]):not([type="checkbox"]),
textarea {
	border-radius: 6px;
	border: 1px solid #d2d2d7;
	font-size: 16px;
	padding: 10px 15px;
	box-sizing: border-box;
	width: 100%;
}
input::placeholder,
textarea::placeholder {
	color: #bfbfbf;
	font-weight: normal;
	font-size: 14px;
}
.radio01 {
	width: calc(98% / 3);
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	font-size: 16px;
	color: #14adce;
	background-color: #fff;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 5px 10px 7px;
	cursor: pointer;
}
.textarea-normal {
	height: 240px;
}
.radio01:hover,
input[id^="radio"]:checked + .radio01 {
	background-color: #14adce;
	color: #fff;
}
.common-form {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.common-form .input-title {
	font-size: 14px;
	color: #757780;
	margin-bottom: 15px;
}
.common-form .input.two {
	display: flex;
	justify-content: space-between;
}
.common-form .input.two input {
	width: 49%;
}
.common-form .row {
	margin-bottom: 35px;
}
.common-form .necessary:after {
	content: "必須";
	background: #e94949;
	border-radius: 10px;
	padding: 2px 6px 3px;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
}
.common-form .input.radio {
	border: 1px solid #d2d2d7;
	border-radius: 6px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.common-form .input.radio input {
	display: none;
}
.common-form .before-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 60px;
	width: 240px;
}
@media screen and (max-width: 768px) {
	.radio01 {
		width: 100%;
	}
	.common-form .row {
		margin-bottom: 15px;
	}
	.common-form .input.radio {
		flex-direction: column;
	}
	.common-form .before-button {
		margin-top: 30px;
	}
	.common-form .input-title {
		margin-bottom: 10px;
		line-height: 24px;
	}
}

/* main
-------------------------------------------------- */
#top-page .first-view {
	background: url(../img/fv_bg.png) bottom / cover no-repeat, linear-gradient(to bottom, #14adce 99%, #fff);
	position: relative;
	padding-bottom: 40px;

}
#top-page .first-view .contents {
	width: 1275px;
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 20px 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	flex-wrap: wrap;
}
#top-page .first-view .left {
	display: flex;
	flex-direction: column;
	position: relative;
	color: #fff;
	width:55%;
}
#top-page .first-view .right{
	width:45%;
}
#top-page .first-view .first-view-img img{
	max-width: 100%;
}
#top-page .first-view .left > * {
	position: relative;
}
#top-page .first-view .left small {
	font-size: 20px;
	margin-bottom: 30px;
}
#top-page .first-view .left img.fv_catch2 {
	width: 200px;
	margin: 0 auto;
	animation: img_box 3s linear infinite;
}
#top-page .first-view .left .solar {
	position: absolute;
	left: -70px;
	top: -100px;
	max-width: 218px;
}
#top-page .first-view .left .up {
	font-size: 18px;
}
#top-page .first-view .left .middle {
	font-size: 40px;
	margin: 0 0 40px;
	line-height: 60px;
}
#top-page .first-view .left .down {
	font-size: 24px;
	margin-bottom: 60px;
}
#top-page .first-view .left .fv-img-ani {
	max-width: 612px;
	width: 100%;
	animation: img_box 3s linear infinite;
	transform-origin: 50% 50%;
	margin: 1rem 0 !important;
}
#top-page .first-view .right {
}
#top-page .first-view .right > img {
	width: 100%;
	animation: img_box 3s linear infinite;
	transform-origin: 50% 50%;
	margin: 1rem 0 !important;
}

.fv-ani {
	max-width: 612px;
	width: 100%;
	animation: img_box 3s linear infinite;
	transform-origin: 50% 50%;
	margin: 1rem auto !important;
}
#top-page .index-form {


}
@keyframes img_box {
	0% {
		transform: translateY(0);
	}
	33.33333% {
		transform: translateY(-10px);
	}
	66.66667% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
#top-page .first-view .sp-image {
	display: none;
}
#top-page .first-view .sp-solar-image {
	display: none;
}
#top-page .optimisation {
	max-width: 1090px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 65px 20px 65px;
}
#top-page .optimisation .left {
	width: 445px;
}
#top-page .optimisation .left > img {
	max-width: 445px;
	width: 100%;
}
#top-page .optimisation .right {
	flex: 1;
	margin-left: 15%;
}
#top-page .optimisation .sp-image {
	display: none;
}
#top-page .comparison {
	background: #f5f8f9;
	padding: 100px 20px;
}
#top-page .comparison .box {
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
#top-page .comparison .box:first-child {
	margin-bottom: 50px;
}
#top-page .comparison h2 {
	font-size: 24px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 55px;
}
#top-page .comparison h2:after {
	content: "";
	display: block;
	height: 1px;
	background: #ccc;
	max-width: 656px;
	width: 100%;
	margin-left: 80px;
	flex: 1;
}
#top-page .comparison .image {
	margin: 0 auto;
	text-align: center;
}
#top-page .comparison .icon01 > img {
	max-width: 650px;
	width: 100%;
}
#top-page .comparison .icon02 > img {
	width: 100%;
	max-width: 831px;
}
#top-page .merit {
	max-width: 1055px;
	padding: 90px 20px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
#top-page .merit .box {
	display: flex;
	align-items: center;
	justify-content: center;
}
#top-page .merit .box .sentence-wrap {
	width: 500px;
	margin-right: 30px;
}
#top-page .merit .box:nth-child(even) .sentence-wrap {
	order: 1;
	margin-right: 0;
	margin-left: 100px;
}
#top-page .merit .box:not(:last-child) {
	margin-bottom: 65px;
}
#top-page .merit .box .image {
	text-align: center;
	position: relative;
}
#top-page .merit img[class^="icon"] {
	width: 100%;
}
#top-page .merit .icon01 {
	max-width: 520px;
}
#top-page .merit .icon02 {
	max-width: 380px;
}
#top-page .merit .icon03 {
	max-width: 490px;
}
#top-page .possible {
	background-image: url(../img/possible-bg.png);
	padding: 65px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top-page .possible .title {
	display: flex;
	justify-content: center;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
#top-page .possible .title img {
	width: auto;
	height: 100%;
	margin-right: 20px;
}
#top-page .possible .title p {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}
#top-page .possible .sentence01 {
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	margin: 25px 0 35px;
	color: #fff;
}
#top-page .possible button {
	margin: 0 auto;
}
#top-page .step {
	background: #f5f8f9;
	padding: 100px 20px 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#top-page .step h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
#top-page .step h2 .mini {
	font-size: 16px;
	margin-bottom: 5px;
}
#top-page .step .box-wrap {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto 75px;
	display: flex;
	justify-content: space-between;
}
#top-page .step .box {
	background: #fff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	width: calc(25% - 90px / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
	min-height: 280px;
}
#top-page .step .title {
	font-size: 16px;
}
#top-page .step .number {
	font-size: 24px;
	margin-left: 5px;
}
#top-page .step .image {
	margin: 30px auto;
}
#top-page .step .sentence {
	text-align: center;
}
#top-page .step .icon01 {
	max-width: 64px;
}
#top-page .step .icon02 {
	max-width: 64px;
}
#top-page .step .icon03 {
	max-width: 60px;
}
#top-page .step .icon04 {
	max-width: 63px;
}
#top-page .contact-form {
	padding: 105px 20px 80px;
}
#top-page .contact-form h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
#top-page .contact-form .radio01:nth-of-type(n + 4) {
	margin-top: 15px;
}
.contact-form .yellow-button {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#top-page .first-view {
		background-size: 170%;
	}
	#top-page .first-view .contents {
		justify-content: center;
		flex-direction: row;
		align-items: normal;
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#top-page .first-view .left {
		text-align: center;
		margin-right: 0;
		align-items: center;
		width: 100%;
	}
	#top-page .first-view .left .middle {
		font-size: 25px;
		line-height: 43px;
		margin: 15px 0 30px;
		position: relative;
	}
	#top-page .first-view .left img.fv_catch2 {
		display: none;
	}
	#top-page .first-view .left .middle > span {
		position: relative;
	}
	#top-page .first-view .right {
		display: none;
	}
	#top-page .first-view .yellow-button {
		margin: 0 auto;
	}
	#top-page .first-view .left .sp-image {
		display: block;
		max-width: 85%;
		width: 400px;
	}
	#top-page .first-view .solar {
		display: none;
	}
	#top-page .first-view .sp-solar-image {
		display: block;
		position: absolute;
		left: -20px;
		top: -40px;
		width: 160px;
	}
	#top-page .first-view .left .down {
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 18px;
	}
	#top-page .optimisation {
		flex-direction: column;
		padding: 40px 20px 40px;
	}
	#top-page .optimisation .left {
		display: none;
	}
	#top-page .optimisation .right {
		margin-left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#top-page .optimisation .sp-image {
		display: block;
		width: 80%;
		max-width: 445px;
	}
	#top-page .comparison .box {
		align-items: center;
	}
	#top-page .comparison {
		padding: 60px 20px;
	}
	#top-page .comparison h2 {
		font-size: 19px;
		margin-bottom: 30px;
	}
	#top-page .comparison h2:after {
		content: none;
	}
	#top-page .comparison .icon01 > img,
	#top-page .comparison .icon02 > img {
		width: 100%;
	}
	#top-page .merit {
		padding: 60px 20px;
	}
	#top-page .merit .box {
		flex-direction: column;
	}
	#top-page .merit .box .sentence-wrap {
		width: 100%;
		margin-right: 0;
		order: 1;
	}
	#top-page .merit img[class^="icon"] {
		width: 80%;
	}
	#top-page .merit .icon01 {
		margin-right: 30px;
	}
	#top-page .merit .icon02 {
		width: 55% !important;
		height: auto;
	}
	#top-page .merit .box:not(:last-child) {
		margin-bottom: 50px;
	}
	#top-page .merit .title01 {
		margin-bottom: 10px;
		margin-top: 15px;
		line-height: 40px;
	}
	#top-page .merit .box:nth-child(even) .sentence-wrap {
		margin-left: 0;
	}
	#top-page .possible {
		padding: 45px 0 40px;
	}
	#top-page .possible .title {
		height: 35px;
	}
	#top-page .possible .sentence {
		font-size: 28px;
	}
	#top-page .possible .title p {
		font-size: 21px;
		font-weight: bold;
	}
	#top-page .possible .sentence01 {
		font-size: 15px;
		font-weight: bold;
	}
	#top-page .step {
		padding: 60px 20px;
	}
	#top-page .step .title {
		margin-bottom: 5px;
	}
	#top-page .step .box-wrap {
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	#top-page .step .box {
		width: 100%;
		min-height: 100%;
		position: relative;
		padding-left: 120px;
		padding-right: 10px;
		align-items: flex-start;
	}
	#top-page .step .box:not(:last-child) {
		margin-bottom: 10px;
	}
	#top-page .step .image {
		position: absolute;
		top: 50%;
		transform: translateY(-100%);
		left: 30px;
	}
	#top-page .step .sentence {
		text-align: left;
	}
	#top-page .step .sentence br {
		display: none;
	}
	#top-page .contact-form {
		padding: 60px 20px;
	}
	#top-page .contact-form h2 {
		margin-bottom: 30px;
	}
	#top-page .contact-form .radio01:nth-of-type(n + 2) {
		margin-top: 10px;
	}
}

#clouds {
	position: absolute;
	top: 50%;
}

.cloud {
	width: 200px;
	height: 60px;
	background: #fff;

	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;

	position: absolute;
}

.cloud:before,
.cloud:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 100px;
	height: 80px;
	position: absolute;
	top: -15px;
	left: 10px;

	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;

	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

.cloud:after {
	width: 120px;
	height: 120px;
	top: -55px;
	left: auto;
	right: 15px;
}

/*Time to animate*/
.x1 {
	opacity: 0.8;
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite;
}

.x2 {
	left: 200px;

	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6;
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x3 {
	left: -250px;
	top: -200px;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8;

	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

.x4 {
	left: 470px;
	top: -250px;

	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75;

	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
}

.x5 {
	left: -150px;
	top: -150px;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8;

	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {
		margin-left: 1000px;
	}
	100% {
		margin-left: -1000px;
	}
}
@-moz-keyframes moveclouds {
	0% {
		margin-left: 1000px;
	}
	100% {
		margin-left: -1000px;
	}
}
@-o-keyframes moveclouds {
	0% {
		margin-left: 1000px;
	}
	100% {
		margin-left: -1000px;
	}
}

#anchorRegistrationForm {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	padding: 0 !important;
}
#anchorRegistrationForm-inner {
	background: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
}
.is-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
	padding: 50px;
	background-color: #fff;
	z-index: 2;
	border-radius: 20px;
	overflow: scroll;
  	max-height: 80%;
}

.close-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.muryo {
	color: #ffd648;
	background: #000;
	padding: 2px 9px;
	border-radius: 15px;
	margin-right: 10px;
}

@media screen and (min-width: 769px) {
	.pc-none {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.sp-none {
		display: none !important;
	}
	.popup-inner {
		padding: 40px 20px;
		border-radius: 0;
	}
	.close-btn {
		top: 15px;
		right: 15px;
	}
	#sp-header {
		display: none;
		position: fixed;
		z-index: 20;
		background: rgb(255, 255, 255);
		top: 0px;
		width: 100%;
		/* opacity: 0;
		transition: opacity .6s ease, visibility .6s ease; */
	}

	#sp-header nav {
		position: relative;
	}
	#sp-close-btn {
		position: absolute;
		width: 25px;
		height: 25px;
		top: -50px;
		right: 30px;
	}
	.sp-header {
		max-width: 310px;
		margin: 80px auto 60px;
		position: relative;
	}
	.sp-header li {
		margin-bottom: 40px;
		padding-left: 20px;
	}
	.sp-header li a {
		font-size: 22px;
		letter-spacing: 0.05em;
		color: #3d3d3d;
		display: flex;
		align-items: center;
	}
	.sp-header li a .mini {
		margin-left: 10px;
		font-size: 14px;
		width: 150px;
	}
	#sp-head-btn {
		width: 40px;
		height: 40px;
	}
	.sp-head-btn-fixed {
		position: fixed;
		width: 40px;
		height: 40px;
		top: 15px;
		right: 20px;
	}
}

@media screen and (max-width: 375px) {
	#top-page .first-view .left .middle {
		font-size: 21px;
	}
	#top-page .first-view .left .up {
		font-size: 16px;
	}
}

.html-overflow-hidden {
	overflow: auto;
	height: 100%;
}

.body-overflow-hidden {
	overflow: hidden;
	height: 100%;
}

.main-wrap {
	overflow-x: hidden;
}

.app-cta {
	max-width: 1050px;
	margin: 90px auto 50px;
	position: relative;
}

.app-cta-title {
	font-size: 34px;
	font-weight: bold;
	color: #14adce;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 40px;
	position: absolute;
	background: #fff;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.app-cta .item-box {
	border: 2px solid #14adce;
	border-radius: 20px;
	padding: 60px 60px 0 100px;
	display: flex;
}

.app-cta .item-right {
	margin-left: 100px;
}

.app-cta .item-right-title {
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #090c08;
}

.app-cta .item-right-text {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #3d3d3d;
	margin-top: 40px;
}

.app-cta .app-icon {
	margin-top: 40px;
}

.app-cta .app-icon a {
	height: 45px;
	display: inline-block;
	margin-right: 5px;
}

.app-cta .app-icon a img {
	height: 100%;
}

@media screen and (min-width: 769px) {
	.common-header nav {
		z-index: 100;
	}
	.common-header-fixed {
		position: fixed;
		top: 0;
		width: 100%;
		opacity: 0.9;
	}
}
@media screen and (max-width: 880px) {
	.app-cta-title {
		font-size: 30px;
	}
	.app-cta .item-right {
		margin-left: 30px;
	}
	.app-cta .app-icon {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.app-cta {
		width: 90%;
		margin: 70px auto 0;
	}
	.app-cta-title {
		font-size: 18px;
		padding: 0 20px;
		width: 175px;
		top: -15px;
	}
	.app-cta .item-box {
		padding: 65px 20px 0 20px;
		display: block;
	}
	.app-cta .item-right {
		margin-left: 0;
	}
	.app-cta .item-right-title {
		font-size: 18px;
		text-align: center;
	}
	.app-cta .item-right-text {
		font-size: 12px;
		margin-top: 30px;
	}
	.app-cta .app-icon {
		margin-top: 35px;
		display: flex;
		justify-content: center;
	}
	.app-cta .app-icon a {
		height: 35px;
	}
	.app-cta .app-icon a img {
		height: 100%;
	}
	.item-left img {
		margin: 35px auto auto;
		display: block;
		width: 60%;
	}
}
.signup-form {
	margin: 0 auto;
	max-width: 100%;
    width: 350px;
}
.signup-ctn {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D7;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	margin-top: 16px;
	padding: 12px 17px;
	width: 100%;
}
.signup-img {
	width: 20px;
	height: 25px;
}
.signup-letters {
	color: #1E1E1E;
	font-size: 13px;
	margin-left: 24px;
	padding-left: 16px;
	position: relative;
}
.signup-letters::before {
	content:"";
	display:inline-block;
	width:1px;
	height:40px;
	background-color:#D2D2D7;
	position:absolute;
	top:-8px;
	left:-12px;
}

/*20240919追加*/
.index-form-wrap {
	border-radius: 30px;
	padding:30px 40px;
	background: #fff;
	margin-bottom: 0px;
}
.index-form-wrap #registration-form {
    margin-top: 0;
}
.index-form-wrap h3 {
	color: #14adce;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
.index-form-wrap .input {
	position: relative;
	margin-bottom: 10px;
}
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.index-form-wrap .input label {
  position: absolute;
  color: #8d8d8d;
  pointer-events: none;
  background-color: transparent;
  left: 15px;
  transform: translateY(0.9rem);
  transition: all 0.3s ease;
	font-size: 14px;
	font-weight: normal;
}
.index-form-wrap .input input {
	border-color: #eee;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
}
.index-form-wrap .input input:focus,
.index-form-wrap .input input:valid,
.index-form-wrap .input input:user-invalid {
  outline: none;
  border: solid 1px #14adce;
}
.index-form-wrap .input input:focus ~ label,
.index-form-wrap .input input:valid ~ label,
.index-form-wrap .input input:user-invalid ~ label {
  transform: translateY(-51%) translateX(-10px) scale(0.8);
  background-color: #fff;
  padding: 0px 5px;
  color: #14adce;
  letter-spacing: 1px;
  border: none;
  border-radius: 100px;
}
.index-form-wrap .input-group .input + .input {
	margin-left: 10px;
}
.index-form-wrap .yellow-button {
	margin: 0 auto;
}
.index-form-wrap .yellow-button:disabled{
	background: #ccc;
}
.index-form-wrap .yellow-button:disabled:hover {
	transform:none;
	cursor:inherit;
}
.index-form-wrap .link-privacy {
	text-align: center;
	margin:10px auto 15px;
}
.index-form-wrap .link-privacy a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.popup-inner {
	z-index: 10001;
}
.form-error-email,
.form-error-pass,
.form-error-pass2,
.form-error-family_name,
.form-error-given_name,
.form-error-phone0,
.form-error-phone1,
.form-error-phone2,
.alert {
	display: none;
	color: red;
	font-weight: bold;
	font-size: 13px;
}
.form-error-email.show {
	display: block;
}

.fixed-form {
	position: fixed;
	right: 30px;
	bottom:30px;
	width: 400px;
	z-index: 100;
}
.fixed-form .index-form-wrap {
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
	.fixed-form {
		display: none;
	}
}
.contact-form-toggler {
      position: relative;
    }

    .form-error div {
      color: #FF0000;
      margin-bottom: 30px;
    }

    .input-group {
      display: flex;
      justify-content: space-between;
    }
    .input-group input + input {
      margin-left: 10px;
    }

    #registration-form {
    	/* display: none; */
    	margin-top: 50px;
    }
