/*ヘッダー————————————————————————————*/
.header{
	margin-bottom: 0px;
}
.logo{
	max-width: 100%;
	margin: 0px 0 20px;
	position: relative;
}
.logo .logo_1{
	max-width: 50%;
	height:auto;
}
.logo_2{
	max-width: 100%;
}
.logo h2.logo_2{
	max-width: 100%;
	margin-top: 20px;
}
.insta_mark{
	position: absolute;
	top: 3.5%;
	right: 15px;
}
/*サブタイトル————————————————————————————*/
.title_service,
.title_work,
.title_news,
.title_contact{
	width: 100%;
	background-size: contain;
}
.title_service::before,
.title_work::before,
.title_news::before,
.title_contact::before{
	text-align: center;
}
/*FV————————————————————————————*/
.fv{
	background-image: url('.././img/fv_top_smp.jpg');
	background-size: 100% auto;
	padding-top: calc(397/404*100%);
}
.fv_title{
	width:100%;
	height:86%;
	position:absolute;
	top:10px;
	left: 10px;
	bottom:0;
	margin:auto;

}
.fv_title h2{
	font-size:clamp(25px, 10.4vw, 55px);
	color: #ffffff;
	line-height: 1.3em;
}
/*できること————————————————————————————*/
.service_left{
	width: 100%;
	height: 80px;
}
.service_right{
	width: 100%;
}
.right_box_in{
	width: 100%;
	margin: 10px 0;
	padding: 0px 10px;
}
.right_box_in p{
	border-left: solid 1px #C6E2F8;
	margin-left: 5px;
	padding-left: 10px;

}
.service_etc p{
	border-left: none !important;
	text-align:center;
}

/*ニュース————————————————————————————*/
.news_item{
	padding: 5px 5px;
}
.data{
	width: 20%;
}
.news_content{
	width: 70%;
}
.news_item .date_day p{
	font-size: 20px;
}
.news_item .date_month p{
	font-size: 10px;
}

/*お問い合わせ————————————————————————————*/
.contact_mail{
	margin: 60px 0px;
}
.contact_mail h3{
	font-size: 20px;
	padding: 0 10px;
}
.contact_btn img{
	margin-top:10px;
	max-width:75%;
}
.contact_tel{
	padding: 50px 0px;
}
.contact_tel h3{
	font-size: 20px;
}
.contact_tel h4{
	font-size: 28px;
}
.contact_tel p{
	font-size: 14px;
	line-height: 1;
}

@media screen and (max-width:280px){
.insta_mark{
	top: 1.5%;
}
}
@media (max-width: 450px) and (min-width: 401px) {
.insta_mark{
	top: 4.5%;
}
}
@media (max-width: 400px) and (min-width: 281px) {
.insta_mark{
	top: 4%;
}
}