@charset "utf-8";
/* CSS Document */

/* @font-face ================================== */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Minchoc";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}

/* base ================================== */

body {
	font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	line-height: 2;
	color: #333;
	font-size: 15px;
	background: #fff;
	word-break: break-all;
	padding: 0 40px;
	position: relative;
}

body::after {
	content: '';
	width: 40px;
	height: 181px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: url(../images/bg_side_l.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}

.pc_none {
	display: none;
}

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

img, video {
	width: 100%;
	height: auto;
}

.single img {
	max-width: 100%;
	width: auto;
	height: auto;
}

:focus {
	outline: none;
}

.inner, .inner_s {
	margin: 0 auto;
	box-sizing: border-box;
}

.inner {
	width: 90%;
	max-width: 1135px;
}

.inner_s {
	width: 760px;
}

h1 {
	font-size: 12px;
	position: fixed;
	top: 70px;
	left: 40px;
	font-weight: normal;
	z-index: 1000;
}

.logo {
	margin: 10px 0 0 0;
	width: 175px;
}

h1.logo {
	margin: 0;
	position: static;
}

.flex {
	display: -webkit-flex; /* Safari */
	display: flex;
}

#wrapper {
	background: #f4f4f4;
	padding: 90px 0 0 0;
	position: relative;
	z-index: 0;
}

#wrapper::before, #wrapper::after {
	content: '';
	width: 50%;
	height: 50%;
	position: absolute;
	background: #eee;
	z-index: -1;
}

#wrapper::before {
	top: 0;
	left: 0;
}

#wrapper::after {
	top: 50%;
	right: 0;
}

#container {
	margin: 0 0 0 0;
}

.contents {
	padding: 0 0 100px 0;
}

.mb {
	margin: 0 0 25px 0;
}

/* title ================================== */

.catch {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0 0 0 5px;
}

.fl:first-letter, .title:first-letter, ul li.current:first-letter {
	color: #2DCCD3;
}

.title {
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 0 0;
	position:relative;
	margin: 0 0 40px 0;
	width: 100%;
	line-height: 1.6;
	display: inline-block;
}

.title::before {
	content: '';
	display: block;
	height: 50px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	background: #2DCCD3;
}

.title.nm_t {
	margin-top: -25px;
}

/* .btn ================================== */

.btn {
	width: 500px;
	height: 65px;
	text-align:center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 65px;
	background: #000;
	z-index: 998;
}

.btn a {
	display: block;
	color: #fff;
	position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn a:hover {
	letter-spacing: 1px;
}

.btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
	width: 490px;
    height: 75px;
	margin: -37.5px 0 0 -245px;
}

.btn.more a::after {
	margin: -37.5px 0 0 -125px;
    width: 250px;
}

.btn a:hover::after {
    -webkit-animation: ripple 1.5s ease;
    animation: ripple 1.5s ease;
}

@-webkit-keyframes ripple {
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);background: rgba(0,0,0,0);}
    100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);background: rgba(0,0,0,0.5);}
}

@keyframes ripple {
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);background: rgba(0,0,0,0);}
    100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);background: rgba(0,0,0,0.5);}
}

.btn.more a:hover::after {
    -webkit-animation: ripple2 1.5s ease;
    animation: ripple2 1.5s ease;
}

@-webkit-keyframes ripple2 {
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);background: rgba(233,88,91,0);}
    100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);background: rgba(233,88,91,0.5);}
}

@keyframes ripple2 {
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);background: rgba(233,88,91,0);}
    100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);background: rgba(233,88,91,0.5);}
}

.contact_box .btn a:hover::after {
    -webkit-animation: ripple3 1.5s ease;
    animation: ripple3 1.5s ease;
}

@-webkit-keyframes ripple3 {
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);background: rgba(255,255,255,0);}
    100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);background: rgba(255,255,255,0.5);}
}

@keyframes ripple3 {
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);background: rgba(255,255,255,0);}
    100%{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1);background: rgba(255,255,255,0.5);}
}

.btn.nm_t {
	margin-top: -32.5px;
}

.btn.nm_b {
	margin-bottom: -32.5px;
}

.btn.more {
	width: 250px;
	background: #2DCCD3;
}

ul li.back_btn {
	background-color: #888;
	float: right;
	margin: 4px 2.5px;
	border: none;
	background-color: #888;
}

ul li.back_btn>a {
	color:#fff;
}

/* #header ================================== */

#header {
	width: 100%;
	height: 90px;
	background: #fff;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 40px;
	box-sizing: border-box;
}

#g_nav {
	font-size: 13px;
}

#g_nav li {
	display: inline-block;
	margin: 0 0 0 10px;
	cursor: pointer;
	position: relative;
}

#g_nav > li:last-child {
	padding: 31px 10px;
	background: #e30000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#g_nav > li:last-child a{
	color: #fff;
}

#g_nav > li:last-child:hover {
	opacity: 0.6;
}

#g_nav li .sub-menu {
	overflow: hidden;
	height: 0;
	transition: .5s;
	opacity: 0;
	position: absolute;
	width: 270px;
	box-sizing: border-box;
	background: #fff;
	display: block;
	padding: 0 20px;
}

#g_nav li .sub-menu li {
	display: block;
	margin: 0 0 5px 0;
}

#g_nav li .sub-menu li::before {
	content: '\f0da';
    font-family: "FontAwesome";
	margin: 0 10px 0 0;
	font-size: 10px;
	vertical-align: text-bottom;
}

#g_nav li:hover .sub-menu{
    overflow: visible;
	opacity: 1;
	height: auto;
	padding: 40px 20px 15px 20px;
}


/* #side ================================== */

#side {
	position: fixed;
	right:0;
	top: 50%;
	z-index: 1000;
	margin: -162.5px 0 0 0;
	width: 40px;
	height: 325px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	background: url(../images/bg_side_r.png) no-repeat center;
	background-size: contain;
}

#side a {
	display: block;
	color: #fff;
}

/* #contact ================================== */

#contact {
	position: relative;
	z-index: 1;
}

#contact .contact_box {
	background: #2DCCD3;
	text-align: center;
	color: #fff;
	padding: 50px;
}

#contact .contact_box .txt {
	margin: 0 0 35px 0;
}

#contact .btn {
	background: #fff;
}

#contact .btn a {
	color: #2DCCD3;
}

/* #map ================================== */

#map {
	margin: -75px 0 0 0;
}

#map .map_api {
	height: 435px !important;
}

/* #footer ================================== */

#footer {
	background: #fff;
	height: 80px;
	padding: 0 0 40px 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

#footer ul li {
	display: inline-block;
}

#f_nav {
	font-size: 14px;
}

#f_nav li {
	margin: 0 0 0 30px;
}

#footer .sns {
	font-size: 25px;
}

#footer .sns li {
	margin: 0 0 0 10px;
}

