@charset "UTF-8";

/* ----------------------------------------------------
	kv
---------------------------------------------------- */
.kv {
	position: relative;
}

.kv__title {
	line-height: 1.25;
	color: rgb(var(--wht));
	font-size: 4.18182vw;
	position: absolute;
	right: 3.63636vw;
	bottom: 10.90909vw;
	z-index: 1;
}

.kv__title.en {
	font-size: 3.81818vw;
	right: 1.81818vw;
}

.kvSlide.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* slick */
.kvSlide {
	line-height: 0;
}

.kvSlide .slick-dots {
	line-height: 0;
	bottom: -37px;
}

.kvSlide .slick-dots li {
	margin: 0 10px;
	width: auto;
	height: auto;
}

.kvSlide .slick-dots button {
	background: rgb(var(--gry));
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	text-indent: -9999px;
}

.kvSlide .slick-dots .slick-active button {
	background: #004097;
}

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

	/* slick */
	.kvSlide .slick-dots {
		bottom: -3.36364vw;
	}

	.kvSlide .slick-dots li {
		margin: 0 0.90909vw;
	}

	.kvSlide .slick-dots button {
		width: 1.36364vw;
		height: 1.36364vw;
		border-radius: 1.36364vw;
	}
}

@media screen and (max-width: 768px) {
	.kv__title {
		font-size: 8vw;
		white-space: nowrap;
		top: 12vw;
		right: 4.8vw;
		bottom: auto;
	}

	.kv__title.en {
		font-size: 6.93333vw;
		right: 4vw;
	}

	/* slick */
	.kvSlide .slick-dots {
		bottom: -6.93333vw;
	}

	.kvSlide .slick-dots li {
		margin: 0 2.66667vw;
	}

	.kvSlide .slick-dots button {
		width: 2.93333vw;
		height: 2.93333vw;
		border-radius: 2.93333vw;
	}
}

/* ----------------------------------------------------
	lead
---------------------------------------------------- */
.lead {
	background: rgb(var(--sky));
	padding: 112px 0 42px;
}

.lead .text {
	line-height: 2.5;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.lead {
		padding: 10.18182vw 0 3.81818vw;
	}

	.lead .text {
		font-size: 1.63636vw;
	}
}

@media screen and (max-width: 768px) {
	.lead {
		padding: 22.93333vw 0 10.93333vw;
	}

	.lead .text {
		line-height: 2;
		font-size: 4.26667vw;
	}

	.lead .text.en {
		padding: 0 6.66667vw;
	}
}

/* ----------------------------------------------------
	inner
---------------------------------------------------- */
article .container {
	margin: 0 auto;
	width: 1000px;
}

@media screen and (max-width: 1100px) {
	article .container {
		width: 90.90909vw;
	}
}

@media screen and (max-width: 768px) {
	article .container {
		width: 100%;
	}
}

/* ----------------------------------------------------
	flow
---------------------------------------------------- */
.flow {
	background: rgb(var(--sky));
	padding-bottom: 137px;
	/* padding-bottom: 36.53333vw; */
}

