@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/online/mv.jpg);
}

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

/*============================
リード
============================*/
#lead {
	padding-top: 0.7rem;
}

@media screen and (max-width: 640px) {
	#lead {
		padding-top: 0;
	}
}

#lead .top_text {
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.9;
	margin-top: 0.4rem;
}

@media screen and (max-width: 640px) {
	#lead .top_text {
		font-size: 0.15rem;
		text-align:justify;
		margin-top: 0.2rem;
	}
}


#lead .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.55rem;
}

@media screen and (max-width: 640px) {
	#lead .list {
		margin: 0.35rem -0.05rem 0;
	}
}

#lead .list .item {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.1rem;
}

@media screen and (max-width: 640px) {
	#lead .list .item {
		width: 50%;
		padding: 0 0.05rem;
		margin-bottom: 0.2rem;
	}
}

#lead .bottom_text {
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.833;
	margin-top: 0.4rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
	#lead .bottom_text {
		text-align: left;
		font-size: 0.16rem;
		letter-spacing: 0.05em;
		margin-top: 0;
	}
}

#lead .bnr {
	max-width: 8rem;
	width: 100%;
	margin: 0.3rem auto 0;
}

@media screen and (max-width: 640px) {
	#lead .bnr {
		margin: 0.2rem 0 0;
	}
}

#lead .bnr a {
	display: block;
}

#lead .bnr a:hover {
	opacity: 0.7;
}

/*============================
FLOW
============================*/
#flow {
	padding-top: 1rem;
}

@media screen and (max-width: 640px) {
	#flow {
		padding-top: 0.50rem;
	}
}

#flow .flow_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	padding: 0.25rem 0 0.6rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#flow .flow_title {
		font-size: 0.18rem;
		padding: 0.15rem 0 0.3rem;
	}
}

#flow .flow_title .sub_text {
	display: block;
	font-size: 0.14rem;
	font-weight: 400;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	#flow .flow_title .sub_text {
		font-size: 0.12rem;
		line-height: 1.5;
	}
}

#flow .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#flow .list .item {
	width: 30%;
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 1);
	position: relative;
	border-radius: 0.2rem;
}

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

#flow .list .item::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 20px;
	border-color: transparent transparent transparent #ccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.4rem;
	z-index: 20;
}

@media screen and (max-width: 640px) {
	#flow .list .item::after {
		top: auto;
		bottom: -0.35rem;
		transform: translateX(-50%);
		left: 50%;
		border-width: 20px 20px 0 20px;
		border-color: #cccccc transparent transparent transparent;
	}
}

#flow .list .item:last-child:after {
	content: none;
}

#flow .list .item .ph_wrap {
	width: 100%;
	height: 2.5rem;
	border-radius: 0.2rem 0.2rem 0 0;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#flow .list .item .ph_wrap {
		height: 2rem;
	}
}

#flow .list .item .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#flow .list .item .text_wrap {
	background: #fff;
	padding: 0.25rem;
	box-sizing: border-box;
	position: relative;
	height: 1.65rem;
	border-radius: 0 0 0.2rem 0.2rem;
}
@media screen and (max-width: 640px) {
	#flow .list .item .text_wrap {
		height: auto;
		padding: 0.10rem 0.20rem 0.20rem;
	}
}


#flow .list .item .text_wrap .list_title {
	font-size: 0.26rem;
	font-weight: bold;
	color: #fff;
	background: #E62F8B;
	position: absolute;
	width: 2.35rem;
	text-align: center;
	padding: 0.15rem 0 0.2rem;
	box-sizing: border-box;
	border-radius: 0.5rem;
	top: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	#flow .list .item .text_wrap .list_title {
		font-size: 0.18rem;
		padding: 0.1rem 0;
		width: 1.8rem;
		top: -0.2rem;
	}
}

#flow .list .item:nth-child(2) .text_wrap .list_title {
	background: #FC9303;
}

#flow .list .item:nth-child(3) .text_wrap .list_title {
	background: #45B035;
}

#flow .list .item .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.2rem;
	text-align: justify;
}
@media screen and (max-width: 640px) {
	#flow .list .item .text_wrap .text {
		margin-top: 0.2rem;
		font-size: 0.14rem;
	}
}


/* リンク */
#flow .note_box {
	max-width: 9rem;
	margin: auto;
	border: 1px solid #45B035;
	background-color: rgba(69, 176, 53, 0.1);
	padding: 0.2rem 0.3rem 0.3rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	margin-top: 0.4rem;
}

