@media screen and (min-width: 769px) {
	#company h3.ttl2{
	margin-bottom: 100px !important;
	padding: 0;
}
	.table2.history_tbl th {
		width: 30%;
		text-align: center;
	}
	.table2.history_tbl td {
		width: 70%;
	}
}
.box-map {
	position: relative;
	width: 100%;
	height: 320px;
}
.box-map iframe {
	width: 100%;
	height: 100%;
}
.btnwrap.abs {
	justify-content: flex-start;
}
.btnwrap.abs .btn1 {
	height: 40px;
	font-weight: normal;
}
.btnwrap.abs .btn1:before {
	content: none;
}
@media screen and (max-width: 768px) {
	.table1{
		border: none !important;
	}
	#company h3.ttl2{
	margin-bottom: 50px !important;
	padding: 0;
}
	#company .company-wrap .column1{
		padding: 0 20px;
	}
	#company .company-wrap th{
		padding: 30px 0 10px;
		border: none;
	}
	#company .company-wrap td{
		padding: 10px 0;
		border-bottom: 1px solid #979797;
	}
	#company .company-wrap .table1{
		width: calc(295 / 375 * 100vw);
		margin: 0 20px;
	}
	.btnwrap.abs {
		justify-content: center;
	}
}

#company .company-wrap .column1{
		max-width: 890px;
		margin: 0 auto;
	padding: 0 20px;
	}
	#company .company-wrap .column2{
		background-color: rgba(196, 219, 243, 0.3);
		padding: 85px 0;
		margin-bottom: 90px;
	}
	#company .company-wrap .column2 th{
		background-color: initial;
	}
	#company .company-wrap .column2 td{
		background-color: initial;
	}

#company .table1 tr:first-child th, .table1 tr:first-child td{
	border-top: none;
}
#company .table1 tr th{
	background-color: #fff;
}
#company .ttl2:before{
	display: none;
}
#company .ttl2:after{
	display: none;
}
#company .btn{
	width: 200px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0075C2;
	color: #0075C2;
	border-radius: 50px;
}
#company .list_dot li:before{
	border-radius: 50px;
}
#company .box-map{
	margin-bottom: 35px;
}
#company .company-wrap h4{
	font-size: 2.6rem;
	color: #003876;
	margin-bottom: 20px;
	font-weight: bold;
}
#company .about-mail{
	color:  #0075C2;
	text-decoration: underline;
}


#company .btn-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}
#company .btn-box .btn-label{
	display: inline-block;
    z-index: 1;
    position: relative;
}

#company a{
	color: #0075C2;
}
#company a .btn-inner{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border: 1px solid #0075C2;
	border-radius: 50px;
	font-size: 1.6rem;
}

#company a .btn-inner .btn-label{
	font-weight: bold;
	display: inline-block;
    z-index: 1;
    position: relative;
}


#company a .btn-inner:before{
	    -webkit-transform: translate(-50%,-50%) rotate(20deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 0;
    transform: translate(-50%,-50%) rotate(20deg);
    background-color: #fff;
    content: "";
}
#company a:hover{
	opacity: 1;
}
#company a:hover .btn-inner:before{
	    -webkit-animation-name: border-reform;
    -webkit-animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-name: border-reform;
    animation-duration: .7s;
    animation-timing-function: linear;
}
@keyframes border-reform {
    0% {
        opacity: 1
    }

    25% {
        -webkit-transform: translate(-50%,-50%) rotate(110deg);
        height: 175%;
        transform: translate(-50%,-50%) rotate(110deg)
    }

    50% {
        -webkit-transform: translate(-50%,-50%) rotate(180deg);
        height: 80%;
        transform: translate(-50%,-50%) rotate(180deg)
    }

    to {
        -webkit-transform: translate(-50%,-50%) rotate(200deg);
        height: 0;
        transform: translate(-50%,-50%) rotate(200deg)
    }
}