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

/*============================
リード
============================*/
/* タイトル */
#lead .sec_title {
	padding-top: 1.00rem;;
	padding-bottom: 0.80rem;
	text-align: center;
	letter-spacing: 0.075em;
	line-height: 1.4;
}
@media screen and (max-width: 599px) {
	#lead .sec_title {
		padding-top: 0.5rem;
		padding-bottom: 0.20rem;
	}
}

/* リスト */
#lead .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}
@media screen and (max-width: 599px) {
	#lead .list {
		width: 100%;
		justify-content: center;
		padding: 0 0.10rem 0.10rem;
	}
}

#lead .list .item {
	width: 33.33%;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#lead .list .item {
		width: 100%;
		padding:0;
		margin-bottom: 0.1rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#lead .list .item:nth-child(even) {
		flex-direction: row-reverse;
	}
}


#lead .list .item .ph_wrap {
	margin:0 auto 0.15rem;
	width: 100%;
	max-width: 2.32rem;
}

@media screen and (max-width: 599px) {
	#lead .list .item .ph_wrap {
		width: 1.00rem;
		margin-bottom: 0;
	}
}

#lead .list .item .text {
	font-size: 0.20rem;
	line-height: 1.8;
}
@media screen and (max-width: 599px) {
	#lead .list .item .text {
		font-size: 0.16rem;
		text-align: left;
		padding-left: 0.20rem;
		width: calc(100% - 1.00rem);
		box-sizing: border-box;
	}
	#lead .list .item:nth-child(even) .text {
		padding-left: 0;
	}
}


/* 矢印 */
#lead .arrow {
	text-align: center;
	padding: 0.5rem 0;
}
@media screen and (max-width: 599px) {
	#lead .arrow {
		width: 0.90rem;
		margin: auto;
		padding: 0 0 0.30rem;
		box-sizing: border-box;
	}
}

/* ボトムコンテンツ */
#lead .bottom_wrap {
	background-color: #FDEAE5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.45rem 0.50rem;
	box-sizing: border-box;
	border-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#lead .bottom_wrap {
		padding: 0.25rem ;
	}
}


#lead .bottom_wrap .ph_wrap {
	width: 5rem;
}
@media screen and (max-width: 599px) {
	#lead .bottom_wrap .ph_wrap {
		width: 100%;
		margin-bottom: 0.15rem;
	}
}


#lead .bottom_wrap .text_wrap {
	width: calc(100% - 5rem);
	box-sizing: border-box;
	padding-left: 0.50rem;
}
@media screen and (max-width: 599px) {
	#lead .bottom_wrap .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}

#lead .bottom_wrap .text_wrap .title {
	font-size: 0.36rem;
	letter-spacing: 0.075em;
	font-weight: bold;
	color: #FF7A59;
	line-height: 1.45;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 599px) {
	#lead .bottom_wrap .text_wrap .title {
		font-size: 0.22rem;
		margin-bottom: 0.10rem;
		line-height: 1.5;
	}
}


#lead .bottom_wrap .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#lead .bottom_wrap .text_wrap .text {
		font-size: 0.14rem;
	}
}

/*============================
サービス紹介
============================*/
#service {
	padding-top: 1rem;
	padding-bottom: 1.1rem;
}
@media screen and (max-width: 599px) {
	#service {
		padding: 0.50rem 0 0;
	}
}


#service .sec_title {
	text-align: center;
	padding-bottom: 0.7rem;
}

@media screen and (max-width: 599px) {
	#service .sec_title {
		text-align: center;
		padding: 0.30rem 0;
	}
}

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

#service .list .item {
	width: 48%;
	text-align: center;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 599px) {
	#service .list .item {
		width: 100%;
		margin-bottom: 0.70rem;
	}
}


/* 画像 */
#service .list .item .ph_wrap {
	width: 100%;
	height: 3rem;
	margin-bottom: 0.15rem;
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#service .list .item .ph_wrap {
		height: 55vw;
	}
}

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

/* タイトル */
#service .list .item .title {
	font-size: 0.24rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.1rem;
	color: #FF7A59;
}
@media screen and (max-width: 599px) {
	#service .list .item .title {
		font-size: 0.2rem;
	}
}

/* テキスト */
#service .list .item .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 599px) {
	#service .list .item .text {
		font-size: 0.14rem;
		margin-bottom: 0.1rem;
	}
}


/* ボタン */
#service .list .item .btn_mini a {
	background: #2F475C;
	color: #fff;
	padding: 0.15rem 0;
	border-radius: 0.30rem;
	letter-spacing: 0.075em;
}

#service .list .item .btn_mini a::after {
	background-image: url(../common/img/icon_btnarrow_wh.svg);
}

/*============================
リンク
============================*/
#jirei_qa {
	padding: 0.4rem 0;
	background-color: #FDEAE5;
}
@media screen and (max-width: 599px) {
	#jirei_qa {
		padding: 0.2rem 0;
	}
}


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

#jirei_qa .list .item {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 0.20rem;
}
@media screen and (max-width: 599px) {
	#jirei_qa .list .item {
		width: 100%;
		padding: 0.20rem;
	}
}

#jirei_qa .list .item:first-child {
	border-right: 1px solid #2F475C;
}
@media screen and (max-width: 599px) {
	#jirei_qa .list .item:first-child {
		border-bottom: 1px solid #2F475C;
		border-right: none;
	}
}


#jirei_qa .list .item a {
	display: block;
	text-decoration: none;
	color: #2F475C;
}

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

#jirei_qa .list .item a .ph_wrap {
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#jirei_qa .list .item a .ph_wrap {
		width: 30%;
		margin: auto;
		margin-bottom: 0.15rem;
	}
}

#jirei_qa .list .item a h2 {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
	color: #FF7A59;
}
@media screen and (max-width: 599px) {
	#jirei_qa .list .item a h2 {
		font-size: 0.2rem;
	}
}

#jirei_qa .list .item a p {
	font-size: 0.16rem;
	line-height: 1.8;
}