#footer .sns li:first-child .fa {
	vertical-align: middle;
}

/* address ================================== */

address {
	background: #000;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
}

/* #main_visual ================================== */

#main_visual {
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
	margin: 0 0 60px 0;
	background-color: #000;
}

#main_visual .main_video {
	width: auto;
}

#main_visual .catch {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin: -1em 0 0 0;
}

#single_works #main_visual {
	margin: 0;
}

#single_works #main_visual::before, #single_works #main_visual::after {
	content: '';
	position: absolute;
}

#single_works #main_visual::before {
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -2;
}

#single_works #main_visual::after {
	background: rgba(0,0,0,0.6);
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#archive_works #main_visual, #page_search #main_visual  {
	background-image: url(../images/bg_works.jpg);
}

#archive_works #cat_content {
	background: #fff;
	padding: 70px 110px;
	margin: -120px 0 70px 0;
	position: relative;
}

#archive_works #cat_content p, #archive_works .catbox_txt p {
	margin-bottom: 20px;
}

#archive_works #cat_content p:last-of-type, #archive_works .catbox_txt p:last-of-type {
	margin-bottom: 0;
}

#archive_works #cat_content img, #archive_works #catbox img {
	width: auto;
	height: auto;
	max-width: 100%;
}

#archive_works .catbox_list {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#archive_works .catbox_list .catbox_item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 80px 80px 80px;
}

#archive_works .catbox_list .catbox_item.box1 {
	background: #fff;
}

#archive_works .catbox_list .catbox_item.box2 {
	background: rgba(0,0,0,0.03);
	margin: 195px 0 0 0;
}

#archive_works #catbox3 {
	background: rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding: 0 110px 70px 110px;
	color: #fff;
}

#archive_works #catbox3 .title {
	color: #fff;
}

/* #breadcrumbs ================================== */

#breadcrumbs {
	font-size: 13px;
	padding: 15px;
	line-height: 1;
}

#breadcrumbs br {
	display: none;
}

#breadcrumbs, #breadcrumbs a {
	color: #fff;
}

#breadcrumbs .fa-angle-right:before {
	padding: 0 5px;
}

#breadcrumbs span span {
	padding: 2px 0 0 0;
}

#breadcrumbs span:first-of-type span {
	display: inline-block;
	background: url(../images/icon_home.png) no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
}


/* #page_top ================================== */

#page_top #wrapper {
	padding: 0;
}

#page_top #main_visual {
	height: 100%;
	margin:  0;
}

#page_top #main_visual .main_txt {
	position: absolute;
	top: 50%;
	margin: -90px 0 0 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}

#page_top #main_visual .catch {
	margin: 0 0 70px 0;
	position: static;
}

.play {
	letter-spacing: 5px;
	margin: 0 0 0 5px;
	color: #fff;
	position: relative;
	padding: 0 0 0 27px;
	display: inline-block;
	cursor: pointer;
}

.play::before {
	content: '';
	border: 1px solid #fff;
	width: 17px;
	height: 15px;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -7.5px 0 0 0;
	box-sizing: border-box;
}

.play::after {
	content: '\f0da';
	font-family: "FontAwesome";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -7.5px 0 0 0;
	display: inline-block;
	width: 17px;
	text-align: center;
	letter-spacing: normal;
	line-height: 15px;
}

.modal_area {
	display: none;
	width: 760px;
	position:fixed;
	z-index: 1001;
	padding-top: 515px;
}

.modal_area .clause_btn {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 999;
	cursor: pointer;
	top: -50px;
	right: -50px;
}

.modal_area .clause_btn span {
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
}

.modal_area .clause_btn  span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
top: 0;
}

.modal_area .clause_btn  span:nth-of-type(2) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: 0;
}

.modal_area iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 1000;
}

.scroll a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #fff;
}

.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* #works ================================== */

#works_movie {
	padding-top: 0;
}

#works_movie .title {
	margin-bottom: 25px;
}

#works_movie .txt,
#top_service .txt.ttltxt {
	margin: 0 0 60px 0;
	text-align: center;
}

#works_movie .movie {
	margin: 0 0 140px 0;
}

#works_movie .movie .item {
	width: 60%;
}

#works_movie .movie .item:last-of-type {
	width: 40%;
	font-size: 18px;
	text-align:center;
	padding: 0 0 10px 0;
	background:url(../images/logo_square.png) no-repeat center;
	background-size: 88px;
	position: relative;
}

#works_movie .movie .item .fl {
	margin: 0 0 35px 0;
}

#works_movie .item_txt {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

#works_movie .play_digest {
	color: #fff;
	cursor: pointer;
}

.works_list {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #fff;
	padding: 85px 110px 45px 110px;
}

.works_list::after {
	content: '';
	display: block;
	width: 30%;
}

.works_item {
	width: 30%;
	margin: 0 0 40px 0;
}

.works_item a {
	display: block;
	position: relative;
}

.works_item .thum {
	margin: 0 0 15px 0;
	overflow: hidden;
}

#works_movie .works_item .txt {
	text-align: left;
	margin: 0;
}

.cat {
	margin: 0 0 10px 0;
}

.cat li {
	display: inline-block;
	background: #fff;
	border: 1px solid #000;
	padding: 0 10px;
	font-size: 14px;
	line-height: 25px;
	margin: 5px 2.5px;
}

.cat.link {
	margin: 0;
}

.cat.link li {
	padding: 0;
}

.cat.link a {
	display: block;
	padding: 0 10px;
}

.works_item .works_title {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}

.works_item .client {
	font-size: 14px;
	display: block;
	line-height: 1;
	margin: 0 0 10px 0;
}

/* .client::after {
	content: '様';
	display: inline-block;
	margin: 0 5px;
} */

/* #client ================================== */

#loopslider {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 160px;
    float: left;
}

#loopslider ul li {
	width: 160px;
    height: 160px;
	margin: 0 15px;
}

/* #service ================================== */

.service_list {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.service_item {
	width: 32%;
	background: #fff;
}

.service_item .title {
	margin-bottom: 25px;
	font-size: 21px;
}

.service_item .txt {
	padding: 0 50px 40px 50px;
}

.service_item .txt._first {
  padding: 0 50px 70px;
}

.service_item .txt._second {
  padding: 0 50px 50px;
}

#service {
	counter-reset: number 0;
}

#service .title {
	margin-bottom: 100px;
}

#service .step_list {
	padding: 0 0 80px 0;
}

#service .step_list:last-of-type {
	padding-bottom: 0;
}

#service .step_item, #service .step_img {
	width: 50%;
}

#service .step_item {
	background: #fff;
	padding: 80px;
	box-sizing: border-box;
	min-height: 455px;
	position: relative;
}

