@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/

html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
	/* background: url(../img/common_body.gif) center repeat-y; */
	font-family:sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}


/*　背景のボックスが必要な場合のみ設定  */
#back {
}

p {font-size:90%;
	line-height:1.8em;
	margin:0;
	}

strong {font-weight:bold}

figure{
	margin: 0;
}

img {
	border:0;
	vertical-align:bottom;
	max-width: 100%;
}

hr{
	margin:0;
	border-top: 1px solid #bbb;
	/* background: url(../img/hr.gif) repeat-x ; */

/* hr 左右グラデ表示用設定
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); */}

table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
* {
	box-sizing: border-box;
}
ul {
	list-style: none;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.mt6em{
	margin-top: 6em;
}




/*　ヘッダー--------------------------------　*/

#head{
	background:#fff;
	max-width: 940px;
	height:0;
	width:94%;
	margin:30px auto 40px;
	padding:0 ;
	position: relative;
	/* background:url(../img/common_logo_pc.jpg) no-repeat left 20px; */
}

#head h1 {
	margin:0;
	position: absolute;
	left: 0;
	width: 150px;
	z-index:10;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
}

#head h1 a{
	color: #333;
	text-decoration: none;
/*	float:left;
	display:block;
	height:45px;
	width:150px;
	/* margin:0px auto 0 auto;
	background:url(../img/common_logo.png) no-repeat ;
	background-size: cover;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;*/
	}
#head h1 a span,
#head h1 span{
	display:none;
}


/*　ビジュアル--------------------------------　*/

#visual {
	width:100%;
	clear:both;
	height: 100vh;
	margin:0px 0px 0px 0px ;
	padding: 0 0 0 0;
	background-color: #000;
	position:relative;
	z-index:1; /* naviが下に重なるのを防ぐ */
	overflow: hidden;
 }
.bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
#visual li {
	height: 100vh;
	background: center / cover no-repeat;
}

#visual .bg1{
	background-image: url(../img/top_visual01.jpg);
}
#visual .bg2{
	background-image: url(../img/top_pc_visual_02.jpg);
}
#visual .bg3{
	background-image: url(../img/top_pc_visual_03.jpg);
}
#visual .bg4{
	background-image: url(../img/top_pc_visual_04.jpg);
}
#visual .bg5{
	background-image: url(../img/top_pc_visual_05.jpg);
	background-position: center right;
}
#visual .bg6{
	background-image: url(../img/top_pc_visual_07.jpg);
	background-position: center right;
}
#visual .bg7{
	background-image: url(../img/top_pc_visual_06.jpg);
}

#visual .bg8{
	background-image: url(../img/top_pc_visual_logo.jpg);
}





/*　ページビジュアル　--------------------------------　*/

#title {
	width:100%;
	height: 0;
	padding-top: calc(230 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	margin:0px 0px 0px 0px ;
	position:relative;
	z-index:1;/* naviが下に重なるのを防ぐ */
	}
#title h2 {
	display:none;
	}

/* 各ページの画像設定 */
body.greet #title  { background: url(../img/greet_title.jpg) center center / cover no-repeat;}
body.company #title  { background: url(../img/company_title.jpg) center center / cover no-repeat;}
body.flow #title  { background: url(../img/flow_title.jpg) center center / cover no-repeat;}
body.works #title  { background: url(../img/works_title.jpg) center center / cover no-repeat;}
body.evaluation #title  { background: url(../img/evaluation_title.jpg) center center / cover no-repeat;}
body.contact #title  { background: url(../img/contact_title.jpg) center center / cover no-repeat;}
body.info #title  { background: url(../img/info_title.jpg) center center / cover no-repeat;}

/*ドロワー--------------------------------　*/
#drawer .overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
  }
#drawer .overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
  }
#drawer .menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 100;
	transform: translateX(0);
	transition: transform .5s;
   }

#drawer .menu-trigger:before {
	content: "";
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 0;
	border-radius: 4px;
}
#drawer .menu-trigger.active {
	transform: translateX(250px);
  }
#drawer .menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
  }
#drawer .menu-trigger.active span {
	background-color: #fff;
  }
#drawer .menu-trigger span:nth-of-type(1) {
	top: 0;
  }
#drawer .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
  }
#drawer .menu-trigger span:nth-of-type(2) {
	top: 12px;
  }
#drawer .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
  }
#drawer .menu-trigger span:nth-of-type(3) {
	bottom: 0;
  }
