@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;
}se
@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: 1.9;
	color: #333;
	font-size: 13px;
	background: #fff;
	word-break: break-all;
	-webkit-text-size-adjust:100%
}

.sp_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;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.inner, .inner_s {
	margin: 0 auto;
	box-sizing: border-box;
}

.inner {
	width: 96%;
}

.inner_s {
	width: 85%;
}

h1 {
    font-size: 10px;
    font-weight: normal;
    padding: 5px 2%;
    background: #fff;
    border-top: 1px solid #eee;
    line-height: 1.4;
}

.logo {
	width: 120px;
	line-height: 1;
	padding: 0;
	border: none;
}

.flex {
	display: -webkit-flex; /* Safari */
	display: flex;
}

#wrapper {
	background: #f4f4f4;
	padding: 50px 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 70px 0;
}

.contents {
	padding: 0 0 55px 0;
}

.mb {
	margin: 0 0 25px 0;
}

/* title ================================== */

.catch {
	font-size: 17px;
	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: 18px;
	font-weight: normal;
	text-align: center;
	padding: 45px 0 0 0;
	position:relative;
	margin: 0 0 30px 0;
	width: 100%;
	line-height: 1.4;
	display: inline-block;
}

.title::before {
	content: '';
	display: block;
	height: 30px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -0.5px;
	background: #2DCCD3;
}

.title.nm_t {
	margin-top: -15px;
}

/* .btn ================================== */

.btn {
	width: 80%;
	height: 65px;
	text-align:center;
	margin: 0 auto;
	font-size: 15px;
	line-height: 65px;
	background: #000;
	z-index: 998;
}

.btn a {
	display: block;
	color: #fff;
}

.btn.nm_t {
	margin-top: -25px;
}

.btn.nm_b {
	margin-bottom: -25px;
}

.btn.more {
	font-size: 14px;
	width: 175px;
	height: 50px;
	line-height: 50px;
	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: 50px;
	background: #fff;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 20px;
	box-sizing: border-box;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 18px;
  height: 14px;
  margin: 0 20px 0 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active_nav {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active_nav span:nth-of-type(1),
.menu-trigger.active_nav span:nth-of-type(3) {
  width: 10px;
}
.menu-trigger.active_nav span:nth-of-type(1) {
  -webkit-transform: translate(-1px,13px) rotate(-45deg);
  transform: translate(-1px,13px) rotate(-45deg);
  top: -10px;
}
.menu-trigger.active_nav span:nth-of-type(3) {
  -webkit-transform: translate(-1px,-13px) rotate(45deg);
  transform: translate(-1px,-13px) rotate(45deg);
  bottom: -10px;
}
#g_nav {
    position: fixed;
    left: -100%;
    top: 50px;
    background: #000;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 30px;
	overflow-y: auto;
}

#g_nav li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#g_nav li a {
	color: #fff;
	display: block;
	padding: 10px;
}

#g_nav li.current:first-letter {
	color: #fff;
}

#g_nav .sub-menu {
	padding-left: 30px;
}
#g_nav .sub-menu li {
	border: none;
}

#g_nav .sub-menu li:last-of-type {
	margin: 0 0 20px 0;
}

#g_nav .sub-menu li a {
	padding: 2px;
}

#g_nav .sub-menu li a::before {
	content: '\f0da';
    font-family: "FontAwesome";
	margin: 0 10px 0 0;
	font-size: 10px;
	color: #999;
}

#g_nav .sub-menu li.current:first-letter {
	color: #999;
}

/*

#g_nav {
	font-size: 14px;
	display: none;
}

#g_nav li {
	display: inline-block;
	margin: 0 0 0 30px;
	cursor: pointer;
	position: relative;
	
}

#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;
}
*/

.contact_btn {
	margin-left: auto;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: #2DCCD3;
	text-align: center;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
}

.contact_btn a {
	display: block;
	color: #fff;
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	transform: skewX(25deg);
}

/* #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;
	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 .inner	{
	width: 100%;
}

#contact .contact_box {
	background: #2DCCD3;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}

#contact .contact_box .txt {
	margin: 0 0 35px 0;
}

#contact .btn {
	background: #fff;
}

#contact .btn a {
	color: #2DCCD3;
}

/* #map ================================== */

#map .map_api {
	height: 290px !important;
}

/* #footer ================================== */

#footer {
	background: #fff;
	display: block;
}

#f_nav {
	padding: 25px 20px;
}

#f_nav li {
	border-bottom: 1px solid #e5e5e5;
}

#f_nav li a {
	display: block;
	padding: 10px 0;
}

#footer .sns {
	font-size: 30px;
	text-align: right;
	padding: 0 20px;
}

