@charset "utf-8";
/*============================
ステップ
============================*/
#step {
	margin-top: 0.6rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#step {
		margin-top: 0.5rem;
	}
}

#step::before {
	content: '';
	width: calc(50% - 1.00rem);
	height: 3.22rem;
	background: #F1F1F1;
	display: block;
	position: absolute;
	top: 3rem;
	left: 0;
	z-index: -1;
	border-radius: 0 0.20rem 0.20rem 0;
}

#step::after {
	content: '';
	width: calc(50% - 1.70rem);
	height: 9.9rem;
	background: #E5F5FC;
	display: block;
	position: absolute;
	bottom:1rem;
	right: 0;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#step::after {
		width: 30%;
		height: calc(100% - 2.50rem);
		bottom: -1.00rem;
	}
}

#step .lead {
	font-size: 0.18rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 0.7rem;
}
@media screen and (max-width: 640px) {
	#step .lead {
		font-size: 0.14rem;
		text-align: justify;
		line-height: 2;
		margin-bottom: 0.7rem;
	}
}

#step .cont_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.08rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#step .cont_box {
		margin-bottom: 0.60rem;
	}
}

#step .cont_box::after {
	content: url(../img/flow/step_icon_dot.svg);
	display: block;
	position: absolute;
	bottom: -0.88rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
	#step .cont_box::after {
		content: "";
		width: 100%;
		height: 0.30rem;
		background-image: url(../img/flow/step_icon_dot.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: -0.50rem;
	}
}

#step .cont_box:last-child:after {
	content: none;
}

#step .cont_box:nth-child(odd) {
	flex-flow: row-reverse;
}

#step .cont_box .ph_wrap {
	width: 54%;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#step .cont_box .ph_wrap {
		width: calc(100% + 0.20rem);
		height: 60vw;
		overflow: hidden;
	}
}

#step .cont_box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#step .cont_box .ph_wrap img {
		border-radius: 0.10rem 0 0 0.10rem;
	}
}

#step .cont_box .text_wrap {
	width: 46%;
	box-sizing: border-box;
	padding-left: 0.45rem;
}
@media screen and (max-width: 640px) {
	#step .cont_box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}

#step .cont_box:nth-child(odd) .text_wrap {
	padding-left: 0;
	padding-right: 0.45rem;
}
@media screen and (max-width: 640px) {
	#step .cont_box:nth-child(odd) .text_wrap {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	#step .cont_box .text_wrap .step_header {
		display: flex;
		align-items: baseline;
	}
}

#step .cont_box .text_wrap .step_no {
	color: #00A0E2;
	font-family: "Inter", serif;
	font-size: 0.6rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
	#step .cont_box .text_wrap .step_no {
		font-size: 0.30rem;
		margin-bottom: 0.15rem;
		margin-right: 0.10rem;
		position: relative;
		top: 0.02rem;
	}
}

#step .cont_box .text_wrap .step_no span {
	font-size: 0.20rem;
	border-bottom: 1px solid #00A0E2;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 0.1rem;
}
@media screen and (max-width: 640px) {
	#step .cont_box .text_wrap .step_no span {
		font-size: 0.13rem;
		margin-right: 0.06rem;
		padding-bottom: 0.02rem;
		position: relative;
		top: -0.02rem;
	}
}

#step .cont_box .text_wrap .step_title {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
	#step .cont_box .text_wrap .step_title {
		font-size: 0.20rem;
	}
}

#step .cont_box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#step .cont_box .text_wrap .text {
		font-size: 0.14rem;
		text-align: justify;
		padding-top: 0.10rem;
	}
}

/*============================
条件別フロー
============================*/
#jouken {
	margin-top: 1rem;
}
@media screen and (max-width: 640px) {
	#jouken {
		margin-top: 0.6rem;
	}
}

#jouken .jouken_title {
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	background: #00A0E2;
	color: #fff;
	padding: 0.32rem 0;
}
@media screen and (max-width: 640px) {
	#jouken .jouken_title {
		font-size: 0.22rem;
		padding: 0.20rem 0;
	}
}

#jouken .jouken_title span {
	font-size: 0.2rem;
	color: #00A0E2;
	background: #fff;
	box-sizing: border-box;
	padding: 0.05rem 0.15rem;
	margin-right: 0.1rem;
	border-radius: 0.3rem;
	position: relative;
	top: -0.03rem;
}
@media screen and (max-width: 640px) {
	#jouken .jouken_title span {
		display: block;
		font-size: 0.12rem;
		padding: 0.05rem 0.15rem 0.07rem;
		margin: 0 auto 0.10rem;
		top: 0;
		width: fit-content;
	}
}

