@charset "utf-8";
/* CSS Document */
.check-box p {
  cursor: pointer;
}
body{padding-top: 88px}
.header{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	mix-blend-mode: normal!important;
}
.header > div{
	mix-blend-mode: difference;
}
.header .head_nav{
	opacity: 0.7;
}
.header .head_nav .head_menu{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.side_bar{
	display: block;
}
.service_wrap{display: none;}
@media screen and (max-width: 1080px){
	body{
		padding-top: 86px;
	}
}
@media screen and (max-width: 768px){
	body{
		padding-top: 85px;
	}
}
@media screen and (max-width: 576px){
	body{
		padding-top: 66px;
	}
	.header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.footer .footer_contact{display: none;}

.bottom_contact{
	gap: 30px;
	align-items: stretch;
}
.bottom_contact .box{
	width: calc(50% - 30px / 2);
	background-color: #DFE4E6;
	padding: 5%;
	flex-direction: column;
}
.bottom_contact .box .title{}
.bottom_contact .box .title img{
	width: 36px;
}
.bottom_contact .box a{}
.bottom_contact .box a p:nth-of-type(2){
	font-size: clamp(26px,3.0vw,38px);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.bottom_contact{
		gap: 20px;
	}
	.bottom_contact .box{
		width: calc(50% - 20px / 2);
		padding: 5% 20px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.bottom_contact{
		gap: 20px;
	}
	.bottom_contact .box{
		width: 100%;
		padding: 30px 20px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