#footer .sns li {
	display: inline-block;
}

#footer .sns li:first-child .fa {
	vertical-align: middle;
}

/* address ================================== */

address {
	background: #000;
	color: #fff;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}

/* #main_visual ================================== */

#main_visual {
	position: relative;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 0;
	margin: 0 0 10px 0;
	background-color: #000;
}

#main_visual .main_video {
	display: none;
}

#main_visual .catch {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	margin: -1em 0 0 0;
}

#single_works #main_visual {
	height: 290px;
	margin: 0 0 20px 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 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 {
	background: #fff;
	padding: 30px 20px;
	margin: -60px 0 30px 0;
	position: relative;
}

#archive_works #cat_content img, #archive_works #catbox img {
	width: auto;
	height: auto;
	max-width: 100%;
}

#archive_works #catbox {
	padding: 0;
}

#archive_works .catbox_list {
	display: block;
}

#archive_works .catbox_list .catbox_item {
	box-sizing: border-box;
	padding: 0 20px 30px 20px;
	margin: 0 0 35px 0;
}

#archive_works .catbox_list .catbox_item.box1 {
	background: #fff;
}

#archive_works .catbox_list .catbox_item.box2 {
	background: rgba(0,0,0,0.03);
}

#archive_works #catbox3 {
	background: rgba(0,0,0,0.7);
	padding: 0 20px 30px 20px;
	color: #fff;
}

#archive_works #catbox3 .title {
	color: #fff;
}

/* #breadcrumbs ================================== */

#breadcrumbs {
	font-size: 11px;
	padding: 5px 2% 7px 2%;
	background: #000;
}

#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 #container {
	margin: 0;
}

#page_top #main_visual {
	height: 100%;
	margin-bottom: 0;
	background: url(../images/sp_main_visual.png) no-repeat center;
	background-size: cover;
}

#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 40px 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;
	font-size: 12px;
}

.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: 100%;
	position:fixed;
	z-index: 1001;
	padding-top: 56%;	
}

.modal_area .clause_btn {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	z-index: 999;
	top: -50px;
	right: 0;
}

.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 {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin: 0 0 0 -32px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #fff;
    border-radius: 100%;
	text-align:  center;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 100;
}

.scroll a {
	padding: 60px 0 0 0;
	display: block;
	color: #fff;
}

.scroll a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.scroll::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 60px;
	height: 60px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    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;
	padding: 0 20px;
}

#works_movie .works_item .txt{
	padding: 0;
}

#works_movie .movie {
	margin: 0 0 35px 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#works_movie .movie .item {
	width: 100%;
	order: 1;
	margin: 0 0 10px 0;
}

#works_movie .item_txt {
	padding: 60px 0 0 0;
	background:url(../images/logo_square.png) no-repeat top center;
	background-size: 50px;
	font-size: 15px;
	text-align:center;
}

#works_movie .movie .youtube {
	order: 2;
}

#works_movie .play_digest {
	display: none;
}

.works_list {
	display: block;
	background: #fff;
	padding: 0 10px 30px 10px;
    margin: 0 0 55px 0;
}

#page_top .works_list {
	padding: 0 10px;
}

#works .works_list {
    margin: 0;
	padding: 0 10px;
}

.works_item {
	border-bottom: 1px solid #e5e5e5;
}

.works_item:last-of-type {
	border: none;
}

.works_item a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0;
}

.works_item .thum {
	width: 45%;
}

.works_item .txt {
	width: 52%;
}

#works_movie .works_item .txt{
	text-align: left;
	margin: 0;
}

.cat {
	margin: 0 0 10px 0;
}

.works_item .txt .cat {
	margin: 0 0 5px 0;
}

.cat li {
	display: inline-block;
	background: #fff;
	border: 1px solid #000;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 2.5px;
}

.cat.link {
	margin: 0;
}

.cat.link li {
	padding: 0;
}

.cat.link a {
	display: block;
	padding: 2px 10px;
}

.works_item .works_title {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.works_item .client {
	font-size: 12px;
	display: block;
}

/* .client::after {
	content: '様';
	display: inline-block;
	margin: 0 5px;
} */

/* #client ================================== */

#loopslider {
    width: 100%;
    height: 115px;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 115px;
    float: left;
}

#loopslider ul li {
	width: 115px;
    height: 115px;
	margin: 0 10px;
}

/* #service ================================== */

.service_list {
	display: block;
}

.service_item {
	background: #fff;
	margin: 0 0 45px 0;
	display: inline-block;
}

.service_item .thum {
	height: 150px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}

.service_item .title {
	margin-bottom: 15px;
	font-size: 18px;
}

