@charset "utf-8";





/*==========================================================================

	            #top-header
	
============================================================================*/


#top-header {
	background: url("../img/top/main-bg.jpg") center center no-repeat;
    background-size: cover;
	padding: 80px 5% 100px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#top-header {
		background: url("../img/top/main-bg-sp.jpg") center center no-repeat;
        background-size: cover;
        padding: 10% 5% 10%;
	}
}

.main-logo {
	max-width: 666px;
    width: 90%;
    margin: 0 auto 80px;
	line-height: 0;
}
.main-box {
    max-width: 1200px;
	margin: 0 auto;
	padding: 80px 180px 80px;
	box-sizing: border-box;
    background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(244,217,35,0.9) 100%);
}
.main-box h2 {
	font-size: 43px;
	font-size: 4.3rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.6;
    color: #d71618;
    text-align: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 1300px){
	.main-box {
		padding: 80px 5% 80px;
	}
}
@media screen and (max-width: 1024px){
	.main-box h2 {
		font-size: 34px;
	    font-size: 3.4rem;
        letter-spacing: 0.01em;
	}
}
@media screen and (max-width: 768px){
    .main-logo {
        margin: 0 auto 10%;
    }
    .main-box {
        padding: 8% 5% 8%;
    }
    .main-box h2 {
        font-size: 25px;
	    font-size: 2.5rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 641px){
    .main-box h2 {
        font-size: 20px;
	    font-size: 2.0rem;
    }
}
@media screen and (max-width: 481px){
    .main-box h2 {
        font-size: 17px;
	    font-size: 1.7rem;
    }
}


/*==========================================================================

	            #sec1  会社概要
	
============================================================================*/

#sec1 {
	padding: 0 5% 100px;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#sec1 {
		padding: 0 5% 12%;
	}
}

/*----------------------------------- 
     .sec1-box1
-----------------------------------*/

.sec1-box1 {
    max-width: 900px;
	margin: 0 auto;
}
.sec1-box1 h3 {
    max-width: 900px;
    margin: -50px auto 70px;
	line-height: 0;
}
.sec1-box1 table {
	width: 100%;
	border-collapse: collapse;
    border-top: #98989f 1px solid;
    color: #fff;
}
.sec1-box1 th {
    min-width: 10em;
	text-align: center;
	vertical-align: top;
    padding: 1em 0;
    border-bottom: #98989f 1px solid;
}
.sec1-box1 td {
    vertical-align: top;
    padding: 1em 0;
    border-bottom: #98989f 1px solid;
}
.sec1-box1 a {
    color: #fff;
}
.sec1-box1 a.tel {
    text-decoration: none;
    cursor: text;
}
@media screen and (max-width: 768px){
	.sec1-box1 h3 {
		margin: -10% auto 8%; 
	}
    .sec1-box1 a.tel {
        text-decoration: underline;
        cursor: pointer;
    }
}


/*==========================================================================

	            #sec-map  地図
	
============================================================================*/

#sec-map {
    line-height: 0;
}
#sec-map iframe {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 768px){
	#sec-map iframe {
        height: 350px;
    }
}
@media screen and (max-width: 481px){
	#sec-map iframe {
        height: 300px;
    }
}

