@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	margin: auto;
}

@media screen and (max-width : 599px ){
	
	.hamburger-menu{
	display: block;
}
	
	.logo{
	display: block;
	position: absolute;
	top:0;
	width: 90%;
	left: 0;
	
}
	
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    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;/*メニューを画面内へ*/
}
	

.clear{
	clear: both;
}
.main_img_co{
	position: relative;
	background: linear-gradient(to left, white 90%, #0270ba);
	width: 100%;
	height: 1000px;
	z-index: -5
	
}
.main_img_ceo{
	position: absolute;
	overflow: hidden;
	top: 150px;
	right: 25%;
	width: 50%;
	height: 350px;
	object-fit: cover;
	z-index: -1;
}

.main_titletxt{
	position: absolute;
	top: 90px;
	left: 10%;
	width: 80%;
	height: 50px;
	color: #fff;
	line-height: 50px;
	letter-spacing:5px;
	text-align: center;
	background-color: #0270ba;
	font-size: 25px;
}

.main_htxt{
	position: absolute;
	top: 410px;
	width: 69%;
	left: 16%;
	font-size: 22px;
	font-weight: bolder;
	color: #0270ba;
}

.main_text{
	position: absolute;
	top: 460px;
	left: 15%;
	width: 70%;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0.5px;
}

.nav_main{
	display: none;
}

.company_list{
	overflow: hidden;
	top: 160px;
	width: 100%;
	height: 1300px;
}
.company_list::before{
	overflow: hidden;
	width: 100%;
	height: 1000px;
	content: '';
    position: absolute;
	padding-bottom:10px;
    top: 800px;
    left: 0;
    right: 0;
    background-color: #cce2f0;
    transform: skewY(-7deg) translateY(60px);
    z-index: -1;
}
.com_tit{
	position: absolute;
	right: 1%;
	top: 900px;
	
}
.table_main{
	position: absolute;
	top: 990px;
	left: 0;
	width: 100%;
	height: 1000px;
	font-size: 30px;
	
}
.table_main_th{
	width: 30%;
	text-align: right;
	float: left;
	color: #0270ba;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 30px;
	margin-right: 5%;
	
	
}
.table_main_td{
	width: 60%;
	text-align: left;
	float: left;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 15px;
}
.history_list{
	overflow: hidden;
	width: 100%;
	height: 850px;
	content: '';
    position: absolute;
    top: 1800px;
    left: 0;
    right: 0;
    background-color: #f7fcff;
    transform: skewY(7deg);
    z-index: -1;
}
.his_tit{
	position: absolute;
	left: 1%;
	top: 1850px;
}
.table_main_his{
	position: absolute;
	top: 1950px;
	left: 10%;
	width: 80%;
	height: 100px;
	font-size: 20px;
	
}
.table_main_th_his{
	width: 100%;
	text-align: left;
	color: #0270ba;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 15px;
	
	
}
.table_main_td_his{
	width: 100%;
	text-align: left;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 20px;
	margin-left: 3%
}
.co_ric_btn{
	position: absolute;
	top: 0;
	width: 100%;
}
.com_footer{
	position: absolute;
	top: 2590px;
	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%;
}
}