#service .step_item::before {
	counter-increment: number 1;
	content: 'STEP' counter(number) '';
	position: absolute;
    top: -50px;
    left: -20px;
    font-size: 50px;
    font-weight: 100;
}

#service .step_img {
	margin: auto 0 -80px 0;
}

#service .step_list:nth-of-type(even) {
	padding: 80px 0 0 0;
}

#service .step_list:nth-of-type(even) .step_item {
	order: 2;
}

#service .step_list:nth-of-type(even) .step_item:before {
	left: auto;
	right: -20px;
}

#service .step_list:nth-of-type(even) .step_img  {
	order: 1;
	margin: -80px 0 auto 0;
}

#service .step_item .sub {
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 20px 0;
}

#service .service_txt {
	background: #fff;
	padding: 70px 110px;
	margin: 200px 0 0 0;
}

#service .service_flow {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px 0;
}

#service .flow_item {
	width: 32%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;

	position: relative;
	border: 1px solid #000;
	box-sizing: border-box;
	margin: 0;
}

#service .flow_item.active {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

#service .flow_item.active {
	position: relative;
	z-index: 0;
}

#service .flow_item.active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.2);
	z-index: -1;
}

#service .flow_item a {
	display: block;
	color: #333;
}

#service .flow_item::before {
	content: '\f0da';
    font-family: "FontAwesome";
    text-align: center;
    position: absolute;
    display: block;
    width: 30px;
    line-height: 30px;
    left: -22px;
    top: 50%;
    font-size: 20px;
    margin: -15px 0 0 0;
	color: #333;
}

#service .flow_item:nth-of-type(1)::before {
	content: none;
}

/* #interview ================================== */

.top_cases_list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background: #fff;
	padding: 0 110px 90px 110px;
}

.top_cases_list::after {
	content: '';
	display: block;
	width: 32%;
}

.top_cases_item {
	width: 32%;
	max-width: 280px;
}

.top_cases_item .thum {
	margin: 0 0 10px 0;
}

.top_cases_item .name {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

/* #top_about ================================== */

#top_about .inner {
	width: 100%;
	max-width: none;
	position: relative;
	margin: 0 0 100px 0;
}

#top_about .inner::before {
	content: '';
	display: block;
	width: 90%;
	height: 100%;
	padding: 0 0 85px 0;
	background: rgba(0,0,0,0.03);
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -45%;
}

#top_about .about {
	margin: 0 0 75px 0;
	position: relative;
	z-index: 1;
}

#top_about .about .txt {
	text-align:center;
	margin: 0 0 55px 0;
}

#top_about .biography {
	position: relative;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#top_about .biography .slide {
	width: 60%;
	min-height: 480px;
	position: relative;
	background-position: top center;
	background-size: cover;
	z-index: 1;
	background-color: #000;
}

#top_about .biography h2 {
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.4;
	position: absolute;
	left: 75px;
	bottom: 55px;
}

#top_about .biography .copy {
	display: block;
	font-size: 20px;
}

#top_about .biography .name {
	font-size: 40px;
	display: inline-block;
	margin: 0 0 0 20px;
	font-family: "Yu Mincho", "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#top_about .biography .box {
	width: 40%;
	min-height: 480px;
	box-sizing: border-box;
	background: #fff;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 75px;
}

#top_about .biography .txt {
	width: 500px;
}

#top_about .biography .txt h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

/* #info ================================== */

#info {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

#news {
	background: #fff;
	padding: 70px 110px;
}

#page_top #news {
	width: 520px;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: auto;
}

#page_top .news_list {
	height: 275px;
	overflow-y: auto;
	padding: 20px 10px;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

.news_list a {
	text-decoration: underline;
}

.news_list li {
	margin: 0 0 20px 0;
}

.news_list span {
	font-size: 13px;
}

.news_list .label {
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin: 0 5px 0 0;
}

.news_list::-webkit-scrollbar {
    width: 5px;
}

.news_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f4f4f4;
}

.news_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #000;
}

#company {
	width: 90%;
	height: 700px;
	/*margin-top: 150px;*/
	color: #fff;
	background: url(../images/bg_company.png) no-repeat center;
	background-size: cover;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

#company a {
	color: #fff;
}

#company h2 {
	text-align: center;
	font-weight: normal;
	margin: 0 0 30px 0;
	font-size: 17px;
	background:url(../images/logo_square_w.png) no-repeat top center;
	background-size: 80px;
	padding: 90px 0 0 0;
}

#company .txt {
	font-size: 14px;
	width: 250px;
	line-height: 1.8;
}

#company .address {
	margin: 0 0 25px 0;
}

.tel {
	cursor: auto;
}

/* #single ================================== */

#single_contents .contents {
	background: #fff;
	padding: 0 110px 70px 110px;
	margin: 0 0 50px 0;
}

/* #single_works ================================== */

#single_works .single_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

#single_works .single_title .client::after {
	margin-left: 0;
}

.youtube {
	position:relative;
	width:100%;
	padding-top: 515px;
	margin: 0 auto 15px auto;
}

.youtube iframe, .youtube img {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#single_works .youtube {
	padding-top: 430px;
	margin-top: -305px;
}

.detail {
	margin: 35px 0 65px 0;
}

.tag {
	background: #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	box-sizing:  border-box;
	border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin: 5px 2.5px;
}

.tag a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.works_table {
	font-size: 13px;
	text-align: left;
}

.works_table th, .works_table td {
	padding: 5px 15px;
	box-sizing: border-box;
	height: 48px;
	vertical-align: middle;
}

.works_table th {
	width: 155px;
	background: #000;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}

.works_table td {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.works_table tr:last-of-type td {
	border: none;
}

.works_table .keyword {
	padding: 10px 15px;
}

#single_contents .works_table th, .works_table td {
	padding: 5px 10px;
}

#single_contents .works_table td {
	width: 225px;
}

#single_contents #same_cat {
	padding: 0;
	background: none;
}

#same_cat .works_list {
	padding-top: 0;
	position: relative;
	margin: 0 0 105px 0;
}

#same_cat .works_list .btn {
	position: absolute;
	bottom: -32.5px;
	left: 50%;
	margin: 0 0 0 -125px;
}

/* .search_box ================================== */

.search_box, .cat_box {
	width: 915px;
	margin: 0 auto;
}

.cat_box {
margin-bottom: 15px;
}

.search_box .works_table {
	margin-bottom: 30px;
}

.cat_box .works_table td, .search_box .works_table td {
	width: 760px;
}

.cat_box .works_table td {
	background: rgba(0,0,0,0.03);
}

.cat_box .cat li.current_cat {
	background: #000;
}

.cat_box .cat li.current_cat a {
	color: #fff;
}

.search_box .tag {
	margin: 5px 2.5px;
	cursor:  pointer;
	font-size: 12px;
}

