@charset "utf-8";

body.index .root-wrap {
	background: #fff;
	opacity: 0;
}
body.index footer {
	opacity: 0;
}
body.index.show .root-wrap,
body.index.show footer {
	opacity: 1;
	transition-delay: 0.5s;
}

/*================================================================================================

* FIRSTVIEW *

================================================================================================*/
body.index .firstview {
	width: 100%;
	height: 100vh;
	position: relative;
}
body.index .firstview > .inner {
	width: 100%;
	height: 100%;
	position: relative;
}


@media only screen and (max-width: 330px) {
body.index .firstview {
	width: 100%;
	height: auto;
}
/* ** */}

/* SP用ヘッダー ================================================*/
body.index .sp-hero-header {
	width: 100%;
	height: 67px;
	background: -webkit-linear-gradient(342deg, #256aaa 0%, #2B8DCC 100%);
	background: -o-linear-gradient(342deg, #256aaa 0%, #2B8DCC 100%);
	background: linear-gradient(72deg, #256aaa 0%, #2B8DCC 100%);
	position: relative;
	padding-left: 2rem;
	display: none;
}

body.index .sp-hero-header .logo {
	width: 100%;
	height: 100%;
	max-width: 150px;
	position: relative;
	opacity: 0;
	transform: translateX(-20px);
}
	body.index .sp-hero-header.show .logo {
		opacity: 1;
		transform: translateX(0px);
		transition: 0.5s ease 1.7s;
	}

body.index .sp-hero-header .logo img {
	width: 100%;
	margin: auto;position: absolute;top: 0;bottom: 0;left: 0;
}

@media only screen and (max-width: 768px) {
body.index .sp-hero-header {
	display: block;
}
/* ** */}

@media only screen and (max-width: 580px) {
body.index .sp-hero-header {
	display: block;
	padding-left: 1rem;
}
body.index .sp-hero-header .logo {
	max-width: 130px;
}
/* ** */}

/* 左カラム ================================================*/
body.index .firstview .left-col {
	width: 60%;
	height: 100%;
	background: #fff;
	position: relative;
	opacity: 0;
}
		body.index.show .firstview .left-col {
			opacity: 1;
			transition-delay: 0.5s;
		}

@media only screen and (max-width: 1440px) {
body.index .firstview .left-col {
	width: 55%;
}
/* ** */}

@media only screen and (max-width: 768px) {
body.index .firstview .left-col {
	width: 100%;
	height: calc(50vh - 67px);
}
/* ** */}

@media only screen and (max-width: 580px) {
body.index .firstview .left-col {
	height: calc(45vh - 67px);
}
/* ** */}

/* SWIPER ================================================*/
body.index .swiper-container {
	height: 100%;
	z-index: 1;
}

body.index .swiper-container .swiper-slide {
	height: 100%;
	width: 100%;
	background: url(../img/index/img01.jpg)no-repeat center / cover;
	z-index: 1;
	position: relative;
	background: #000;
}
		body.index .swiper-container .swiper-slide.no01 {
			background: url(../img/index/img01.jpg)no-repeat center / cover;
		}
		body.index .swiper-container .swiper-slide.no02 {
			background: url(../img/index/img02.jpg)no-repeat center / cover;
		}
		body.index .swiper-container .swiper-slide.no03 {
			background: url(../img/index/img03.jpg)no-repeat center / cover;
		}

body.index .swiper-container .swiper-slide.ovl::after {
	height: 100%;
	width: 100%;
	content: "";
	margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
	background: #000;
	opacity: 0.2;
	z-index: 1;
}

/* 右カラム ================================================*/
body.index .firstview .right-col {
	width: 40%;
	height: 100%;
	position: relative;
	z-index: 100;
	background: -webkit-linear-gradient(342deg, #256aaa 0%, #2B8DCC 100%);
	background: -o-linear-gradient(342deg, #256aaa 0%, #2B8DCC 100%);
	background: linear-gradient(72deg, #256aaa 0%, #2B8DCC 100%);
	padding: 1rem 2rem;
	opacity: 0;
}
		body.index.show .firstview .right-col {
			opacity: 1;
			transition-delay: 0.5s;
		}

body.index .firstview .right-col > .inner {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	color: #fff;
}

body.index .firstview .right-col .logo {
	width: 100%;
	max-width: 280px;
}

		body.index .firstview .right-col > .inner h1 {
			margin-bottom: 2rem;
		}
		
		@media only screen and (max-height: 630px) {
			body.index .firstview .right-col > .inner h1 {
				margin-top: 70px;
			}
		}

		body.index .firstview .right-col > .inner h2 {
			font-weight: 700;
			margin-bottom: 0.5rem;
			font-size: 1.25rem;
		}
		body.index .firstview .right-col > .inner p {
			font-size: 0.9rem;
		}

@media only screen and (max-width: 1440px) {
body.index .firstview .right-col {
	width: 45%;
}
/* ** */}

@media only screen and (max-width: 768px) {
body.index .firstview .right-col {
	width: 100%;
	height: 50vh;
}
body.index .firstview .right-col .logo {
	max-width: 100%;
	display: none;
}
body.index .firstview .right-col > .inner {
	/*transform: translateY(-8.5rem);*/
}
/* ** */}

@media only screen and (max-width: 580px) {
body.index .firstview .right-col {
	height: 55vh;
}
body.index .firstview .right-col > .inner p {
	font-size: 0.8rem;
}
body.index .firstview .right-col > .inner p.p-mb2 {
	margin-bottom: 1rem;
}
body.index .firstview .right-col > .inner {
	transform: translateY(-1rem);
}
/* ** */}

@media only screen and (max-width: 480px) {
body.index .firstview .right-col > .inner h2 {
	font-size: 1rem;
}
body.index .firstview .right-col {
	height: 55vh;
	padding: 1rem;
}
/* ** */}

@media only screen and (max-width: 330px) {
body.index .firstview .right-col {
	height: auto;
	padding-bottom: 4rem;
}
body.index .firstview .right-col > .inner {
	transform: translateY(0rem);
}
/* ** */}


/* LINK ================================================*/
body.index .firstview .link-wrap {
	width: 100%;
	max-width: 360px;
	margin: auto;position: absolute;top: 2rem;right: 1rem;
	z-index: 8000;
}
body.index .firstview .link-wrap a {
	width: calc(50% - 0.5rem);
	padding: 0.5rem 0rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	font-size: 0.8rem;
}
@media only screen and (max-width: 480px) {
	body.index .firstview .link-wrap a {
		padding: 0.35rem 0rem !important;
	}
}


body.index .firstview .link-wrap a span {
	position: relative;
	padding-left: 35px;
}
		body.index .firstview .link-wrap a span::after {
			width: 23px;
			height: 23px;
			content: "";
			margin: auto;position: absolute;top: 0;bottom: 0;left: 0;
		}
		body.index .firstview .link-wrap a.id span::after {
			background: url(../img/icon/id.svg)no-repeat center / contain;
		}
		body.index .firstview .link-wrap a.login span::after {
			background: url(../img/icon/login.svg)no-repeat center / contain;
		}

body.index .firstview .link-wrap a.login {
	border: 1px solid #fff;
}

@media only screen and (max-width: 1280px) {
body.index .firstview .link-wrap {
	top: 1rem;
}
/* ** */}

@media only screen and (max-width: 768px) {
body.index .firstview .link-wrap {
	margin: auto;position: absolute;top: 13px;right: 1rem;
}
/* ** */}

@media only screen and (max-width: 580px) {
body.index .firstview .link-wrap {
	max-width: 140px;
}
body.index .firstview .link-wrap a {
	width: 80%;
	font-size: 0.5rem;
	padding: 0.5rem;
}
body.index .firstview .link-wrap a.id {
	display: none;
}
		body.index .firstview .link-wrap a span::after {
			width: 17px;
			height: 17px;
		}
/* ** */}

/* LINK GRID ================================================*/
body.index .firstview .link-wrap.Grid {
	width: 43%;
	max-width: 360px;
	margin: auto; position: absolute;top: 1rem; right: 1rem;
	z-index: 8000;
}
body.index .firstview .link-wrap.Grid a {
	text-align: center;
	text-decoration: underline;
	color: #fff;
}
body.index .firstview .link-wrap.Grid a span {
	position: relative;
	padding-left: 0px;
}
body.index .firstview .link-wrap.Grid a.login span::after {
	display:none;
}

/* SCROLL ================================================*/
body.index .scroll-wrap {
	width: 100%;
	padding-top: 2rem;
	text-align: center;
}
body.index .scroll-wrap p {
	font-weight: 700;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

body.index .scroll-wrap .cursor-wrap {
	width: 100%;
	position: relative;
}
		body.index .scroll-wrap .cursor-wrap .cursor {
			width: 20px;
			height: 20px;
			border-bottom: 2px solid #fff;
			border-right: 2px solid #fff;
			content: "";
			position: absolute;margin: auto;right: 0;top: 0;left: 0;
			animation-duration: 2s;
			animation-delay: 0s;
			animation-name: cursor;
			animation-timing-function: ease;
			animation-iteration-count: infinite;
		}

@keyframes cursor {
	0%{
		opacity: 0;
		transform: translateY(0px) rotate(45deg);
	}
	50%{
		opacity: 1;
		transform: translateY(20px) rotate(45deg);
	}
	75%{
		opacity: 0;
		transform: translateY(20px) rotate(45deg);
	}
	100%{
		opacity: 0;
		transform: translateY(20px) rotate(45deg);
	}
}


@media only screen and (max-width: 580px) {
body.index .scroll-wrap {
	width: 100%;
	padding-top: 1rem;
	text-align: center;
}
/* ** */}

/*================================================================================================

* MAIN SELECT *

================================================================================================*/
body.index .main-select {
	width: 100%;
	padding: 5rem 1rem 7rem 1rem;
	position: relative;
	background: #fff;
}

body.index .main-select .trigger {
	height: 0px;
	width: 0px;
}

/*body.index .main-select::after {
	width: 100%;
	height: 100%;
	content: "";
	margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
	background-color: #08AEEA;
	background-image: linear-gradient(71deg, #08AEEA 0%, #2AF598 100%);
	opacity: 0.4;
}*/

body.index .main-select > .inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
body.index .main-select > .inner {
	max-width: 580px;
}
body.index .main-select .trigger {
	height: 0px;
	width: 100%;
}

/* ** */}

/* カード ================================================*/
body.index .main-select .card {
	width: calc(50% - 1rem);
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	opacity: 0;
	box-shadow: 0 33px 40px -10px rgba(150,150,150,0.1);
	transform: translateZ(0) translate3d(0,0,0) translate(-30px) scale(1);
	transition: 0.35s ease;
}
		body.index .main-select .card.no02 {
			transform: translateZ(0) translate3d(0,0,0) translate(30px) scale(1);
		}

body.index .main-select .on + .card {
	opacity: 1;
	transform: translateZ(0) translate3d(0,0,0) translate(0px) scale(1);
	transition: 0.5s ease;
}
body.index .main-select .on + .card:hover {
	box-shadow: 0 33px 40px -10px rgba(20,20,20,0.1);
	transform: translateZ(0) translate3d(0,0,0) translate(0px) scale(1.02);
	transition: 0.35s ease;
}

@media only screen and (max-width: 768px) {
body.index .main-select .card {
	width: calc(100% - 0rem);
}
body.index .main-select .card.no01 {
	margin-bottom: 2rem;
}
/* ** */}

/* カード - img ================================================*/
body.index .main-select .card .img {
	width: 100%;
	padding-top: 50%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
		body.index .main-select .card .img::after {
			width: 100%;
			height: 100%;
			content: "";
			margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
			transform: scale(1);
			transition: 0.35s ease;
		}
		body.index .main-select .card.no01 .img::after {
			background: url(../img/index/se_img01.jpg)no-repeat center / cover;
		}
		body.index .main-select .card.no02 .img::after {
			background: url(../img/index/se_img02.jpg)no-repeat center / cover;
		}


@media only screen and (max-width: 768px) {
body.index .main-select .card .img {
	padding-top: 60%;
}
/* ** */}

/* カード - テキスト ================================================*/
body.index .main-select .card .info {
	padding: 2rem 1rem;
	width: 100%;
}
		body.index .main-select .card .info > .inner {
			max-width: 320px;
			margin: 0 auto;
		}

		body.index .main-select .card h2 {
			text-align: center;
			color: #256AAA;
			margin-bottom: 0.5rem;
			font-size: 1.25rem;
		}
		body.index .main-select .card p {
			font-size: 0.9rem;
			margin-bottom: 1rem;
		}
		body.index .main-select .card p span {
			font-size: 10px;
		}
		body.index .main-select .card.no01 p {
			margin-bottom: 2.5rem;
		}

@media only screen and (max-width: 768px) {
body.index .main-select .card .info {
	padding: 1rem 1rem 2rem 1rem;
}
/* ** */}

@media only screen and (max-width: 580px) {
body.index .main-select {
	padding: 3rem 1rem 5rem 1rem;
}
body.index .main-select .card h2 {
	font-size: 1rem;
	font-weight: 700;
}
/* ** */}

/*================================================================================================

* 簡易シミュレーション *

================================================================================================*/
body.index .simple-simulation {
	width: 100%;
	padding: 5rem 1rem 5rem 1rem;
	background: #F6F8FA;
}

body.index .simple-simulation > .inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

/*================================================================================================

* FIRST LOADING *

================================================================================================*/

body.index .firstloading {
	width: 100%;
	height: 100vh;
	content: "";
	transform-origin: left;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(342deg, #256aaa 0%, #2B8DCC 100%);
	background: -o-linear-gradient(342deg, #256aaa 0%, #2B8DCC 100%);
	background: linear-gradient(72deg, #256aaa 0%, #2B8DCC 100%);
	transform: scaleX(0);
	z-index: 8000;
}
body.index.show .firstloading {
	transition: 0.5s;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-name: bgmove;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@keyframes bgmove {
	0%{
		transform-origin: left;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	30%{
		transform-origin: left;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	31%{
		transform-origin: right;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	31.5%{
		transform-origin: right;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	60%{
		transform-origin: right;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	100%{
		transform-origin: right;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

/* ロゴ ================================================*/
body.index .first-logo {
	width: calc(100% - 2rem);
	max-width: 250px;
	position: fixed;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-70%);
	pointer-events: none;
	z-index: 8100;
}
body.index.show .first-logo {
	opacity: 0;
	transition: 0.5s ease .6s;
}

@media only screen and (max-width: 580px) {
body.index .first-logo {
	max-width: 180px;
}
/* ** */}

/* ** */
@media only screen and (max-width: 1024px) {
/* ** */}
@media only screen and (max-width: 768px) {
/* ** */}
@media only screen and (max-width: 480px) {
/* ** */}
