@charset "utf-8";
::selection {
    background: #D5D5D5;
    color: #fff;
}

::-moz-selection {
    background: #D5D5D5;
    color: #fff;
}
/*---------------------------
 共通パーツ
---------------------------*/
h2.pagetitle {
	padding: 0.5em 0;
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
h2.business{
	background-color: #E89112;
}
h2.portfolio{
	background-color: #0768AB;
}
h2.profile{
	background-color: #6EB035;
}
h2.contact{
	background-color: #DC5418;
}
.common_headline {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}
.common_headline span{
	font-size: 15px;
	display: block;
}
/*---------------------------
 ヘッダー
---------------------------*/
.header_contents {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header_leftbox .link_img {
	float: left;
	margin-right: 20px;
}
h1 {
	font-size: 11px;
}
p.name {
	font-weight: 600;
	font-size: 20px;
	float: left;
}
a {
	text-decoration: none;
	color: inherit;
}
.header_leftbox , .header_rightbox {
	display: table-cell;
}
.header_leftbox {
	float: left;
	width: 60%;
}
.header_rightbox {
	float: right;
	width: 40%;
}
.header_rightbox a {
	display: block;
	float: right;
	font-size: 23px;
}
.header_rightbox p {
	background-color: #3D3D3D;
	display: inline-block;
	float: right;
	padding: 0 5px 3px 5px;
	font-size: 13px;
}
.header_rightbox a:first-child {
	margin-left: 15px;
}
.header_rightbox a img {
	max-width: 100%;
}

.header_pc {
	color: #fff;
}

nav.disp_pc_over {
	width: 100%;
	clear: both;
	font-weight: 600;
}
nav.disp_pc_over{

	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
}
nav.disp_pc_over li {
	float: left;
	width: 20%;
	padding: 5px;
	text-align: center;
	display: block;
	border-left: 1px solid #DFDFDF;
}
nav.disp_pc_over li:last-child{
	border-right: 1px solid #DFDFDF;
}
.nav_01{
	color: #0D9A92;
}
.nav_02{
	color: #E99113;
}
.nav_03{
	color: #0768AC;
}
.nav_04{
	color: #6EB035;
}
.nav_05{
	color: #DC5418;
}
nav.disp_pc_over li a {
	display: block;
}
/*---------------------------
 サイドバー
---------------------------*/
.side {
	top: auto;
}
.side .bn_box a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.side .bn_box a img {
	width: 100%;
}

/*---------------------------
 フッター
---------------------------*/
footer {
	background-repeat: repeat;
	border-top: 1px solid #B4B4B4;
	padding-top: 20px;
}
.footer_left p {
	color: #696969;
}
.footer_contact{
	background-image: url(/img/bg_dotted_s.jpg);
}
.footer_contact .c_ms{
	background-color: #EBEBEB;
	padding:10px;
}
.footer_contact_box p{
	border-bottom: 1px solid #777777;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.footer_contact_box{
	background-color: #fff;
}
.footer_contact_box a.btn_contact{
	background-color: #6EB036;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	display: block;
}
.link_contact_tel{
	color: #E89112;
	font-size: 20px;
}
.footer_contact_box{
	margin: 2.5%;
	width: 45%;
	float: left;
	border: 1px solid #777777;
	padding: 20px;
}
/*----------------
 copyright
----------------*/
.copyright {
	background-color: #0768AC;
	padding: 4px 0;
	color: #ffffff;
	font-size: 12px;
}
/*---------------------------
 見出し
---------------------------*/
.bg_dot{
	background-image: url(/img/bg_dotted.jpg);
	padding: 5px 10px 10px 10px;
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
}
/*---------------------------
 トップページ
---------------------------*/
/*----------------
　SERVICE
----------------*/
.service_wrapper{
	background-color: #E1E1E1;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.service_box{
	width: 32%;
	margin: 0 1.333333% 25px 1.333333%;
	float: left;
	background-color: #fff;
	padding: 20px 1%;
	text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service_box h3{
	font-weight: 600;
	color: #4f4f4f;
}
.service_box p{
	color: #8f8e8e;
	font-size: 13px;
}
.service_box img{
	margin-bottom: 20px;
}
.service_box:hover{
	border-radius: 50px;
	opacity: 1;
}
/*----------------
　PERFORMANCE
----------------*/
.performance_wrapper img{
	min-width: 100%;
	text-align: center;
}
.view {
	margin: 0 0.6666666%;
	width: 32%;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff;
}
.view .mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;

}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(35,109,148,.7); 
    transition: all 0.4s ease-in-out;
	height: 100%;
}
.view-first h3 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h3,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/* ボタン */
.btn_performance {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-top: 30px;
	padding: 0 30px;
}
.btn_performance::before,
.btn_performance::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_performance,
.btn_performance::before,
.btn_performance::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_performance {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #878686;
	color: #878686;
	line-height: 50px;
	overflow: hidden;
}
.btn_performance:hover {
	color: #fff;
	opacity: 1!important;
}
.btn_performance::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.btn_performance:hover::after {
	top: 0;
	left: 0;
	background-color: #878686;
}

/*---------------------------
 業務内容
---------------------------*/
.two_clm_box h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.two_clm_box {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	border: 1px solid #9f9fa0;
	text-align: center;
	padding: 20px;
}
.two_clm_box img{
	margin-bottom: 20px;
}
.two_clm_box:first-child,.two_clm_box:nth-child(3){
	margin-right: 2%;
}
.two_clm_box p{
	text-align: left;
}
.purun {
  animation: purun 0.8s linear 0s 1;
}
 
@keyframes purun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/*---------------------------
 制作実績
---------------------------*/
.three_clm_box{
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.three_clm_box:nth-of-type(3n){
	margin-right: 0;
}
.three_clm{
	margin-bottom: 20px;
}
.c_name{
	text-align: center;
}
.description{
	font-size: 14px;
	color: #626262;
}
/*===========================
 【767px以下】
 ===========================*/
@media screen and (max-width:767px){

}

/*===========================
 【666px以下】※スマホ横以下
 ===========================*/
@media screen and (max-width:666px){
	/*---------------------------
	 トップページ
	---------------------------*/
	.service_box {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}
	.flex{
		display: block!important;
	}
	.view {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.two_clm_box{
		width: 100%;
	}
	/*---------------------------
	 フッター
	---------------------------*/
	.footer_left {
		width: 100%;
		text-align: center;
	}
	.footer_left img {
		max-width: 180px;
		hegiht: auto;
	}
	.footer_inner {
		padding-left: 0;
		padding-right: 0;
	}
	.footer_nav {
		width: 100%;
		float: none;
	}
	
	.footer_nav li {
		float: left;
		background-image: url(/img/icon_click.png);
		background-repeat: no-repeat;
		background-position: 10px;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
	.footer_nav li {
		width: 50%;
		margin-right: 0;
		border: 1px solid #B4B4B4;
		border-top: none;
	}
	.footer_nav li a {
		display: table-cell;
		width: 500px;
		height: 64px;
		padding-left: 10px;
		line-height: 1em;
		vertical-align: middle;
		padding-left: 30px;
	}
	.footer_nav li:nth-child(-n+2) {
		border: 1px solid #B4B4B4;
	}
	.footer_nav li:nth-child(odd) {
		border-left: none;
		border-right: none;
	}
	.footer_nav li:nth-child(even) {
		border-right: none;
	}
	.footer_left p {
		font-size: 12px;
	}
	
	.footer_right_bn_box {
		display: none;
	}
	.footer_logo {
		width: 40%;
		margin: auto;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_nav {
		width: 100%!important;
		margin-bottom: 0!important;
	}
	.footer_right_bn_box_sp a {
		float: left;
		display: block;
		width: 45%;
		margin: 10px 2.5%;
	}
	.footer_right_bn_box_sp_inner img {
		width: 100%;
	}
	.footer_contact_box{
		width: 100%;
		margin: 20px 0 15px 0!important;
	}
	.footer_contact_box:last-child{
		margin-top: 0!important;
	}
	/*---------------------------
	 制作実績
	---------------------------*/
	.three_clm_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		border-bottom: 1px dotted #B9B9B9;
		padding-bottom: 20px;
		text-align: center;
	}
}

/*===========================
 【667px以上】※スマホ横以上
 ===========================*/
@media screen and (min-width:667px){
	/*---------------------------
	 フッター
	---------------------------*/
	.footer_inner {
		padding-bottom: 20px;

	}
	.footer_right_bn_box_sp {
		display: none;
	}
	/* ロゴ・住所 */
	.footer_left {
		float: left;
		width: 30%;
	}
	.footer_left img {
		width: auto;
		float: left;
		margin-right: 8px;
	}
	.footer_left p {
		font-size: 13px;
	}
	.footer_left p span {
		font-size: 18px;
	}
	footer nav li{
		font-weight: normal;
	}
	.footer_nav {
		width: 100%;
		float: left;
		clear: both;
		margin-bottom: 10px;
	}
	.footer_right {
		width: 70%;
		float: right;
		margin-top: 20px;
	}
	.footer_right_bn_box_inner {
		float: right;
		padding-right: 20px;
	}
	.footer_right_bn_box a {
		display: block;
		height: 30px;
		float: left;
	}
	.footer_right_bn_box a:first-child {
		margin-right: 10px;
	}
	.footer_right_bn_box a img {
		line-height: 30px;
		vertical-align: middle!important;
	}
	
	.footer_nav li {
		float: left;
		text-align: center;
		width: 13.66%;
		color: #6C6C6C;
		border-right: 1px solid #D7D7D7;
		font-size: 14px;
	}
	.footer_nav li:last-child {
		border: none;
		width: 27%;
	}
}

/*===========================
 【767px以下】※タブレット未満
 ===========================*/
@media screen and (max-width:767px){
	.pickup_box {
	width: 47.5%;
	margin-right: 2.5%;
	}
	.pickup_box:nth-child(even) {
		margin-right: 0;
	}
	/*----------------
	 プロフテーブル
	----------------*/
	table.profTable {
		width: 100%;
	}
	/* 会社情報 */
	table.profTable tr {
		border: none;
	}
	table.profTable th {
		text-align: center;
		background-color: #F4F4F4;
	}
	table.profTable th , table.profTable td {
		display: block;
		width: 100%;
		/* 一旦borderをクリア */
		border: none;
		/* bottomのみ復活 */
		border-bottom: 2px solid #DCDCDC;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	table.profTable tr:last-child td {
		border: none;
	}

}
/*===========================
 【800px以下】※タブレット縦以下
  800pxはNexus10の縦
　※2017年時点でipadProを除いてタブレット縦最大
 ===========================*/
@media screen and (max-width:800px){
	.news_List_Ymd , .news_List_Title{
		display: block;
	}
	.news ul {
		padding: 6px 10px;
	}
	.talent_box {
		font-size: 0.8em;;
	}
	.talent_img_box {
		margin-bottom: 25px;
	}
	.talent_img_box , .prof_box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
/*===========================
 【567px以下】
★iPhone5横未満まで適用されるCSS
===========================*/
@media screen and (max-width:567px){
	.banner_pc{
		display: none;
	}
	.banner_sp{
		display: block;
	}
}
/*===========================
 【801px以上】※タブレット縦より大きい
 ===========================*/
@media screen and (min-width:801px){
	.news li:after {
		content:'';
		clear: both;
		display: block;
	}
	.news_List_Ymd {
		color: #2D2D2D;
		font-weight: 600;
		display: block;
		width: 20%;
		float: left;
	}
	span.news_List_Title {
		display: block;
		float: right;
		width: 80%;
	}
}

/*===========================
 【1023px以下】※PCサイズ未満
 ===========================*/
@media screen and (max-width:1023px){
	/*---------------------------
	 トップページ
	---------------------------*/
	/*----------------
	 NEWS
	----------------*/
	.news_list dt{
		width: 100%;
	}
	.news_list dd{
		width: 100%;
		padding-left: 0;
	}
	h1 {
		text-align: center;
		margin: 5px auto;
	}
	.gsc-results-wrapper-overlay {
		padding: 30px 10px!important;
		width: 100%;
		left: 0;
	}
	form.gsc-search-box {
		padding-top: 4px;
	}
	.gsc-control-wrapper-cse {
		padding-left: 30px;
	}
	.gsc-results-wrapper-overlay {
		z-index: 999999;
	}
	
	/*----------------
	 フッター
	----------------*/
	.footer_left {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer_left img {
		float: none;
	}
	.footer_left p {
		display: inline-block;
		text-align: left;
	}
	.footer_left , .footer_right {
		width: 100%;
		float: none;
	}
	.footer_right_bn_box {
		text-align: center;
	}
	.footer_right_bn_box_inner {
		float: none;
		margin: auto;
		display: inline-block;
	}
	.footer_nav {
		width: 80%;
		margin: auto;
		float: none;
		margin-bottom: 15px;
	}
}

/*===========================
 【1024px以上】※PCサイズ以上
 ===========================*/
@media screen and (min-width:1024px){
	/*---------------------------
	 ヘッダー
	---------------------------*/
	header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		height: 130px;
	}
	h1 {
		display: inline-block;
		margin-top: -5px;
		margin-bottom: 5px;
		color: #000000;
	}
	.header_rightbox a{
		font-size: 21px;
		color: #707070;
	}
	.header_leftbox {
	    height: 65px;
	}
	.link_img {
		height: 100%;
	}
	.link_img img{
		max-width: 100%
	}
	/* 高さを失ったヘッダー分、marginを入れる */
	.top.main_image {
		padding-top: 75px;
	}
	/* ナビゲーション追従バー */
	header nav {
		position: relative;
	}
	#slide-line {
		position: absolute;
		bottom: 2px;
		height: 2px;
		background-color: #33A6D2;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
}