@media screen and (max-width: 640px) {
	#flow .note_box {
		padding: 0.2rem;
		box-sizing: border-box;
		border-radius: 0.10rem;
		margin-top: 0;
	}
}

#flow .note_box .title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #45B035;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#flow .note_box .title {
		font-size: 0.18rem;
		line-height: 1.5;
	}
}


#flow .note_box .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.15rem;
	margin-bottom: 0.3rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
	#flow .note_box .text {
		font-size: 0.14rem;
		line-height: 1.85;
		margin: 0.10rem 0;
		letter-spacing: 0.05em;
	}
}

#flow .note_box .note_list {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	#flow .note_box .note_list {
		flex-wrap: wrap;
	}
}

#flow .note_box .note_list .item {
	max-width: 1.9rem;
	margin: 0 0.12rem;
}

@media screen and (max-width: 640px) {
	#flow .note_box .note_list .item {
		max-width: 1.60rem;
		margin: 0.08rem 0;
	}
}

#flow .note_box .note_list .item a:hover {
	opacity: 0.7;
}

/*============================
CONTACT
============================*/
#contact_link {
	background: url(../img/online/contact_bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: 1.6rem;
	padding-bottom: 0.3rem;
}

@media screen and (max-width: 640px) {
	#contact_link {
		margin-top: 0.80rem;
	}
}

#contact_link .sec_title {
	position: relative;
	top: -0.25rem;
}

@media screen and (max-width: 640px) {
	#contact_link .sec_title {
		top: -0.15rem;
	}
}

#contact_link .contact_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	padding: 0.25rem 0 0.4rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#contact_link .contact_title {
		font-size: 0.2rem;
		padding: 0.15rem 0 0.2rem;
	}
}

#contact_link .lead {
	font-size: 0.2rem;
	line-height: 1.75;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#contact_link .lead {
		font-size: 0.14rem;
	}
}

#contact_link .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0.2rem;
}
@media screen and (max-width: 640px) {
	#contact_link .list {
		margin: 0;
	}
}

#contact_link .list .item {
	max-width: 4.6rem;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	display: block;
	text-align: center;
	margin: 0 0.2rem;
}
@media screen and (max-width: 640px) {
	#contact_link .list .item {
		margin: 0.2rem 0 0;
	}
}

#contact_link .list .item a {
	color: #fff;
	font-size: 0.28rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 1rem;
	width: 100%;
	color: #fff;
	background: #FC9303;
	box-shadow: 0px 10px 7px -6px rgba(252, 147, 3, 0.4);
	border-radius: 0.1rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#contact_link .list .item a {
		font-size: 0.18rem;
		height: 0.7rem;
	}
}

#contact_link .list .item a:hover {
	opacity: 0.7;
}

/* Mailアイコン */
#contact_link .list .item.mail a span::before {
	content: "";
	width: 0.46rem;
	height: 0.46rem;
	background-image: url(../img/online/icon_mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left:-0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	#contact_link .list .item.mail a span::before {
		width: 0.30rem;
		height: 0.30rem;
		left:-0.20rem;
	}
}

/* TELボタン */
#contact_link .list .item.tel a {
	background: #2EA8E1;
	box-shadow: 0px 10px 7px -6px rgba(46, 168, 225, 0.4);
}
/* TELアイコン */
#contact_link .list .item.tel a span::before {
	content: "";
	width: 0.46rem;
	height: 0.46rem;
	background-image: url(../img/online/icon_tel.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left:-0.25rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	#contact_link .list .item.tel a span::before {
		width: 0.30rem;
		height: 0.30rem;
		left:-0.20rem;
	}
}

#contact_link .list .item.tel a[href^="tel:"] {
	pointer-events: initial;
}

#contact_link .list .item a span {
	padding-left: 0.40rem;
	display: block;
	position: relative;
}

@media screen and (max-width: 640px) {
	#contact_link .list .item a span {
		padding-left: 0.20rem;
	}
}

#contact_link .list .item.tel a .tel_text {
	font-size: 0.16rem;
	display: block;
	padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	#contact_link .list .item.tel a .tel_text {
		font-size: 0.14rem;
	}
}

#contact_link .list small {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.14rem;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	#contact_link .list small {
		margin-top: 0.20rem;
		font-size: 0.12rem;
		text-align: left;
	}
}