@charset "utf-8";

/* common.css
----------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #333;
	line-height:1.9;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}

img{width: 100%; height: auto}

/* header
----------------------------------------- */
header {
	
}
header.inner {
	margin-bottom: 30px;
}
header h1 {
	margin: 21px 0 25px 0;
	padding-left: 30px;
	text-align: left;
}
header h1 img {
	max-width: 240px;
	
}
.contact-sp-header {
	position: absolute;
	top: 25px;
	right: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
nav {
	
	border-top: 1px solid #d9d9d9;
	
}
nav li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}



nav ul li:nth-child(odd) {
	background: url(../images/line_nav.gif) repeat-y right top;
	background-size:  1px 10px;
}
nav ul li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.about nav li.about-active a, 
.works nav li.works-active a, 
.note_page nav li.note-active a, 
.contact nav li.contact-active a{opacity: 0.3;}

.socialBtn{
	display: flex;
    justify-content: center;
}
.socialBtn li{
	
	margin-right: 12px;
}
.socialBtn li:last-child{
	margin-right: 0px;
}
.socialBtn img{
	width: 28px;
	height: 28px;
}

footer{margin:50px auto 0px;}

/* contents
----------------------------------------- */
.main h2.ttl {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.0;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	font-size: 40px;
	letter-spacing: 0.05em;
}

.main.inner h2.ttl {
	margin-bottom: 25px;
}
.main h3.ttl {
	margin-bottom: 12px;
	text-align: center;
	line-height: 1.0;
	font-size: 22px;
	color: #505050;
}
.main p.ttl {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #a5a5a5;
}
.contBox {
	margin: 0 20px;
}
.toTop {
	text-align: center;
}
.toTop a {
	display: block;
	margin-bottom: 40px;
	padding: 8px 20px;
}
.toTop img {
	width: 22px;
	height: 14px;
}
.pageNation {
	position: relative;
	margin: 35px 20px;
	display: flex; justify-content: space-between;
}

.content .featured-img {
        margin-bottom: 50px;
    }
	
/* wp-pagenavi
----------------------------------------- */
div.pagenavi {
}
.wp-pagenavi {
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	
}
.wp-pagenavi span.current {
	font-weight: bold;
	text-decoration: underline;
}

/* footer
----------------------------------------- */
nav.footer {
	margin-bottom:20px;
}
.copyright {
	margin-bottom:20px;
	text-align: center;
	font-size: 12px;
}

