@charset "UTF-8";


/*******************************

書のこだわりCss

*******************************/

.page #hero {
    border-top-color: #5675a8;
}

.page #hero h1:after {
    content: url(../images/sculpture_head_img01.png);
}

section {
    margin-bottom: 80px;
    overflow: hidden;
}


.sec01 p{
    width: 480px;
    float: left;
}

.box_case ul.center {
    width: 902px;
	margin: 0 60px;
}

.box_case ul li {
    width: 260px;
    float: left;
    margin: 0 10px 45px 0;
    padding-right: 50px;
    overflow: hidden;
    background: url(../images/arrow.png) right 40% no-repeat;
    text-align: center;
	font-weight: bold;
}

.box_case ul li:nth-child(3n) {
    width: 220px;
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.box_case figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.box_case figure figcaption {
    font-size: 18px;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
}

.box_case ul li.mpt40 {
    margin-top: 40px;
}

.box_case ul li.big {
    width: 300px;
}

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

.sec01 p, .sec02 p{
    width: 100%;
    float: none;
        margin-bottom: 30px;
	}

.sec01 img.float_r, .sec02 img.float_r{
    width: 100%;
    float: none;
	}

.box_case ul, .box_case ul.center {
    width: 100%;
    margin: 30px auto;
	}

.box_case ul li {
    width: 220px;
    float: none;
    margin: 0 auto 20px auto;
    padding-right: 0;
    padding-bottom: 60px;
    background: url(../images/arrow2.png) 50% bottom no-repeat;
	}

.box_case ul.center li:nth-child(3n) {
    background: url(../images/arrow2.png) 50% bottom no-repeat;
	}

.box_case ul li:nth-child(3n) {
    width: 220px;
    margin: 0 auto;
	background: none;
	}
	
}


/*******************************

下層サブナビゲーション

*******************************/
nav.aboutNav {
    background-color: #5675a8;
}

nav.subNav ul {
    width: 988px;
}

nav.subNav li {
    width: 16%;
    letter-spacing: -0.02em;
	display: inline-block;
}

/*-----------------------------
.sec01
-------------------------------*/

.sec01 .staff_inner {
    width: 100%;
    display: table;
    overflow: hidden;
    border: solid 5px #ababab;
    border-radius: 20px;
    padding: 0;
}

.sec01 .staff dl,
.sec01 .staff .photo {
    display: table-cell;
    vertical-align: top;
}

.sec01 .staff dl {
    width: 75%;
}

.sec01 .staff dl dt,
.sec01 .staff dl dd {
    padding: 12px 15px;
}

span.area {
    display: inline-block;
    background: #5675a8;
    padding: 0 5px;
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.sec01 .staff dl dd {
    border-top: solid 1px #e9e9e9;
    margin-bottom: 0;
}

.sec01 .staff .photo {
    overflow: hidden;
    vertical-align: bottom;
    width: 25%;
    height: 100%;
    max-width: 123px;
    background: #5675a8;
    text-align: right;
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
}

.sec01 .staff .photo img {
    width: auto;
}

.sec01 .comment p {
    background: #fffcf5;
    border-radius: 20px;
    padding: 15px 20px;
}

.sec01 .comment p span {
    border-bottom: dashed 2px #d7c59a;
    padding: 5px 0;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .sec01 .staff {
        margin-bottom: 15px;
    }
    .sec01 .staff dl dd {
        font-size: 12px;
    }
    .sec01 .comment {
        margin-bottom: 40px;
    }
}

/*-----------------------------
.sec02
-------------------------------*/



/*******************************

下層Bottomナビゲーション

*******************************/
ul.aboutBN {
    border: solid 2px #5675a8;
	background: #fef9e9;
}

ul.bottomNav li {
    float: left;
    width: 33%;
	max-width: 309px;
    margin: 10px 30px 10px 0;
    padding: 0;
}


li.aboutBN a {
	float: left;
    display: block;
    width: 100%;
    padding: 15px 10px;
	position: relative;
	background-color: #5675a8;
	border: solid 2px #5675a8;
	border-radius: 8px;
}

li.aboutBN a:after{
	content: ">";
	position: absolute;
	right: 10px;
}

ul.bottomNav {
	border-radius: 0;
	padding: 30px 0;
	width: 1018px;
	margin: 0 auto;
}

.b_nav{
	background-color: #e4eaf3;
}

.b_arrow{
	vertical-align: -1.5px;
    margin-left: 25px;
}


li.aboutBN.active a{
	color:  #5675a8;
	background-color: #FFFFFF;
	border: solid 2px #5675a8;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	
	ul.bottomNav li {
		float: left;
		width: 100%;
		margin: 10px 0;
		padding: 0;
		max-width: none;
	}
	
	ul.bottomNav {
		width: 100%;
	}
}

/*-----------------------------
事例
-------------------------------*/

.box_case {
    border: solid 3px #5675a8;
    border-radius: 10px;
    margin: 40px 0;
    padding: 25px 40px;
}

.box_case2 {
    border: solid 3px #5675a8;
    border-radius: 10px;
    margin: 40px 0 0;
    padding: 25px 40px;
}

.box_case h3:after {
    content: "";
    display: block;
    width: 148px;
    height: 1px;
    border-bottom: dotted 2px #5675a8;
    margin: 15px auto 30px;
}

.case01 ul {
    margin: 50px auto;
    overflow: hidden;
}

.case01 ul li {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 2px dotted #e1cc9c;
}

.case01 ul li:nth-child(odd) {
    border-right: 2px dotted #e1cc9c;
    padding-right: 20px;
}

.case01 ul li:nth-child(even) {
    padding-left: 20px;
}

.case01 ul li:last-child {
    border-bottom: none;
}

.case01 dl {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    background: #fff;
}

.case01 dt {
    font-size: 23px;
    margin-bottom: 20px;
}

.case01 dt span {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
    background: url(../images/works_icon.png) left top no-repeat;
    width: 40px;
    height: 41px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding-top: 5px;
}

.case01 figure {
    width: 100%;
    overflow: hidden;
}

.case01 figure img {
    float: left;
}

.case01 figcaption {
    float: right;
    width: 180px;
}


.box_case2 h3:after {
    content: "";
    display: block;
    width: 148px;
    height: 1px;
    border-bottom: dotted 2px #5675a8;
    margin: 15px auto 30px;
}

.case02 dt img{
	position: absolute;
    width: 90px;
    margin: -20px;
}

.case02 dt{
	text-align: left;
}

.case02 dd img{
	margin: 0 auto 0 10px;
}
.sho{
	margin-bottom: 10px;
}


.case02 p {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .box_case {
        margin: 25px 0;
        padding: 25px 30px;
    }

    .case01 ul {
        margin: 30px auto;
    }
    .case01 ul li {
        width: 100%;
        float: none;
        border-bottom: 2px dotted #e1cc9c;
    }
    .case01 ul li:nth-child(odd) {
        border-right: none;
        padding-right: 0;
    }
    .case01 ul li:nth-child(even) {
        padding-left: 0;
    }

    .case01 figure {
        text-align: center;
    }
    .case01 figure img {
        float: none;
    }
    .case01 figcaption {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    article .row {
        width: 100%;
    }

	.box_case2 {
	width: auto;
	}
	
	.case02 dt img{
    width: 70px;
	}

	.case02 dd img {
    margin: 0 auto;
	}
	
}