#jouken .jouken_title span::before {
	content: url(../img/flow/jouken_icon_01.svg);
	position: absolute;
	left: -1rem;
	top: -0.8rem;
}
@media screen and (max-width: 640px) {
	#jouken .jouken_title span::before {
		content: "";
		width: 0.90rem;
		height: 1.20rem;
		background-image: url(../img/flow/jouken_icon_01.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		left: calc(50% - 1.70rem);
		top: -0.4rem;
	}
}

#jouken .jouken_title span::after {
	content: url(../img/flow/jouken_icon_02.svg);
	position: absolute;
	right: -3.1rem;
	top: -0.8rem;
}
@media screen and (max-width: 640px) {
	#jouken .jouken_title span::after {
		content: "";
		width: 0.90rem;
		height: 1.20rem;
		background-image: url(../img/flow/jouken_icon_02.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		right: calc(50% - 1.70rem);
		top: -0.4rem;
	}
}

#jouken .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.55rem;
}
@media screen and (max-width: 640px) {
	#jouken .list {
		margin-top: 0.25rem;
	}
}

#jouken .list .item {
	width: 31%;
	position: relative;
}
@media screen and (max-width: 640px) {
	#jouken .list .item {
		width: 100%;
		position: relative;
		padding-left: 1.40rem;
		margin-bottom: 0.20rem;
		height: 1.10rem;
	}
}

#jouken .list .item .list_title {
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0.13rem;
}
@media screen and (max-width: 640px) {
	#jouken .list .item .list_title {
		font-size: 0.14rem;
		text-align: justify;
		line-height: 1.3;
		margin-bottom: 0.06rem;
	}
}

#jouken .list .item .ph_wrap {
	width: 100%;
	height: 1.8rem;
	margin-bottom: 0.13rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#jouken .list .item .ph_wrap {
		position: absolute;
		width: 1.20rem;
		height: 1.10rem;
		margin-bottom: 0;
		overflow: hidden;
		left: 0;
		top: 0;
	}
}

#jouken .list .item .ph_wrap img  {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

#jouken .list .item .text {
	font-size: 0.15rem;
	line-height: 1.75;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
	#jouken .list .item .text {
		font-size: 0.12rem;
		line-height: 1.5;
		text-align: justify;
		margin-bottom: 0.08rem;
	}
}

#jouken .list .item .btn a {
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
	#jouken .list .item .btn a {
		padding: 0.06rem 0 0.08rem;
		font-size: 0.12rem;
		width: 1.20rem;
		margin: 0;
	}
	#jouken .list .item .btn a::after {
		top: 50%;
		right: 0.15rem;
	}
}


/*===========================
モーダル
===========================*/
.modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.modal_wrap .modal_bg {
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.modal_wrap .modal_close_btn {
	width: 0.40rem;
	height: 0.40rem;
	background-image: url(../img/common/modal_close_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	top: 0.40rem;
	right: 0.40rem;
	cursor: pointer;
	transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_close_btn {
		width: 0.20rem;
		height: 0.20rem;
		top: 0.20rem;
		right: 0.20rem;
		z-index: 2;
	}
}

.modal_wrap .modal_close_btn:hover {
	opacity: 0.7;
}

.modal_wrap .modal_box {
	width: 100%;
	max-width: 8.00rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	display: none;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box {
		/* top: 0;
		left: 0;
		transform: translate(0); */
	}
}

.modal_wrap .modal_box .modal_in {
	background-color: #FFF;
}

#jouken .modal_wrap .modal_box .modal_in .jouken_title {
	background-color: #CCC;
	color: #111;
}
@media screen and (max-width: 640px) {
	#jouken .modal_wrap .modal_box .modal_in .jouken_title {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.18rem;
	}
}

#jouken .modal_wrap .modal_box .modal_in .jouken_title span {
	background-color: #111;
	color: #FFF;
}
@media screen and (max-width: 640px) {
	#jouken .modal_wrap .modal_box .modal_in .jouken_title span {
		margin: 0;
		margin-right: 0.06rem;
		font-size: 0.11rem;
		padding: 0.05rem 0.10rem 0.07rem;
		top: 0.02rem;
	}
}

#jouken .modal_wrap .modal_box .modal_in .jouken_title span::before,
#jouken .modal_wrap .modal_box .modal_in .jouken_title span::after {
	content: none;
}