.service_item .txt {
	padding: 0 20px 35px 20px;
}

#service {
	counter-reset: number 0;
}

#service #flow_step {
	margin: 0 0 50px 0;
}

#service .step_list {
	padding: 0 0 10px 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#service .step_list:last-of-type {
	padding-bottom: 0;
}

#service .step_item {
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
	order: 2;
}

#service .step_item::before {
    counter-increment: number 1;
    content: 'STEP' counter(number) '';
    font-size: 35px;
    font-weight: 100;
	line-height: 1;
}

#service .step_img {
	order: 1;
	width: 100%;
}

#service .step_item .sub {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 20px 0;
}

#service .service_txt {
	background: #fff;
	padding: 35px;
}

#service .service_flow {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 25px 0;
}

#service .service_flow p {
	display: none;
}

#service .flow_item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 31%;
	text-align: center;
	position: relative;
	border: 1px solid #000;
	box-sizing: border-box;
	margin: 0;
	line-height: 1.5;
}

#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;
	width: 100%;
	padding: 15px;
}

#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 {
	display: block;
	margin: 0 0 55px 0;
}

.top_cases_list::after {
	content: '';
	display: block;
	width: 32%;
}

.top_cases_item {
	background: #fff;
	padding: 20px 20px 35px 20px;
	margin: 0 0 10px 0;
}

.top_cases_item .thum {
	margin: 0 0 10px 0;
}

.top_cases_item .name {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

/* #top_about ================================== */

#top_about .inner {
	width: 100%;
	position: relative;
	margin: 0 0 25px 0;
}

#top_about .inner::before {
	content: '';
	display: block;
	width: 96%;
	height: 100%;
	padding: 0 0 25px 0;
	background: rgba(0,0,0,0.03);
	position: absolute;
	top: 15px;
	left: 2%;
}

#top_about .about {
	margin: 0 0 75px 0;
	position: relative;
	z-index: 1;
}

#top_about .about .txt {
	margin: 0 0 30px 0;
	padding: 0 30px;
}

#top_about .biography {
	display: block;
	position: relative;
}

#top_about .biography .slide {
	height: 240px;
	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: 16px;
	line-height: 1.4;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#top_about .biography .copy {
	display: block;
	font-size: 16px;
	text-align: right;
}

#top_about .biography .name {
	font-size: 30px;
	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 {
	box-sizing: border-box;
	background: #fff;
	display: block;
	padding: 30px 30px 60px 30px;
}

#top_about .biography .txt h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

/* #info ================================== */

#info {
	display: block;
	padding: 0;
}

#news {
	background: #fff;
	padding: 30px 20px;
}

#page_top #news {
	padding: 0 25px 50px 25px;
	box-sizing: border-box;
}

#page_top #news .nm_b {
	margin: 0 auto;
}

#page_top .news_list {
	height: 220px;
	overflow-y: auto;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 0 25px 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 {
	color: #fff;
	background: url(../images/bg_company.png) no-repeat center;
	display: block;
	padding: 75px 0;
}

#company a {
	color: #fff;
}

#company h2 {
	text-align: center;
	font-weight: normal;
	margin: 0 0 25px 0;
	font-size: 18px;
	background:url(../images/logo_square_w.png?0715) no-repeat top center;
	background-size: 50px;
	padding: 70px 0 0 0;
}

#company .txt {
	line-height: 1.8;
	width: 60%;
	margin: 0 auto;
}

#company .address {
	margin: 0 0 25px 0;
}

/* #single ================================== */

#single_contents .contents {
	background: #fff;
	padding: 0 20px 35px 20px;
	margin: 0 0 25px 0;
}

/* #single_works ================================== */

#single_works .cat {
	margin: 0 0 10px 0;
}

#single_works .single_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}

#single_works .single_title .client {
	display: block;
}

.youtube {
	position:relative;
	width:100%;
	padding-top: 56%;
	margin: 0 auto 15px auto;
}

.youtube iframe, .youtube img {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#single_works .youtube {
    position: absolute;
    left: 3%;
    width: 94%;
    margin: -65% 0 0 0;
    max-height: 210px;}

.detail {
	display: block;
	margin: 35px 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.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s 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 {
	text-align: center;
}

.works_table th, .works_table td {
	padding: 5px 15px;
	box-sizing: border-box;
	vertical-align: middle;
}

.works_table th {
	background: #000;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	width: 32%;
	border-bottom: 1px solid #000;
}

.works_table td {
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: left;
	width: 68%;
}

.works_table:last-of-type tr:last-of-type th,
.works_table:last-of-type tr:last-of-type td {
	border: none;
}

.works_table .keyword {
	padding: 10px 15px;
}

#single_works .works_table:last-of-type tr:last-of-type {
	display: none;
}
	