.search_box .tag::before {
	content: '\f0da';
	font-family: "FontAwesome";
	font-size: 10px;
	color: #2f2f2f;
	padding: 0 5px 0 0;
}

.search_box input[type=checkbox] {
	display:  none;
}

.search_box .tag:hover, .search_box input[type=checkbox]:checked + .tag {
	background:  #fff;
	border: 1px solid #333;
}

.search_box input[type=text] {
	border: 1px solid #535353;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	box-sizing:  border-box;
	width: 100%;
	padding: 0 10px;
	font-size: 15px;
}

.search_box .feas-submit-button {
    color: #fff;
    display: block;
    border: none;
    font-size: 15px;
	cursor: pointer;
	margin-bottom: 10px;
}

.search_box .note {
	text-align: center;
}

.search_box .default_check {
	display: none;
}

.sp_search, .sp_input, .sp_plan {
	display: none;
}

.acbox .note {
	text-align: center;
	margin: 0 0 70px 0;
}


/* #page_about ================================== */

#page_about #main_visual {
	margin-bottom: 110px;
}

#about {
	background: rgba(0,0,0,0.03);
	padding: 115px 0 0 0;
	margin: 0 0 215px 0;
}

#about .inner {
	position: relative;
}

#about .inner::after {
	content: '';
	position: absolute;
	top: -165px;
	right: -165px;
	width: 525px;
	height: 385px;
	display: block;
	background: url(../images/photo_about.jpg) no-repeat center;
	background-size: cover;
}

#about .box {
	width: 850px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 110px 90px 110px;
	display: inline-block;
	margin: 0 0 -115px 0;
	line-height: 1.8;
	counter-reset: number 0;
	font-size: 14px;
}

#about .box h3 {
	font-weight: normal;
	font-size:  18px;
	text-indent: -1.2em;
	padding: 0 0 0 1em;
	border-bottom: 1px solid #eee;
	margin: 20px 0 10px 0;
}

#about .box h3::before {
  counter-increment: number 1;
  content: counter(number) '.';
  margin: 0 5px 0 0;
}

#strategy .strategy_list {
	background: #fff;
	padding: 0 65px 45px 65px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#strategy .strategy_list .txt {
	width: 100%;
	margin: 0 0 50px 0;
	text-align:  center;
}

#strategy .strategy_list .strategy_item {
	width: 335px;
	box-sizing: border-box;
	padding: 0 35px;
	border-left: 2px solid #eee;
	line-height: 1.8;
	margin: 0 0 80px 0;
}

#strategy .strategy_list .strategy_item h3 {
	font-size: 18px;
	font-weight: normal;
	padding:  0 0 20px 0;
	margin: 0 0 10px 0;
	position: relative;
}

#strategy .strategy_list .strategy_item h3::before, #strategy .strategy_list .strategy_item h3::after {
	content: '';
	height: 1px;
	display: block;
	background: #2DCCD3;
	position: absolute;
}

#strategy .strategy_list .strategy_item h3::before {
	width: 70px;
	left: 0;
	bottom: 0;
}

#strategy .strategy_list .strategy_item h3::after {
	width: 11px;
	bottom: 4px;
	left: 60px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#strategy .strategy_list .strategy_item .txt {
	margin: 0 0 15px 0;
	text-align: left;
	font-size: 14px;
	color: #2DCCD3;
}

#biography {
	padding-top: 100px;
}

#biography .sakai_sns {
	width: 1000px;
	margin: 60px auto;
	height: 130px;
}

#biography .sakai_sns li:nth-of-type(2) {
	margin-top:  auto;
}

#biography .sakai_sns li a::before {
	font-size: 25px;
	vertical-align: bottom;
	margin: 0 20px 0 0;
}

#biography .sakai_sns li:nth-of-type(1) a::before {
	content: '\f167';
	font-family: "FontAwesome";
}

#biography .sakai_sns li:nth-of-type(2) a::before {
	content: '\f082';
	font-family: "FontAwesome";
}

#biography .biography_item {
	position: relative;
	margin-bottom: 120px;
}

#biography .biography_item .box {
	padding: 90px 100px;
	position: relative;
	background: #fff;
	width: 645px;
	box-sizing: border-box;
}

#biography .biography_item.film_maker .box, #biography .biography_item.art_director .box {
	background: rgba(0,0,0,0.7);
	color:  #fff;
	width: 100%;
}

#biography .biography_item .title {
	text-align: left;
	padding: 0;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

#biography .biography_item .title::before {
	display: none;
}

#biography .biography_item .title .en {
	display: block;
	font-size: 14px;
}

#biography .biography_item .txt {
	width: 430px;
}

#biography .biography_item.film_maker .biography_photo {
	width: 590px;
	position: absolute;
	top: 50px;
	right: -75px;
}

#biography .biography_item.film_maker .biography_photo::after {
	content: '';
	width: 318px;
	height: 176px;
	display: block;
	background: url(../images/photo_film_maker2.jpg) no-repeat center;
	background-size: contain;
	margin-left: auto;
}

#biography .biography_item.cm_director {
	margin-bottom: 179px;
}

#biography .biography_item.cm_director .title, #biography .biography_item.writer .title {
	text-align: center;
}

#biography .biography_item.cm_director .biography_photo, #biography .biography_item.writer .biography_photo {
	width: 320px;
}

#biography .biography_item.cm_director .box::after {
	content: '';
	width: 405px;
	height: 228px;
	display: block;
	background: url(../images/photo_cm_director2.jpg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: -325px;
	bottom: -180px;
}

#biography .biography_item.photographer, #biography .biography_item.writer {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#biography .biography_item.photographer .biography_photo, #biography .biography_item.stage_director .biography_photo {
	width: 560px;
}

#biography .biography_item.art_director .txt {
	margin-left: auto;
}

#biography .biography_item.art_director .biography_photo {
	width: 390px;
	position: absolute;
	left: 155px;
	top: 50%;
	margin: -246.75px 0 0 0;
}

#biography .biography_item.art_director .biography_photo::before {
	content: '';
	width: 225px;
	height: 320px;
	display: block;
	background: url(../images/photo_art_director_2.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: -225px;
	top: 50%;
	margin: -160px 0 0 0;
}

#biography .biography_item.writer {
	margin-bottom: 190px;
}

#biography .biography_item.writer .biography_photo, #biography .biography_item.cultural_activity .biography_photo, #biography .biography_item.lecturer .biography_photo {
	order: 2;
}

#biography .biography_item.writer .box::after {
	content: '';
	width: 295px;
	height: 411px;
	display: block;
	position: absolute;
	left: -245px;
	bottom: -135px;
	background: url(../images/photo_writer_2.jpg) no-repeat center;
	background-size: cover;
}

#biography .biography_item.cultural_activity, #biography .biography_item.lecturer {
	max-height: 395px;
	overflow: hidden;
}