/* タブレット向け：760px～960px */
@media(min-width: 760px) {
.sp {
	display: none;
}
.pc {
	display: block;
}

/* header
----------------------------------------- */
header {
	position: relative;
	max-width: 960px;
	height: 270px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.inner {
	margin-bottom: 30px;
}
header h1{padding-left: 40px;}

header h1 img {
	max-width: 320px;
	
}
nav {border-top:0px; margin-bottom:0px; margin-right: 30px;}

nav li {
	margin-left: 50px;
	display: inline;
	float: none;
	border-bottom: none;
	text-align: right;
}
nav li.contact {
	display: inline;
}
nav ul li:nth-child(odd) {
	background: none;
}
nav ul li a {
	display: inline;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.socialBtn {
	position: absolute;
	top: 112px;
	right: 30px;
}

.socialBtn li {
	display: inline;
	margin-right: 14px;
}

.socialBtn li:last-child {
	margin-right: 0;
}
.socialBtn img {
	width: 22px;
	height: 22px;
}


/* contents
----------------------------------------- */
.main.inner {
	max-width: 960px;
	padding: 0;
	margin: 0 auto;
}
.main h2.ttl.large {
	margin: 0 0 70px 0;
	font-size: 46px;
	text-align: left;
}
.contBox {
	margin: 0 40px;
}
.pageNation .pageLeft {
	
}
.pageNation .pageRight {
	
}


/* wp-pagenavi
----------------------------------------- */
.wp-pagenavi {
	clear: both;
	text-align: left;
}



/* footer
----------------------------------------- */
footer {
	max-width: 960px;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 20px;
}
nav.footer {
	position: relative;
	float: left;
	width: 60%;
	
}
nav.footer a {
	font-size: 14px;
	font-weight: 400;
}
nav.footer li {
	margin: 0 40px 0 0;
}
.copyright {
	float: right;
	width: 40%;
	
	text-align: right;
}
.date{color:#a5a5a5; font-size: 12px;}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{font-weight: bold;}
.content .featured-img{margin-bottom: 75px;}
.content h1{font-size: 32px;  font-weight: normal; margin-bottom: 15px; line-height: 1.5;}
.content h3{font-size: 15px;  margin-bottom: 15px; line-height: 1.5;}
.content p{margin:15px 0px;}



} 

/* タブレット向け */

/* PC向けレイアウトの指定：961px～ */
@media(min-width: 961px) {


a:hover {
	text-decoration: underline;
}

/* header
----------------------------------------- */
header h1 {padding-left: 0px;}

nav {margin-right: 0px;}

.socialBtn {
	position: absolute;
	top: 112px;
	right: 10px;
}

/* contents
----------------------------------------- */
.main.inner {
	max-width: 960px;
	padding: 0;
	margin: 0 auto;
}
.contBox {
	margin: 0;
}
.pageNation{margin:100px 0px;}
.pageNation .pageLeft {
	
}
.pageNation .pageRight {
	
}

/* footer
----------------------------------------- */
footer {
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
}
nav.footer {
	margin-left: 0;
}

} /* PC向け */

.imgFace {
	margin-bottom: 40px;
	text-align: center;
}
.imgFace img {
	width: 240px;
	height: 240px;
}
.companyProf {
	margin-bottom: 30px;
	font-size: 11px;
}
.companyProf dt {
	float: left;
	display: block;
	width: 30%;
	font-weight: bold;
	clear: both;
}
.companyProf dd {
	float: right;
	width: 70%;
	font-size: 12px;
}
.txtBox {
	margin-bottom: 30px;
}

/* タブレット向け：760px～960px */
@media only screen and (min-width: 760px) {
	
.fBox01 {
	width: 100%;
}
.fBox01 .fBoxLeft {
	float: left; 
	width: 20%;
	text-align: left;
}
.fBox01 .fBoxRight {
	float: right; 
	width: 70%;
}

.imgFace img{width: 100%; height: auto}
.companyProf {
	margin-bottom: 20px;
	font-size: 13px;
}
.companyProf dt {
	float: left;
	display: block;
	width: 20%;
	font-weight: bold;
	clear: both
}
.companyProf dd {
	float: right;
	width: 80%;
	font-size: 13px;
}
.txtBox {
	margin-bottom: 50px;
}

} /* タブレット向け */


/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 961px) {

.fBox01 {
	width: 960px;
}
.fBox01 .fBoxLeft {
	float: left; 
	width: 240px;
	text-align: left;
}
.fBox01 .fBoxRight {
	float: right; 
	width: 680px;
}

} /* PC向け */
.content figure{margin: 30px 0px;}

.pagination{text-align: center; font-family: "Montserrat", sans-serif;}
.pagination a{text-decoration: none;}
.pagination a,
.pagination span{padding:0px 5px; opacity:.5}
.pagination span.current{opacity:1; text-decoration: underline}

.ttlSet {
    text-align: center;
}

.ttlSet .date {
    margin-bottom: 15px;
    
}

@media only screen and (min-width: 760px) {
    .ttlSet {
        margin: 0 40px 40px;
    }
	.ttlSet h1 {
        float: left;
        width: 70%;
        text-align: left;
       
    }
	.ttlSet .date {
        float: right;
        width: 30%;
        padding-top: 15px;
        text-align: right;
    }
}

@media only screen and (min-width: 961px) {
    .ttlSet {
        margin: 0 0 40px;
    }
}