#single_works .works_table .cat {
	margin: 0;
}

#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;
}

#same_cat .works_list .btn {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin: 0 0 0 -87.5px;
}

/* .search_box ================================== */

.search_box, .cat_box {
	width: 96%;
	margin: 0 auto;
}

.cat_box {
margin-bottom: 15px;
}

.search_box .works_table {
	margin-bottom: 30px;
}

.cat_box .works_table th, .search_box .works_table th,
.cat_box .works_table td, .search_box .works_table td {
	width: 100%;
	display: block;
}

.cat_box .works_table th, .search_box .works_table th {
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
}

.cat_box .works_table td {
	background: rgba(0,0,0,0.03);
	padding: 20px;
}

.cat_box .cat li {
	margin: 5px;
}

.cat_box .cat li.current_cat {
	background: #000;	
}

.cat_box .cat li.current_cat a {
	color: #fff;
}

.search_box .tag {
	margin: 5px 2.5px;
	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 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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.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;
}

.acbox .note, #single_works .note {
	margin: 30px 0;
	text-align: center;
	line-height: 1.5;
}

#single_works .note {
	margin: 20px 0;
}

.acbox .sp_input {
	display: none;
}
.acbox .sp_search {
	display: block;
	background: #2DCCD3;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	height: 65px;
	line-height: 65px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}

.acbox .sp_search::before {
	content: '\f0fe';
	font-family: "FontAwesome";
	font-size: 25px;
	position: absolute;
	left: 25px;
	top: 0;
}

.acbox .search_box, .acbox .plan_detail, .acbox .accshow, .acbox .flow_item .txt {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.acbox .sp_input:checked + .search_box, .acbox .sp_input:checked + .plan_detail, #page_faq .acbox .sp_input:checked + .accshow, #flow .acbox .sp_input:checked + .txt {
	height: auto;
	padding: 10px 0;
	box-sizing: border-box;
}

#page_faq .acbox .sp_input:checked + .accshow {
	padding-bottom: 20px;
	padding-left: 35px;
}

#page_faq .acbox .sp_input:checked + .accshow::before {
	opacity: 1;
}


.acbox .sp_input:checked + .plan_detail {
	margin-bottom: 10px;
	width: 96%;
	margin: 0 auto;
}

/* #page_about ================================== */

#page_about #main_visual {
	margin: 0;
}

#about {
	background: #fff;
	margin: 0 0 360px 0;
	padding: 0;
}

#about .inner {
	position: relative;
	width: 100%;
	margin-bottom: 340px;
}

#about .inner::after {
	content: '';
	position: absolute;
	bottom: -285px;
	left: 0;
	width: 100%;
	height: 285px;
	display: block;
	background: url(../images/photo_about.jpg) no-repeat center;
	background-size: cover;
}

#about .box {
	background: #fff;
	box-sizing: border-box;
	padding: 60px 35px;
	display: inline-block;
	line-height: 1.8;
	counter-reset: number 0;
	font-size: 14px;
}

#about .box h3 {
	font-weight: normal;
	font-size: 17px;
	text-indent: -1.2em;
	padding: 0 0 0 1em;
	border-bottom: 1px solid #eee;
	margin: 20px 0 10px 0;
}

#about .box h3:first-of-type {
	margin-top: 0;
}

#about .box h3::before {
  counter-increment: number 1; 
  content: counter(number) '.';
  margin: 0 5px 0 0;
}

#strategy .strategy_list {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#strategy .strategy_list .txt {
	width: 96%;
	margin: 0 auto 50px auto;
	padding: 0 20px;
	display: block;
}

#strategy .strategy_list .strategy_item {
	box-sizing: border-box;
	border-left: 2px solid #eee;
	line-height: 1.8;
	margin: 0 0 10px 0;
	background: #fff;
	padding: 35px 35px 35px 45px;
	position: relative;
}

#strategy .strategy_list .strategy_item h3 {
	font-size: 15px;
	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 h3 br {
	display: none;
}

#strategy .strategy_list .strategy_item .txt {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
	color: #2DCCD3;
}

#strategy .strategy_list .strategy_item .txt::before {
    content: '';
    width: 2px;
    height: 72%;
    display: block;
    background: #eee;
    position: absolute;
    top: 40px;
    left: 25px;
}

#biography .sakai_sns {
	display: block;
	margin: 20px auto;
}

#biography .inner {
	width: 100%;
}

#biography .sakai_sns li {
	margin-bottom: 10px;
	font-size: 15px;
}

