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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
#wrap {
	width: 1080px;
	margin: 0 auto;
	padding-top: 30px;
}
/* ヘッダー */
#header {
	padding-bottom: 20px;
}
.logo {
	margin-top: 10px;
    width:240px;
}
#menu {
    width:370px;
    display: flex;
}
#menu li {
    width:98px;
}
#content {
	width: 1080px;
	height: 500px;
	border: 1px solid #d8d8d8;
}
#content_access {
	width: 1080px;
	padding:35px 0;
	border: 1px solid #d8d8d8;
}
#content p {
	line-height: 1.8em;
}
/* トップページ */

.top h1 {
	padding: 200px 0 0 40px;
}
/* 会社概要 */
.company {
	background: url(images/company_bg.png) no-repeat left bottom;
}
#company_right, #recruit_right {
	width: 400px;
	float: right;
	padding-top: 55px;
}
#company_txt {
	line-height: 1.8em;
	margin-top: 36px;
}
#company_txt dt {
	float: left;
	width: 78px;
	margin-right: 5px;
}
#company_txt dd {
	float: left;
	width: 300px;
}
/* 事業内容 */
.services {
	background: url(images/services_bg.png) no-repeat right bottom;
}
#services_left {
	width: 350px;
	padding: 55px 0 0 65px;
}
#services_txt {
	line-height:1.8em;
	margin: 30px 0 0 15px;
}
/* 採用情報 */
#recruit_right p {
	margin-top: 30px;
}
/* アクセス */
#access_left {
	padding: 0 0 0 45px;
	float: left;
	width: 480px;
}
.access_inner{
	padding-top:30px;}
.access_txt {
	width:300px;
	margin: 30px 0 0 10px;
	line-height: 1.8em;
}
.access_txt p {
	font-size:18px;
	margin-bottom:5px;
}
#infomation {
	margin-top: 20px;
}
.access_txt dt {
	float: left;
	width: 55px;
	margin-right: 5px;
}
.access_txt dd {
	float: left;
	width: 225px;
	margin-right: 5px;
}
.map_wrap{
    width:504px;
    float: left;
}
.map {
	margin-top: 60px;
	float: left;
}
.map2 {
	margin-top: 30px;
	float: left;
}
/* フッター */
#footer {
	background: #133F80;
	color: #fff;
	width: 100%;
	padding: 40px 0;
	text-align: right;
	margin-top: 50px;
}
#footer p {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}


@media screen and (min-width: 481px) {
#header{
    display: flex;
    justify-content: space-between;   
}
.top {
	background: url(images/top_bg.png) no-repeat right bottom;
}
}

@media screen and (max-width: 480px) {
/* ヘッダー */
#wrap{
    width:100%;
    padding-top: 2%;
    }
#header {
    width:100%;
    padding-bottom: 2%;
}
.logo {
    display: block;
	padding:2% 0 5% 3%;
    width:50%;
}    
.logo img{width:100%;}
#menu {
    width:96%;
}
#menu li {
    width:100%;
}
#content {
	width: 100%;
}
#content_access {
    width:100%;
    padding:0 0 5%;
    }
.top {
    min-height: 100vh;
	background: url(images/top_bg_sp.png) no-repeat right top / cover;
    
}
.top h1 {
	padding: 40% 0 0 0;
}  
.top h1 img {
    width:80%;
    display: block;
    margin:0 auto;
    text-align: center;
} 
.company {
    padding-bottom: 120%;
    background-size: 80%;
    background-position: right;
    }
#company_right, #recruit_right {
	width: 90%;
	padding:10% 5% 0 5%;
    float: none;
}   
#company_txt {
	margin-top: 6%;
}
#company_txt dt {
	width: 30%;
}
#company_txt dd {
	width: 60%;
}
    #services_left{
	width: 90%;
	padding:10% 5% 0 5%;
    }  
#access_left {
	width: 90%;
	padding:5% 5% 0 5%;
}
.access_txt {
	width: 90%;;
}
.access_txt dt {
	width: 30%;
}
.access_txt dd {
	width: 70%;
}  
    .map_wrap{width:90%;margin:0 5%; float: none;}    
    
    #footer{margin-top: 0}   
#footer p {
	width: 80%;
	font-size: 10px;
}
    
    
}