@charset "utf-8";
#bg_main_image_recruit {
	background-image: url(../img/img_main.jpg);
}


@media screen and (min-width:1025px) {

}

@media screen and (max-width: 1024px) and (min-width: 751px) {

}

@media print, screen and (min-width: 751px) {
	#family1{
		padding: 80px 0 130px;
		margin-bottom: 120px;
	}
	#family1 > .ttl{
		padding: 0 20px;
		text-align: center;
	}
	#family1 > .ttl > p{
		color: #F38247;
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	}
	#family1 > .ttl > p:before,
	#family1 > .ttl > p:after{
		background-color: #F38247;
		content: "";
		display: inline-block;
		height: 41px;
		width: 1px;
	}
	#family1 > .ttl > p:before{
		-webkit-transform: translateY(12px) rotate(-35deg);
		transform: translateY(12px) rotate(-35deg);
		margin-right: 25px;
	}
	#family1 > .ttl > p:after{
		-webkit-transform: translateY(12px) rotate(35deg);
		transform: translateY(12px) rotate(35deg);
		margin-left: 25px;
	}
	#family1 > .ttl > h2{
		font-size: 40px;
		font-family: 'Noto Serif', serif;
		font-weight: bold;
		margin-top: 20px;
	}
	#family1 > .ttl > h2 > span{
		border-bottom: 5px solid #FFF25C;
		padding-bottom: 5px;
	}
	#family1 > .ttl > h2 > span > span{
		background: url(../img/bg_7.png) center center no-repeat;
		background-size: 80px auto;
		display: inline-block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		margin: 0 10px 0 20px;
		height: 130px;
		width: 80px;
	}
	
	#point_list{
		background: url(../img/bg_contents.jpg) center top no-repeat;
		background-size: 100% auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 60px;
		margin-top: 105px;
	}
	#point_list .point{
		margin-top: 90px;
		width: 46.9%;
	}
	#point_list .point:first-child{
		margin-top: 0;
	}
	#point_list .point > .image{
		margin-bottom: 25px;
	}
	#point_list .point > .image img{
		border-radius: 10px;
		height: auto;
		width: 100%;
	}
	#point_list .point > .detail{
		background-position: right top;
		background-repeat: no-repeat;
		padding-top: 30px;
	}
	#point_list .point > .detail > dt{
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		line-height: 1.75;
	}
	#point_list .point > .detail > dd{
		margin-top: 30px;
	}
	#point01,
	#point02{
		margin-right:53.1%;
	}
	#point05{
		display: flex;
		flex-direction:row-reverse;
		justify-content: space-between;
		width: 100% !important;
	}
	#point05 .detail{
		width: 46.9%;
	}
	#point05 .image{
		width: 53.1%;
	}
	#point05 .image{
		margin-right: -60px;
	}
	#point_list #point05 .image img{
		border-radius: 0;
	}
	
	#point01 .detail{
		background-image: url(../img/bg_point01.png);
		background-size: 144px auto;
	}
	#point02 .detail{
		background-image: url(../img/bg_point02.png);
		background-size: 151px auto;
	}
	#point03 .detail{
		background-image: url(../img/bg_point03.png);
		background-size: 150px auto;
	}
	#point04 .detail{
		background-image: url(../img/bg_point04.png);
		background-size: 157px auto;
	}
	#point05 .detail{
		background-image: url(../img/bg_point05.png);
		background-size: 157px auto;
	}
	#point06 .detail{
		background-image: url(../img/bg_point06.png);
		background-size: 150px auto;
	}
	#point07 .detail{
		background-image: url(../img/bg_point07.png);
		background-size: 158px auto;
	}
}

@media screen and (max-width: 750px) {
	#family1{
		padding: 40px 0 65px;
	}
	#family1 > .ttl{
		padding: 0 20px;
		text-align: center;
	}
	#family1 > .ttl > p{
		color: #F38247;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	}
	#family1 > .ttl > p:before,
	#family1 > .ttl > p:after{
		background-color: #F38247;
		content: "";
		display: inline-block;
		height: 20px;
		width: 1px;
	}
	#family1 > .ttl > p:before{
		-webkit-transform: translateY(6px) rotate(-35deg);
		transform: translateY(6px) rotate(-35deg);
		margin-right: 12px;
	}
	#family1 > .ttl > p:after{
		-webkit-transform: translateY(6px) rotate(35deg);
		transform: translateY(6px) rotate(35deg);
		margin-left: 12px;
	}
	#family1 > .ttl > h2{
		font-size: 30px;
		font-family: 'Noto Serif', serif;
		font-weight: bold;
		margin-top: 10px;
	}
	#family1 > .ttl > h2 > span{
		border-bottom: 5px solid #FFF25C;
		padding-bottom: 5px;
	}
	#family1 > .ttl > h2 > span > span{
		background: url(../img/bg_7.png) center center no-repeat;
		background-size: 40px auto;
		display: inline-block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		margin: 0 10px 0 20px;
		height: 65px;
		width: 40px;
	}
	
	#point_list{
		background: url(../img/bg_contents.jpg) center top no-repeat;
		background-size: 100% auto;
		padding: 60px 20px 0;
		margin-top: 20px;
	}
	#point_list .point{
		margin-top: 45px;
	}
	#point_list .point:first-child{
		margin-top: 0;
	}
	#point_list .point > .image{
		margin-bottom: 15px;
	}
	#point_list .point > .image img{
		border-radius: 10px;
		height: auto;
		width: 100%;
	}
	#point_list .point > .detail{
		background-position: right top;
		background-repeat: no-repeat;
		padding-top: 30px;
	}
	#point_list .point > .detail > dt{
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		line-height: 1.75;
	}
	#point_list .point > .detail > dt br{
		display: none;
	}
	#point_list .point > .detail > dd{
		margin-top: 15px;
	}
	
	#point_list #point01 .detail{
		background-image: url(../img/bg_point01.png);
		background-size: 80px auto;
		background-position: left top;
		margin-top: 90px;
	}
	#point_list #point02 .detail{
		background-image: url(../img/bg_point02.png);
		background-size: 85px auto;
	}
	#point_list #point03 .detail{
		background-image: url(../img/bg_point03.png);
		background-size: 75px auto;
		background-position: left top;
	}
	#point_list #point04 .detail{
		background-image: url(../img/bg_point04.png);
		background-size: 88px auto;
	}
	#point_list #point05 .detail{
		background-image: url(../img/bg_point05.png);
		background-size: 88px auto;
		background-position: left top;
	}
	#point_list #point06 .detail{
		background-image: url(../img/bg_point06.png);
		background-size: 75px auto;
	}
	#point_list #point07 .detail{
		background-image: url(../img/bg_point07.png);
		background-size: 79px auto;
		background-position: left top;
	}
}