#biography .sakai_sns li:nth-of-type(2) {
	margin-bottom: 0;
}

#biography .sakai_sns li a {
	position: relative;
}

#biography .sakai_sns li a::before {
	font-size: 21px;
	position: absolute;
	top: 0;
	left: 20px;
}

#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;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#biography .biography_item:nth-last-of-type(even) {
	background: rgba(0,0,0,0.7);
	color:  #fff;
}

#biography .biography_item {
	background: #fff;
}

#biography .biography_item .box {
	position: relative;
	box-sizing: border-box;
}

#biography .biography_item.inner .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#biography .biography_item.inner .txt, #biography .biography_item.photographer .box, #biography .biography_item.writer .box {
	order: 2;
}

#biography .biography_item.inner .biography_photo, #biography .biography_item.photographer .biography_photo , #biography .biography_item.writer .biography_photo {
	order: 1;
}

#biography .biography_item .title {
	text-align: center;
	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: 12px;
}

#biography .biography_item .txt {
	padding: 20px 35px 50px 35px;
}

#biography .biography_item .biography_photo {
	position: relative;
	padding: 10px;
}

#biography .biography_item.art_director .txt {
	margin-left: auto;
}

#biography .biography_item.art_director .biography_photo img, #biography .biography_item.writer .biography_photo img {
	width: 50%;
	margin-left: 50%;
}

#biography .biography_item.art_director .biography_photo::before, #biography .biography_item.writer .biography_photo::before {
	content: '';
	width: 50%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#biography .biography_item.art_director .biography_photo::before {
	background-image: url(../images/photo_art_director_2.jpg)
}

#biography .biography_item.writer .biography_photo::before {
	background-image: url(../images/photo_writer_2.jpg);
}


#biography .biography_item.writer .biography_photo, #biography .biography_item.cultural_activity .biography_photo, #biography .biography_item.lecturer .biography_photo {
	order: 2;
}

#biography .biography_item.cultural_activity {
	margin: 0;
}

#biography .biography_item.cultural_activity .txt, #biography .biography_item.lecturer .txt {
	margin: 0 auto;
}

#biography .biography_item.cultural_activity, #biography .biography_item.lecturer, #biography .biography_item.cultural_activity .biography_photo, #biography .biography_item.lecturer .biography_photo {
	display: block;
}

/* #plan_table ================================== */

#plan_table .inner {
	display: none;
}

#plan_table .txt {
	 text-align: center;
	 margin: 40px 0;
}

#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;
}

.fa-window-minimize {
	color: #e7e7e7;
    vertical-align: text-top;
}

.sp_plan {
	display: block;
	background: #000;
	color: #fff;
	font-size: 25px;
	width: 96%;
	margin: 5px auto;
	line-height: 1.2;
	box-sizing: border-box;
	padding: 20px;
	min-height: 85px;
}

#page_plan .acbox:nth-last-of-type(3) .sp_plan {
	background: #262f3c;
}

#page_plan .acbox:last-of-type .sp_plan {
	background: url(../images/bg_plan_special.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#page_plan .acbox:last-of-type .sp_plan .balloon {
    font-size: 13px;
    color: #262f3c;
    display: block;
    background: #fff;
    height: 22px;
    line-height: 22px;
    margin: 0 auto 0 20px;
    position: relative;
	padding: 0 10px;
}

#page_plan .acbox:last-of-type .sp_plan .balloon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 9px solid #FFF;
    z-index: 2;
}

.plan_detail {
	padding: 0;
}

.plan_detail .inner {
	box-sizing: border-box;
	width: 100%;
	/*padding: 0 20px;*/
	padding: 0 5px;
}

.plan_detail .title {
	font-size: 25px;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.plan_detail .title::before {
	content: none;
}

.plan_detail .txt {
	margin: 0 0 25px 0;
}

.plan_detail .title .plan_name, .sp_plan .plan_name {
	font-size: 13px;
	display: block;
}

.plan_detail .title .plan_name:first-letter {
	color: #2DCCD3;
}

.plan_detail .detail_table {
	border: 1px solid #dcdcdc;
	width: 100%;
	display: block;
}

.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 {
	font-size: 12px;
	width: 100%;
	font-weight: normal;
}

.plan_detail .detail_table table th, .plan_detail .detail_table table td {
	padding: 8px 15px;
	box-sizing: border-box;
	vertical-align: middle;
	border-bottom: 1px solid #e8ecf0;
}

.plan_detail .detail_table table:last-of-type tr:last-of-type th, .plan_detail .detail_table table:last-of-type 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: 60%;
	background: #fff;
	text-align: center;
}

.plan_detail .works_list {
	padding: 45px 0 0 0;
	background: none;
	margin: 0;
}

