@charset "utf-8";

/*============================
共通
============================*/
/* タイトル */
.title_wrap .title_jp {
	font-size: 0.38rem;
	font-weight: bold;
	/* color: #DE2352; */
}

@media screen and (max-width: 640px) {
	.title_wrap .title_jp {
		font-size: 0.25rem;
	}
}

.title_wrap .title_en {
	font-size: 0.18rem;
	font-weight: bold;
	color: #DE2352;
	margin-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.title_wrap .title_en {
		font-size: 0.15rem;
	}
}


/*============================
MV
============================*/
#mv {
	padding-top: 1.5rem;
}
@media screen and (max-width: 640px) {
	#mv {
		padding-top: 0.80rem;
	}
}

#mv .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#mv .cont_wrap .text_wrap {
	max-width: 6.80rem;
	width: 100%;
}
@media screen and (max-width: 640px) {
	#mv .cont_wrap .text_wrap {
		position: relative;
		top: -0.50rem;
	}
}

#mv .cont_wrap .text_wrap .lead {
	font-size: 0.29rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.25rem;
	;
}

@media screen and (max-width: 640px) {
	#mv .cont_wrap .text_wrap .lead {
		font-size: 0.16rem;
		margin-bottom: 0.15rem;
		padding-top: 0.50rem;
	}
}


#mv .cont_wrap .text_wrap .title_en {
	font-size: 0.72rem;
	font-family: "Lato", sans-serif;
	color: #DE2352;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#mv .cont_wrap .text_wrap .title_en {
		font-size: 0.4rem;
		margin-top: 0.5rem;
	}
}

#mv .cont_wrap .text_wrap .title_jp {
	font-size: 0.28rem;
	font-weight: 600;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	#mv .cont_wrap .text_wrap .title_jp {
		font-size: 0.18rem;
	}
}


#mv .cont_wrap .text_wrap .dl_btn {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.50rem;
}

#mv .dl_btn.sp{
	display:none;
}

@media screen and (max-width: 640px) {
	#mv .cont_wrap .text_wrap .dl_btn.pc {
		display: none;
	}
}

#mv .cont_wrap .text_wrap .dl_btn .item {
	margin-right: 0.20rem;
}

@media screen and (max-width: 640px) {
	#mv .cont_wrap .text_wrap .dl_btn .item {
		width: 1.5rem;
		margin-bottom: 0.10rem;
	}
	
	#mv .dl_btn.sp {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10%;
}
	#mv .dl_btn.sp .item a img {
		height: 0.5rem;
	}
}


#mv .cont_wrap .text_wrap .dl_btn .item a img {
	height: 0.60rem;
}

#mv .cont_wrap .ph_wrap {
	width: calc(100% - 6.80rem);
	text-align: center;
}

@media screen and (max-width: 640px) {
	#mv .cont_wrap .ph_wrap {
/* 		width: 35%;
		text-align: center;
		position: absolute;
		right: 0.2rem;
		bottom: -0.3rem;
		z-index: -1; */
		width: 35%;
        text-align: center;
        position: absolute;
        right: 0.2rem;
        bottom: 0rem;
        z-index: -1;
	}
}



/*============================
リード
============================*/
#top_lead {
	background: #DE2352;
	color: #fff;
	padding: 1.00rem 0 1.8rem;
	margin-top: 1.00rem;
}

@media screen and (max-width: 640px) {
	#top_lead {
		background: #DE2352;
		color: #fff;
		padding: 1.00rem 0 1.3rem;
		margin-top: 0.7rem;
	}
}


#top_lead .cont_wrap {
	text-align: center;
}

#top_lead .cont_wrap .title {
	font-size: 0.37rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#top_lead .cont_wrap .title {
		font-size: 0.23rem;
		margin-bottom: 0.20rem;
	}
}

#top_lead .cont_wrap .lead {
	font-size: 0.18rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	#top_lead .cont_wrap .lead {
		font-size: 0.14rem;
	}
}

#top_lead .ph_01 {
	position: absolute;
	top: -0.50rem;
	left: -10%;
}

@media screen and (max-width: 640px) {
	#top_lead .ph_01 {
		position: absolute;
		top: -1.0rem;
		left: -10%;
	}
}


