@charset "utf-8";
.pc-none{
	display: none;
}

.sv08_inner{
	margin: 26px auto 69px;
}

#sec1 h2{
	background: url(../img/services/sv08/sec1_h2_bg.png) no-repeat center left 50%;
	padding-top: 30px;
}
.sec1_catch{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, sans-serif;
	font-size: 46px;
	font-weight: bold;
	margin-top: 39px;
}
.sec1_text{
	margin-top: 23px;
	line-height: 1.6;
}
.sec1_text .strong01{
	font-size: 40px;
	font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
}
.sec1_text .strong01 > img{
	display: inline-block;
	margin: 0 25px 0 10px;
}
.sec1_text .strong02{
	font-size: 28px;
	font-weight: bold;
}

#sec2{
	margin-top: 88px;
}
#sec2 h2{
	margin-bottom: 41px;
}
.sec2_text{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 7px;
}
.sec2_text p > .strong{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, sans-serif;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0;
	background: linear-gradient(transparent 0%, #ffff00 0%);
}
.sec2_movie{
	margin: 30px auto 0;
}
.sec2_movie p{
	text-align: center;
	margin-bottom: 21px;
}
.sec2_movie video{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sec2_block{
	background-color: #e2f0fa;
	padding: 41px 57px 44px;
	margin-top: 65px;
}
.sec2_block h3{
	width: 484px;
	background-color: #7bbbed;
	padding: 21px 163px;
	margin: 0 auto 26px;
}
.sec2_block ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}
.sec2_block ul li p{
	margin-top: 22px;
}

#sec3{
	margin-top: 83px;
}
#sec3 ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 15px;
	margin-top: 76px;
}
#sec3 ul li:not(:first-child){
	margin-top: 76px;
}
#sec3 ul li div{
	width: 790px;
}
#sec3 ul li div h3{
	position: relative;
	font-size: 24px;
	margin-bottom: 31px;
	padding-left: 30px;
}
#sec3 ul li div h3::before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #7bbbed;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#sec3 ul li img{
	width: auto;
	height: 218px;
}

#sec4{
	margin-top: 87px;
}
#sec4 h2{
	margin-bottom: 37px;
}
#sec4 h3{
	font-size: 24px;
	line-height: 1;
	background-color: #e2f0fa;
	border-bottom: 2px solid #7bbbed;
	padding: 19px 14px 11px;
	margin-bottom: -4px;
}
#sec4 h3:not(:nth-child(2)){
	margin-top: 67px;
}
.sec4_table{
	width: 100%;
	text-align: center;
	border-collapse: separate;
	border-spacing: 5px 22px;
}
.sec4_table thead tr th{
	color: #fff;
	text-align: center;
	background-color: #7bbbed;
	padding: 16px 0;
}
.sec4_table thead tr th:first-child{
}
.sec4_table tbody tr td{
	vertical-align: middle;
}
.sec4_table tbody tr td:first-child{
	background-color: #e2f0fa;
	padding: 0 23px;
}
.sec4_table tbody tr td:not(:first-child){
	text-align: center;
}


#sec5{
	margin-top: 162px;
}
#sec5 h2{
	margin-bottom: 49px;
}

#sec6{
	margin-top: 84px;
}
.sec6_table{
	margin-top: 68px;
}
.sec6_table th, .sec6_table td{
	border: 2px solid #cbcbcb;
}
.sec6_table th{
	width: 310px;
	background-color: #f6f6f6;
	padding: 30px;
}
.sec6_table td{
	padding: 30px 45px 30px 24px;
}

.btn_tel {
  background-color: #7bbbed;
}
.btn_mail {
    background-image: url(../img/services/sv08/icon_mail2.png);
}


@media screen and (max-width: 1000px){
.pc-none{
	display: block;
}
#sec1 h2{
	background: none;
	padding: 0;
	height: auto;
}
.sec1_catch{
	font-size: 21px;
	font-weight: bold;
}
.sec1_text .strong01{
	font-size: 21px;
}
.sec1_text .strong01 > img{
	width: 240px;
}
.sec1_text .strong02{
	font-size: 18px;
}

.sec2_movie video{
	width: 100%;
	max-width: 560px;
	max-height: 315px;
}

#sec3 ul li{
	flex-direction: column;
}
#sec3 ul li div{
	width: 100%;;
}
#sec3 ul li div h3{
	font-size: 20px;
	margin-bottom: 20px;
}
#sec3 ul li div h3::before{
	top: 5px;
	transform: translateY(0);
}
#sec3 ul li p{
	margin-bottom: 20px;
}
#sec3 ul li img{
	max-width: 290px;
	height: auto;
	margin: 0 auto;
}

#sec5{
	margin-top: 60px;
}
}

@media screen and (max-width: 639px){
	.sec2_text{
		flex-direction: column;
		padding: 0;
		margin-bottom: 20px;
	}
	.sec2_text p > .strong{
		font-size: 21px;
	}
	.sec2_text img{
		display: block;
		width: 200px;
		height: auto;
		margin: 0 auto;
	}
	.sec2_block{
		padding: 20px;
	}
	.sec2_block h3{
		width: 100%;
		padding: 15px 54px;
	}
	.sec2_block ul{
		flex-direction: column;
	}
	.sec2_block ul li:not(:first-child){
		margin-top: 25px;
	}
	.sec2_block ul li p{
		margin-top: 15px;
	}
	.sec2_block ul li img{
		width: 130px;
		height: auto;
	}

	#sec4 h3{
		font-size: 18px;
		padding: 10px 14px;
	}
	#sec4 h3:not(:nth-child(2)){
		margin-top: 30px;
	}
	.sec4_table{
		border-spacing: 5px 15px;
	}
	.sec4_table thead tr th{
		padding: 7px 0;
	}
	.sec4_table thead tr th:first-child{
		width: 120px;
	}
	.sec4_table tbody tr td:first-child{
		width: 120px;
		padding: 0 15px;
	}

	.sec6_table th{
		width: 125px;
		vertical-align: middle;
		padding: 7px;
	}
	.sec6_table td{
		padding: 20px 15px;
	}
}