#drawer .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
  }

#drawer nav {
	width: 250px;
	height: 100%;
	padding: 100px 30px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transform: translate(-250px);
	transition: all .5s;
  }
#drawer nav.open {
	transform: translateZ(0);
  }
#drawer nav li a{
	color: #000;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-size: 150%;
    line-height: 2.2;
    letter-spacing: 0.1em;
	transition: 0.3s ease color;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #drawer nav li a:hover{
	color: #999;
  }

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

#drawer nav.open li {
	/* 追加部分 */
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 0.8s; /* アニメーションの長さ */
	animation-fill-mode: forwards; /* アニメーション終了時のスタイルをアニメーション終了後でも適用させる */
}
#drawer nav.open li {
	animation-delay: 0.1s;
}
#drawer nav.open li:nth-child(2) {
	animation-delay: 0.2s;
}
#drawer nav.open li:nth-child(3) {
	animation-delay: 0.3s;
}
#drawer nav.open li:nth-child(4) {
	animation-delay: 0.4s;
}
#drawer nav.open li:nth-child(5) {
	animation-delay: 0.5s;
}
#drawer nav.open li:nth-child(6) {
	animation-delay: 0.6s;
}




/*　ナビ表示--------------------------------　*/


/* #navi-box {
	width:100%;
	height:60px;
	position:relative;
	z-index:2 ;
	}

#navi h1 {
	display:none;}

#navi {
	width:100%;
	height:60px;
	padding:0 ;
	margin:0px auto 2px auto;
	clear:both;
	}
#navi ul {
	width:880px;
	height:58px;
	margin:0 auto;
	padding:0 ;
	background:url(../img/common_navi.png) no-repeat center;
	}
#navi li {
	float:left;
	list-style:none;
}
#navi li a {
	margin:0 0px 0 0px;
	display:block;
	height:58px;
	text-align:center;
	}
#navi li a span{
	display:none;
	}
 */

/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: -1px;}






/*　コンテンツ背景--------------------------------　*/

#contents-back {}




/*　パンくずリスト--------------------------------　*/
#bread {
	width:880px;
	padding:14px 0 0 0;
	margin:0px auto 0px auto ;
	font-size:75%;
	color:#333;
	clear:both;
	}
#bread a {
	color:#336699;
	}




/*　コンテンツ外枠--------------------------------　*/

#contents{
	margin:0 auto 0 auto;
	background:#ffffff;
	}

#contents:after,
.cf:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}



/*　コンテンツ　バナー--------------------------------



/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main{
	height:auto;
	width:94%;
	max-width: 940px;
	padding: 50px 0 30px 0px;
	margin:0px auto;
	}

.w1200 #contents-main{
	max-width: 1200px;
	margin:0px auto;
}
/* .contents_inner {
	position: relative;
}
 */



/*　見出し　--------------------------------　*/
#contents-main .mds {
	text-align: center;
}

#contents-main h1 {
    margin: 0 0 20px 0;
	padding: 0 0 20px;
    color: #000;
    font-size: 200%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
}


#contents-main h2 {
	padding:0 0 16px 0px;
	margin:0 0 20px 0;
	color:#000;
	text-align:left;
	font-size:180%;
	/* font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN"; */
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
}

#contents-main h2 a{
	color:#000;
	text-decoration:none;
	}
#contents-main h2 a:hover{
	text-decoration:underline;
	}


#contents-main h3 {
	padding:0 0 6px 0px;
	margin:5em 0 30px 0;
	/* border-bottom: 1px solid #999; */
	color:#000;
	text-align:left;
	font-size:120%;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
}


#contents-main h3 a{
	color:#000;
	text-decoration:none;
	}
#contents-main h3 a:hover{
	text-decoration:underline;
	}


#contents-main h4{
	/* border-bottom:#666 dotted 1px; */
	padding:0 0 10px;
	margin: 1em 0;
	line-height:1.4em;
	color: #555;
	clear:both}

#contents-main h4 img{
	margin-left:8px;}





/*　本文　--------------------------------　*/

/*　文字色　*/
#contents-main p,
#contents-main table,
#contents-main li { color:#333 }

#contents-main p {
	margin:0 0 1em 0 ;
	color:#333;
	line-height:1.8em;
	font-size:90%;}

#contents-main p img{
	margin:0 10px 20px 10px;
/*	background:#FFF;
	padding:2px;
	border: #CC9 solid 1px; */
	}

