@charset "UTF-8";
/* CSS Document */
header {
	
}
.fa-home {
	margin:auto 5px auto auto;
	color: #fff;
	display:inline-block;
}

.fa-wrench {
	margin:auto 5px auto auto;
	color: #fff;
}

.fa-hand-holding-usd {
	margin:auto 5px auto auto;
	color: #fff;
}

.fa-building {
	margin:auto 5px auto auto;
	color: #fff;
}

.fa-envelope {
	margin:auto 5px auto auto;
	color: #fff;
}

.home_li {
	list-style: none;
	line-height: 50px;
	height: 50px;
	margin: auto auto 40px;
	font-size: 20px;
	display: block;
	background-image: url("../img/li_bg.png");
}

.home_li a{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block;
	transition: 1.5s;
}

.rogo {
	width: 93%;
	margin: auto;
	
}
.rogo a{
	width: 100%;
	height: 100%;
}

.rogo_text {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.header_menubox {
	margin: 30px auto auto;
}

.home_ul {
	padding: 0;
	margin: auto;
}

.rogo_text2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.home_hr {
	width: 90%;
	margin: 20px auto;
}

.menu_bg {
	background-color:rgba(5,57,128,0.90);
	padding: 20px 8px 20px 0;
	width: 20%;
	color: #fff;
}

.tel {
	width: 85%;
	margin: 70px auto;
}

/*header設定*/
.home_header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

/*見出し設定*/
.top_link{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 40%;
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
	font-size: 3vw;
	font-weight: 900;
	padding: 10px 20px;
	text-align: center;
	border-bottom: 5px solid rgba(65,65,65,0.50);
	background-color: rgba(255,255,255,0.35);
	text-shadow: 2px 2px 2px rgba(65,65,65,0.70);
}

.top_circle{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    bottom: 8%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    width: 50%;
}

/*見出し設定*/
.top_link_sp{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 25%;
    left: 50%;
    transform: translateY(-75%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
	font-size: 9vw;
	font-weight: 900;
	padding: 10px 20px;
	text-align: center;
	border-bottom: 5px solid rgba(65,65,65,0.50);
	background-color: rgba(255,255,255,0.35);
	text-shadow: 2px 2px 2px rgba(65,65,65,0.70);
	width: 80%;
}

.top_circle_sp{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    bottom: 45%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    /*見た目の調整*/
    width: 90%;
}


.home_li_hr {
	border: dashed 1px rgba(162,162,162,1.00);
	width: 70%;
	margin: auto auto 40px;
}

.top_span {
	font-size: 2vw;
}



.footer_rogo {
	width: 15%;
	margin: auto 30px;
}

.footer_ul {
	padding: 0;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.footer_li {
	display: inline-block;
	width: 15%;
	
}

.footer_p {
	margin: 0;
	text-align: center;
	color: #fff;
}

.footer_bg {
	padding: 15px 0;
	display: flex;
	justify-content: center;
	background-color:#b7bdcd;
}

.footer_li_hr {
	border-left: solid thin #333;
}

small {
	color: #333;
	text-align: center;
	display: block;
	margin: 5px auto;
}


.footer_li a{
	display: block;
	width: 100%;
	height: 100%;
}
.address {
	color: #fff;
}

.header_rogo_img {
	width: 70%;
	margin: 0 auto;
}

.header_p {
	padding: 0;
	margin: 0 10px 10px;
	font-size: 12px;
}

.rogo_p {
	text-align: center;
	margin: 0 auto;
}

.rogo_summary {
	width: 90%;
	margin: auto;
}

.top_p {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

.header_bg {
	background-color: #b7bdcd;
	color: #fff;
	padding: 20px 0;
}

.rogo_img {
}

.rogo_p_box {
	width: 20%;
	margin: auto;
}

.header_flex {
	display: flex;
}

.header_ul {
	padding: 0;
	margin: auto;
	width: 70%;
	text-align: center;
	font-size: 1vw;
}

.header_li {
	display: inline-block;
	width: 18%;
	vertical-align: middle;
	border-left: solid thin #fff; 
	height: 40px;
	line-height: 40px;
}
.header_li a{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block;
	height: 100%;
	
}
.li_border {
	border-right: solid thin #fff;
	height: 40px;
}
.header_li a:hover{
	background-image: url("../img/box1_bg.png");
}

.menu-btn {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #828282;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    right: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    /*background-color: #E5E5E5;*/
	background-color: #b7bdcd;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 10px 30px 10px;
}
.menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	

	#menu-btn-check:checked ~ .menu-content {
    right:  0;/*メニューを画面内へ*/
}
.rogo_sp {
	width: 60%;
	margin: 30px auto 0;
}

.rogo_p_sp {
	color: #fff;
	text-align: center;
	margin: 0;
}

.rogo_p_sp2 {
	text-align: center;
	color: #fff;
	font-size: 4vw;
	margin: 0 auto;
}

.top_span_sp {
	font-size: 5vw;
}



.footer_bg_sp {
	padding: 15px 0;
	background-color: #b7bdcd;
	margin: auto;
}

.footer_rogo_sp {
	width: 70%;
	margin: 20px auto;
}

.address_sp {
	color: #fff;
	margin: auto;
	font-size: 3.5vw;
	text-align: center;
}

.footer_li_sp {
	display: inline-block;
	font-size: 3.1vw;
	padding: 0 3px;
}

.tel_sp {
	width: 80%;
	margin: 0 auto;
}

.fa-caret-right {
	margin: auto 5px;
}

.box4_2_span_sp {
	font-size: 4vw;
	font-weight: 400;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}

.box4_2_span {
	font-size: 1.5vw;
	font-weight: 400;
	padding: 0 0 0 80px;
	margin: 0 0 30px;
}

.footer_address_summary {
	margin: auto 30px;
}