.plan_detail .works_item {
	margin-bottom: 0;
}

/* #archive_success ================================== */

#archive_success #main_visual, #single_success #main_visual {
	background-image: url(../images/bg_success.jpg);
}

.success_item {
	display: block;
	padding:0 0 110px 0;
	background: #fff;
	margin: 0 0 10px 0;
	position: relative;
}

.success_item .success_title {
	font-size: 15px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
	font-weight: normal;
	padding: 10px 20px;
	order: 1;
}

.success_item .item, .success_item .txt {
	padding: 0 20px;
}

.success_item .item .thum {
	margin: 0 0 25px 0;
}

.success_item .pr {
	color: #fff;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 25px 0;
	font-size: 14px;
}

.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 .btn.more {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0 0 0 -87.5px;
}

.success_item .thum_list {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}

.success_item .thum_list::after {
	content: '';
	width: 48%;
	display: block;
}

.success_item .thum_list li {
	width: 48%;
	margin: 0 0 15px 0;
}

#single_success .cases_list {
	padding: 30px 0;
}

/* #single_success ================================== */

#single_success #main_visual {
	height: 185px;
	margin-bottom: 0;
}

#single_success .box {
	background: #000;
	margin: 0 auto;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding: 45px 35px;
	box-sizing: border-box;
	text-align: center;
}

#single_success #intro .box {
	text-align: left;
}

#single_success #intro {
	background: #fff;
	padding: 0;
	margin: 0 0 10px 0;
}

#single_success #intro .inner {
	position: relative;
	width: 100%;
}

#single_success #intro .title {
	line-height: 1.8;
}

#single_success #intro .title:first-letter {
	color: #333;
}

#single_success #intro .txt {
	padding: 35px;
}

#single_success #problem .box {
	margin: 0 0 10px 0;
}

#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: 5px;
}

#single_success #problem .problem_photo {
	width: 90%;
	margin: 0 auto;
}

#single_success #problem .txt {
	box-sizing: border-box;
	background: #fff;
	padding: 170px 20px 50px 20px;
	margin: -140px 0 0 0;
	
}

#single_success #solution {
	background: #fff;
}

#single_success #solution .inner {
	width: 100%;
}

#single_success #solution .box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
	padding: 55px 0;
}

#single_success #solution .txt {
	padding: 35px;
}

#solution .youtube {
	margin: 0 auto 35px auto;
}

#single_success #solution .name_list {
	display: block;
	padding: 0 35px;
}

#single_success #solution .name_item {
	border: 1px solid #a0a0a0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	padding: 25px;
	display: block;
	box-sizing: border-box;
}

#single_success #solution .name_item.credit {
	margin: 0 0 35px 0;
}

#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;
	text-align: center;
}

#single_success #solution .name_item dl {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}

#single_success #solution .name_item.credit .sp_block {
	display: block;
}

#single_success #solution .name_item dl dt {
	width: 60%;
}

#solution .name_item dl dd {
	width: 40%;
	text-align: right;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

/* #archive_cases ================================== */

#archive_cases #main_visual {
	margin: 0 0 60px 0;
}

#archive_cases #main_visual, #single_cases #main_visual {
	background: url(../images/bg_cases.jpg) no-repeat center;
	background-size: cover;
}

.cases_item {
	background: #fff;
	padding: 60px 20px;
	position: relative;
	margin: 0 0 85px 0;
	display: block;
}

.cases_item:last-of-type {
	margin: 0;
}

.cases_item .flex {
	display: block;
}

.cases_name {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: center;
}

.cases_item .thum {
	margin: 0 0 20px 0;
}

.cases_item .txt {
	box-sizing: border-box;
}

.cases_item p {
	margin: 0 0 20px 0;
}

.cases_logo {
	width: 80px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.cases_item .cases_logo {
	position: absolute;
	left: 50%;
	top: -40px;
	margin: 0 0 0 -40px;
}

.cases_item .btn.more {
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin: 0 0 0 -87.5px;
}

/* #single_cases ================================== */

#single_cases #main_visual {
	height: 185px;
	margin-bottom: 0;
}

#single_cases #intro {
	padding: 0;
}

#single_cases #intro .cases_item {
	padding: 30px 20px;
}

#single_cases #intro .cases_item:last-of-type {
	margin: 0 0 10px 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: 17px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

#interview {
	padding: 0 0 25px 0;
}

.interview_list .youtube {
	margin: 0 0 10px 0;
}

.interview_item {
	background: #fff;
}

.interview_item .question {
	font-size: 17px;
	font-weight: normal;
	padding: 10px 20px;
	border-bottom: 1px solid #dcdcdc;
}