#biography .biography_item.cultural_activity {
	margin: 0;
}

#biography .biography_item.cultural_activity .box, #biography .biography_item.lecturer .box {
	width: 50%;
}

#biography .biography_item.cultural_activity .txt, #biography .biography_item.lecturer .txt {
	margin: 0 auto;
}

#biography .biography_item.cultural_activity .biography_photo, #biography .biography_item.lecturer .biography_photo {
	width: 50%;
	-webkit-align-items: center;
	align-items: center;
}

/* #plan_table ================================== */

#plan_table .inner {
	-webkit-align-items: center;
	align-items: center;
}

#plan_table .txt {
	 text-align: center;
	 margin: 0 0 25px 0;
}

#plan_table .btn {
	margin-bottom: 100px;
}

#plan_table table.plan {
	line-height: 1.4;
}

#plan_table table.plan  th {
	font-weight: normal;
}

#plan_table table.plan thead th {
	height: 155px;
	background: #000;
	color: #fff;
	vertical-align: middle;
	font-size: 28px;
	width: 245px;
}

#plan_table table.plan thead th:nth-of-type(1) {
	background: none;
	width: 155px;
}

#plan_table table.plan thead th:nth-of-type(3), #plan_table table.plan  .btn_detail td:nth-of-type(2) {
	background: #262f3c;
}

#plan_table table.plan thead th .plan_name {
	font-size: 16px;
	display: block;
}

#plan_table table.plan tbody {
	font-size: 14px;
}

#plan_table table.plan tbody tr:nth-last-of-type(even) th, #plan_table table.plan tbody tr:nth-last-of-type(even) td {
	background: #f7f7f7;
}

#plan_table table.plan tbody th, #plan_table table.plan tbody td {
	padding: 15px;
	vertical-align: middle;
	background: #fff;
}

#plan_table table.plan tbody th {
	text-align: left;
}

#plan_table table.plan tbody td {
	text-align: center;
	border-left: 1px solid #e8ecf0;
}

#plan_table table.plan tbody td strong {
	text-decoration: underline;
	font-weight: normal;
	display: block;
	margin: 0 0 5px 0;
}

#plan_table table.plan tbody td ul {
	font-size: 13px;
	display: inline-block;
	text-align:  left;
}

#plan_table table.plan tbody td ul li {
	list-style-type: disc;
}

.fa-window-minimize {
	color: #e7e7e7;
    vertical-align: text-top;
}

#plan_table table.plan  .btn_detail th {
	background: none;
}

#plan_table table.plan  .btn_detail td {
	border: none;
	height: 65px;
	box-sizing: border-box;
	line-height: 65px;
	font-size: 16px;
	background: #000;
	padding: 0;
}

#plan_table table.plan  .btn_detail td a {
	display: block;
	color: #fff;
}

#plan_table .plan_special {
	width: 245px;
	height: 775px;
	background: url(../images/bg_plan_special.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
}

#plan_table .plan_special h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 28.5px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

#plan_table .plan_special .balloon {
	font-size: 15px;
	color: #262f3c;
	display: block;
	background: #fff;
	width: 155px;
	height: 27px;
	line-height: 27px;
	margin: 0 auto;
	position: relative;
}

#plan_table .plan_special .balloon::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -6px;
    border: 7px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

#plan_table .plan_special .box {
	font-size: 13px;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 20px;
	margin: 25px 0;
}

#plan_table .plan_special .txt {
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
}

#plan_table .plan_special .btn_detail {
	width: 215px;
    height: 65px;
    box-sizing: border-box;
    line-height: 65px;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#plan_table .plan_special .btn_detail a {
	display: block;
	color: #262f3c;
}

#plan1 {
	background: #fff;
}

#plan2 {
	background: #f4f4f4;
}

#plan3 {
	background: #fff;
}

#plan4 {
	background: url(../images/bg_plan_special.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

#plan4 .title:first-letter, #plan4 .works_title {
	color: #fff;
}

.plan_detail .inner {
	margin-top: 30px;
	/*padding: 0 110px;*/
	padding: 0;
	box-sizing: border-box;
}

.plan_detail .title {
	font-size: 35px;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
	padding-bottom: 35px;
}

.plan_detail .txt {
	margin: 0 0 25px 0;
}

.plan_detail .title .plan_name {
	font-size: 20px;
	display: block
}

.plan_detail .detail_table {
	/*border: 1px solid #dcdcdc;*/
	width: 100%;
}

.plan_detail .detail_table br {
	display: none;
}

.plan_detail .detail_table .br_b br {
	display: block;
}

.plan_detail .detail_table strong {
	font-weight: normal;
}

.plan_detail .detail_table ul, .plan_detail .detail_table ul li {
	display: inline-block;
	font-size: 12px;
}

.plan_detail .detail_table ul::before {
	content: '（'
}

.plan_detail .detail_table ul::after {
	content: '）'
}

.plan_detail .detail_table ul li::after {
	content: '/';
}

.plan_detail .detail_table ul li:last-of-type::after {
	content: none;
}

.plan_detail .detail_table table {
	width: 50%;
	font-size: 13px;
	font-weight: normal;
}

.plan_detail .detail_table table th, .plan_detail .detail_table table td {
	padding: 8px 15px;
	box-sizing: border-box;
	/*border-bottom: 1px solid #e8ecf0;*/
}

.plan_detail .detail_table table tr:last-of-type th, .plan_detail .detail_table table tr:last-of-type td {
	/*border: none;*/
}

.plan_detail .detail_table table th {
	text-align: center;
	width: 50%;
	/*background: #FFF;*/
	/*border-right: 1px solid #e8ecf0;*/
	/*border-left: 1px solid #e8ecf0;*/
	font-weight: normal;
}

.plan_detail .detail_table table td {
	width: 313.5px;
	/*background: #fff;*/
	text-align: center;
}

.plan_detail .works_list {
	padding: 45px 0 0 0;
	background: none;
}

.plan_detail .works_item {
	margin-bottom: 0;
}

/* #archive_success ================================== */

#archive_success #main_visual, #single_success #main_visual {
	background-image: url(../images/bg_success.jpg);
}

.list_inner {
	padding: 0 35px;
}

.success_list {
	padding: 45px 110px;
	background: #fff;
}

.success_item {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 30px 0;
}

.success_item .success_title {
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 0 0 30px 0;
	font-weight: normal;
	padding: 0 0 5px 0;
	order: 1;
}

.success_item .item {
	width: 400px;
	order: 2;
}

.success_item .item .btn a::after {
	margin: -25px 0 0 -62.5px;
    width: 125px;
	height: 50px;
}

.success_item:nth-last-of-type(even) .item {
	order: 3;
}

.success_item .item .thum {
	margin: 0 0 45px 0;
}

.success_item .txt {
	width: 485px;
	order: 3;
}

