@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT');
@import url('https://fonts.googleapis.com/css?family=Quattrocento');

* {
 box-sizing: border-box;
}

body {
	font-family: Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1000px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000;
	font-weight: 100;
	background: #fff;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.old_standard {
	font-family: 'Old Standard TT', serif;
}

.quattrocento {
	font-family: 'Quattrocento', serif;
}


.sp_img {
	width:100%;
	height:auto;
}

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

a:hover {
	text-decoration:none;
	opacity: 0.7;
}

a:hover img {
	opacity: 0.7;
}

img {
	vertical-align: top;
}

input, select, label {
	cursor: pointer;
}

input:disabled, textarea:disabled, select:disabled {
	color: #ccc;
}

/*layout*/

.inner {
	width:1000px;
	margin: 0 auto;
	position:relative;
}

.inner_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
	width:100%;
}

.three_col li {
	display:inline-block;
	width:320px;
	margin-right:15px;
}

.three_col li:nth-child(3n) {
	margin-right:0;
}

.half_col .images {
	width:50%;
}

.half_col .txt {
	width:50%;
	position:relative;
}

.half_col .txt_inner {
position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:100%;
}

.half_col li:nth-child(odd) .images {
	float:left;
}

.half_col li .images img {
	width:100%;
	height:auto;
}

.half_col li:nth-child(odd) .txt {
	float:right;
}

.half_col li:nth-child(odd) .txt .txt_inner {
	padding-left:40px;
}

.half_col li:nth-child(even) .images {
	float:right;
}

.half_col li:nth-child(even) .txt {
	float:left;
}

.half_col li:nth-child(even) .txt .txt_inner {
	padding-right:40px;
}


/*txt*/
.ttlA {
	font-size:6rem;
	text-align:center;
	line-height:1;
	margin-bottom:40px;
}

.ttlB {
	font-size:2.4rem;
	margin-bottom:15px;
}

.ttlC {
	font-size:3.2rem;
	border-bottom:1px solid #000;
	padding-bottom:15px;
	line-height:1;
	margin-bottom:15px;
}

.ttlD {
	font-size:3rem;
	line-height:1;
	margin-bottom:15px;
}

