/* ===================================================

  下層共通

=====================================================*/
* {
	box-sizing: border-box;
}
.page.introduce h1::after {
    content: 'INTRODUCE';
}
.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

.full_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#lower_wrap{
	max-width: 1218px;
	margin: 0 auto;
	padding: 0 20px;
}
#contents #h2_title {
	margin-top: 60px;
	margin-bottom: 50px;
}
#contents h4.h4_greenbg{
	font-size: 23px;
    font-weight: normal;
    background: #dff0e7;
	margin-bottom: 15px;
    padding: 17px 0 14px 20px;
    border: solid 1px #c3e0d1;
	border-left: solid 20px #c3e0d1;
}

/* ご紹介制度追加 */
#main_photo1{
	width:100%;
	height:500px;
}
#main_photo1 img{
	height:500px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
#main_photo2{
	background:url(../../introduce/images/main02.jpg) no-repeat;
	background-position: center top;
	padding-top:350px;

}
#benefit{
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
#contents .article p{
	font-size: 1.1em;
}
#contents .article p span{
	font-weight: bold;
}

#contents .article .big{
	font-weight: bold;
	font-size: 1.4em;
}
#around{
	width:100%;
	margin:0 auto;
	margin-bottom:80px;
	padding:30px 20px;
	background:#dff0e7;
}
.aroundbody{
	background:#fff;
	max-width:1000px;
	margin:0 auto;
	border-radius:30px;
	padding:20px;
}
.h3_around{
	color:#4f9674;
	font-size: 2.2em;
	font-weight: bold;
	padding: 20px 0 30px;
	text-align:center;
	border-bottom:solid 2px #4f9674;
	margin:0 auto;
}
#around ul{
	max-width:900px;
	padding:25px 0 25px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	padding-left:50px;
}
#around ul li{
	padding:20px 0 0;
	text-align:left;
	font-size:1.5em;
	line-height:1.5;
	font-weight:bold;
	color:#724701;
	list-style:disc;
}
#around ul li:nth-child(odd){
	width:40%;
}
#around ul li:nth-child(even){
	width:55%;
}
#step{
	margin-bottom:100px;
}
.step{
	position: relative;
	display: flex;
	margin-top:30px;
	margin-bottom:70px;
}
.step:nth-child(2):after,.step:nth-child(3):after{
	content: "";
	position: absolute;
	bottom: -50px;
	left: 90px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #4f9674 transparent transparent transparent;
	border-width: 25px 25px 0 25px;
}

.step .step_title{
	font-size: 1.2em;
	width:20%;
	text-align:center;
	background-color:#4f9674;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step .step_txt{
	width:80%;
	border:1px solid #4f9674;
	padding:16px 20px;

}
.step .step_txt span{
	font-weight:bold;

}
#step_info{
	width:550px;
	margin:0 auto;
	padding:10px;
	display:flex;
	background:#dff0e7;
}
#step_info .tel_title{
	font-size: 1.5em;
	width:200px;
	text-align:center;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #4f9674;
	background:#fff;
}
#step_info .tel_title p{
	line-height:1.5em;
	padding:10px;
}
#step_info .info_tel{
	font-size: 1.8em;
	width:300px;
	padding:10px 20px;
	justify-content: center;
	align-items: center;
	display: flex;

}
#step_info .info_tel p .tel-link {
	font-weight: normal;
}
.step .step_txt p.step_tel{
	margin-top:6px;
}
.step .step_txt .step_tel span{
	border: 1px solid #4f9674;
	padding:3px 15px;
	margin-left:10px;
	color: #fff;
	background: #4f9674;
}
.pc-il {
	display: inline;
}
#content2 .article {
	margin-bottom: 3rem;
}
.tel {
	pointer-events: none;
	font-weight: bold;
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
	.h3_around {
		font-size: 3.5vw;
	}
	#around ul li {
		font-size: 2.2vw;
	}
}