.success_item:nth-last-of-type(even) .txt {
	order: 2;
}

.success_item .pr {
	color: #fff;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 25px 0;
}

.success_item .pr span {
	padding: 0 10px;
	display: inline-block;
	background: #000;
}
.success_item .pr span:nth-of-type(1) {
	margin: 0 0 0 1em;
}

.success_item .excerpt {
	font-size: 14px;
	margin: 0 0 30px 1em;
}

.success_item .btn.more {
	margin-left: 0;
	width: 125px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	order: 4;
}

.success_item:nth-last-of-type(even) .btn.more {
	margin-right: 0;
	margin-left: auto;
}

.success_item .thum_list {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.success_item .thum_list::after {
	content: '';
	width: 150px;
	display: block;
}

.success_item .thum_list li {
	width: 150px;
}

/* #single_success ================================== */

#single_success #main_visual {
	height: 185px;
	background-position: bottom -130px center;
	margin-bottom: 0;
}

#single_success .box {
	background: #000;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	padding: 45px;
	box-sizing: border-box;
}

#single_success #intro {
	background: #fff;
}

#single_success #intro .inner {
	position: relative;
}

#single_success #intro .title {
	line-height: 1.8;
}

#single_success #intro .title:first-letter {
	color: #333;
}

#single_success #intro .box {
	width: 995px;
	margin-bottom: 80px;
}

#single_success #intro .intro_photo {
	position: absolute;
	right: 0;
	bottom: -165px;
	width: 500px;
}

#single_success #intro .txt {
	font-size: 16px;
	width: 600px;
}

#single_success #problem {
	padding-top: 125px;
}

#single_success #problem .box {
	width: 595px;
	margin-bottom: 60px;
}

#single_success #problem .box h2, #single_success #solution .box h2 {
	font-weight: normal;
	padding-bottom: 5px;
}

#single_success #problem .box p, #single_success #solution .box p {
	border-top: 1px solid #fff;
	display: inline-block;
	padding-top: 10px;
}

#single_success #problem .problem_photo {
	width: 865px;
	margin-right: auto;
	margin-bottom: -75px;
}

#single_success #problem .txt {
	width: 1025px;
	box-sizing: border-box;
	background: #fff;
	padding: 140px 85px 100px 85px;
	margin-left: auto;
}

#single_success #solution {
	background: #fff;
}

#single_success #solution .inner {
	box-sizing: border-box;
	padding: 0 110px;
}

#single_success #solution .box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
	padding: 130px 0;
	font-size: 20px;
}

#single_success #solution .txt {
	padding: 60px 30px;
}

#solution .youtube {
	margin: 0 auto 75px auto;
}

#single_success #solution .name_list {
	border: 1px solid #a0a0a0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	padding: 60px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 14px;
}

#single_success #solution .name_item.credit {
	width: 435px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#single_success #solution .name_item.cast {
	width: 295px;
}

#single_success #solution .name_item h3 {
	width: 100%;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #333;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#single_success #solution .name_item dl {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#single_success #solution .name_item.credit dl {
	width: 217.5px;
}

#single_success #solution .name_item dl dt {
	width: 90px;
}

#solution .name_item dl dd {
	width: 127.5px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

#single_success #solution .name_item.cast dl dd {
	width: 205px;
}

/* #archive_cases ================================== */

#archive_cases #main_visual, #single_cases #main_visual {
	background: url(../images/bg_cases.jpg) no-repeat center;
	background-size: cover;
}

.cases_list {
	padding: 0 35px;
}

.cases_item {
	background: #fff;
	padding: 60px 70px;
	position: relative;
	margin: 0 0 60px 0;
}

.cases_item .flex {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cases_name {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.cases_item .thum {
	width: 425px;
}

.cases_item .txt {
	width: 460px;
	border-left: 1px solid #dcdcdc;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	font-size: 16px;
}

.cases_item p {
	margin: 0 0 10px 0;
}

.cases_logo {
	width: 85px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.cases_item .cases_logo {
	position: absolute;
	left: -35px;
	top: 50%;
	margin: -42.5px 0 0 0;
}

.cases_item .btn.more {
	position: absolute;
	right: -35px;
	bottom: 35px;
}

/* #single_cases ================================== */

#single_cases #main_visual {
	height: 185px;
	margin-bottom: 0;
}

#single_cases #intro {
	padding: 0;
}

#single_cases #intro .cases_logo {
	margin: -30px auto 10px auto;
	position: relative;
}

#single_cases #intro .cases_name {
	text-align: center;
	margin: 0 0 45px 0;
}

#single_cases #intro .cases_item .cases_name {
	text-align: left;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.interview_list {
	padding: 0 35px;
}

.interview_list .youtube {
	margin: 0 0 40px 0;
}

.interview_list .list_inner {
	padding: 60px 70px;
	background: #fff;
}

.interview_item .question {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.interview_item .answer {
	border: 1px solid #dcdcdc;
	padding: 50px 60px;
	margin: 0 0 25px 0;
}

#same_cases .works_list {
	padding-top: 0;
}

#single_cases #profile .profile_item {
	background: #fff;
	padding: 0 70px 60px 70px;
}

#single_cases #profile .profile_item {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#single_cases #profile .profile_item .cases_logo {
	width: 145px;
}

#single_cases #profile .profile_item .txt {
	width: 730px;
}

#single_cases #profile .profile_item .cases_name {
	font-size: 20px;
}

/* #page_first ================================== */

#page_first .contents {
	background: #fff;
	padding: 105px 180px;
	margin: 0 0 105px 0;
}

#page_first #flow {
	padding-top: 0;
	position: relative;
}

#page_first #flow::before {
	content: '';
	width: 4px;
	height: 100%;
	max-height: 2000px;
	display: block;
	position: absolute;
	left: 145px;
	top: 0;
	background: url(../images/doted.png) repeat-y;
	background-size: contain;
}

#page_first {
	counter-reset: number 0;
}

.flow_item {
	margin: 0 0 45px 0;
}

.flow_item:last-of-type {
	margin: 0;
}

.flow_item .flow_title {
	font-size: 18px;
	position: relative;
}

.flow_item .flow_title::before, .flow_item .flow_title::after {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: -50px;
	text-align: center;
	line-height: 35px;
}

.flow_item .flow_title::before {
	content: '';
  	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	margin: -17.5px 0 0 0;
	background: #000;
}

.flow_item .flow_title::after {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) '';      /* 表示形式を指定 */
	color: #fff;
	top: 0;
}

/* #page_faq ================================== */

#faq .txt {
	text-align: center;
	margin:  0 0 30px 0;
}

.faq_contact {
	-webkit-justify-content: center;
	justify-content: center;
	margin:  0 0 40px 0;
}

.faq_contact li {
	width: 140px;
	text-align: center;
}