.ttlD.border {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.ttlE {
	font-size:4.5rem;
	text-align:center;
	line-height:1;
	margin-bottom:40px;
}
.ttlF {
	font-size: 2rem;
	margin-bottom: 15px;
	line-height:1;
}

.ttlF.border {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

.fs_18 {
	font-size:1.8rem;
}


.sub_ttl {
	font-size:2.4rem;
}

.leadA {
	font-size:2.4rem;
	text-align:center;
	margin-bottom:60px;
}

.style_italic {
	font-style:italic;
}

.mod_p {
	width:600px;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
	.ttlA {
	font-size:4rem;
	margin-bottom:20px;
}

.ttlB {
	font-size:2.2rem;
	margin-bottom:10px;
	line-height:1.2;
}

.ttlC {
	font-size:2.2rem;
	margin-bottom:10px;
}

.ttlD {
	font-size:2.4rem;
	margin-bottom:10px;
}


.ttlE {
	font-size:2.4rem;
	line-height:1.5;
	margin-bottom:10px;
}


.leadA {
	font-size:1.2rem;
	margin-bottom:15px;
}

.sub_ttl {
	font-size:1.6rem;
}

.fs_18 {
	font-size:1.6rem;
}


.mod_p {
	width:100%;
}

}


/*btn*/
.btnA a{
	width:240px;
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#000;
	border:1px solid #000;
	font-size:1.8rem;
	margin:0 auto;
}

.btnA.white a {
	color:#fff;
	border:1px solid #fff;
}

.btnB a{
	width:100%;
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:1.8rem;
	background:#a49075;
}

.btnB.w240 a {
	width:240px;
}

.btnC a{
	width:100%;
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#a49075;
	font-size:1.8rem;
	border:1px solid #a49075;
}

.icon_eye {
	vertical-align:middle;
	margin-right:10px;
}

@media screen and (max-width: 767px) {
.btnB a ,
.btnA a{
	font-size:1.4rem;
}

.btnB.w240 a {
	width:100%;
}

}


/*header*/

.pc_nav {
	background:#ececec;
	height:50px;
}

.pc_nav_wrap {
	width:100%;
	min-width:1200px;
	position:relative;
}

.pc_nav .logo {
	position:absolute;
	left:15px;
	top:10px;
}

.pc_nav .logo a {
	display:block;
	width:100%;
}

.pc_nav .logo img {
	height:26px;
	width:auto;
}


.pc_nav nav {
	font-size:0;
	line-height:1;
}

.pc_nav nav ul li {
	display:inline-block;
	font-size: 1.4rem;
	vertical-align:top;
}

.pc_nav nav ul li a {
	color:#000;
}

.pc_nav nav ul.main_nav li {
	margin-right:40px;
}


.pc_nav nav ul.sub_nav li {
	margin-right:20px;
	font-size:2.4rem;
}

.pc_nav nav ul.main_nav {
	position:absolute;
	top:20px;
	width: 100%;
	text-align: center;
}

.pc_nav nav ul.sub_nav {
	position:absolute;
	right:105px;
	top:13px;
}

.pc_nav nav ul.lang_nav {
	position:absolute;
	right:25px;
	top:20px;
}

.pc_nav nav ul.lang_nav .on {
	color:#aeaeae;
}

.pc_nav nav ul.lang_nav li {
	margin-right:15px;
}

.pc_nav nav ul li:last-child {
	margin-right:0;
}

/*top*/
#top_siide {
	margin-bottom:60px;
}

.slide_01 {
	text-align:center;
}

.slide_01 h2 {
	font-size:5.5rem;
	color:#fff;
}

.slide_02 {
	text-align:center;
}

.slide_02 h2 {
	font-size:5.5rem;
	color:#fff;
}

.slide_03 .logo_img {
	padding-bottom:40%;
}

.slide_04 .logo_img  {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
	display:block;
}

.about .inner {
	background: url(../img/top/bg_about.jpg) no-repeat;
	height:480px;
}

.clients .inner {
	background: url(../img/top/bg_clients.jpg) no-repeat;
	height:480px;
}

.careers {
	background:#ccc8c2;
}

.careers .inner {
	height:480px;
}

.contact .inner {
	background: url(../img/top/bg_contact.jpg) no-repeat;
	height:480px;
	color:#fff;
}

@media screen and (max-width: 767px) {
	.page-template-top {
		padding-top:40px;
	}
	
	.sp_top_main {
		
		
	}
	.sp-layer {
		width:100%;
	}
	
	.slide_01 h2 ,
	.slide_02 h2 {
		font-size:2.8rem;
		line-height:1.4;
		margin-bottom:0.5em;
	}
	
	
	.sp_top_main .lead_wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width:80%;
		color:#fff;
		text-align:center;
	}
	
	.sp_top_main .lead_wrap h2 {
		font-size:3rem;
		line-height:1.2;
	}
	
	.sp_top_main .lead_wrap .sub {
		font-size:1.4rem;
		line-height:1;
	}
	
	.inner_wrap {
		position:static;
		top:inherit;
		left:inherit;
		-webkit-transform: none;
		transform: none;
	}
	
	.careers ,
	.clients ,
	.casestudy {
		margin-bottom:60px !important;
	}
	
	
	.services ,
	.about {
		margin-bottom:50px !important;
	}
	
	
	.about .inner {
	background:none;
	height:auto;
	padding:30px 0 0 0;
	}
	
	.about .inner h3 {
	background: url(../img/top/bg_about.jpg) no-repeat;
	height:200px;
	line-height:200px;
	}
	
	.half_col li ,
	.three_col li {
		display:block;
		width:100%;
		margin-bottom:50px;
	}
	
	.half_col li:last-child {
		margin-bottom:0;
	}
	
	
	.half_col li .images {
		margin-bottom:15px;
	}
	.half_col li .txt ,
	.half_col li .images ,
	.half_col li {
		float:none !important;
		width:100% !important;
	}
	
	.half_col .txt_inner {
		position:static;
	top: 0%;
	left: 0%;
	-webkit-transform: none;
	transform: none;
}
	
	
.half_col li:nth-child(odd) .txt .txt_inner {
	padding-left:0px;
}

.half_col li:nth-child(even) .txt .txt_inner {
	padding-right:0px;
}

	
	.casestudy .ttlA {
		font-size: 3.7rem;
	}
	
	.clients .inner {
	background:none;
	height:auto;
	padding:0 0 0 0;
	color:#000;
	}
	
	.clients .inner h3 {
	background: url(../img/top/bg_clients.jpg) no-repeat center center;
	background-size:cover;
	height:200px;
	line-height:200px;
	}
	
	.careers .inner {
		padding:30px 0;
		height:auto;
	}
	
	.careers .leadA {
		padding:0 20px;
	}
	
	.contact .inner {
	background:none;
	height:auto;
	padding:0 0 0 0;
	color:#000;
	}
	
	.contact .inner h3 {
	background: url(../img/top/bg_contact.jpg) no-repeat;
	height:200px;
	line-height:200px;
	color:#fff;
	background-size:cover;
	}
	
	
}


