@charset 'utf8';
/* --------------
* style.css
-------------- */

/* --- reset */
html, body, h1, h2, p, ul, li, a, dl, dt, dd{
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}
ul, li, dl, dt, dd{
	list-style: none;
}

/* --- common */
html, body{
	font-family: 'メイリオ', Meiryo, sans-serif;
	line-height: 160%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	font-size: 10px;
}
body{
	font-size: 1.4rem;
}

/* --- info */
#info{
	position: absolute;
	bottom: 20%;
	width: 100%;
	text-align: center;
	z-index: 5;
}
#info h1{
	margin-bottom: 180px;
}
#info ul li{
	display: inline-block;
}

/*
#info #backnav a{
	display: inline-block;
	background: url(../images/navi_slide.png) no-repeat;
	width: 14px;
	height: 0;
	padding-top: 14px;
	overflow: hidden;
	margin: 0 4px;
}
#info #backnav a.activeSlide{
	background: url(../images/navi_slide_on.png) no-repeat;
}
*/

/* --- back */
#background{
	width: 100%;
	height: 100%;
}
#background div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* --- about */
#about{
	max-width: 1100px;
	margin: 0 auto;
	min-height: 100%;
}
#about h2{
	padding: 60px 0 40px;
	margin: 0;
	text-align: center;
}
#about .boxL{
	width: 500px;
}
#about dt,
#about dd{
	padding-top: 10px;
	font-size: 1.2rem;
}
#about dt{
	clear: left;
	float: left;
	width: 18%;
	letter-spacing: 1rem;
}
#about dt.ls_4{
	letter-spacing: 0.2rem;
}
#about dd{
	float: left;
	width: 78%;
	letter-spacing: 0.2rem;
}
#about #map{
	width: 570px;
	height: 350px;
}
#about footer{
	clear: both;
	text-align: center;
	font-size: 1.2rem;
	padding: 60px 0 40px;
}

/* --- contact */
#contact{
	clear: both;
	padding-top: 50px;
}
#about #contact h2{
	font-size: 3rem;
	padding-bottom: 30px;
}
.contact_box{
	width: 60%;
	margin: 0 auto;
}
.contact_box dl{
	padding-bottom: 30px;
	overflow: hidden;
}
#about .contact_box dt,
#about .contact_box dd{
	letter-spacing: 0;
	font-size: 1.5rem;
}
#about .contact_box dt{
	padding-top: 20px;
	width: 25%;
}
#about .contact_box dd{
	width: 75%;
	box-sizing: border-box;
}
#about .contact_box dd.contact_kind{
	padding-top: 18px;
}
#about .contact_box dd.contact_kind div{
	display: inline-block;
	min-width: 150px;
	padding: 0 5px 2px 0;
}
.contact_box .form_text,
.contact_box textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: #EEE;
	border: none;
	font-size: 1.5rem;
}
.contact_box .form_text:focus,
.contact_box textarea:focus{
	outline: 0;
	border: none;
}
.contact_box textarea{
	height: 200px;
}
.contact_box .submit_btn{
	width: 100%;
	text-align: center;
}
.contact_box .submit_btn a{
	color: white;
	text-decoration: none;
	text-align: center;
	background: black;
	width: 26%;
	display: inline-block;
	padding: 15px;
	font-size: 1.8rem;
}
.contact_box .submit_btn a:hover{
	background: #444;
}

/* --- content */
.contentbox{
	box-sizing: border-box;
	position: fixed;
	/* top: 50%; */
	top: 150%;
	left: 50%;
	z-index: 10;
	background: url(../images/bg_content.png);
	width: 710px;
	height: 420px;
	margin: -205px 0 0 -355px;
}
.contentbox_inner{
	padding: 40px;
	position: relative;
	line-height: 3rem;
}
.contentbox .close{
	position: absolute;
	top: 16px;
	right: 16px;
}
.contentbox h2{
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 1.8rem;
}
.contentbox_inner p{
	padding-bottom: 1.6rem;
}
#works .contentbox_inner p{
	line-height: 2.2rem;
}
.contentbox_inner p.workslist{
	line-height: 2.2rem;
}

/* --- underpage */
.underpage{
	padding: 50px;
}
.underpage h1{
	text-align: center;
}
.underpage #contact{
	padding-top: 20px;
}
#about .contact_box .confirm dt{
	padding-top: 10px;
}
.underpage .complete a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	background: black;
}
.underpage .complete a:hover{
	background: #444;
}