#top_lead .ph_01 img {
	max-width: 4.50rem;
}

@media screen and (max-width: 640px) {
	#top_lead .ph_01 img {
		max-width: 1.50rem;
	}
}

#top_lead .ph_02 {
	position: absolute;
	bottom: -2rem;
	right: -0.40rem;
}

@media screen and (max-width: 640px) {
	#top_lead .ph_02 {
		position: absolute;
		bottom: -1.5rem;
		right: -0.40rem;
	}
}


#top_lead .ph_02 img {
	max-width: 4.00rem;
}

@media screen and (max-width: 640px) {
	#top_lead .ph_02 img {
		max-width: 1.50rem;
	}
}


/*============================
アバウト
============================*/
#about {
	padding: 1.50rem 0;
}

@media screen and (max-width: 640px) {
	#about {
		padding: 0.70rem 0;
	}
}

#about .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#about .cont_wrap .ph_wrap {
	width: 48%;
}

@media screen and (max-width: 640px) {
	#about .cont_wrap .ph_wrap {
		width: 100%;
	}
}


#about .cont_wrap .text_wrap {
	width: 48%;
}

@media screen and (max-width: 640px) {
	#about .cont_wrap .text_wrap {
		width: 100%;
	}
}

#about .cont_wrap .text_wrap .title_wrap {
	margin-bottom: 0.40rem;
}

#about .cont_wrap .text_wrap .text {
	font-size: 0.18rem;
	line-height: 2;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
	#about .cont_wrap .text_wrap .text {
		font-size: 0.16rem;
		margin-top: 0.20rem;
	}

}


#about .cont_wrap .text_wrap small {
	font-size: 0.14rem;
	line-height: 1.65;
	padding-left: 0.14rem;
	text-indent: -0.14rem;
	display: block;
}


/*============================
ムービー
============================*/
#movie {
	background: #F8ECDA;
	padding: 1.00rem 0;
}
@media screen and (max-width: 640px) {
	#movie {
		padding: 0.70rem 0;
	}
}


#movie .video_wrap {
	max-width: 8.00rem;
	margin: auto;
}

#movie .video_wrap video {
	width: 100%;
}

/*============================
ご利用の流れ
============================*/
#flow {
	padding: 1.00rem 0;
}
@media screen and (max-width: 640px) {
	#flow {
		padding: 0.70rem 0;
	}
}


#flow .title_wrap {
	text-align: center;
}

#flow .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.50rem;
	margin-top: 0.70rem;
}
@media screen and (max-width: 640px) {
	#flow .list {
		gap: 0.70rem;
		margin-top: 0.70rem;
	}
}


#flow .list .item {
	width: 2.60rem;
}
@media screen and (max-width: 640px) {
	#flow .list .item {
		width: 100%;
	}
}


#flow .list .item .step {
	font-size: 0.30rem;
	font-weight: bold;
	color: #fff;
	background: #DE2352;
	text-align: center;
	padding: 0.1rem 0;
	box-sizing: border-box;
	margin-bottom: 0.20rem;
	border-radius: 0.10rem;

}
@media screen and (max-width: 640px) {
	#flow .list .item .step {
		font-size: 0.20rem;
		padding: 0.1rem 0;
	}

	#flow .list .item .ph_wrap {
		text-align: center;
	}

	#flow .list .item .ph_wrap img {
		width: 100%;
	}

}


#flow .list .item .title {
	font-size: 0.20rem;
	font-weight: bold;
	text-align: center;
	padding: 0.15rem 0;
}
@media screen and (max-width: 640px) {
	#flow .list .item .title {
		font-size: 0.18rem;
	}
}


#flow .list .item .text {
	font-size: 0.16rem;
	text-align: center;
	line-height: 1.65;
}
@media screen and (max-width: 640px) {
	#flow .list .item .text {
		font-size: 0.15rem;
	}
}


/*============================
アップデート
============================*/
#update {
	padding: 1.00rem 0;
	background: #F8ECDA;
}
@media screen and (max-width: 640px) {
	#update {
		padding: 0.70rem 0 0.20rem;
	}
}