/*case article*/
.case_main .ttl {
	height:350px;
	line-height:350px;
	color:#fff;
	font-size:8rem;
	text-align:center;
}

.cnt_outer {
	background:#fff;
	width:1024px;
	margin:-250px auto 0;
	padding:12px;
	position:relative;
}

.cnt_inner {
	width:1000px;
	border:3px solid #a49075;
	padding:60px 40px;
}

.cnt_outer .cate {
	height:100px;
	line-height:100px;
	min-width:100px;
	background:#000;
	color:#fff;
	display:inline-block;
	text-align:center;
	left:30px;
	top:0px;
	position:absolute;
}

.cnt_inner .ttlE {
	display:block;
	margin:0 auto 40px;
	max-width:700px;
}

.cnt_inner  hr {
	width:250px;
}

.cnt_inner address {
	font-size:1.2rem;
}

.cnt_inner .image img {
	width:100%;
	height:auto;
}

.paragraph_wrap .left {
	display:table-cell;
}

.paragraph_wrap .right {
	display:table-cell;
	padding-left:40px;
	width:370px;
}

.paragraph_wrap .right img {
	width:100%;
	height:auto;
}

.prev_next_wrap {
	height:120px;
}

.prev_next_wrap .quattrocento{
	width:50%;
	float:left;
	position:relative;
}

.prev_next_wrap .prev .txt_wrap ,
.prev_next_wrap .prev .image_wrap {
	float:left;
}

.prev_next_wrap .txt_wrap {
position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.prev_next_wrap .next .txt_wrap ,
.prev_next_wrap .next .image_wrap {
	float:right;
}

.prev_next_wrap .prev  {
	border-right:1px solid #ccc;
}

.prev_next_wrap .prev .txt_wrap {
	padding-left:30px;
}

.prev_next_wrap .next .txt_wrap {
	text-align:right;
	padding-right:30px;
}

.prev_next_wrap .image_wrap img {
	height:120px;
	width:auto;
}

.prev_next_wrap .order {
	display:block;
	font-size:2.4rem;
}

.prev_next_wrap a .title {
	font-size:2rem;
	color:#000;
	line-height:1;
}

@media screen and (max-width: 767px) {
	.cnt_outer {
		width:100%;
		margin-top:-200px;
	}
	
	.cnt_inner {
		width:100%;
		padding:60px 4% 4%;
	}
	
	.cnt_inner .ttlE {
		margin:0 auto 20px;
	}
	
	.case_main .ttl {
		height:250px;
		line-height:250px;
		font-size:4rem;
	}
	
	.cnt_outer .cate {
		height:50px;
		line-height:50px;
	}
	
	.cnt_inner .ttlE {
		max-width:100%;
	}
	
	.paragraph_wrap .right {
    display: block;
    padding-left: 0px;
    width: 100%;
	margin-top:20px;
	}
	
	.prev_next_wrap {
		height:auto;
	}
	
	.prev_next_wrap .prev .txt_wrap, .prev_next_wrap .prev .image_wrap {
		float:none;
	}
	
	.prev_next_wrap .txt_wrap {
		position:static;
		left:0;
		top:0;
		-webkit-transform: none;
		transform: none;
	}
	
	.prev_next_wrap .prev .txt_wrap {
		padding-left:0;
	}
	
	.prev_next_wrap .next .txt_wrap {
		padding-right:0;
	}
	
	.prev_next_wrap .image_wrap img {
		height:80px;
	}
	
	.prev_next_wrap .order {
		font-size:1.8rem;
	}
	
	.prev_next_wrap a .title {
		font-size:1.4rem;
	}

}


/*footer*/
.site_footer {
	background:#cdc8c2;
	padding:50px 0;
	text-align:center;
	font-size:1.2rem;
}

#pg_top  {
	width:100%;
	text-align:center;
	z-index:2;
	position:relative;
}

