/* reset
------------------------------------------------------------*/
body,html,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}

ul{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

/* variables
------------------------------------------------------------*/
:root {
	--font-base:'YakuHanJP','Noto Sans JP',sans-serif;
	--font-read:'YakuHanMP','Noto Serif JP',serif;
}

/* common
------------------------------------------------------------*/
body{
	font: 16px/1.4 'YakuHanJP','YakuHanMP', 'Noto Sans JP', sans-serif,'Noto Serif JP',serif;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	text-align: center;
}

h1, h2{
	font-family: var(--font-read);
	font-size: 40px;
	font-weight: 400;
 	font-style: normal;
}

span.marker{
	background: linear-gradient(transparent 85%, #D9D9D9 85%);
}

img{
	width: 100%;
	height: auto;
	border:0;
}

a{
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 960px){

h2{
	font-size: 20px;
	line-height: 1.6em;
	}
}


/* メイン、ロゴ
------------------------------------------------------------*/
#main{
    width:100%;
    height:900px;
	margin-bottom: 100px;
	position: relative;
	background: url(../images/bg_img_pc.png);
}

#main .toplogo{
	width: 840px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.toplogo h1{
	width: 60%;
	margin: 0 auto;
	padding-top: 40px;
}

@media screen and (max-width: 960px){

#main{
	background: url(../images/bg_img_sp_sp.png) no-repeat;
	height:310px;
	margin-bottom: 60px;
	}
	
#main .toplogo{
	width: 300px;
	}
	
.toplogo h1{
	padding-top: 10px;
	}
}

/* リード部分 read
------------------------------------------------------------*/
#read{
	margin-top: 60px;
}

.read-txt-inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0;
}

.read-txt{
	margin: 0 auto;
	text-align: initial; 
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	font-family:var(--font-read);
	font-size: 26px;
	line-height: 3em;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 960px){
#read{
	margin-top: 30px;
	}
.read-txt-inner{
	flex-direction: column;
	padding: 30px 0;
}
.read-txt{
	font-size: 16px;
	line-height: 1.6em;
	}
}

/* 事業紹介
------------------------------------------------------------*/
.company-wrap{
	padding: 160px 0 60px;
	text-align: center;
}

.company-wrap h2{
	line-height: 1.8em;
}

@media screen and (max-width: 960px){
.company-wrap{
	padding: 60px 0;
	line-height: 2em;
	}
.company-wrap h2{
	line-height: 1.4em;
	}
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	position: relative;
}

.com-info{
	margin: 0 40px;
	padding: 40px 0;
	border-bottom: solid 1px #000;
}

.com-info h2{
	margin: 30px 0;
	font-size: 26px;
}

.com-info img{
	width: 25%;
	margin-bottom: 34px;
}

.sp_br{
	display: none;
}

.footer-link{
	margin: 0 40px;
	padding-top: 14px;
	text-align: left;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.footer-link li{
	padding-top: 26px;
}

.footer-link li a:hover{
	color: #666666;
	transition-property: color;
	transition: linear 0.6s;
	opacity: 0.3;
}

.footer-link li a.icon_blank{
	padding-right: 15px;
	position: relative;
}

.footer-link li a.icon_blank:before{
	content: "";
	background: url(../images/125_arr_hoso_s.svg) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;	
	top: 4px;
	right: -15px;
}

.copyright{
	font-size: 14px;
	margin-top: 40px;
	padding: 30px 0;
	background-color: #595959;
	color: #fff;
}

@media screen and (max-width: 960px){
.com-info{
	margin: 0 20px;
	padding: 30px 0;
}

.com-info h2{
	margin: 10px 0;
	font-size: 16px;
}

.com-info img{
	width: 60%;
	margin-bottom: 20px;
}

.com-info p{
	font-size: 14px;
}

.sp_br{
	display: block;
}

.footer-link{
	margin: 0 20px;
	padding-top: 20px;
	font-size: 14px;
	flex-direction: column;
	}

.footer-link li{
	padding-top: 15px;
	}

.footer-link a.icon_blank:before{
	top: 3px;
	}

.copyright{
	margin-top: 35px;
	padding: 25px 0;
	}
}