#update .title_jp {
	text-align: center;
}
@media screen and (max-width: 640px) {
	#update .title_jp {
		line-height: 1.3;
	}
}


#update .title_jp span {
	position: relative;
}

#update .title_jp span::before {
	position: absolute;
	content: '';
	width: 0.21rem;
	height: 0.46rem;
	background: url(../img/update_img_01.svg) no-repeat center;
	background-size: cover;
	top: 0;
	left: -0.30rem;
}
@media screen and (max-width: 640px) {
	#update .title_jp span::before {
		top: auto;
		bottom: 0.10rem;
	}
}


#update .title_jp span::after {
	position: absolute;
	content: '';
	width: 0.21rem;
	height: 0.46rem;
	background: url(../img/update_img_02.svg) no-repeat center;
	background-size: cover;
	top: 0;
	right: -0.30rem;
}
@media screen and (max-width: 640px) {
	#update .title_jp span::after {
		top: auto;
		right: -0.4rem;
		bottom: 0.1rem;
	}
}


#update .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.80rem;
}


#update .item {
	width: 33.333%;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#update .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}

#update .item .list_title {
	font-size: 0.29rem;
	font-weight: bold;
	color: #DE2352;
	margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
	#update .item .list_title {
		font-size: 0.2rem;
	}
}


#update .item .text {
	margin-top: 0.15rem;
	font-size: 0.16rem;
	line-height: 1.65;
}
@media screen and (max-width: 640px) {
	#update .item .text {
		margin-top: 0.14rem;
		font-size: 0.14rem;
	}
}



/*============================
お問い合わせ
============================*/
#contact {
	padding: 1.50rem 0;
}
@media screen and (max-width: 640px) {
	#contact {
		padding: 0.7rem 0;
	}
}



#contact .title_wrap {
	text-align: center;
	margin-bottom: 0.50rem;
}

#contact .lead {
	font-size: 0.18rem;
	line-height: 2;
	text-align: center;
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
	#contact .lead {
		font-size: 0.16rem;
	}
}


#contact .cont_wrap {
	/* display: flex;
	flex-wrap: wrap; */
	max-width: 8.00rem;
	margin: auto;
}

#contact .cont_wrap .text_wrap {
	/* width: 50%; */
}

@media screen and (max-width: 640px) {
	#contact .cont_wrap .text_wrap {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}


/* フォーム全体 */
.form_table {
	/* width: 50%; */
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.form_table {
		width: 100%;
	}
}

.form_table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	.form_table table {
		border-top: 0;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
}


.form_table table .title {
	text-align: left;
	vertical-align: top;
	line-height: 1.45;
	font-size: 0.13rem;
	display: block;
}

@media screen and (max-width: 599px) {
	.form_table table .title {
		width: 100%;
		display: block;
		border-bottom: none;
		background: #EDBCBC;
		padding: 0.13rem;
		box-sizing: border-box;
	}
}


.form_table table .text {
	padding: 0.15rem 0;
	display: block;
	margin-bottom: 0.15rem;

}

@media screen and (max-width: 599px) {
	.form_table table .text {
		display: block;
		width: 100%;
		border-bottom: none;
		margin-bottom: 0.15rem;
	}
}


/* フォーム（text） */
.form_table table .text input[type="text"] {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.13rem;
	border: 1px solid #707070;
	box-sizing: border-box;
	border-radius: 0.05rem;
	width: 100%;
}

/* フォーム（tel） */
.form_table table .text input[type="tel"] {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #707070;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.form_table table .text input[type="tel"] {
		font-size: 0.14rem;
	}
}



/* 幅40% */
.form_table table .text .w40 {
	width: 40%;
}

/* 幅100% */
.form_table table .text .w100 {
	width: 100%;
}

/* フォーム（textarea） */
.form_table table .text textarea {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #707070;
	box-sizing: border-box;
	width: 100%;
	min-height: 2.50rem;
	border-radius: 0.05rem;
}

/* フォーム（radio） */
.form_table table .text .radio_list {
	display: flex;
	flex-wrap: wrap;
}

.form_table table .text .radio_list .mwform-radio-field {
	width: 31%;
	padding: 0.07rem 0;
}