.faq_contact li a {
	display: block;
	position: relative;
	padding: 35px 0 0 0 ;
}

.faq_contact li a::before {
	font-family: "FontAwesome";
	color: #c9c9c9;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -0.5em;
}

.faq_contact li:first-child a::before {
	content: '\f0e0';
	top: 2px;
	font-size: 20px;
}

.faq_contact li:last-child a::before {
	content: '\f095';
	top: 0;
	font-size: 26px;
	transform: scale(-1, 1);
}

.faq_nav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 25px 100px;
}

.faq_nav ul {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.faq_nav ul li {
	width: 200px;
	text-align: center;
}

.faq_nav ul li a {
	display: block;
	padding: 0 0 10px 0;
	position: relative;
}

.faq_nav ul li a::after {
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -0.5em;
	line-height: 1;
}

#page_faq .box {
	background: #fff;
	padding: 0 145px 70px 145px;
	margin: 0 0 100px 0;
}

#page_faq .acbox label, #page_faq .acbox .accshow {
	padding: 0 0 0 35px;
	position: relative;
}

#page_faq .acbox label {
	font-size: 18px;
	font-weight: bold;
	margin:  0 0 10px 0;
	display: block;
}

#page_faq .acbox .accshow {
	margin: 0 0 35px 0;
}

#page_faq .acbox label::before, #page_faq .acbox .accshow::before {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align:  center;
	font-size: 14px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
}

#page_faq .acbox label::before {
	content: 'Q';
	color: #fff;
	font-weight: bold;
	background: #000;
	top: 5px;
}

#page_faq .acbox .accshow::before {
	content: 'A';
	color: #333;
	border: 1px solid #333;
	background: #fff;
	top: 2px;
}

/* #single_column ================================== */

#single_column #main_visual, #archive_column #main_visual {
	height: 185px;
	background: #000;
}

#single_column #main_visual .catch, #single_news #main_visual .catch {
	margin-top: -2em;
}

#single_column .catch h2, #single_news .catch h2 {
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	display: inline-block;
	padding: 0 0 5px 0;
	margin: 5px 0;
	letter-spacing: normal;
}

.data {
	letter-spacing: normal;
	text-transform: uppercase;
}

#single_column .catch .data, #single_news .catch .data {
	font-size: 15px;
}

#single_column .eyecatch {
	width: 595px;
	margin: 0 auto 60px auto;
}

#single_column #column {
	background: #fff;
	margin: 0 0 45px 0;
}

#single_column #column .single {
	padding: 100px 180px;
	font-size: 16px;
}

#single_column .cat {
	padding: 0 100px;
}

.page_nav {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.page_nav_item {
	width: 540px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
	text-align: center;
}

.page_nav_item::before {
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	line-height: 0.5;
}

.page_nav_item.prev::before {
	content: '\f104';
	left: 30px;
}

.page_nav_item.next::before {
	content: '\f105';
	right: 30px;
}

.page_nav_item::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}

.page_nav_item a {
	color: #fff;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	height: 145px;
}

.page_nav_item .txt {
	width: 365px;
}

.page_nav_item .nav_title {
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_nav_item .data {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}

.page_nav_item .nav_txt {
	font-size: 15px;
	position: absolute;
	top: 50%;
	line-height: 0.5;
}

.page_nav_item.prev {
	margin-right: auto;
}

.page_nav_item.next {
	margin-left: auto;
}

.page_nav_item.prev .nav_txt {
	right: 25px;
}

.page_nav_item.next .nav_txt {
	left: 25px;
}

/* #archive_column ================================== */

#archive_column #column {
	background: #fff;
	padding: 65px 90px;
}

.column_list {
	width: 100%;
}

.column_item {
	display: block;
}

.column_item a {
	display: block;
	position: relative;
}

.new_label {
	display: block;
	width: 55px;
	height: 30px;
	line-height: 30px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 1px;
}

.grid {
	width: 29%;
	margin: 25px 2.1%;
}

.column_item .thum {
	margin: 0 0 10px 0;
}

.column_item .txt {
	font-size: 13px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
	line-height: 1.8;
}

.column_item .column_title {
	font-size: 18px;
	margin: 10px 0;
	line-height: 1.4;
	font-weight: 500;
}

.column_item .data {
	color: #919191;
	font-size: 15px;
	text-align: center;
}

/* .tablenav ================================== */

.tablenav {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkitalign-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	margin: 30px 0;
}

a.page-numbers, .tablenav .current {
	width: 45px;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	border:solid 1px #000;
	text-align: center;
	margin: 5px 0 5px 10px;
}

a.page-numbers {
	background: #000;
	color: #fff;
}

.page-numbers.dots {
	margin: 0 0 0 10px;
}

.tablenav .current {
	background: none;
	color: #333;
}

.tablenav .next, .tablenav .prev {
	height: 45px;
	line-height: 45px;
	background: #000;
	color: #fff;
	width: 125px;
}

/* #archive_news ================================== */

#archive_news #main_visual, #single_news #main_visual {
	background: #000;
}

#single_news #news {
	margin: 0 0 45px 0;
}

/* #page_corporate ================================== */

#page_corporate .works_table {
	font-size: 15px;
}

#page_corporate .works_table th {
	width: 200px;
}

#page_corporate .works_table td {
	width: 935px;
}

#page_corporate .works_table th, #page_corporate .works_table td {
	padding: 15px 20px;
}

.listmark {
	margin-left: 1.5em;
}

.listmark li {
	list-style-type: disc;
}

/* #page_privacy ================================== */

#page_privacy #privacy {
	background: #fff;
	padding: 70px 110px;
	counter-reset: number 0;
}

#page_privacy .num {
	font-weight: normal;
	font-size: 18px;
}

#page_privacy .num::before {
  counter-increment: number 1;
  content: counter(number) '. ';
}

#page_privacy .note {
	text-align: center;
	padding-top: 50px;
}

#page_privacy #company {
	margin: 0 auto 50px auto;
}

/* #page_rules ================================== */

#page_rules #rules {
	background: #fff;
	padding: 70px 100px;
}

#page_rules #rules .fl {
	font-weight: normal;
	font-size: 18px;
    border-top: 1px solid #eee;
	padding: 20px 0 0 0;
}

/* #page_sitemap ================================== */

#page_sitemap #sitemap {
	background: #fff;
	padding: 70px 110px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#page_sitemap #sitemap ul {
	width: 30%;
}

#page_sitemap #sitemap ul.sub-menu {
	width: 100%;
}

#page_sitemap #sitemap ul .current:first-letter {
	color: #333;
}

#page_sitemap #sitemap ul li::before {
	content: '\f0da';
	font-family: "FontAwesome";
	font-size: 12px;
	padding: 0 10px 0 0;
}

#page_sitemap #sitemap .child {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