/* --- utility */
.op img{
	transition: ease 0.3s;
}
.op:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.boxL{
	float: left;
}
.boxR{
	float: right;
}
.boxC{
	text-align: center;
}
.error{
	color: red;
	padding-top: 5px;
}

.sp{
	display: none;
}
.pc{
	display: block;
}

/* philosophy */
.content {
	margin-top: 100px;
	text-align: center;
}
.content .ttl_bg {
    background-image: url(../images/_DSC3868.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    text-align: center;
	padding: 100px 0;
}
#works .ttl_bg {
	background-image: url(../images/_DSC3865.jpg);
}
#stance .ttl_bg {
	background-image: url(../images/_DSC3760.jpg);
}
.content .ttl_bg h2 {
	font-size: 3rem;
	color: #fff;
	text-shadow: 0px 0px 3px #7b7b7b, 0px 0px 3px #7b7b7b, 0px 0px 3px #7b7b7b;
}
.content h3 {
	font-size: 2rem;
	padding-bottom: 30px;
}
.content .inner {
	display: inline-block;
    text-align: left;
    padding: 40px 0;
}
.content p {
	line-height: 2.5;
}
#map iframe {
	width: 100%;
}
/* --- スマホ */
@media screen and (max-width:681px){
	img{
		width: auto;
		height: auto;
		max-width: 100%;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none !important;
	}
	.smart_img{
		zoom: 0.5;
	}
	.boxL,
	.boxR{
		float: none;
	}
	#info{
		bottom: 28%;
	}
	#info h1{
		margin-bottom: 30px;
	}
	#info ul li{
		padding-bottom: 5px;
	}
	#about{
		width: auto;
	}
	#about .boxL,
	#about .boxR{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#about .boxL{
		padding-bottom: 40px;
	}
	#about .boxL dl{
		overflow: hidden;
	}
	#about .boxL dt{
		width: 22%;
	}
	#about .boxL dd{
		width: 76%;
	}
	#about .boxR #map{
		width: 100%;
	}
	.contact_box{
		width: 90%;
	}
	.contentbox{
		width: 100%;
		height: 100%;
		left: 0;
		margin: 0;
	}
	#about .contact_box dd,
	#about .contact_box dt{
		float: none;
		width: auto;
		clear: none;
		padding-top: 5px;
	}
	.contentbox_inner{
		padding: 40px 10px;
		font-size: 1.3rem;
	}
	#about .contact_box dd.contact_kind{
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.contact_box .submit_btn a{
		width: auto;
	}
	#stance .contentbox_inner br{
		display: none;
	}
	.underpage{
		padding: 30px 10px 10px;
	}
	.underpage #contact h2{
		padding-top: 30px;
	}
	.underpage #contact .confirm dt:before{
		content: '■';
	}
	.underpage #contact .confirm dd{
		border-bottom: 1px dashed #999;
		padding-bottom: 15px;
	}
	.op:hover img{
		opacity: 1;
	}
	/* 20181127修正 */
	.content .ttl_bg {
		background-size: 100% auto;
		background-attachment: scroll;
		padding: 70px 0;
	}
	.content .ttl_bg h2 {
		font-size: 2.2rem;
	}
	.content h3 {
		font-size: 1.6rem;
		padding-bottom: 0;
	}
	.content .inner {
		padding: 40px 2em;
	}
	#about #contact h2 {
		font-size: 2.2rem;
	}
}


/*privacy*/


#privacy {
    width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

#privacy h2{
	margin-top: 48px;
	padding-bottom: 32px;
	text-align: center;
}

div#privacy p {
    margin-bottom: 1.6em;
    line-height: 178%;
}

#privacy footer{
	text-align: center;
	margin-top: 80px;
}

.footer_navi{
	text-align: center;
	margin-top: 80px;
}

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

.footer_navi a:hover{
	text-decoration:underline;
}

footer {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    gap: 24px;
}

.footer_text{
	font-size:12px;
}

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

.footer_text a:hover{
	text-decoration:underline;
}

@media screen and (max-width:681px){
	#privacy {
    width: 86%;
}
	
	
	footer {
    display:block;
		text-align: center;
}
	
	footer div{
		padding-bottom: 12px;
	}
	
}