.interview_item .answer {
	padding: 30px 20px 40px 20px;
	margin: 0 0 10px 0;
}

#same_cases .works_list {
	padding-top: 0;
}

#single_cases #profile .profile_item {
	background: #fff;
	padding: 0 20px 60px 20px;
	display: block;
}

#single_cases #profile .profile_item .cases_logo {
	width: 120px;
	margin: 0 auto 20px auto;
}

/* #page_first ================================== */

#page_first .contents {
    background: #fff;
    padding: 30px 20px;
    margin: 0 0 35px 0;
}

#page_first #flow {
	padding-top: 0;
	position: relative;
}

#page_first #flow::before {
	content: '';
	width: 3px;
	height: 100%;
	max-height: 2000px;
	display: block;
	position: absolute;
	left: 31px;
	top: 0;
	background: url(../images/doted.png) repeat-y;
	background-size: contain;
}

#page_first {
	counter-reset: number 0;
}

.flow_list {
	padding: 0 0 0 30px;
}

.flow_item {
	margin: 0 0 15px 0;
}

.flow_item:last-of-type {
	margin: 0;
}

.flow_item .flow_title {
	font-size: 15px;
	position: relative;
	padding-right: 20px;
}

.flow_item label {
	display: block;
	position: relative;
}

.flow_item label::after {
    content: '＋';
    background: #eaeaea;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.flow_item .flow_title::before, .flow_item .flow_title::after {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -30px;
	text-align: center;
	line-height: 28px;
}

.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: -12.5px 0 0 0;
	background: #000;
}

.flow_item .flow_title::after {
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) '';      /* 表示形式を指定 */
	color: #fff;
	top: 0;
	font-size: 13px;
	font-weight: normal;
}

/* #page_faq ================================== */

#faq .txt {
	margin: 30px 0;
	padding: 0 20px;
}

.faq_contact {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:  0 0 25px 0;
	padding: 0 20px;
}

.faq_contact li {
	width: 48%;
	background: #000;
	text-align: center;
}

.faq_contact li a {
	display: block;
	position: relative;
	padding: 45px 0 15px 0 ;
	color: #fff;
}

.faq_contact li a::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 50%;
	margin: 0 0 0 -0.5em;
}

.faq_contact li:first-child a::before {
	content: '\f0e0';
	top: 5px;
	font-size: 25px;
}

.faq_contact li:last-child a::before {
	content: '\f095';
	top: 0;
	font-size: 31px;
	transform: scale(-1, 1);
}

.faq_nav {
	padding: 0 20px;
}

.faq_nav ul {
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.faq_nav ul li {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.faq_nav ul li:last-of-type {
	border: none;
}

.faq_nav ul li a {
	display: block;
	padding: 10px 15px;
	position: relative;
}

.faq_nav ul li a::after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -0.5em 0 0 0;
	line-height: 1;
}

#page_faq .box {
	background: #fff;
	padding: 0 20px 20px 20px;
	margin: 0 0 35px 0;
}

#page_faq .acbox label, #page_faq .acbox .accshow {
	padding: 0 0 0 35px;
	position: relative;
}

#page_faq .acbox label {
	font-size: 15px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
	padding-right: 20px;
}

#page_faq .acbox .accshow {
	margin: 0 0 20px 0;
}

#page_faq .acbox label::before, #page_faq .acbox .accshow::before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:  center;
	font-size: 13px;
	-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;
	background: #000;
	top: 0;
}

#page_faq .acbox .accshow::before {
	content: 'A';
	color: #333;
	border: 1px solid #333;
	background: #fff;
	top: 10px;
	opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;	
}

#page_faq .acbox label::after {
    content: '＋';
    background: #eaeaea;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;	
}