#pg_top a:hover ,
#pg_top a:hover img {
	opacity:1;
}


/*page*/
.inner.page {
	width:100%;
	padding-top:80px;
}

.about_pic {
	background: url(../img/about/bg_about.jpg) no-repeat bottom center;
	background-size:cover;
	width:100%;
	height:340px;
	margin-bottom:-30px;
}

.page_nav p {
	font-size:2.4rem;
}

.page_nav ul {
	font-size:0;
	text-align:center;
}
.page_nav li {
	display:inline-block;
	font-size:1.8rem;
	margin-right:1.5em;
}

.page_nav li:last-child {
	margin-right:0;
}

.mini_inner {
	width:600px;
	margin:0 auto;
}

.clients_ul {
	font-size:0;
}

.clients_ul li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	font-size:1.6rem;
}

.clients_pic_01 {
	background: url(../img/clients/bg_clients_01.jpg) no-repeat bottom center;
	background-size:cover;
	width:100%;
	height:400px;
}

.clients_pic_02 {
	background: url(../img/clients/bg_clients_02.jpg) no-repeat bottom center;
	background-size:cover;
	width:100%;
	height:340px;
	margin-bottom:-30px;
}

.testimonials {
	border-top:1px solid #ccc;
}

.testimonials li {
	border-bottom:1px solid #ccc;
	padding:40px 0;
}

@media screen and (max-width: 767px) {
	main.inner.page {
		padding:80px 0 0 0;
	}
	
	.about_pic {
		height:200px;
	}
	
	.archive .casestudy .inner ,
	.blog .casestudy .inner {
		padding:0;
	}
	
	.page_nav li {
		font-size:1.6rem;
		margin-right:1em;
	}
	
	.mini_inner {
		width:100%;
	}
	
	.clients_ul li {
		font-size:1.4rem;
		width:100%;
	}
	
	.clients_pic_01 {
		height:200px;
	}

	.clients_pic_02 {
		height:200px;
	}
	
	.testimonials li {
		padding:20px 0;
	}
	
	.site_footer {
		padding:25px 0;
		font-size:1rem;
	}
	
	#cnt_01 ,
	#cnt_02 ,
	#cnt_03 {
		padding-top:60px;
		margin-top:-60px;
	}
	
	
}



/*form*/
.mw_wp_form_confirm .confirlm_section {
	display:block;
}

.form_wrap .mw_wp_form_confirm .count ,
.mw_wp_form_confirm .input_section ,
.confirlm_section {
	display:none;
}

.form_wrap {
	width:630px;
	margin:0 auto;
	padding-bottom:120px;
}

