@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	margin: auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	
}

header{
}

@media screen and ( max-width : 599px ){
	
	.hamburger-menu{
	display: block;
}

	.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex !important;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    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;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    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 #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
	
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
	
	
.header_main{
	display: none;
}
	

.header_main_sp{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: -5;
}

.logo{
	position: absolute;
	width: 85%;
	top:0;
	left: 0;
	
}
 .main_text_cls{
	 position: absolute;
	 top:90px;
	 width: 80%;
	 left: 10%;
}

header div .main_bg_cls{
	width: 100%;
	text-align: center;

}

.top_ent{
	position: absolute;
	top: 450px;
	width: 80%;
	left: 10%;
}

.nav_main{
	display: none;
}
.company_list{
	overflow: hidden;
	width: 100%;
	height: 1210px;
	content: '';
    position: absolute;
	padding-bottom:10px;
    top: 550px;
    left: 0;
    right: 0;
    background-color: #f7fcff;
    transform: skewY(7deg);
    z-index: -1;
}
.com_tit{
	position: absolute;
	top: 1560px;
	width: 100%;
	
}
	
.work_img_1{
	position: absolute;
	width: 70%;
	top: 1660px;
	left: 15%;
	font-size: 20px;
	letter-spacing: 5px;
}
.work_img_2{
	position: absolute;
	width: 70%;
	top: 2030px;
	left: 15%;
	font-size: 20px;
	letter-spacing: 5px;
}
.work_img_3{
	position: absolute;
	width: 70%;
	top: 2400px;
	left: 15%;
	font-size: 20px;
	letter-spacing: 5px;
}
.work_img_4{
	position: absolute;
	width: 80%;
	top: 2770px;
	left: 10%;
}
.work_text{
	font-size: 30px;
	text-align: center;
	width: 100%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	color: #0270ba;
}
.work_btn{
	
	border: solid 1px #0270ba;
	width: 80%;
	height: 100px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	letter-spacing: 5px;
	color: #0270ba;
	margin-top: 50px;
	margin-left: 10%;
	font-weight: bold;
}
.history_list{
	overflow: hidden;
	width: 100%;
	height: 1600px;
	content: '';
    position: absolute;
    top: 1530px;
    left: 0;
    right: 0;
    background-color: #cce2f0;
    transform: skewY(-7deg);
    z-index: -1;
}
.his_tit{
	position: absolute;
	top: /*2260px;*/ 640px;
}
.bis_htext{
	position: absolute;
	font-size: 23px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #CBE2F0;
	top: 720px;
	left: 15%;
	width: 70%;
}
.bis_ptext{
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	color: #0072BB;
	top: 760px;
	left: 10%;
	width: 80%;
}
.bis_htext1{
	position: absolute;
	font-size: 28px;
	letter-spacing: 20px;
	font-weight: bold;
	color: #0072BB;
	top: 950px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bis_ptext1{
	position: absolute;
	width: 90%;
	height: 160px;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 35px;
	color: #0072BB;
	top: 1020px;
	left: 4%;
	border: solid 1px;
}
.bis_htext2{
	position: absolute;
	font-size: 28px;
	letter-spacing: 10px;
	font-weight: bold;
	color: #0072BB;
	top: 1250px;
	left: 0;
	width: 100%;
	text-align: center;
}
.bis_ptext2{
	position: absolute;
	width: 90%;
	height: 120px;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
	color: #0072BB;
	top: 1320px;
	left: 4%;
	border: solid 1px;
}

.about_list{
	overflow: hidden;
	width: 100%;
	height: 1000px;
	content: '';
    position: absolute;
	padding-bottom:10px;
    top: 3060px;
    left: 0;
    right: 0;
    background-color: #f7fcff;
    transform: skewY(7deg) translateY(60px);
    z-index: -1;
}
.about_tit{
	position: absolute;
	top: 3140px;
	
}
.about_img_1{
	position: absolute;
	top:3260px;
	left: 5%;
	width: 90%;
}
.about_htext{
	position: absolute;
	width: 90%;
	right:  10%;
	text-align: right;
	top: 3210px;
	position: absolute;
	font-size: 20px;
	letter-spacing: 10px;
	font-weight: bold;
	color: #fff;
}
.about_ptext1{
	position: absolute;
	width: 80%;
	height: 100px;
	background: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height:100px;
	color: #0072BB;
	top: 3700px;
	right: 10%;
	text-align: center;
	border: solid 1px;
}
.about_ptext2{
	position: absolute;
	width: 80%;
	height: 100px;
	background: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height:100px;
	color: #0072BB;
	top: 3840px;
	right: 10%;
	text-align: center;
	border: solid 1px;
}
.about_ptext1 a, .about_ptext2 a {
	color: #0270ba;
	text-decoration: none;
}
.co_ric_btn{
	position: absolute;
	top: 0;
	width: 100%;
}
.com_footer{
	position: absolute;
	top: 4000px;
	width: 100%;
	background: #0070BA;
	height: 650px;
}
.footer_img{
	display: none;
	width: 100%;
	position: absolute;
	top:200px;
}
.footer_ent_sp{
	display: block;
	position: absolute;
	top: 250px;
	right: 10%;
	width: 80%;
}
.footer_mail_sp{
	display: block;
	position: absolute;
	top: 450px;
	width: 80%;
	right: 10%;
}

}