/* #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: 0 auto 5px auto;
	width: 96%;
	box-sizing: border-box
}

.data {
	letter-spacing: normal;
	text-transform: uppercase;
}

#single_column .catch .data, #single_news .catch .data {
	font-size: 13px;
}

#single_column .eyecatch {
	margin: 0 0 10px 0;
}

#single_column #column {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

#single_column #column .single {
	padding: 30px 20px;
}

#single_column .cat {
	padding: 0 20px;
}

.page_nav {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.page_nav_item {
	width: 49%;
	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: 1;
	margin: -0.5em 0 0 0;;
}

.page_nav_item.prev::before {
	content: '\f104';
	left: 20px;
}

.page_nav_item.next::before {
	content: '\f105';
	right: 20px;
}

.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: 105px;
}

.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;
	text-align: center;
	letter-spacing: 3px;
}

.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: 0 10px;
}

.column_item {
	border-bottom: 1px solid #dcdcdc;
}

.column_item a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding: 10px 0;
}

.new_label {
	display: block;
	width: 50px;
	height: 25px;
	line-height: 25px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 0;
	letter-spacing: 1px;
}

.column_item .thum {
	width: 45%;
}

.column_item .cat {
	margin: 0 0 5px 0;
}

.column_item .txt {
	padding: 0 0 20px 0;
	line-height: 1.8;
	width: 52%;
}

.column_item .column_title {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.column_item .data {
	color: #919191;
	font-size: 12px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 10px;
	line-height: 1;
}

/* .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: 14px;
	margin: 10px 0;
}

a.page-numbers, .tablenav .current {
	width: 37px;
	height: 37px;
	line-height: 37px;
	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: 37px;
	line-height: 37px;
	background: #000;
	color: #fff;
	width: 105px;
}

/* #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 {
	width: 100%;
}

#page_corporate .works_table th {
	text-align: center;
}

#page_corporate .works_table th, #page_corporate .works_table td {
	padding: 15px 20px;
	display: block;
	width: 100%;
}

.listmark {
	margin-left: 1.5em;
}

.listmark li {
	list-style-type: disc;
}

/* #page_privacy ================================== */

#page_privacy #privacy {
	background: #fff;
	padding: 30px 20px;
	counter-reset: number 0;
}

#page_privacy .num {
	font-weight: normal;
	font-size: 17px;
}

#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 30px auto;
}

#page_privacy #company .txt {
	width: 70%;
}

/* #page_rules ================================== */

#page_rules #rules {
	background: #fff;
	padding: 30px 20px;
}

#page_rules #rules .fl {
	font-weight: normal;
	font-size: 17px;
    border-top: 1px solid #eee;
	padding: 20px 0 0 0;
	margin: 0 0 5px 0;
}

/* #page_sitemap ================================== */

#page_sitemap #sitemap {
	background: #fff;
	padding: 30px 20px;
	display: block;
	font-size: 14px;
}

#page_sitemap #sitemap ul li a {
	display: block;
	padding: 2.5px 0;
}

#page_sitemap #sitemap ul .current:first-letter {
	color: #333;
}

#page_sitemap #sitemap ul li a::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 20px 30px 20px;
	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: 17px;
}

#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;
	padding: 30px 20px;
	line-height: 1.6;
	margin: 10px 0 0 0;
	display: block;
}

#page_recruit .address dt, #page_recruit .address dd {
	box-sizing: border-box;
}

#page_recruit .address dt {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}

#page_recruit .address dd {
	margin: 0 0 20px 0;
}

#page_recruit .address dd:last-of-type {
	margin: 0;
}

/* #page_contact ================================== */

#page_contact #contact_form, #page_conf #contact_form, #page_thanks #contact_form {
	background: #fff;
	padding: 30px 20px;
}

#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 30px 0;
}

#contact_form .mw_wp_form dt, #contact_form .mw_wp_form dd {
	display: block;
	width: 100%;
}

#contact_form .mw_wp_form dt {
	margin: 0 0 5px 0;
}

#contact_form .mw_wp_form dd {
	margin: 0 0 10px 0;
}

#contact_form .mw_wp_form dt span {
	color: #2DCCD3;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#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: 100%;
	height: 65px;
	text-align:center;
	margin: 0 auto;
	font-size: 15px;
	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: 1px solid #dcdcdc;
}

#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:last-of-type, #page_conf #contact_form .mw_wp_form dd:last-of-type {
	border: none;
}

#page_conf #contact_form .mw_wp_form dt {
	background: #f7f7f7;
}

#page_thanks #contact_form h2 {
	font-size: 17px;
	font-weight: normal;
}

#page_conf .note {
	display: none;
}

.flex_box {
	flex-wrap: wrap;
}

.meta_txt {
	margin: 10px 0;
	line-height: 1.6;
	font-size: 12px;
}

/* #internal link (内部リンク) ================================== */

.intel-link-area {
  display: block;
  width: 96%;
  margin: 0 auto;
  text-align: right;
}
.intel-link {
  display: inline-flex;
}
.intel-link a{
  display: block;
  padding: 14px 24px;
  text-align: left;
  border-left: 24px solid #cc2f2b;
  background-color: #fff; 
}
.intel-link a:hover{
  color: #cc2f2b;
}
#intel-extra{
  margin-top: 55px;
}
#intel-extra a{
  border: solid #cc2f2b;
  border-width: 1px 1px 1px 24px;
}

/*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 20px 64px;
  text-align: center;
}
.not_fd_mv {
  display: block;
  width: 80%;
  max-width: 290px;
  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;
}