.form_wrap .mw_wp_form_confirm  dl {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.form_wrap .mw_wp_form_confirm  dd {
	font-weight:bold;
	font-size:1.6rem;
	margin-bottom:15px;
}

.form_wrap .mw_wp_form_confirm .select_wrap:after {
	background:none;
}

.form_wrap dl {
	margin-bottom:20px;
}

.form_wrap dt {
	display:table-cell;
	width:150px;
	vertical-align:top;
	padding-top:10px;

}

.form_wrap dd {
	display:table-cell;
}

.form_wrap select ,
.form_wrap textarea ,
.form_wrap input {
	border:1px solid #ccc;
	width:100%;
	box-sizing:border-box;
	padding:5px 10px;
	height:40px;
	border-radius:0px;
	-webkit-appearance: none;
}

.form_wrap textarea  {
	border:1px solid #ccc;
	width:100%;
	box-sizing:border-box;
	padding:5px 10px;
	height:180px;
	border-radius:0px;
	-webkit-appearance: none;
}

.form_wrap .file_wrap {
	margin-bottom:20px;
}

.form_wrap .file_wrap .error {
	margin-top:-25px;
}

.form_wrap .file_wrap dt {
	display:table-cell;
	line-height:1.4;
	padding-right:20px;
	vertical-align:top;
}

.form_wrap .file_wrap dd {
	display:table-cell;
}

.form_wrap  input[type="file"] {
	display:none !important;
}

i.file {

    border: 1px solid #ccc;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    font-style: normal;
}

.form_wrap dd.file {
	padding-top:10px;
}

.form_wrap  input[name="submitConfirm"] {
	margin-top:40px;
}

.form_wrap  input[name="mwform_submitButton-378"] ,
.form_wrap  input[name="submitConfirm"] {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	background: #a49075;
	border:none;
}

.form_wrap  input[name="submitBack"] {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	color: #a49075;
	font-size: 1.8rem;
	border: 1px solid #a49075;
}

.form_wrap  input[name="submitBack"]:hover ,
.form_wrap  input[name="mwform_submitButton-378"]:hover ,
.form_wrap  input[name="submitConfirm"]:hover {
	opacity:0.7;
}

.mwform-file-delete {
	padding-left:10px;
}

.mwform-file-delete:after {
	content:"Delete the file";
}


.form_wrap .select_wrap {
	position:relative;
}
.form_wrap .select_wrap:after {
	position:absolute;
	top:18px;
	right:10px;
	display: block;
	content: " ";
	width:12px;
	height:8px;
	background: url(../img/common/form_arrow.png) right 50% no-repeat;
}

select::-ms-expand {
	display: none;
}

.form_wrap .seinen input {
	width:180px;
	margin-right:7px;
}

.form_wrap .seinen input#tsuki ,
.form_wrap .seinen input#nichi {
	margin-left:7px;
}

.form_wrap .count_wrap {
	position:relative;
}

.form_wrap .count {
	position:absolute;
	right:0;
}

.form_wrap .mw_wp_form.mw_wp_form_confirm  input[type="submit"].sub1 {
	position:absolute;
	left:0;
	top:0;

}

.form_wrap .mw_wp_form.mw_wp_form_confirm  input[type="submit"].sub2 {
	position:absolute;
	right:0;
	top:0;
}
.form_wrap .mw_wp_form.mw_wp_form_confirm .btn_wrap {
	position:relative;
}

.mw_wp_form .change_lang_bt br{
	display:none;
}

.mw_wp_form.mw_wp_form_complete .change_lang_bt {
	display:block;
	margin-top:80px;
}


.contact_pic {
	background: url(../img/contact/bg_contact.jpg) no-repeat bottom center;
	background-size:cover;
	width:100%;
	height:340px;
	margin-bottom:-60px;
}

@media screen and (max-width: 767px) {
	.form_wrap {
		width:100%;
		padding-bottom:60px;
	}
	
	.mw_wp_form {
		width:100%;
		padding:0 4%;
	}
	
	.form_wrap dt {
		display:block;
		width:100%;
		margin-bottom:5px;
	}
	
	.contact_pic {
		height:200px;
	}

}


/*contact*/
.mw_wp_form .check_wrap .error {
	margin-top:30px;
}


/*policy*/
.privacy {
	width:840px;
	margin:0 auto;
}

.privacy dl {
	border-bottom:1px solid #ccc;
}

.privacy dt {
	font-size:2rem;
	letter-spacing:5px;
	font-weight:bold;
	padding-top:40px;
	padding-bottom:20px;
	border-top:1px solid #ccc;
	
}

.privacy dd {
	font-size:1.6rem;
	letter-spacing:3px;
	padding-bottom:40px;
}

.privacy dl.noborder ,
.privacy .noborder dd ,
.privacy .noborder dt {
	border-top:none;
	border-bottom:none;
}

.privacy strong {
	display:block;
	font-weight:bold;
	margin-top:20px;
}

.privacy ul {
	margin-top:10px;
	margin-bottom:10px;
}

.privacy li:before {
    content:"・" ;
    position:absolute;
    left:0;
    top:0;
	width:25px;
	text-align:center;
}

.privacy li {
    position:relative;
    padding-left:25px;
	margin-bottom:5px;
}

.privacy .alignR {
	margin-top:40px;
}

.privacy i.alignR {
	display:block;
}

/*work 記事*/
.work_detail {
	    padding: 80px 0 40px 0;
}

.slider .slide_img img {
	margin:0 auto;
	max-width:1170px;
	height:auto;
}