.modal_wrap .modal_box .modal_in .intro {
	padding: 0.30rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .intro {
		padding: 0.20rem;
	}
}

.modal_wrap .modal_box .modal_in .intro .txt {
	font-size: 0.22rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .intro .txt {
		font-size: 0.16rem;
		line-height: 1.5;
	}
}

.modal_wrap .modal_box .modal_in .intro .arrow {
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.22rem solid transparent;
  border-left: 0.22rem solid transparent;
  border-top: 0.13rem solid #00A0E2;
  border-bottom: 0;
	margin: 0.15rem auto;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .intro .arrow {
		border-right: 0.11rem solid transparent;
		border-left: 0.11rem solid transparent;
		border-top: 0.08rem solid #00A0E2;
		margin: 0.10rem auto;
	}
}

.modal_wrap .modal_box .modal_in .intro .txt .marker {
	background: linear-gradient(transparent 60%, #FFF72C 40%);
	padding-bottom: 0.0rem;
}

.modal_wrap .modal_box .modal_in .modal_list {
	margin: 0 0.50rem;
	border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .modal_list {
		margin: 0 0.20rem;
	}
}

.modal_wrap .modal_box .modal_in .modal_list .detail {
	display: flex;
	align-items: center;
	border-top: 1px solid #CCC;
	padding: 0.25rem 0;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .modal_list .detail {
		padding: 0.15rem 0;
	}
}

.modal_wrap .modal_box .modal_in .modal_list .detail .date {
	font-size: 0.18rem;
	font-weight: 700;
	width: 1.20rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .modal_list .detail .date {
		font-size: 0.13rem;
		width: 0.70rem;
	}
}

.modal_wrap .modal_box .modal_in .modal_list .detail .txt_box {
	font-size: 0.18rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .modal_list .detail .txt_box {
		font-size: 0.13rem;
	}
}

.modal_wrap .modal_box .modal_in .modal_list .detail .txt_box .small_txt {
	font-size: 0.15rem;
	color: #00A0E2;
	display: inline-block;
	padding-left: 0.06rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .modal_list .detail .txt_box .small_txt {
		font-size: 0.12rem;
		display: block;
		padding: 0.06rem 0 0;
	}
}

.modal_wrap .modal_box .modal_in .goal_wrap {
	padding: 0.30rem 0.50rem 0.50rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .goal_wrap {
		padding: 0.05rem 0.20rem 0.30rem;
	}
}

.modal_wrap .modal_box .modal_in .goal_wrap .arrow {
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.22rem solid transparent;
  border-left: 0.22rem solid transparent;
  border-top: 0.13rem solid #00A0E2;
  border-bottom: 0;
	margin: 0 auto 0.30rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .goal_wrap .arrow {
		border-right: 0.11rem solid transparent;
		border-left: 0.11rem solid transparent;
		border-top: 0.08rem solid #00A0E2;
		margin: 0.10rem auto;
	}
}

.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt {
	background-color: #00A0E2;
	font-size: 0.30rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 0.20rem 0 0.22rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt {
		font-size: 0.18rem;
	}
}

.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt span {
	position: relative;
}

.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt span::before {
	content: "";
	width: 1.26rem;
	height: 1.10rem;
	background-image: url(../img/flow/goal_img_left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -1.35rem;
	top: -0.40rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt span::before {
		width: 1.00rem;
		height: 0.80rem;
		left: calc(50% - 1.70rem);
		top: -0.30rem;
	}
}

.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt span::after {
	content: "";
	width: 1.26rem;
	height: 1.10rem;
	background-image: url(../img/flow/goal_img_right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.35rem;
	top: -0.40rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_in .goal_wrap .goal_txt span::after {
		width: 1.00rem;
		height: 0.80rem;
		right: calc(50% - 1.70rem);
		top: -0.30rem;
	}
}

.modal_wrap .modal_box .modal_close_txt {
	padding-top: 0.20rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
	transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_close_txt {
		font-size: 0.14rem;
	}
}

.modal_wrap .modal_box .modal_close_txt:hover {
	opacity: 0.7;
}

.modal_wrap .modal_box .modal_close_txt span::before {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	background-image: url(../img/common/modal_close_btn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 0.06rem;
	position: relative;
	top: 0.02rem;
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_close_txt span::before {
		width: 0.13rem;
		height: 0.13rem;
	}
}

/*============================
バナー
============================*/
@media screen and (max-width: 640px) {
	.bnr {
		padding-bottom: 0.30rem;
	}
}