.flow__title {
	margin-bottom: 35px;
	line-height: 1.4;
	color: #004097;
	font-size: 32px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.flow__title::before {
	background: url(../img/icon-app01.webp) center no-repeat;
	background-size: cover;
	margin-right: 31px;
	width: 69px;
	height: 69px;
	display: block;
	content: "";
}

.flow__dl {
	margin-bottom: 75px;
	text-align: center;
}

.flow__dl img {
	width: 178px;
}

@media screen and (max-width: 1100px) {
	.flow {
		padding-bottom: 12.45455vw;
	}

	.flow__title {
		margin-bottom: 3.18182vw;
		font-size: 2.90909vw;
	}

	.flow__title::before {
		margin-right: 3vw;
		width: 6.27273vw;
		height: 6.27273vw;
	}

	.flow__dl {
		margin-bottom: 6.81818vw;
	}

	.flow__dl img {
		width: 16.18182vw;
	}
}

@media screen and (max-width: 768px) {
	.flow {
		padding-bottom: 20vw;
	}

	.flow__title {
		padding-bottom: 10.4vw;
		font-size: 6.93333vw;
		display: block;
	}

	.flow__title.en {
		font-size: 6.66667vw;
	}

	.flow__title::before {
		margin: 0 auto 5.6vw;
		width: 13.33333vw;
		height: 13.33333vw;
	}

	.flow__dl {
		margin-bottom: 16.26667vw;
	}

	.flow__dl img {
		width: 36.26667vw;
	}
}

/*
	flow__section
------------------------------ */
.flow__section {
	padding: 73px 60px;
	border-bottom: solid 1px rgb(var(--blk));
	display: flex;
	justify-content: space-between;
}

.flow__section:first-of-type {
	border-top: solid 1px rgb(var(--blk));
}

.flow__section:nth-child(even) {
	flex-direction: row-reverse;
}

.flow__section--images.easy {
	width: 302px;
}

.flow__section--images.step {
	width: 254px;
}

.flow__section--contents {
	white-space: nowrap;
}

.flow__section--contents .section__title {
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-size: 36px;
	font-weight: 600;
}

.flow__section--contents .section__text .text {
	line-height: 2.3;
	font-size: 18px;
}

.flow__section--contents.icon .section__text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.flow__section--contents.icon .section__text::before {
	background: url(../img/icon-app01.webp) center no-repeat;
	background-size: cover;
	margin: 10px 31px 0 0;
	width: 69px;
	height: 69px;
	display: block;
	flex: 0 0 69px;
	content: "";
}

@media screen and (max-width: 1100px) {
	.flow__section {
		padding: 6.63636vw 5.45455vw;
	}

	.flow__section--images.easy {
		width: 27.45455vw;
	}

	.flow__section--images.step {
		width: 23.09091vw;
	}

	.flow__section--contents .section__title {
		font-size: 3.27273vw;
	}

	.flow__section--contents .section__text .text {
		font-size: 1.63636vw;
	}

	.flow__section--contents.icon .section__text::before {
		margin: 0.90909vw 2.81818vw 0 0;
		width: 6.27273vw;
		height: 6.27273vw;
		flex: 0 0 6.27273vw;
	}
}

@media screen and (max-width: 768px) {
	.flow__section {
		padding: 16.53333vw 6.66667vw;
		display: block;
	}

	.flow__section--images {
		margin: 0 auto 13.33333vw;
	}

	.flow__section--images.easy {
		width: 80.53333vw;
	}

	.flow__section--images.step {
		width: 67.73333vw;
	}

	.flow__section--contents {
		white-space: normal;
	}

	.flow__section--contents .section__title {
		font-size: 6.93333vw;
		text-align: center;
	}

	.flow__section--contents.icon .section__title::before {
		background: url(../img/icon-app01.webp) center no-repeat;
		background-size: cover;
		margin: 0 auto 10.66667vw;
		width: 13.33333vw;
		height: 13.33333vw;
		display: block;
		flex: 0 0 13.33333vw;
		content: "";
	}

	.flow__section--contents .section__text .text {
		line-height: 2;
		font-size: 4.26667vw;
	}

	.flow__section--contents.icon .section__text {
		flex-direction: column-reverse;
	}

	.flow__section--contents.icon .section__text::before {
		display: none;
	}
}

/*
	section__notes
------------------------------ */
.section__notes {
	padding-top: 73px;
	display: flex;
	justify-content: center;
}

.section__notes--item {
	margin: 0 40px;
	width: 40%;
	text-align: center;
	letter-spacing: -0.005em;
}

.section__notes--item .icon {
	margin: 0 auto 35px;
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__notes--item .icon01 img {
	width: 138px;
}

.section__notes--item .icon02 img {
	width: 112px;
}

.section__notes--title {
	margin-bottom: 0.75em;
	line-height: 1.5;
	font-size: 26px;
}

.section__notes--text .text {
	font-size: 16px;
	text-align: left;
}

@media screen and (max-width: 1100px) {
	.section__notes {
		padding-top: 6.63636vw;
	}

	.section__notes--item {
		margin: 0 3.63636vw;
	}

	.section__notes--item .icon {
		margin-bottom: 3.18182vw;
		height: 10.72727vw;
	}

	.section__notes--item .icon01 img {
		width: 12.54545vw;
	}

	.section__notes--item .icon02 img {
		width: 10.18182vw;
	}

	.section__notes--title {
		font-size: 2.36364vw;
	}

	.section__notes--text .text {
		font-size: 1.45455vw;
	}
}

@media screen and (max-width: 768px) {
	.section__notes {
		padding: 0;
		display: block;
	}

	.section__notes--item {
		margin: 0;
		padding: 16.53333vw 0;
		width: 100%;
		border-bottom: solid 1px rgb(var(--blk));
	}

	.section__notes--item:last-of-type {
		padding-bottom: 0;
		border: none;
	}

	.section__notes--item .icon {
		margin-bottom: 6.4vw;
		height: auto;
	}

	.section__notes--item .icon01 img {
		width: 36.8vw;
	}

	.section__notes--item .icon02 img {
		width: 29.86667vw;
	}

	.section__notes--title {
		font-size: 5.86667vw;
	}

	.section__notes--text .text {
		padding: 0 6.66667vw;
		font-size: 4.26667vw;
	}
}

/* ----------------------------------------------------
	app
---------------------------------------------------- */
.app {
	padding: 115px 0;
}

.app__title {
	margin-bottom: 1em;
	color: #004097;
	font-size: 32px;
	text-align: center;
}

.app__title small {
	line-height: 1;
	font-size: 22px;
	display: block;
	position: relative;
	top: -4px;
}

.app__list {
	margin-bottom: 55px;
	display: flex;
	justify-content: center;
}

.app__list--item {
	margin: 0 25px;
}

.app__list--item img {
	width: auto;
	height: 65px;
}

.app__qr {
	margin: 0 auto 70px;
	width: 115px;
}

.app__details {
	text-align: center;
}

.app__details--title {
	margin-bottom: 0.5em;
	font-size: 32px;
	font-weight: 600;
}

.app__details .linkBtn a {
	background: #004097;
	margin: 0 auto;
	width: 420px;
	height: 70px;
	color: rgb(var(--wht));
	font-size: 20px;
	font-weight: 600;
	border: solid 2px#004097;
	border-radius: 70px;
}

.app__details .linkBtn a:hover {
	background: rgb(var(--wht));
	color: #004097;
}

@media screen and (max-width: 1100px) {
	.app {
		padding: 10.45455vw 0;
	}

	.app__title {
		font-size: 2.90909vw;
	}

	.app__title small {
		font-size: 2vw;
		top: -0.36364vw;
	}

	.app__list {
		margin-bottom: 5vw;
	}

	.app__list--item {
		margin: 0 2.27273vw;
	}

	.app__list--item img {
		height: 5.90909vw;
	}

	.app__qr {
		margin-bottom: 6.36364vw;
		width: 10.45455vw;
	}

	.app__details--title {
		font-size: 2.90909vw;
	}

	.app__details .linkBtn a {
		width: 38.18182vw;
		height: 6.36364vw;
		font-size: 1.81818vw;
		border-radius: 6.36364vw;
	}
}

@media screen and (max-width: 768px) {
	.app {
		padding: 16.53333vw 0;
	}

	.app__title {
		line-height: 1.8;
		font-size: 6.93333vw;
	}

	.app__title.en {
		font-size: 6.66667vw;
	}

	.app__title small {
		font-size: 3.73333vw;
		top: -1.06667vw;
	}

	.app__list {
		margin-bottom: 17.06667vw;
	}

	.app__list--item {
		margin: 0 4.53333vw;
	}

	.app__list--item img {
		height: 13.33333vw;
	}

	.app__qr {
		display: none;
	}

	.app__details--title {
		font-size: 5.33333vw;
	}

	.app__details .linkBtn a {
		width: 85.33333vw;
		height: 13.33333vw;
		font-size: 4.26667vw;
		border-radius: 13.33333vw;
	}
}

/* ----------------------------------------------------
	faq
---------------------------------------------------- */
.faq {
	background: rgb(var(--sky));
	padding: 115px 0;
}

.faq__title {
	margin-bottom: 1em;
	line-height: 1;
	color: #808080;
	font-size: 52px;
	text-align: center;
}

.faq__list--question {
	padding: 2em 0;
	font-size: 18px;
	font-weight: 600;
	border-bottom: solid 1px rgba(var(--blk), 1);
	display: flex;
	position: relative;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.faq__list--question::before {
	content: "Q.";
}

.faq__list--question::after {
	background: url(../img/arrow01.svg) center no-repeat;
	background-size: cover;
	width: 22px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	content: "";
}

.faq__list--answer {
	padding-bottom: 2em;
	font-size: 16px;
	opacity: 0;
	border-bottom: solid 1px rgba(var(--blk), 0);
}

/* active */
.faq__list--question.active {
	border-bottom: solid 1px rgba(var(--blk), 0);
}

.faq__list--question.active::after {
	transform: translateY(-50%) rotate(540deg);
}

.faq__list--question.active+.faq__list--answer {
	opacity: 1;
	border-bottom: solid 1px rgba(var(--blk), 1);
}

@media screen and (max-width: 1100px) {
	.faq {
		padding: 10.45455vw 0;
	}

	.faq__title {
		font-size: 4.72727vw;
	}

	.faq__list--question {
		font-size: 1.63636vw;
	}

	.faq__list--question::after {
		width: 2vw;
		height: 0.90909vw;
	}

	.faq__list--answer {
		font-size: 1.45455vw;
	}
}

@media screen and (max-width: 768px) {
	.faq {
		padding: 16.53333vw 6.66667vw;
	}

	.faq__title {
		margin-bottom: 0.5em;
		font-size: 12vw;
	}

	.faq__list--question {
		padding: 1em 8vw 1em 0;
		line-height: 1.5;
		font-size: 4.8vw;
	}

	.faq__list--question::after {
		width: 2.93333vw;
		height: 1.6vw;
		right: 0.5em;
	}

	.faq__list--answer {
		font-size: 4.26667vw;
	}
}