.slick_container {
    max-width:1170px; 
	 width:100%;
    margin:0 auto 60px auto; 
    position:relative;
}

 .slick-prev, .slick-next {
    width:18px;
    height:40px;
}
.slick-prev:before, .slick-next:before {
    content:' ' !important;
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	left:-40px;
}
.slick-next{
	right:-40px;
}

.slick-arrow{
	z-index:10;
}

.work_cnt_inner {
	width:840px;
	margin:0 auto;
}

.movie_wrap {
  position: relative;
   max-width:1170px; 
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto 60px;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.works_category {
	font-size:3.6rem;
	letter-spacing:5px;
	margin-bottom:0.5em;
	line-height:1;
	display:inline-block;
}

.works_category:after {
	content:"/" ;
	padding-left:5px;
	padding-right:5px;
}

.works_category:last-child:after {
	content:"" ;
	padding-left:0;
	padding-right:0;
}

.work_ttl {
	font-size:2.8rem;
	letter-spacing:5px;
	margin-bottom:0.5em;
}

.work_cnt_inner time {
	font-size:1.6rem;
	margin-bottom:80px;
	display:block;
}

.work_txt {
	margin-bottom:60px;
	line-height:2;
}

@media screen and (max-width: 1170px) {
	.slider .slide_img img  {
		max-width:100%;
	}
	
}

aside.other {
	border-top:1px solid #ccc;
	padding-top:100px;
}

.page_ttl_b {
	text-align:center;
	font-size:2.8rem;
	margin-bottom:50px;
	line-height:1;
}


/* change_lang_bt*/
.change_lang_bt {
	text-align:center;
	margin-bottom:110px;
}

.change_lang_bt a {
 -webkit-transition: .3s;
  transition:  .3s;
  display:inline-block;
}

.change_lang_bt .en {
	font-size:2.4rem;
}

.change_lang_bt .jp {
	font-size:2.2rem;
}

.change_lang_bt img {
vertical-align: text-bottom;
margin-right:30px;
}

.change_lang_bt .over {
	display:none;
}

.change_lang_bt a:hover .over {
	display:inline;
}

.change_lang_bt a:hover .out {
	display:none;
}

/*aside*/

.aside_wrap {
	 max-width:1170px;
	 width:100%;
    margin:0 auto 60px auto; 
    position:relative;
	padding-left:40px;
}

.aside_wrap li {
	padding-right:40px;
}

.aside_wrap li.works_category {
	padding-right:0px;
	letter-spacing:1px;
}

.aside_wrap li img {
	width:100%;
	height:auto;
	
	margin-bottom:20px;
}

aside .works_category {
	font-size:2rem;
}

aside  .aside_ttl {
	font-size:1.6rem;
	margin-bottom:10px;
}

aside time {
	font-size:1.2rem;
}

/*work一覧*/
.work_list {
	padding: 80px 0 40px 0;
}

.work_list article {
	width:100%;
	margin-bottom:80px;
}

.work_list article img {
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.work_list .works_category:after ,
.works_category a {
	color:#a69a7f;
}

.work_list .aside_ttl {
	font-size:2.4rem;
	margin-bottom:20px;
}

.work_list {
	font-size:1.6rem;
}

.work_list article .txt_wrap {
	width:840px;
	margin: 0 auto;
}

.work_list article .txt_wrap a {
	display:inline-block;
}

.work_list article .txt_wrap a:hover {
	opacity:0.7;
}

#next  {
	text-align:center;
}

/*company*/
.company {
	padding: 80px 0 40px 0;
}

.company_wrap {
	margin-bottom:120px;
}

.company  a {
	color:#c3ad7d;
}

.company dl {
	width:840px;
	margin:0 auto;
	font-size:0;
	border-bottom:1px solid #ccc;
}

.company dl .en {
	line-height:1.5;
}

.company dt {
	width:140px;
	font-size:1.6rem;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #ccc;
	padding:20px 0;
}

.company dd {
	font-size:1.6rem;
	width:700px;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #ccc;
	padding:20px 0;
	position:relative;
}

.company dd .btns {
	position:absolute;
	top:10px;
	right:0;
}

.com_list li {
	display:inline-block;
	width:45%;
}

.com_list .en {
	text-transform:none;
}

.career_wrap {
	padding-top:100px;
	border-top:1px solid #ccc;
}

.career_wrap  article {
	width:840px;
	margin:0 auto;
	padding:50px 0 0 0;
	display:none;
}

.arrow_btn_down {
	text-align:center;
	margin-top:-30px;
	cursor:pointer;
}

.arrow_btn_up {
	text-align:center;
	margin-top:30px;
	cursor:pointer;
	display:none;
}

.arrow_btn_down:hover ,
.arrow_btn_up:hover {
	opacity:0.7;
}



.careers_head {
	font-size:2.4rem;
	margin-bottom:1em;
}

.careers_intro {
	margin-bottom:30px;
}

.company .career_wrap dt {
	width:200px;
}

.company .career_wrap dd {
	width:640px;
}

/*汎用*/
.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.mb60 {
	margin-bottom:60px;
}

.mb80 {
	margin-bottom:80px;
}

.mb90 {
	margin-bottom:90px;
}

.alignC {
	text-align:center;
}

.alignR {
	text-align:right;
}


@media screen and (max-width: 767px) {
	
	.en {
	font-family: 'Muli', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}
	
	.old_standard.en {
		font-family: 'Old Standard TT', serif;
	}
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.inner {
		width: 100%;
		padding:0 4%;
	}
	
	.sp_inner {
		padding:0 4%;
	}
	
	body {
		min-width: 100%;
		font-size: 1.2rem;
		line-height: 1.7;
		-webkit-overflow-scrolling: touch;
		overflow-x:hidden;
	}
	


/*汎用*/
.mb10 {
	margin-bottom:5px;
}

.mb20 {
	margin-bottom:10px;
}

.mb30 {
	margin-bottom:15px;
}

.mb40 {
	margin-bottom:20px;
}

.mb50 {
	margin-bottom:25px;
}

.mb60 {
	margin-bottom:30px;
}

.mb80 {
	margin-bottom:40px;
}

.mb90 {
	margin-bottom:45px;
}
/*-------ハンバーガー ヘッダー周り start--------*/

.fix_nav {
	position:fixed;
	background:#fff;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2;
}

.sp_head {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#f5f5f5;
	height:40px;
	z-index:9;
}

.sp_head .logo {
	position:absolute;
	top:10px;
	left:4%;
}

.navfixed {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    z-index: 50;
}

.navfixed a:hover ,
.navfixed a:hover img {
	opacity:0.7;
}

#scrollSec {
    padding: 20px 0px;
}

.overlay {
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibiilty 0.5s;
}

.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

.navibar-fixed {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51;
}

.nav-open .overlay {
    opacity: 0;
    visibility: visible;
}

.nav-container {
    width: 50%;
    height: 100vh;
    text-align: left;
    background-color: #a49075;
    padding: 70px 10px 0 25px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow: auto;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform 0.2s cubic-bezier(0.07, 0.23, 0.34, 1);
	line-height:1;
}

.navWrap {
    list-style: none;
    padding: 0;
}

.navWrap li {
    padding:0 0 30px 0;
}

.navWrap li:last-child {
	padding:0 0 50px 0;
}

.navWrap a {
    display: block;
    font-size: 1.4rem;
	color:#fff;
    transform: translateZ(0);
}

.nav-open .nav-container {
    transform: translateX(0);
}


.navi {
	position:relative;
}

.hamburger {
	position:fixed;
	top:15px;
	right:4%;
	z-index:10;
}

.sub_nav {
	margin-bottom:30px;
}

.sub_nav.lang {
	margin-bottom:0;
}

.sub_nav  li {
	margin-right:1em;
	display:inline-block;
}

.sub_nav.lang a {
	font-size:1.4rem;
	
}

.sub_nav a{
	font-size:2rem;
	color:#fff;
}

address.sub {
	font-size:1.2rem;
	color:#fff;
}



}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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


/*menu navi hamburger*/

.naviHam {
    width: 30px;
    margin: 0 auto;
}

.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    margin-top: 7px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburgerWrap {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

}


@keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}


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

.hamburgerWrap.is-active .line:nth-child(1),
.hamburgerWrap.is-active .line:nth-child(2),
.hamburgerWrap.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.hamburgerWrap.is-active .line:nth-child(2) {
    opacity: 0;
}

.hamburgerWrap.is-active .line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

.hamburgerWrap.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

}

/*-------ハンバーガー ヘッダー周り end--------*/