#contents-main p a:hover img{
/*	border: #2A5050 solid 1px;*/
}



/* リンク文字色 */
#contents-main a {
	color:#333;
	text-decoration:none ;}

#contents-main a:hover {
	text-decoration:underline ;}

#contents-main a:hover img{
	opacity: 1;
	transition: ease-in-out 0.3s opacity;
}

#contents-main a:hover img{
	opacity: 0.5;
}




/*　リスト　*/

#contents-main ul , #contents-main ol{
	line-height:1.6em;
	font-size:90%;
	margin:0 0 2em;
	}
#contents-main ul li{
	list-style:disc;
	margin-bottom:1em;
	margin-left: 1.2em;
	}
#contents-main ol li{
	list-style:decimal inside ;
	margin-bottom:1em;
	}

/* リスト内のテーブル設定 */
#contents-main ol li table,
#contents-main ul li table {
	width:auto;
	font-size:100%;
	margin:0;
	}
#contents-main ol li table td,
#contents-main ul li table td {
	vertical-align:top;
	}




/*　テーブル　*/

#contents-main table {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	font-size:90%;
	margin:0 0 30px 0;
	}
#contents-main table th {
	/* background:#eeeeee; */
	/* text-align:right; */
	padding:6px 6px ;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:400;
	/* border: 1px solid #999; */
	}
#contents-main table td {
	background:none;
/*	border:1px solid #999;*/
	padding:6px 6px;
	}





/* ★タブの設定-------------------------------- */

#contents-main #tabArea {
/*	background:#FFF;*/
	border-top:1px solid #999;
	height:auto;
	padding:30px 0;
	margin:0 0 0px 0;
	overflow-y:auto;
	clear:both;
	}

/*　タブ切り替えの設定　--------------------------------　*/

#contents-main ul#tab {
	margin:0 auto;
	padding-left:60px;
	width:100%;
	}
#contents-main ul#tab li{
	float:left;
	list-style:none;
	display:inline;
	}
#contents-main ul#tab li a{
	display:inline-block;
	background:#F4F4F4;
	height:40px;
	width:130px;
	margin:0 5px 0 0;
	font-size:95%;
	line-height:40px;
	text-align:center;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0;
	}
#contents-main ul#tab li a.hover,
#contents-main ul#tab li a.active{
	background:#00A55D;
	color:#fff;
	}






/* フッター--------------------------------　*/

#footer {
	margin:3em auto 0px auto;
	width:100%;
	clear:both;
	/* background:url(../img/common_footer_bg.png) top center #fff;
	background-size: cover; */
	}



/* ページトップ */
#footer p.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
#footer p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
	border-radius: 50%;
	}
#footer p.pagetop a:hover {
	background-color: #333;
	}

/* 住所 */
#footer #address {
	padding-top:30px;
	margin-bottom:4px;
	}
#footer #address p{
	text-align:center;
	font-size:75%;
	color:#333;
	}

/* コピーライト */
#footer #copyright {
	margin:0px auto 5px auto;
	padding:0px 0px;
	}
#footer #copyright p{
	text-align:center;
	font-size:62.5%;
	color:#666;
	}




/* ★追記の設定-------------------------------- */

.tuiki{
	display:none;
	}

.read_open_close{
	cursor:pointer;
	}

/* ★縦書きの設定-------------------------------- */

#contents-main .tate{
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 30px;
	top: 12%;
}
#contents-main .tate:after{
	content: "";
	width: 1px;
	height: 200px;
	margin-top: 1em;
	background: #ddd;
	display: inline-block;
	text-align: center;
}





/* ★トップページのみ--------------------------------　*/
body.index {
	height: 100vh;
	overflow: hidden;
}
body.index #head {
	margin:0 auto;
	width:100%;
	height: inherit;
	max-width:inherit;
}
body.index #head h1 {
	display: none;

}

/*TOP footer*/
body.index #footer{
	margin: 0 auto;
}

body.index #footer #copyright{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	color: #a4a4a4;
	z-index: 10;
}
body.index #contents:after {
	display: none;
}



/* ★プロフィール-------------------------------- */

#contents-main .profile_contents .ja h3{
	margin-top: 0;
	line-height: 1;
}
#contents-main .profile_contents h3{
	margin-top: 0;
}
.profile_contents .ja,
.profile_contents .en,
.profile_contents .ko{
	margin-bottom: 20px;
}