#page_sitemap #sitemap .child li::before {
	color: #dcdcdc;
}

/* #page_recruit ================================== */

#page_recruit #recruit, #page_recruit #outsource {
	background: #fff;
	padding: 0 110px 70px 110px;
	margin-bottom: 100px;
}

#page_recruit #recruit .sub {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
}

#page_recruit #recruit .txt {
    border-bottom: 1px solid #eee;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

#page_recruit #recruit h3, #page_recruit #outsource h3 {
	font-size: 18px;
}

#page_recruit  #recruit .note {
    font-size: 13px;
    line-height: 1.8;
    display: block;
    margin: 5px 0 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
}

#page_recruit  .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_recruit  .address {
	background: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0;
	line-height: 1.6;
	margin: 10px 0 0 0;
}

#page_recruit .address dt, #page_recruit .address dd {
	box-sizing: border-box;
	padding: 0 20px;
}

#page_recruit .address dt:first-of-type, #page_recruit .address dd:first-of-type {
	margin: 0 0 20px 0;
}

#page_recruit .address dt {
	width: 15%;
	text-align: center;
}

#page_recruit .address dd {
	width: 85%;
	border-left: 1px solid #dcdcdc;
}

/* #page_contact ================================== */

#page_contact #contact_form, #page_conf #contact_form, #page_thanks #contact_form {
	background: #fff;
	padding: 70px 110px;
}

#page_contact #contact_form .note {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}

#contact_form .mw_wp_form  dl {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}

#contact_form .mw_wp_form dt, #contact_form .mw_wp_form dd {
	margin: 0 0 10px 0;
}

#contact_form .mw_wp_form dt {
	width: 30%;
}

#contact_form .mw_wp_form dd {
	width: 70%;
}

#contact_form .mw_wp_form dt span {
	color: #2DCCD3;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box;
}

#contact_form .mw_wp_form input, #contact_form .mw_wp_form select, #contact_form .mw_wp_form textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #dcdcdc;
}

#contact_form .mw_wp_form input:focus, #contact_form .mw_wp_form textarea:focus {
	background: #ffffe0;
	outline: none;
	box-shadow: none;
}

#contact_form .mw_wp_form .tel input {
	width: 30%;
}

#contact_form .mw_wp_form .tel .mwform-tel-field {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#contact_form .mw_wp_form select, #contact_form .mw_wp_form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact_form .mw_wp_form .select {
	position: relative;
}

#contact_form .mw_wp_form .select::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #dcdcdc transparent transparent transparent;
}

#page_conf #contact_form .mw_wp_form .select::before {
	content: none;
}

#contact_form .mw_wp_form input[type="radio"] {
	display: none;
}

#contact_form .mwform-radio-field label {
	position: relative;
	cursor: pointer;
}

#contact_form .mwform-radio-field label::before {
	content: '';
	width: 17px;
	height: 17px;
	display: block;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

#contact_form .mwform-radio-field-text {
	position: relative;
	padding: 0 0 0 25px;
}

#contact_form .mw_wp_form input[type="radio"]:checked + .mwform-radio-field-text::after{
  transform: scale(1,1);
  border-radius: 50%;
  background: #000;
}
.mwform-radio-field-text::before{
  content: "";
  display: block;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index:-1;
  transform: scale(0,0);
  background: rgba(0,0,0,0.3);
  position: absolute;
}
.mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000;
  transition:.4s;
  transform: scale(0,0);
}

#contact_form .mw_wp_form input[type="radio"]:checked + .mwform-radio-field-text::after{
  transform: scale(1,1);
  border-radius: 50%;
  background: #000;
}

#contact_form .mw_wp_form button {
	width: 500px;
	height: 65px;
	text-align:center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 65px;
	background: #000;
	color: #fff;
	display: block;
	border: none;
	cursor: pointer;
}

#contact_form .mw_wp_form button.send {
	background: #2DCCD3;
	margin-top: 10px;
}

#page_conf .txt {
	text-align: center;
}

#page_conf #contact_form .mw_wp_form  dl {
	border-bottom: none;
}

#page_conf #contact_form .mw_wp_form dt, #page_conf #contact_form .mw_wp_form dd {
	margin: 0;
	border-bottom: 1px solid #e8ecf0;
	padding: 10px 15px;
	box-sizing: border-box;
}

#page_conf #contact_form .mw_wp_form dt:first-of-type, #page_conf #contact_form .mw_wp_form dd:first-of-type {
	border-top: 1px solid #dcdcdc;
}

#page_conf #contact_form .mw_wp_form dt:last-of-type, #page_conf #contact_form .mw_wp_form dd:last-of-type {
	border-bottom: 1px solid #dcdcdc;
}

#page_conf #contact_form .mw_wp_form dt {
	background: #f7f7f7;
	border-left: 1px solid #dcdcdc;
}

#page_conf #contact_form .mw_wp_form dd {
	border-right: 1px solid #dcdcdc;
}

#page_thanks #contact_form {
	text-align: center;
}

#page_thanks #contact_form h2 {
	font-size: 18px;
	font-weight: normal;
}

#page_conf .note {
	display: none;
}

.meta_txt {
	margin: 10px 0;
	line-height: 1.6;
	font-size: 12px;
}
.works_item .works_title._add {
	font-size: 15px;
}


/* #internal link (内部リンク) ================================== */

.intel-link-area {
  display: block;
  width: 90%;
  max-width: 1135px;
  margin: 0 auto;
  text-align: right;
}
.intel-link {
  display: inline-flex;
}
.intel-link a{
  display: block;
  padding: 20px 30px;
	border-left: 28px solid #cc2f2b; 
	background-color: #fff; 
}
.intel-link a:hover{
  color: #cc2f2b;
}
#intel-extra{
 	margin-top: 90px;
}
#intel-extra a{
  border: solid #cc2f2b;
  border-width: 2px 2px 2px 28px;
}


/*404*/
body#page_404 {
  position: relative;
  padding: 0;
  min-height: 100vh;
}
body#page_404:before,
body#page_404:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #eee;
  z-index: -1;
}
body#page_404:after {
  left: auto;
  right: 0;
  background: #f4f4f4;
}
body#page_404 div#wrapper {
  background: none;
}
body#page_404 div#wrapper:before,
body#page_404 div#wrapper:after {
  content: none;
}
.not_fd_inner {
  margin-top: 56px;
  padding: 0 60px 64px;
  text-align: center;
}
.not_fd_mv {
  display: block;
  width: 40%;
  max-width: 360px;
  margin: 0 auto;
}
.not_fd_txt p {
  margin-top: 36px;
  line-height: 1.7;
}
.not_fd_link {
  margin-top: 85px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.not_fd_link:hover {
  margin-left: -15px;
}
.not_fd_link:hover span {
  color: #2DCCD3;
  font-weight: bold;
}