@media screen and (max-width: 599px) {
	.form_table table .text .radio_list .mwform-radio-field {
		width: 50%;
	}
}


.form_table table .text .radio_list .radio input {
	position: relative;
	top: -0.02rem;
	display: inline-block;
	margin-right: 0.06rem;
	width: 0.14rem;
	height: 0.14rem;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

/* radioボタンの次に来るtextの場合 */
.form_table table .text .radio_list+input[type="text"] {
	margin-top: 0.05rem;
}

/* フォーム（select） */
.form_table table .text select {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #707070;
	box-sizing: border-box;
	width: 50%;
}

/* 送信ボタンエリア */
.form_table .submit_btn_wrap .btn_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* ボタン共通 */
.form_table .submit_btn_wrap .btn_list .btn {
	width: 100%;
	max-width: 3.00rem;
	margin: 0 0.15rem;
	position: relative;
}

.form_table .submit_btn_wrap .btn_list .btn input {
	display: block;
	width: 100%;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.18rem;
	font-weight: 700;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

/* 送信ボタン */
.form_table .submit_btn_wrap .btn_list .btn.submit input {
	border: none;
	background-color: #FFF;
	color: #DE2352;
	border: 1px solid #DE2352;
	position: relative
}


.form_table .submit_btn_wrap .btn_list .btn.submit:hover input {
	background-color: #DE2352;
	color: #FFF;
}

/* .form_table .submit_btn_wrap .btn_list .btn.submit::after {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../img/common/btn_arrow_green.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.15rem;
	transform: translateY(-50%);
	transition: all 0.3s;
} */

.form_table .submit_btn_wrap .btn_list .btn.submit::after {
	content: "";
	width: 0.20rem;
	height: 1px;
	background: #DE2352;
	position: absolute;
	right: 0.30rem;
	top: 50%;
}

.form_table .submit_btn_wrap .btn_list .btn.submit:hover::after {
	background: #fff;
	width: 0.15rem;
}

/* 戻るボタン */
.form_table .submit_btn_wrap .btn_list .btn.back input {
	border: 1px solid #999;
	background-color: #DDD;
	color: #666;
}

.form_table .submit_btn_wrap .btn_list .btn.back:hover input {
	background-color: #999;
	color: #FFF;
}

.form_table .submit_btn_wrap .btn_list .btn.back::after {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../img/common/btn_arrow_grey_rev.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.15rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.form_table .submit_btn_wrap .btn_list .btn.back:hover::after {
	background-image: url(../img/common/btn_arrow_white_rev.svg);
	left: 0.12rem;
}

.wpcf7-submit:disabled {
	background-color: #999!important;
	color: #DE2352!important;
	border: 1px solid #fff!important;
	color: #fff!important;
	}

	.wpcf7-spinner{
		display: none;
	}


	.wpcf7-submit:disabled::after {
		background: #fff!important;
	}


	.privacy_check {
		text-align: center;
    padding: 0.20rem 0 0.50rem;
    font-size: 0.15rem;
	}
/*============================
よくある質問へのリンク
============================*/
#qa_link {
	background: #DE2352;
	padding: 1.00rem 0;
}
@media screen and (max-width: 640px) {
	#qa_link {
		padding: 0.7rem 0;
	}
}


#qa_link .btn_wrap {
	text-align: center;
}

#qa_link .btn_wrap a {
	max-width: 5.80rem;
	width: 100%;
	background: #fff;
	display: block;
	color: #DE2352;
	box-sizing: border-box;
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.25rem;
	line-height: 1.4;
	margin: auto;
	border-radius: 0.80rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#qa_link .btn_wrap a {
		padding: 0.15rem 0;
		font-size: 0.18rem;
		border-radius: 0.80rem;
	}
}


#qa_link .btn_wrap a:hover {
	opacity: 0.7;
}

#qa_link .btn_wrap a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #DE2352;
	border-right: 2px solid #DE2352;
	transform: rotate(45deg);
	position: absolute;
	top: 44%;
	right: 0.40rem;
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#qa_link .btn_wrap a::after {
		width: 10px;
		height: 10px;

	}
}


#qa_link .btn_wrap a:hover:after {
	right: 0.35rem;
}