.flex{
	display: flex;
	display:-ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-drr{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}

.profile_contents .profile-text{
	width: 50%;
	display: flex;
	display:-ms-flexbox;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
}

.profile_contents .profile-img{
	width: 43%;
}


/* ★ニュース-------------------------------- */
.newsblog{
	display: flex;
	display:-ms-flexbox;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.newsblog .leftSide{
	width: 70%;
}
.newsblog .rightSide{
	width: 25%;
	margin-left: 5%;
}
#contents-main .newsblog .rightSide h3{
	border-bottom: 1px solid #bbb;
    letter-spacing: 0.1em;
    text-align: center;
	margin-top: 0;
}
.post{
	position: relative;
    padding-top: 63%;
}
.detail .post{
    padding-top: 0;
}

.detail .entry img{
	margin-bottom: 1em;
	max-height: 840px;
	max-width: 790px;
}
.entry div{
	line-height: 1.8em;
	font-size: 90%;
}
#contents-main .entry p{
	font-size: 100%;
}
#contents-main .entry ul, #contents-main .entry ol {
    font-size: 100%;
	padding-left: 1em;
}
#contents-main .entry ul li, #contents-main .entry ol li{
	margin-bottom: 0;
}
#contents-main .entry ul li{
	margin-left: 1.2em;
}


.entry .thumb{
	max-height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.entry .thumb img{
	object-fit: contain;
    width: 100%;
	height: 40vw;
}



/* ★ブログページ共通--------------------------------　*/
body #contents-main .post {
	margin: 0 ;
}
#contents-main .post h2 a{
	color: #333;
}
#contents-main .post h2 .newsdate{
    font-size: 50%;
    color: #666;
    letter-spacing: 0.1em;
}
#contents-main .post h2.title{
	border-bottom: 1px solid #bbb;
}

body #contents-main .post h3{
	margin-bottom:10px;
	margin-top: 0;
	border-left: 6px solid #ccc;
    padding: 4px 0 4px 10px;
}
body #contents-main .post h3 a{
	color: #333;
}
#contents-main .post h4{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
    font-size: 110%;
}
#contents-main .post h4:before{
	content: "";
	display: inline-block;
	width: 4em;
	height: 1px;
	background: #ccc;
	vertical-align: super;
    margin-right: 5px;
}

#contents-main .post a {
    color: #0044CC;
}

body #contents-main .post h3.cut-text{
	margin-left: 2em;
    font-size: 110%;
	margin-top: 1em;
	line-height: 1.3;
}
#contents-main .to-blogtop a{
	display: inline-block;
    padding: 10px 2em;
    border: 1px solid #bbb;
}

#contents-banner{
	margin-top: 23px;
}



/* 画像下　影の設定 */
body #contents-main .post p img{
	padding-bottom:25px;
	/* background:url(../img/works_img_bg.png) no-repeat bottom center;
	background-size: 100% 25px; */
	}

/* 日付など */
#contents-main .post p.links{
	color:#333;
	line-height:1.8em;
	font-size:80%;
	text-align:right;
	margin:0 0px 5px 0;
	padding:0 0px;
	}

#contents-main p.links a{
	text-decoration:none; color:#1F0000
}


/* ページング */
#contents-main .post .pager {
	display: block;
	width: 100%;
	clear:both;
	text-align:center ;
	font-size:80%;
	line-height:2em;
	margin-top:40px;
	padding-top: 2em;
	}
#contents-main .post .pager span.pager_item a {
	margin:0 2px;
	padding:3px 4px;
	background:#fff;
	border:1px solid #bbb;color:#000;
	}

#contents-main .post .to-blogtop{
	text-align:center;
	margin: 4em 0;
}
#contents-main .post .to-blogtop a{
	color: #333;
}




/* ★フォトアルバム--------------------------------　*/
#contents-main .gallery li{
	list-style: none;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	margin-left: 0;
}
#contents-main .gallery li:nth-child(3n){
	margin-right: 0;
}



/* ★ワークス　works info-------------------------------- */
#contents-main .works-box{
	text-align: center;
}
@keyframes syasen {
	from {
		transform: translateX(0) skewX(120deg);
	}
	to {
		transform: translateX(-100px) skewX(120deg);
	}
}



#contents-main .syasen{
	position: relative;
	display: inline-block;
}
#contents-main .syasen:before{
	animation-name: syasen;
	animation-duration: 0.8s; /* アニメーションの長さ */
	animation-fill-mode: forwards; /* アニメーション終了時のスタイルをアニメーション終了後でも適用させる */
	content: "";
	width: 7em;
    height: 2.6em;
    position: absolute;
    top: -1.4em;
    left: -2.6em;
	display: inline-block;
    background: #fff;
    -webkit-transform: skewX(120deg);
    -moz-transform: skewX(120deg);
    transform: skewX(120deg);
    border-right: 1px solid #666;
}
#contents-main .syasen.s6em:before{
    left: -2.4em;
}
#contents-main .works-box ul {
	display: flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	font-size: 90%;
}
#contents-main .works-box ul li{
	list-style: none;
	width: 32%;
	margin-right:2%;
	margin-bottom: 2%;
	text-align: left;
	overflow: hidden;
	margin-left: 0;
}
#contents-main .works-box ul li:nth-child(3n){
	margin-right: 0;
}
#contents-main .works-box ul li p{
	clear: both;
	overflow: hidden;
}
#contents-main .works-box ul li .works-ttl {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 100%;
}
#contents-main .works-box ul li iframe{
	margin: 0;
	padding: 0;
	width: 100%;
}
#contents-main .works-box ul li .works-img{
	position: relative;
	margin-bottom: 5px;
}
#contents-main .works-box ul li .isvideo{
	padding-top: 66.8%;
    height: 0;
    background: #000;
}
#contents-main .works-box ul li .isvideo video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contents-main .works-box ul li .year{
	display: inline-block;
	margin-right: 0.5em;
}

#contents-main .works-box ul li .genre{
	position: absolute;
	background: #000;
    color: #fff;
    padding: 4px 10px;
	bottom: 0;
	left: 0;
}
#contents-main .career-box {
	width: 760px;
	margin: 0 auto;
}

#contents-main table.career-tbl th,
#contents-main table.career-tbl td {
	line-height: 1.5;
}
#contents-main table.career-tbl th{
		width: 7em;
		padding-left: 2.5em;
}
#contents-main table.no-year td{
	padding-left: 2.5em;
}

#contents-main table.career-tbl .cat{
	width: 7em;
    border: 1px solid #ccc;
    text-align: center;
	padding-left: 6px;
	color: #999;
}





/* ★お問い合わせ-------------------------------- */

#contents-main table.soy_inquiry_message {
	border:0;
	background:none;
	margin:0;
	margin-bottom: 2em;
	text-align: center;
	}

#inquiry_form_wrapper{
	text-align: center;
}
#contents-main table.soy_inquiry_message td , #contents-main table.soy_inquiry_message th{
	border:0;
	background:none;
	padding:0;
	}

span.error_message {
	color:#900}

input[name="confirm"]{
	padding: 10px 30px;
}

/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form  {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	margin: 0 auto;
	}
body #contents-main table#inquiry_form  th {
	width:15%;
	}
body #contents-main table#inquiry_form  td {
	border:none;
}

/* nest table用 */
body #contents-main table#inquiry_form table{
	width:350px;
	border:0;
}


/* テキストボックスなどの長さ */
body #contents-main table#inquiry_form  td input,
body #contents-main table#inquiry_form  td textarea{
	padding: 8px;
    border: none;
    background: #f5f5f5;
}

body #contents-main table#inquiry_form  td input.name{
	width:100%;}
body #contents-main table#inquiry_form  td input.address{
	width:100%;}
body #contents-main table#inquiry_form  td input.email{
	width:100%;}
body #contents-main table#inquiry_form  td input.tel{
	width:100%;}
body #contents-main table#inquiry_form  td input.company{
	width:100%;}
body #contents-main table#inquiry_form  td input.kenmei{
	width:100%;}
body #contents-main table#inquiry_form  td textarea {
	width:100%;
	padding: 8px;
}

/*fanletter*/
.fanletter{
	padding: 2%;
	border: 1px solid #999;
	text-align: center;
	width: 60%;
	margin: 5em auto;
	border-radius: 10px;
}

/*privacy*/
#contents-main .privacy p,
#contents-main .privacy li{
	color: #888;
}



@media screen and (min-width:801px) and ( max-width:960px) {
    /*　画面サイズが801pxから960pxまではここを読み込む　*/
	.profile_contents .en {
		margin: 3em 0;
	}
}

/* 印刷用設定　ここから */
@media print {


/* JSナビ固定の解除 */
.fixed {
	position:relative ;
	}


}
/* 印刷用設定　ここまで */