@charset "UTF-8";
/* CSS Document */
body{
	box-sizing: border-box;
	color: #333333;
	font-family:  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo,"Yu Gothic", YuGothic, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 auto;
	overflow-wrap : break-word;
	text-align: center;
	word-wrap : break-word;
	word-break : break-all;
	min-width: 980px;
	max-width: 1920px;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	color: #333333;
	list-style: none;
	text-decoration: none;
}
.bold{
	font-weight: bold;
}
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.gray_bg_box{
	background-color: #e6e6e6;
}
.blue{
	color: #0055BC;
}
.invalid{
	pointer-events: none;
}
.center{
	margin: 0 auto;
}
.link_text{
	text-decoration: underline;
	color: #0055BC;
}
.dis_sp{
	display: none!important;
}
.dis_pc{
	display: block!important;
}
.indent{
	padding-left: 2em;
	text-indent: -1em;
}
.transparent:hover{
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)" !important; /* IE 8,9 */
	-moz-opacity:0.6 !important; /* FF , Netscape */
	-khtml-opacity: 0.6 !important; /* Safari 1.x */
	opacity:0.6 !important;
	transition: 0.7s !important;
}
.zoom:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

/* ボタン */
.button{
	background-color: #666666;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	border: none;
}
.button p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
/* ボタン（白） */
.button_white{
	border: 1px solid #fff;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
}
.button_white p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_white img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
.button_black{
	border: 1px solid #1f1f1f;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow_bk.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.button_black p{
	color:#1f1f1f;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_black:hover{
	background-color:#1f1f1f;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow.png);
}
.button_black:hover p{
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.button_white2{
	border: 1px solid #FFF;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.button_white2 p{
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_white2:hover{
	background-color:#FFF;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow_bk.png);
}
.button_white2:hover p{
	color: #1f1f1f;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
/* ボタン（news） */
.button_news{
	border: 1px solid #666666;
	display: block;
	width: 167px;
	padding: 3px 0;
	margin: 24px 0px 0 -36px;
}
.button_news p{
	color: #666666;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 45px;
}
.button_news img{
	width: 6px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 0;
}
/* グリーングラデーション */
.green_grad{
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
}
/* サイドバナー */
.FlMenu{
  transition: all ease .2s;
}
.FlMenu__bg{
  transition: all ease .4s;
  transform-origin: center;
  position: fixed;
	z-index: 101;
	display: none;
}
.FlMenu__bg-open{
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
	background-color: #d4801e;
	display: block;
}
.FlMenu__bg .FlMenu_inner{
	padding: 10% 0 0 0;
}
.FlMenu__bg .FlMenu_inner .FlMenu_inner_title{
	font-size: 35px;
	letter-spacing: 10px;
	color: #fff;
	margin: 0 0 40px 0;
}
.FlMenu__bg .FlMenu_inner .FlMenu_inner_title p{
	font-weight: bold;
}
.FlMenu__bg .FlMenu_inner .partnership{
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 56px 0 40px 0;
	border-radius: 5px;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner{
	border: 4px solid #cfcfcf;
	width: 915px;
	margin: 0 auto;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_title{
	font-size: 24px;
	margin: -19px auto 0 auto;
	background-color: #fff;
	width: 370px;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_title span{
	color: #d4801e;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail{
	margin: 24px auto 24px auto;
	width: 490px;
	text-align: left;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail .partnership_item{
	padding: 0 0 16px 0;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail .partnership_item img{
	width: 26px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3% 0 0;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail .partnership_item p{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}
.button_partnership{
	background-color: #666666;
	display: inline-block;
	vertical-align: middle;
	width: 285px;
	padding: 14px 0;
	margin: 40px auto 0 auto;
}
.button_partnership p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_partnership img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
.FlMenu__btn{
	width: 84px;
	height: 226px;
	background-size: contain;
  z-index: 103;
  position: fixed;
  right: 0;
  top: 158px;
  transition: all ease .2s;
	background-image: url(../img/common/side_banner.png);
}
.FlMenu__btn:hover{
  cursor: pointer;
}
.FlMenu__btn-active {
/*	z-index: 103; */
/*	position: fixed; */
/*	background-image: url(../img/common/side_banner_close.png); */
}
.FlMenu__item{
  position: fixed;
  right: 0;
	top: 255px;
  transition: all ease .4s;
}

/* ローディング*/
#loader-bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 105;
}
#loader{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader img{
  width:100%;
}
#main_wrapper{
  width:100%;
}
/* スクロールアニメーション */
.sa {
	opacity: 0;
	filter:alpha(opacity=0); /* IE 6,7*/
	-ms-filter: "alpha(opacity=0)"; /* IE 8,9 */
	-moz-opacity:0; /* FF , Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	zoom:1; /*IE*/
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	filter: none\9;
	-ms-filter: none\9;
}
.sa.show {
	opacity: 1;
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1.0; /* FF , Netscape */
	-khtml-opacity: 1.0; /* Safari 1.x */
	zoom:1; /*IE*/
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	filter: none\9;
	-ms-filter: none\9;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}
.sa--lr {
	transform: translate(-100px, 0);
	-webkit-transform:translate(-100px, 0);
	-ms-transform:translate(-100px, 0);
}
.sa--rl {
	transform: translate(100px, 0);
	-webkit-transform:translate(100px, 0);
	-ms-transform:translate(100px, 0);
}
.sa--up {
	transform: translate(0, 100px);
	-webkit-transform:translate(0, 100px);
	-ms-transform:translate(0, 100px);
}
.sa--down {
	transform: translate(0, -100px);
	-webkit-transform:translate(0, -100px);
	-ms-transform:translate(0, -100px);
}
.sa--scaleUp {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
}
.sa--scaleDown {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.sa--rotateL {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.sa--rotateR {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}
.inverted{
	-webkit-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	-moz-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	-o-animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	animation: technology-box-01 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
/* セクションテキスト */
.heading{
	display: none;
}
.main{
	margin: 0px 0 0 0;
	padding: 90px 0 0 0;
}
.main_top_contents{
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}
/* ヘッダ */
#header{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	z-index: 100;
	position: fixed;
	/* background-color:rgba(255,255,255,0.9); */
	max-width: 1920px;
}
.header_black {
	background-color:rgba(255,255,255,0.9);
}

.header{
	width: 980px;
	margin: 0 auto;
}
/* =====ヘッダのロゴ部分 =====*/
.header_box{
	padding: 6px 0;
}
.header_box .logo_box{
	float: left;
	width: 120px;
}
.header_box .logo_box a{
	width:132px;
	height: 68px;
	background-image: url(../img/common/header_logo.png);
	display: block;
}
.header_box .logo_box a.image_black{
	background-image: url(../img/common/header_logo_bk.png);
}

/* =====ヘッダのメニュー部分 =====*/
.header_box .menu_box{
	float: left;
	padding: 12px 0 0 0;
}
.header_box .menu_box .sp_menu{
	display: none;
}
y
.header_navarea_pc{
}
.header_navarea_pc .header_navi{
	display: block !important;
	float: left;
	margin: 0 0 0 90px;
	padding: 12px 0 0 0;
}
.header_navarea_pc .header_navi li{
	float: left;
	margin: 0 0 0 35px;
}
.header_navarea_pc .header_navi li:first-child{
	margin: 0 0 0 0;
}
.header_navarea_pc .header_navi li a{
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.header_navarea_pc .header_navi li a .header_en{
	font-size: 13px;
	font-weight: bold;
}
.header_navarea_pc .header_navi li a #concept_pc {
	width: 63px;
	height: 12px;
	background-image: url(../img/common/header_concept.png);
}
.header_navarea_pc .header_navi li a #service_pc {
	width: 56px;
	height: 13px;
	background-image: url(../img/common/header_serveice.png);
}
.header_navarea_pc .header_navi li a #works_pc {
	width: 46px;
	height: 12px;
	background-image: url(../img/common/header_works.png);
}
.header_navarea_pc .header_navi li a #company_pc {
	width: 66px;
	height: 11px;
	background-image: url(../img/common/header_company.png);
}
.header_navarea_pc .header_navi li a #recruit_pc {
	width: 53px;
	height: 12px;
	background-image: url(../img/common/header_recruit.png);
}
.header_navarea_pc .header_navi li a #news_pc {
	width: 38px;
	height: 9px;
	background-image: url(../img/common/header_news.png);
}
.header_navarea_pc .header_navi li a #blog_pc {
	width: 32px;
	height: 13px;
	background-image: url(../img/common/header_blog.png);
}

.header_navarea_pc .header_navi.image_black li a #concept_pc {
	background-image: url(../img/common/header_concept_bk.png);
}
.header_navarea_pc .header_navi.image_black li a #service_pc {
	background-image: url(../img/common/header_service_bk.png);
}
.header_navarea_pc .header_navi.image_black li a #works_pc {
	background-image: url(../img/common/header_works_bk.png);
}
.header_navarea_pc .header_navi.image_black li a #company_pc {
	background-image: url(../img/common/header_company_bk.png);
}
.header_navarea_pc .header_navi.image_black li a #recruit_pc {
	background-image: url(../img/common/header_recruit_bk.png);
}
.header_navarea_pc .header_navi.image_black li a #news_pc {
	background-image: url(../img/common/header_news_bk.png);
}
.header_navarea_pc .header_navi.image_black li a #blog_pc {
	background-image: url(../img/common/header_blog_bk.png);
}

.header_navarea_pc .header_navi li a .header_jp{
	font-size: 12px;
}
.header_navarea_pc .header_navi li a::after {
  position: absolute;
	bottom: -11px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.header_navarea_pc .header_navi.image_black li a::after {
  background: #666666;
}
.header_navarea_pc .header_navi li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header_navarea_sp {
	width: 100%;
	display: none;
	padding: 0 0 0px 0;
}
.header_navarea_sp .header_navi {
	display: block !important;
	float: none;
	width: 100%;
	letter-spacing: -.4em;
	padding: 17px 0 4px 0;
}
.header_navarea_sp .header_navi li{
	font-size: 15px;
	height: auto;
	letter-spacing: 0em;
	padding: 15px 0;
	margin: 0 auto;
	width: 95%;
	border-bottom: 1px dotted #d3d3d3;
}
.header_navarea_sp .header_navi li:last-child{
	border: none;
}
.header_navarea_sp .header_navi li a{
	display: block;
	width: 100%;
	padding: 0px 0 0px 0px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.header_navarea_sp .header_navi li a img{
	display: inline-block;
	margin: 5px 20px 0 0;
	vertical-align: middle;
	width: 8px;
}
.header_navarea_sp .header_navi .menu_inner{
	padding: 0 0 0 7px;
}
.header_navarea_sp .header_navi .menu_inner a img{
	float: left;
}
.header_navarea_sp .header_navi .menu_inner a .header_sp_en{
	float: left;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
.header_navarea_sp .header_navi .menu_inner a .header_sp_jp{
	float: right;
	font-size: 15px;
	color: #666666;
}
.header_navarea_sp .header_navi li.sp_info_button{
	background-color: #fff;
	width: 100%;
}
.header_navarea_sp .header_navi li.sp_info_button a{
	display: inline-block;
	padding: 14px 0 14px 0;
	text-align: center;
	margin: 0 auto 0 auto;
	vertical-align: top;
	width: 95%;
	background-color: #666666;
}
.header_navarea_sp .header_navi li.sp_info_button a img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 17px;
}
.header_navarea_sp .header_navi li.sp_info_button a p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 0 0 4px;
}

/* =====ヘッダのお問い合わせ部分 =====*/
.header_box .menu_icon_box{
	float: right;
	display: block;
	width: 157px;
	padding: 12px 0 0 0;s
}
.header_box .menu_icon_box{
/*	float: right;
	display: block;
	background-color: #666666;
	width: 157px;
	padding: 9px 0;
	margin: 9px 0 0 0;*/
}
.header_box .header_contact{
	width: 57px;
	height: 57px;
	display: inline-block;
}

.header_box .header_contact#contact_pc{
	margin-right: 20px;
	background-image: url(../img/common/header_mail.png);
}
.menu_icon_down{
	background-image: url(../img/common/header_partner.png);
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 80%;
	max-width: 600px;
	height: 400px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 50px 40px;
}
.window > p{
	text-align: left;
	margin: 1em 0;
	line-height: 1.7em;
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 24px;
	border: 2px solid #333333;
	padding: 0 10px 3px;
}
.support_download{
	width: 50%;
	margin: 30px auto;
	background-color: #333333;
	height: 50px;
	border-radius: 10px;
}
.support_download p{
	color: #ffffff;
	line-height: 50px;
}
.header_box .header_contact#contact_pc.image_black{
	background-image: url(../img/common/header_mail_bk.png);
}
.header_box .header_contact#partnership_pc.image_black{
	background-image: url(../img/common/header_partner_bk.png);
}

.header_box .header_partnership p{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.header_navarea_pc .header_navi li a #service_pc {
	width: 56px;
	height: 13px;
	background-image: url(../img/common/header_serveice.png);
}
/* =====フッター =====*/
.footer{
	padding: 72px 0 0 0;
}
.footer .footer_contact{
	padding: 0 0 53px 0;
}
.footer .footer_contact .footer_catch{
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 18px 0;
}
.footer .footer_contact .footer_catch span{
	font-weight: bold;
}
.footer .footer_contact .footer_contact_wrap .footer_tel{
	display: inline-block;
	vertical-align: top;
	padding: 20px 60px 0 0;
	border-right: 1px solid #c4c4c4;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .tel_catch{
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_wrap img{
	width: 24px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_wrap p{
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_sp{
	display: none;
}
.footer .footer_contact .footer_contact_wrap .footer_mail{
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 18px 60px;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .mail_catch{
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .footer_mail_wrap{
	width: 386px;
	background-color: #696969;
	display: block;
	border-radius: 22.55px;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .footer_mail_wrap img{
	width: 30px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .footer_mail_wrap p{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 0 12px 0;
}
/* =====フッターメニュー =====*/
.footer .footer_menu{
	background-color: #1f1f1f;
	padding: 40px 0;
	color: #fff;
}
.footer .footer_menu .footer_menu_inner{
	width: 980px;
	margin: 0 auto;
}
.footer .footer_menu .footer_menu_inner .footer_logo{
	float: left;
}
.footer .footer_menu .footer_menu_inner .footer_logo a{
	display: block;
	/* float: left; */
	margin: 0 24px 0 0;
}
.footer .footer_menu .footer_menu_inner .footer_logo a img{
	width: 255px;
}
.footer .footer_menu .footer_menu_inner .footer_logo .footer_access{
	font-size: 12px;
	float: left;
	text-align: left;
	padding: 14px 0 0 0;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item{
	float: right;
	padding: 19px 0 0 0;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item li{
	color: #fff;
	display: inline-block;
	margin: 0 0 0 32px;
	font-size: 14px;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item li a{
	color: #fff;
}
/* =====フッターコピーライト =====*/
.copywright{
	color: #fff;
	background-color: #1f1f1f;
}
.copywright .copywright_inner{
	width: 980px;
	margin: 0 auto;
	padding: 13px 0;
	font-size: 12px;
}
.copywright .copywright_inner a{
	color: #fff;
	float: left;
}
.copywright .copywright_inner a:nth-child(even){
	border-left: 1px solid #fff;
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
}
.copywright .copywright_inner p{
	float: right;
}

/*----------------トップヘ戻るボタン-----------------*/
.top-back-wrap {
	width:980px;
	height:0;
	margin: 0 auto 0 auto;
	position: relative;
}
.top-back {
	width:980px;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	z-index: 3;
}
.top-back a {
	width: 68px;
	height: 68px;
	margin: 0 0px 0 auto;
	display: block;
	z-index: 9999;
	position: relative;
	padding: 0px 0 0 0px;
	background-image: url(../img/common/top_arrow.png);
}
.top-back a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
}
.contents {
	width: 980px;
	margin: 0 auto;
}
/*------------------------------------------------------------------------*/
/*------------------------ トップページ ---------------------------*/
/*------------------------------------------------------------------------*/
/* ======トップページ(スライドショー)====== */
.main .top_banner {
	width: 100%;
	margin: 0 auto;
}
.main .top_banner li .display_pc{
	width: 100%;
	position: relative;
}
.main .top_banner li .display_pc img{
	width: 100%;
}
.main .top_banner li .display_pc .top_banner_button{
    display: block;
    width: 285px;
    padding: 14px 0;
    margin: 0 auto;
    border: none;
    position: absolute;
    bottom: 150px;
    left: calc(50% - 142px);
	border: 1px solid #FFF;
	background-image: url(../img/common/button_arrow.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
    color: #FFF;
}
.main .top_banner li .display_pc .top_banner_button:hover{
	background-image: url(../img/common/button_arrow_bk.png);
    background-color: #FFF;
    color: #1f1f1f;
}
.main .top_banner li .display_pc .top_banner_arrow {
	width: 35px;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 10px);
}
.main .top_banner li .display_sp{
	display: none;
}
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 20px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
	color: #fff;
}
/*スライド画像の横幅可変*/
.main .top_banner li img {
	max-width: 100%;
	height: auto;
}

/* ======トップページ(コンセプト)====== */
.top_concept{
	padding: 56px 0 72px 0;
}
.top_concept .concept_title{
	width: 483px;
	line-height: 0;
	margin: 0 auto 0 auto;
}
.top_concept .concept_title img{
	width: 100%;
}

.top_concept .concept_detail{
	font-size: 14px;
	padding: 0 0 40px 0;
	line-height: 2.5;
}
.top_concept .concept_detail p.concept_item{
	opacity: 0;
}
.top_concept .concept_detail p.concept_item span{
	opacity: 0;
}


/* ======トップページ(共通)====== */
.top_category img{
	width: 172px;
	margin: 0 auto;
}
.top_category .top_category_bar{
	width: 30px;
	height: 2px;
	background-color: #666666;
	margin: 0 auto;
}
.top_category .top_category_jp{
	font-size: 18px;
	padding: 0 0 0 0;
}
.category_bar_white{
	background-color: #fff!important;
}
.category_text_white{
	color: #fff;
}
/* ======トップページ(事業内容)====== */
.top_business{
	background-color: #ededed;
	padding: 63px 0 63px 0;
}
.top_business .top_category {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.top_business .top_business_inner{
	/* width: 980px; */
	max-width: 1000px;
	margin: 0 auto;
}

.top_business .top_business_inner .top_business_list{
	padding: 40px 0 0 0;
}
.top_business .top_business_inner .top_business_list .top_business_item{
	position: relative;
	height: 605px;
	margin: 0 0 40px 0;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_img{
	width: 1008px;
	height: 605px;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text{
	background-color: rgba(0,0,0,0.7);
	width: 526px;
	/* height: 255px; */
	position: absolute;
	right: 0;
	top: 40px;
	text-align: justify;
	padding: 50px 20px 50px 80px;
	color: #FFF;
	z-index: 1;
}
.top_business .top_business_inner .top_business_list .top_business_item .business_text_left{
	position: absolute;
	left: 0;
	padding: 37px 76px 32px 20px;
	right: inherit;
	z-index: 1;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text .business_title_en{
	/* width: 222px; */
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text .business_title{
	font-size: 30px;
	font-weight: bold;
	text-align: justify;
	margin: 0 0 10px 0;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text .business_detail{
	width: 428px;
	text-align: justify;
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 1.8em;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text a{
	display: block;
	/* width: 150px; */
	text-align: center;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text a p{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-style: oblique;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text a img{
	width: 17px;
	display: inline-block;
	vertical-align: middle;
}
.business_system{
	background-image: url(../img/business_system.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.business_design{
	background-image: url(../img/business_design.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.business_advertisement{
	background-image: url(../img/business_advertisement.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}



/* ======トップページ(制作実績)====== */
.top_works{
	width: 980px;
	margin: 0 auto;
	padding: 63px 0 72px 0;
}
.top_works ul{
	margin: 40px -23px 0 0;
}
.top_works ul li{
	float: left;
	width: 313px;
	height: 280px;
	text-align: justify;
	margin: 0 21px 40px 0;
}
.top_works ul li a{
	display: block;
}
.top_works ul li a .works_list{
	margin: 0 0 8px 0;
	width: 313px;
	height: 209px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.top_works ul li a .works_list img{
	border: 1px solid #d3d3d3;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	width: 313px;
	height: 209px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.top_works ul li a .works_category{
	font-size: 15px;
	color: #1f1f1f;
	padding: 3px 0;
	text-align: left;
}
.top_works ul li a .works_projects{
	font-size: 19px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top_works ul li a .works_client{
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ======トップページ(会社概要)====== */
.top_company{
	width: 100%;
	height: 460px;
	background-image: url(../img/company_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 0;
	background-attachment: fixed;
}
.top_company .top_company_inner{
	background: rgba(0,0,0,0.4);
	padding: 63px 0 50px 0;
	height: 460px;
}
.top_company .top_company_inner .top_company_area{
}
.top_company .top_company_inner .top_company_area .top_company_text{
}
.top_company .top_company_inner .top_company_area .top_company_text{
	line-height: 2;
	font-size: 15px;
	color: #fff;
	padding: 40px 0 40px 0;
}
.top_company .top_company_inner .top_company_area .top_company_text p{
}

/* ======トップページ(インフォメーション)====== */
.top_info{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}
.top_info .info_item{
	width: 480px;
	/*float: left;*/
	margin: 24px auto;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.37);
	-moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.37);
	box-shadow: 0 5px 15px -8px rgba(0,0,0,0.37);
}
.float_right{
	float: right!important;
}
.top_info .info_item a{
	display: block;
}
.top_info .info_item a .info_img{
	float: left;
	width: 240px;
}
.top_info .info_item a .info_detail{
	width: 240px;
	float: left;
}
.top_info .info_item a .info_detail img{
	width: 158px;
	margin: 14px 0 0 0;
}
.top_info .info_item a .info_detail p{
	width: 209px;
	text-align: justify;
	margin: 0 auto;
	font-size: 13px;
}

/* ======トップページ(新着情報)====== */
.top_news{
	width: 980px;
	margin: 0 auto;
}
.top_news .top_news_left{
	float: left;
	padding: 70px 0 0 110px;
	text-align: left;
}
.news_category_bar{
	margin: 0!important;
}
.news_category_img{
	margin: 0 0px 0 -37px!important;
}
.top_news .top_news_right{
	float: right;
}
.top_news .top_news_right .top_news_list{
}
.top_news .top_news_right .top_news_list ul{
}
.top_news .top_news_right .top_news_list ul li{
	padding: 12px 0 12px 0;
	text-align: left;
	border-bottom: solid 2px #d1d1d1;
	position: relative;
}
.top_news .top_news_right .top_news_list ul li::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	width: 18%;
}
.top_news .top_news_right .top_news_list ul li a{
	font-size: 14px;
	display: block;
}
.top_news .top_news_right .top_news_list ul li a .news_date{
	float: left;
	padding: 0 32px 0 0;
}
.top_news .top_news_right .top_news_list ul li a .news_detail{
	float: left;
	width: 490px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ======トップページ(アクセス)====== */
.top_access{
	margin: 72px 0 0 0;
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 30%;
	margin-top: 72px;
}
.top_access iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 下層ページ共通 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch{
	height: 260px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.eyecatch_title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* パンくずリスト */
.breadcrumb_text{
	padding: 16px 0 0 0px;
	width: 980px;
	margin: auto;
	font-size: 14px;
}
.breadcrumb_text li{
	float: left;
	margin-right: 10px;
	color: #000 !important;
	text-align: left;
}
.breadcrumb_text li:last-child{
	width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadcrumb_text li a{
	color: #13547A;
	text-decoration: underline;
}
/* 下層ページマージン */
.underlayer_wrap{
	padding: 72px 0 50px 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ コンセプトページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_concept{
	background-image: url(../img/eyecatch_concept.png);
}
.title_concept{
	width: 175px;
	height: 62px;
	background-image: url(../img/title_concept.svg);
	background-repeat: no-repeat;
}
.concept_intro{
	padding: 0 0 0 0;
}
.concept_intro img{
	width: 483px;
	margin: 0 0 15px 0;
}
.concept_intro p{
	font-size: 14px;
	padding: 0 0 24px 0;
}
/* パララックス */
.concept_parallax{
	width: 100%;
	height: 300px;
	background-image: url(../img/concept_parallax.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	margin: 0 0 40px 0;
}
/* 制作への想い */
.thought{
	padding: 0 0 82px 0;
}
.thought .thought_img{
	display: inline-block;
	vertical-align: top;
	width: 315px;
}
.thought .thought_text{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 65%;
	padding: 24px 0 0 60px;
}
.thought .thought_text img{
	width: 236px;
	margin: 0 0 32px 0;
}
.thought .thought_text p{
	padding: 0 0 16px 0;
}
.indent{
	padding-left: 1em!important;
	text-indent: -1em!important;
}

.business_category{
	padding: 0 0 68px 0;
}
.business_category a{
	float: left;
}
.business_category a .business_category_item{
	width: 326px;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #4080C3;
}
.design_border{
	border-bottom: 5px solid #C25043!important;
}
.marketing_border{
	border-bottom: 5px solid #29314D!important;
}
.business_category a .business_category_item img{
	width: 100%;
	display: block;
	transition-duration: 0.3s;
}
.business_category a .business_category_item img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.business_category a .business_category_item .category_item_inner{
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	left: 12px;
	text-align: left;

}
.business_category a .business_category_item .category_item_inner .category_en{
	font-size: 25px;
	font-weight: bold;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_service{
	background-image: url(../img/eyecatch_service.png);
}
.title_service{
	width: 116px;
	height: 62px;
	background-image: url(../img/title_service.svg);
	background-repeat: no-repeat;
}
.service_intro .service_intro01 img{
	width: 236px;
	margin: 0 0 48px 0;
}
.service_intro .service_intro01 p{
	line-height: 2.5;
}
.service_intro .service_intro02{
	padding: 72px 0 0 0;
}
.service_intro .service_intro02 img{
	width: 523px;
	margin: 0 auto 48px auto;
}
.service_intro .service_intro02 p{
	line-height: 2.5;
}
.service_category{
	width: 555px;
	margin: 0 auto;
}
.service_category img{
	width: 100%;
}
/* メディアワークスのサービス */
.service_list{
	background-color: #ededed;
	padding: 63px 0;
}
.service_list .service_list_intro{
	padding: 0 0 63px 0;
}
.service_list .service_list_intro img{
	width: 528px;
	margin: 0 auto 32px auto;
}
.service_list .service_list_intro p{
	font-size: 14px;
	line-height: 2.5;
}
.service_list .service_list_inner .service_list_item{
	margin: 0 0 40px 0;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_img{
	width: 543px;
	position: relative;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_img img{
	width: 100%;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text{
	background-color: #fff;
	position: relative;
	z-index: 1;
	display: block;
	margin-left: auto;
	margin-top: -230px;
	padding: 22px;
	background-color: rgba(255,255,255,.9);
	width: 506px;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_en{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 16px 0;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_jp{
	text-align: left;
	padding: 0 0 16px 0;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_jp img{
	width: 7px;
	display: inline-block;
	vertical-align: middle;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_jp p{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_detail{
	font-size: 14px;
	text-align: left;
	line-height: 2;
	padding: 0 0 24px 0;
}
/* 左右逆転 */
.service_right{
	margin-left: auto!important;
	z-index: 3!important;
}
.service_left{
	margin-left: inherit!important;
	margin-top: -230px!important;
}
/* ボタンエリア */
.service_button{
	margin: 30px 0 0 0;
}
.service_button a{
	width: 285px;
	height: 48px;
	display: block;
	border: 1px solid #666666;
	padding: 13px 0 0 0;
	display: inline-block;
	margin: 0 5px 16px 5px;
}
.service_button a p{
	font-size: 15px;
	font-weight: bold;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（システム）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_system{
	background-image: url(../img/eyecatch_system.png);
}
.title_system{
	width: 400px;
	height: 70px;
	background-image: url(../img/title_system.svg);
	background-repeat: no-repeat;
}
.system_intro{
}
.system_intro .system_intro_img{
	width: 442px;
	height: 78px;
	margin: 0 auto;
	/* background-image: url(../img/system_intro.svg); */
	background-repeat: no-repeat;
}
.system_intro .system_intro_text{
	padding: 48px 0 0 0;
	font-size: 14px;
	line-height: 2.5;
}
/* デザインの種類 */
.system_type{
	padding: 63px 0 72px 0;
	background-color: #EDEDED;
}
.system_type .system_type_item{
	text-align: left;
	margin: 0 0 70px 0;
}
.system_type .system_type_item .type_img{
	width: 473px;
	height: 315px;
	background-image: url(../img/system_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	position: relative;
}
.system_type .system_type_item .type_img p{
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background-color: #888;
}
.right_img{
	float: right!important;
}
.system_web{
	background-image: url(../img/system_img02.png)!important;
}
.system_app{
	background-image: url(../img/system_img03.png)!important;
}
.system_logo{
	background-image: url(../img/system_img04.png)!important;
}
.system_branding{
	background-image: url(../img/system_img05.png)!important;
}
.system_3d{
	background-image: url(../img/system_img06.png)!important;
}
.system_type .system_type_item .type_text{
	width: 473px;
	float: right;
}
.left_text{
	float: left!important;
}
.system_type .system_type_item .type_text .type_name{
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 13px 0;
}
.system_type .system_type_item .type_text .type_title{
	padding: 0 0 8px 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-indent: 1em;
}
.system_type .system_type_item .type_text .type_title:after{
	content: '';
	position: absolute;
	top: 21%;
	left: 0px;
	margin: 0px 0 0 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 7px solid transparent;
}
.system_type .system_type_item .type_text .type_detail{
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 2;
}
.design_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 10px 0;
}



/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（デザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_design{
	background-image: url(../img/eyecatch_design.png);
}
.title_design{
	width: 121px;
	height: 70px;
	background-image: url(../img/title_design.svg);
	background-repeat: no-repeat;
}
.design_intro{
}
.design_intro .design_intro_img{
	width: 530px;
	height: 29px;
	margin: 0 auto;
	background-image: url(../img/design_intro.svg);
	background-repeat: no-repeat;
}
.design_intro .design_intro_text{
	padding: 48px 0 0 0;
	font-size: 14px;
	line-height: 2.5;
}
/* デザインの種類 */
.design_type{
	padding: 63px 0 72px 0;
	background-color: #EDEDED;
}
.design_type .design_type_item{
	text-align: left;
	margin: 0 0 70px 0;
}
.design_type .design_type_item .type_img{
	width: 473px;
	height: 315px;
	background-image: url(../img/design_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	position: relative;
}
.design_type .design_type_item .type_img p{
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background-color: #888;
}
.right_img{
	float: right!important;
}
.design_web{
	background-image: url(../img/design_img02.png)!important;
}
.design_app{
	background-image: url(../img/design_img03.png)!important;
}
.design_logo{
	background-image: url(../img/design_img04.png)!important;
}
.design_branding{
	background-image: url(../img/design_img05.png)!important;
}
.design_3d{
	background-image: url(../img/design_img06.png)!important;
}
.design_type .design_type_item .type_text{
	width: 473px;
	float: right;
}
.left_text{
	float: left!important;
}
.design_type .design_type_item .type_text .type_name{
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 13px 0;
}
.design_type .design_type_item .type_text .type_title{
	padding: 0 0 8px 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-indent: 1em;
}
.design_type .design_type_item .type_text .type_title:after{
	content: '';
	position: absolute;
	top: 21%;
	left: 0px;
	margin: 0px 0 0 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 7px solid transparent;
}
.design_type .design_type_item .type_text .type_detail{
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 2;
}
.design_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 10px 0;
}

/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（広告）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_ad{
	background-image: url(../img/eyecatch_ad.png);
}
.title_ad{
	width: 212px;
	height: 70px;
	background-image: url(../img/title_ad.svg);
	background-repeat: no-repeat;
}
.ad_intro{
}
.ad_intro .ad_intro_img{
	width: 500px;
	height: 28px;
	margin: 0 auto;
	background-image: url(../img/ad_intro.svg);
	background-repeat: no-repeat;
}
.ad_intro .ad_intro_text{
	padding: 48px 0 0 0;
	font-size: 14px;
	line-height: 2.5;
}
/* デザインの種類 */
.ad_type{
	padding: 63px 0 72px 0;
	background-color: #EDEDED;
}
.ad_type .ad_type_item{
	text-align: left;
	margin: 0 0 70px 0;
}
.ad_type .ad_type_item .type_img{
	width: 473px;
	height: 315px;
	background-image: url(../img/ad_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	position: relative;
}
.ad_type .ad_type_item .type_img p{
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background-color: #888;
}
.right_img{
	float: right!important;
}
.ad_listing{
	background-image: url(../img/ad_img02.png)!important;
}
.ad_adnw{
	background-image: url(../img/ad_img03.png)!important;
}
.ad_type .ad_type_item .type_text{
	width: 473px;
	float: right;
}
.left_text{
	float: left!important;
}
.ad_type .ad_type_item .type_text .type_name{
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 13px 0;
}
.ad_type .ad_type_item .type_text .type_title{
	padding: 0 0 8px 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-indent: 1em;
}
.ad_type .ad_type_item .type_text .type_title:after{
	content: '';
	position: absolute;
	top: 21%;
	left: 0px;
	margin: 0px 0 0 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 7px solid transparent;
}
.ad_type .ad_type_item .type_text .type_detail{
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 2;
}
.design_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 10px 0;
}
/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（DTPデザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_titleimg{
	background: linear-gradient(to right, #62d1c9 0%, #3a88c6 100%);
	background: linear-gradient(to right, #62d1c9 0%, #3a88c6 100%);
	background: -moz-linear-gradient(left, rgba(98,209,201,1) 0%, rgba(58,136,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,209,201,1)), color-stop(100%,rgba(58,136,198,1)));
	background: -webkit-linear-gradient(left, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	background: -o-linear-gradient(left, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	background: -ms-linear-gradient(left, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	background: linear-gradient(to right, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62d1c9', endColorstr='#3a88c6',GradientType=1 );
	padding: 40px 0 40px 36px;
}
.service_titleimg img{
	width: 412px;
	height: 300px;
	float: left;
}
.service_titleimg .service_titletext{
	color: #fff;
	float: left;
	text-align: justify;
	padding: 0 0 0 0px;
}
.service_titleimg .service_titletext .service_titletext_large{
	font-size: 21px;
}
.service_titleimg .service_titletext .service_titletext_large p{
	font-weight: bold;
	line-height: 2.0;
}
.service_titleimg .service_titletext .service_titletext_small{
	font-size: 14px;
	padding: 16px 0 0 0;
}
.service_titleimg .service_titletext .service_titletext_small p{
	line-height: 1.8;
}
.service_column{
	padding: 72px 0 0 0;
}
/* ＝＝右カラム＝＝ */
.service_rightcolumn{
	width: 690px;
	float: right;
}
.service_rightcolumn .rightcolumn_eyecatch{
}
.service_rightcolumn .rightcolumn_bottom{
	padding: 16px 0 40px 0;
	font-size: 14px;
	text-align: justify;
}
.service_rightcolumn .rightcolumn_bottom p{
}
.service_rightcolumn .handling_product{
	text-align: justify;
	padding: 0 0 40px 0;
}
.service_rightcolumn .title_glad{
	position: relative;
	border-bottom: 2px solid #D1D1D1;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 24px 0;
}
.service_rightcolumn .title_glad::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	left: 0;
	width: 14%;
}
.attention{
	font-size: 14px;
	padding: 14px 0 0 0;
}
/* 導入事例 */
.casestudy{
}
.casestudy ul{
}
.casestudy ul li{
	width: 334px;
	text-align: justify;
	float: left;
	margin: 0 0 40px 0;
}
.casestudy ul li:nth-child(odd){
	margin: 0 3% 0 0;
}
.casestudy ul li a{
	display: block;
}
.casestudy ul li a .works_main{
	margin: 0 0 8px 0;
	width: 334px;
	height: 223px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.casestudy ul li a .works_main img{
	border: 1px solid #d3d3d3;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	width: 334px;
	height: 223px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.casestudy ul li a .works_text{
}
.casestudy ul li a .works_text .projectcategory{
	font-size: 15px;
	color: #fff;
	background-color: #666666;
	width: 150px;
	padding: 3px 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.casestudy ul li a .works_text .projectname{
	font-size: 19px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.casestudy ul li a .works_text .client{
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 制作の流れ */
.flow{
}
.flow .flow_block{
}
.flow .flow_block .flow_item{
}
.flow .flow_block .flow_item .flow_title{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #666666;
	padding: 2px 0;
}
.flow .flow_block .flow_item .flow_detail{
	padding: 16px 0;
}
.downward_triangle{
	width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #696969;
	margin: 0 auto;
	padding: 0 0 16px 0;
}

/* ＝＝左カラム＝＝ */
.service_leftcolumn{
	width: 250px;
	float: left;
}
/* メニュー（事業内容） */
.service_leftcolumn .menu_head{
	background-color: #696969;
	display: block;
	text-align: left;
	padding: 14px 0 14px 14px;
}
.service_leftcolumn .menu_head .menu_head_border{
	height: 1px;
	background-color: #fff;
	display: inline-block;
	width: 20px;
	margin: 0px 9px 6px 0;
}
.service_leftcolumn .menu_head p{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
/* メニュー（２階層） */
.service_leftcolumn .menu_second{
	border-bottom: 1px solid #696969;
	display: block;
	padding: 14px 20px 14px 49px;
}
.service_leftcolumn .menu_second p{
	font-weight: bold;
	display: inline-block;
	color: #696969;
	float: left;
}
.service_leftcolumn .menu_second .menu_second_triangle{
	width: 0;
  height: 0;
  border-left: 5px solid #696969;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	display: inline-block;
	float: right;
	margin: 6px 0 0 0;
}
/* メニュー（3階層） */
.service_leftcolumn .menu_third{
	border-bottom: 1px dashed #696969;
	display: block;
	padding: 14px 20px 14px 49px;
}
.service_leftcolumn .menu_third p{
	display: inline-block;
	color: #696969;
	float: left;
}
.service_leftcolumn .menu_third .menu_second_triangle{
	width: 0;
  height: 0;
  border-left: 5px solid #696969;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	display: inline-block;
	float: right;
	margin: 6px 0 0 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（WEBデザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_webdesign_bg{
	background: linear-gradient(to right, #816aff 0%, #ffb9c7 100%);
	background: linear-gradient(to right, #816aff 0%, #ffb9c7 100%);
	background: -moz-linear-gradient(left, rgba(129,106,255,1) 0%, rgba(255,185,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,106,255,1)), color-stop(100%,rgba(255,185,199,1)));
	background: -webkit-linear-gradient(left, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	background: -o-linear-gradient(left, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	background: linear-gradient(to right, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#816aff', endColorstr='#ffb9c7',GradientType=1 );
	padding: 40px 0 40px 90px;
}
.titletext_webdesign{
	margin: 25px 0 0 0px;
}

/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ロゴデザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_logodesign_bg{
	background: linear-gradient(to right, #fef7e5 0%, #9db0d7 80%);
	background: linear-gradient(to right, #fef7e5 0%, #9db0d7 80%);
	background: -moz-linear-gradient(left, rgba(254,247,229,1) 0%, rgba(157,176,215,1) 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,247,229,1)), color-stop(80%,rgba(157,176,215,1)));
	background: -webkit-linear-gradient(left, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	background: -o-linear-gradient(left, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	background: -ms-linear-gradient(left, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	background: linear-gradient(to right, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e5', endColorstr='#9db0d7',GradientType=1 );
	padding: 40px 0 40px 90px;
}
.titletext_logo{
	margin: 48px 0 0 20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（UXUI）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_uxui_bg{
	background: linear-gradient(to left, #00c6fb 0%, #005bea 80%);
	background: linear-gradient(to left, #00c6fb 0%, #005bea 80%);
	background: -moz-linear-gradient(right, rgba(0,198,251,1) 0%, rgba(0,91,234,1) 80%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,198,251,1)), color-stop(80%,rgba(0,91,234,1)));
	background: -webkit-linear-gradient(right, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	background: -o-linear-gradient(right, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	background: -ms-linear-gradient(right, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	background: linear-gradient(to left, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6fb', endColorstr='#005bea',GradientType=1 );
	padding: 40px 0 40px 90px;
}
.titletext_uxui{
	margin: 30px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ブランディング）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_branding_bg{
	background: linear-gradient(to left, #008683 0%, #b9dca6 80%);
	background: linear-gradient(to left, #008683 0%, #b9dca6 80%);
	background: -moz-linear-gradient(right, rgba(0,134,131,1) 0%, rgba(185, 220, 166) 80%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,134,131,1)), color-stop(80%,rgba(185, 220, 166)));
	background: -webkit-linear-gradient(right, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	background: -o-linear-gradient(right, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	background: -ms-linear-gradient(right, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	background: linear-gradient(to left, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008683', endColorstr='#b9dca6',GradientType=1 );
	padding: 40px 0 40px 90px;
}
.titletext_branding{
	margin: 35px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（3DCG）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_3d_bg{
	background: linear-gradient(to left, #30cfd0 0%, #330867 100%);
	background: linear-gradient(to left, #30cfd0 0%, #330867 100%);
	background: -moz-linear-gradient(right, rgba(48,207,208,1) 0%, rgba(51,8,103,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(48,207,208,1)), color-stop(100%,rgba(51,8,103,1)));
	background: -webkit-linear-gradient(right, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	background: -o-linear-gradient(right, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	background: -ms-linear-gradient(right, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	background: linear-gradient(to left, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30cfd0', endColorstr='#330867',GradientType=1 );
	padding: 40px 0 40px 90px;
}
.titletext_3d{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（Webシステム）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_websystem_bg{
	background: linear-gradient(to left, #0E292E 0%, #68D8D1 100%);
	background: linear-gradient(to left, #0E292E 0%, #68D8D1 100%);
	background: -moz-linear-gradient(right, rgba(14,41,46,1) 0%, rgba(104,216,209,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(14,41,46,1)), color-stop(100%,rgba(104,216,209,1)));
	background: -webkit-linear-gradient(right, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	background: -o-linear-gradient(right, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	background: -ms-linear-gradient(right, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	background: linear-gradient(to left, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E292E', endColorstr='#68D8D1',GradientType=1 );
	padding: 40px 0 40px 20px;
}
.titletext_websystem{
	margin: 30px 0 0 20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（Windowsアプリ）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_windowsapp_bg{
	background: linear-gradient(to left, #0E9DA9 0%, #F5BDD1 100%);
	background: linear-gradient(to left, #0E9DA9 0%, #F5BDD1 100%);
	background: -moz-linear-gradient(right, rgba(14,157,169,1) 0%, rgba(245,189,209,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(14,157,169,1)), color-stop(100%,rgba(245,189,209,1)));
	background: -webkit-linear-gradient(right, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	background: -o-linear-gradient(right, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	background: -ms-linear-gradient(right, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	background: linear-gradient(to left, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E9DA9', endColorstr='#F5BDD1',GradientType=1 );
	padding: 40px 0 40px 90px;
}
.titletext_windowsapp{
	margin: 16px 0 0 -30px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（i.Aアプリ）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_iaapp_bg{
	background: linear-gradient(to left, #49DBB3 0%, #B193FA 100%);
	background: linear-gradient(to left, #49DBB3 0%, #B193FA 100%);
	background: -moz-linear-gradient(right, rgba(73,219,179,1) 0%, rgba(177,147,250,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(73,219,179,1)), color-stop(100%,rgba(177,147,250,1)));
	background: -webkit-linear-gradient(right, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	background: -o-linear-gradient(right, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	background: -ms-linear-gradient(right, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	background: linear-gradient(to left, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49DBB3', endColorstr='#B193FA',GradientType=1 );
	padding: 40px 0 40px 40px;
}
.titletext_iaapp{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ネットワークシステム）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_network_bg{
	background: linear-gradient(to left, #6457C6 0%, #007ADF 100%);
	background: linear-gradient(to left, #6457C6 0%, #007ADF 100%);
	background: -moz-linear-gradient(right, rgba(100,87,198,1) 0%, rgba(0,122,223,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(100,87,198,1)), color-stop(100%,rgba(0,122,223,1)));
	background: -webkit-linear-gradient(right, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	background: -o-linear-gradient(right, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	background: -ms-linear-gradient(right, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	background: linear-gradient(to left, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6457C6', endColorstr='#007ADF',GradientType=1 );
	padding: 40px 0 40px 40px;
}
.titletext_network{
	margin: 16px 0 0 20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ホスティングサーバー）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_server_bg{
	background: linear-gradient(to left, #ff9a9e 0%, #fad0c4 100%);
	background: linear-gradient(to left, #ff9a9e 0%, #fad0c4 100%);
	background: -moz-linear-gradient(right, rgba(255,154,158,1) 0%, rgba(250,208,196,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(112,133,182,1)), color-stop(100%,rgba(250,208,196,1)));
	background: -webkit-linear-gradient(right, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	background: -o-linear-gradient(right, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	background: -ms-linear-gradient(right, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	background: linear-gradient(to left, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a9e', endColorstr='#fad0c4',GradientType=1 );
	padding: 40px 0 40px 40px;
}
.titletext_server{
	margin: 16px 0 0 20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（SEO）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_seo_bg{
	background: linear-gradient(to left, #f6d365 0%, #fda085 100%);
	background: linear-gradient(to left, #f6d365 0%, #fda085 100%);
	background: -moz-linear-gradient(right, rgba(246,211,101,1) 0%, rgba(253,160,133,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(246,211,101,1)), color-stop(100%,rgba(253,160,133,1)));
	background: -webkit-linear-gradient(right, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	background: -o-linear-gradient(right, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	background: -ms-linear-gradient(right, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	background: linear-gradient(to left, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d365', endColorstr='#fda085',GradientType=1 );
	padding: 40px 0 40px 40px;
}
.titletext_seo{
	margin: 45px 0 0 20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（リスティング広告）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_listing_bg{
	background: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);
	background: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);
	background: -moz-linear-gradient(right, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(251,194,235,1)), color-stop(100%,rgba(166,193,238,1)));
	background: -webkit-linear-gradient(right, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	background: -o-linear-gradient(right, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	background: -ms-linear-gradient(right, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	background: linear-gradient(to left, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc2eb', endColorstr='#a6c1ee',GradientType=1 );
	padding: 40px 0 40px 40px;
}
.titletext_listing{
	margin: 16px 0 0 20px;
}

/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ADNW）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_adnw_bg{
	background: linear-gradient(to left, #5ee7df 0%, #b490ca 100%);
	background: linear-gradient(to left, #5ee7df 0%, #b490ca 100%);
	background: -moz-linear-gradient(right, rgba(94,231,223,1) 0%, rgba(180,144,202,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(94,231,223,1)), color-stop(100%,rgba(180,144,202,1)));
	background: -webkit-linear-gradient(right, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	background: -o-linear-gradient(right, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	background: -ms-linear-gradient(right, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	background: linear-gradient(to left, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ee7df', endColorstr='#b490ca',GradientType=1 );
	padding: 40px 0 40px 40px;
}
.titletext_adnw{
	margin: 16px 0 0 -30px;
}
.adnw_img{
	width: 665px;
	height: 165px;
	background-image: url(../img/adnw_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 16px 0;
}
.adnw_text{
	padding-left: 0;
	text-indent: 0;
}

/*------------------------------------------------------------------------*/
/*------------------------ 制作実績ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_works{
	background-image: url(../img/eyecatch_works.png);
}
.title_works{
	width: 114px;
	height: 71px;
	background-image: url(../img/title_works.svg);
	background-repeat: no-repeat;
}
/* カテゴリー切り替え */
.category_switching{
 background-color: #EDEDED;
}
.category_switching a{
	display: inline-block;
}
.category_switching a::before, .category_switching a::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.category_switching a, .category_switching a::before, .category_switching a::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.category_switching a:hover{
	background-color: #666666;
}
.category_switching a p:hover{
	color: #fff;
}
.category_check{
	background-color: #666666;
	color: #fff!important;
}
.category_switching a p{
	font-size: 14px;
	font-weight: bold;
	width: 192px;
	height: 80px;
	padding: 30px 0 0 0;
	color: #666666;
}
/* 案件リスト */
.works_inner{
	width: 980px;
	margin: 0 auto;
}
.works_inner ul{
	margin: 40px -23px 0 0;
}
.works_inner ul li{
	float: left;
	width: 313px;
	text-align: justify;
	margin: 0 21px 40px 0;
}
.works_inner ul li a{
	display: block;
}
.works_inner ul li a .works_list{
	margin: 0 0 8px 0;
	width: 313px;
	height: 209px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.works_inner ul li a .works_list img{
	border: 1px solid #d3d3d3;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	width: 313px;
	height: 209px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.works_inner ul li a .works_category{
	font-size: 15px;
	color: #fff;
	background-color: #666666;
	width: 150px;
	padding: 3px 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.works_inner ul li a .works_projects{
	font-size: 19px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.works_inner ul li a .works_client{
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*------------------------------------------------------------------------*/
/*------------------------ 制作実績詳細ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.works_info{
	width: 370px;
	text-align: justify;
	line-height: 2.0;
	float: right;
}
.works_info .clientname{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 40px 0;
}
.works_info .works_category{
	padding: 0 0 32px 0;
	font-size: 12px;
}
.works_info .works_category .works_category_title{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.works_info .works_content{
	padding: 0 0 32px 0;
	font-size: 12px;
}
.works_info .works_content .works_content_title{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.works_info .works_concept{
	font-size: 12px;
	padding: 0 0 40px 0;
}
.works_info .works_concept .works_concept_title{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.works_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 0 0 0;
}

.works_img{
	width: 580px;
	float: left;
}
.works_img img{
	width: 100%;
}


/*------------------------------------------------------------------------*/
/*------------------------ 会社概要ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_company{
	background-image: url(../img/eyecatch_company.png);
}
.title_company{
	width: 175px;
	height: 62px;
	background-image: url(../img/title_company.svg);
	background-repeat: no-repeat;
}
.company_info{
}
.company_info .company_table{
}
.company_info .company_table .company_tr{
	position: relative;
	border-bottom: 2px solid #D1D1D1;
	width: 100%;
	margin: 0;
	display: table;
	text-align: left;
	min-height: 40px;
}
.company_info .company_table .company_tr::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	left: 0;
	width: 14%;
}
.company_info .company_table .company_tr .company_th{
	padding: 30px 30px 30px 30px;
	display: table-cell;
	width: 14%;
	font-weight: bold;
	font-size: 14px;
}
.company_info .company_table .company_tr .company_td{
	padding: 12px 0 12px 30px;
	display: table-cell;
	width: 75%;
}
/* アクセス */
.company_access{
	margin: 0 0 0 0;
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 30%;
}
.company_access iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 採用情報ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_recruit{
	background-image: url(../img/eyecatch_recruit.png);
}
.title_recruit{
	width: 227px;
	height: 70px;
	background-image: url(../img/title_recruit.svg);
	background-repeat: no-repeat;
}
.recruit_area{
}
.recruit_area .wrap_title{
	border-bottom: solid 2px #d1d1d1;
	position: relative;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	color: #333;
}
.recruit_area .wrap_title::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	width: 18%;
}
.recruit_table{
	border-top: 1px solid #c2c2c2;
}
.recruit_table .recruit_tr{
	border-bottom: 1px solid #c2c2c2;
	width: 100%;
	margin: 0;
	display: table;
	text-align: left;
	min-height: 80px;
}
.recruit_table .recruit_tr .recruit_th{
	width: 150px;
	padding: 13px 13px;
	display: table-cell;
	background: #dfdfdf;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	vertical-align: middle;
	background-color: #696969;
	color: #fff;
}
.recruit_table .recruit_tr .recruit_td{
	padding: 15px 13px;
	display: table-cell;
	font-size: 15px;
	color: #333333;
	vertical-align: middle;
}


/*------------------------------------------------------------------------*/
/*------------------------ 新着情報ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_news{
	background-image: url(../img/eyecatch_news.png);
}
.title_news{
	width: 141px;
	height: 66px;
	background-image: url(../img/title_news.svg);
	background-repeat: no-repeat;
}

.news_list{
}
.news_list ul{
}
.news_list ul li{
	padding: 16px 0 16px 0;
	text-align: left;
	border-bottom: solid 2px #d1d1d1;
	position: relative;
}
.news_list ul li::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	width: 15%;
}
.news_list ul li a{
	font-size: 14px;
	display: block;
}
.news_list ul li a .news_date{
}
.news_list ul li a .news_detail{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ページネーション */
.pagenation_box{
	margin: 30px 0 56px 0;
}
.pagenation_box ul#pagination {
	margin-bottom: 20px;
	text-align: center;
}
.pagenation_box ul#pagination li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1.2;
	margin: 0 3px;
	border: 1px solid #666666;
}
.pagenation_box ul#pagination li a {
	color: #666666;
}
.pagenation_box ul#pagination li a img{
	width: 12px;
	height: 6px;
}
.pagenation_box ul#pagination li a, ul#pagination li span {
	display: block;
	width: 50px;
	height: 50px;
	padding: 16px 0 0 0;
}
.pagenation_box ul#pagination li span {
	background-color: #666666;
	color: #fff;
}


/*------------------------------------------------------------------------*/
/*------------------------ 新着情報詳細ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.news_title{
	text-align: left;
	position: relative;
}
.news_title .newspage_date{
	font-size: 14px;
}
.news_title .newspage_title{
	font-size: 18px;
	padding: 0 0 16px 0;
	border-bottom: 2px solid #D1D1D1;
}
.news_title::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: 0;
	width: 18%;
}

.news_detail_primary{
	padding: 0 0 30px 0;
}
.news_detail_primary .news_detail_left{
	width: 637px;
	padding: 40px 0 0 0;
	text-align: justify;
	float: left;
}
.news_detail_primary .news_detail_left p{
	text-align: justify;
}
.news_detail_primary .news_detail_left .pdf_link{
	display: block;
	margin: 30px 0 0 0;
}
.news_detail_primary .news_detail_left .pdf_link img{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.news_detail_primary .news_detail_left .pdf_link p{
	display: inline-block;
	vertical-align: middle;
}

.news_detail_primary .news_detail_right{
	float: right;
	width: 305px;
	height: 228px;
	overflow: hidden;
	position: relative;
	margin: 28px 0 0 0;
}
.news_detail_primary .news_detail_right img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 305px;
	max-height: 228px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}


/*------------------------------------------------------------------------*/
/*------------------------ 業務提携ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_partner{
	background-image: url(../img/eyecatch_partner.png);
}
.title_partner{
	width: 189px;
	height: 67px;
	background-image: url(../img/title_partner.svg);
}
.partner_intro .partner_intro_large{
	line-height: 2;
}
.partner_intro .partner_intro_large p{
	font-size: 30px;
	font-weight: bold;
	color: #d4802e;
}
.partner_intro .partner_intro_large p span{
	font-size: 30px;
	font-weight: bold;
	color: #d4802e;
}
.partner_intro .partner_intro_small{
	padding: 40px 0 72px 0;
	line-height: 2.5;
}
.partner_item{
	background-color: #d4802e;
	padding: 72px 0;
}
.wrap_title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.wrap_title_bar{
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto 37px auto;
}
.partner_item .partner_item_list{
	width: 980px;
	margin: 0 auto;
}
.partner_item .partner_item_list ul li{
	width: 212px;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 12px 4px;
}
.partner_item .partner_item_list ul li img{
	width: 100%;
}

.partner_arrangement{
	padding: 72px 0 72px 0;
}
.wrap_title_grey{
	color: #333333!important;
}
.wrap_title_bar_grey{
	background-color: #333333!important;
}
.partner_service .partner_service_list{
	font-size: 14px;
}
.partner_service .partner_service_list .partner_service_wrap{
	padding: 0 0 32px 0;
}
.partner_service .partner_service_list .partner_service_wrap .partner_service_title{
	font-size: 20px;
	font-weight: bold;
	background-color: #d4802e;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 24px 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ お問い合わせページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_contact{
	background-image: url(../img/eyecatch_contact.png);
}
.title_contact{
	width: 141px;
	height: 66px;
	background-image: url(../img/title_contact.svg);
	background-repeat: no-repeat;
}
.contact_tel_block{
	padding: 0 0 115px 0;
}
.contact_tel_block .contact_tel_title{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 56px 0;
}
.contact_tel_block .contact_number{
	margin: 22px 0 0 0;
}
.contact_tel_block .contact_number a{
	display: inline-block;
	margin: 0 45px 0 0;
}
.contact_tel_block .contact_number a img{
	width: 355px;
}
.contact_tel_block .contact_number .fax_number{
	width: 355px;
}

/* ステップ */
.contact_form_block .contact_form_title{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 56px 0;
}
.contact_step .step_block{
	padding: 0 0 40px 0;
}
.contact_step .step_block p{
	font-size: 20px;
	padding: 0 0 20px 0;
	margin: 0 25px;
	color: #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	width: 250px;
	display: inline-block;
}
.contact_step .step_block p span{
	display: inline-block;
	padding: 0 22px 0 0;
}
.contact_step .step_block .step_on{
	color: #666666;
	border-bottom: 1px solid #666666;
}

/* 入力エラー */
.error_message{
	font-size: 15px;
	font-weight: bold;
	color: #eb1c24;
	padding: 22px 0;
	margin: 0 0 32px 0;
	background-color: #fcdfe3;
	border: 2px solid #eb1c24;
}

/* フォーム */
.contact_form{
	padding: 0 0 20px 0;
}
.contact_form .table_form{
	width: 100%;
	margin: 20px 0 50px 0;
	display: table;
	box-sizing: border-box;
}
.contact_form .table_form .contact_tr{
	border-bottom: 1px solid #c2c2c2;
	width: 100%;
	margin: 0;
	display: table;
	text-align: left;
	min-height: 80px;
}
.contact_form .table_form .contact_tr .contact_th{
	width: 235px;
	padding: 13px 13px;
	display: table-cell;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	vertical-align: middle;
}
.contact_form .table_form .contact_tr .contact_th span{
	font-size: 12px;
	color: #fff;
	background-color: #e86144;
	border-radius: 5px;
	padding: 3px 14px;
	float: right;
}
.contact_form .table_form .contact_tr .contact_th .any{
	color: #333333;
	background-color: #D1D1D1;
}
.contact_form .table_form .contact_tr .contact_td{
	padding: 15px 0 15px 70px;
	display: table-cell;
	font-size: 15px;
	color: #333333;
	vertical-align: middle;
}
.contact_form .table_form .contact_tr .contact_td .text{
	width: 100%;
	height: 50px;
	padding: 0 0 0 20px;
	font-size: 15px;
	border: 2px solid #c2c2c2;
}
.error{
	background-color: #fcdfe3;
}
.contact_form .table_form .contact_tr .contact_td .text_box{
	width: 100%;
	height: 144px;
	padding: 10px 0 0 10px;
	border: 2px solid #c2c2c2;
	font-size: 15px;
	min-height: 224px;
	vertical-align: middle;
}
/* 個人情報保護方針同意 */
.agree {
	margin: 0 0 37px 0;
}
.agree input {
	display: inline-block;
}
.agree span {
	display: inline-block;
}
.agree span .checkbox_text p {
	display: inline-block;
}
.agree span .checkbox_text p a {
	color: #0071b2;
}
.agree span .checkbox_text .agree_icon {
	font-size: 12px;
	color: #fff;
	background-color: #e86144;
	border-radius: 5px;
	padding: 3px 14px;
	}
.agree span .checkbox_text p {
	display: inline-block;
}
/* 確認ボタン */
.confirm_button{
	background-color: #666666;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}
.confirm_button p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.confirm_button img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ お問い合わせ確認ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.confirm_button_box{
}
.confirm_button_box form{
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.confirm_button_box form .reverse{
	font-size: 18px;
	cursor: pointer;
	border: none;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
}
.confirm_button_box form .reverse .button_text{
	display: inline-block;
	color: #333333;
	padding: 0 0px 0 0;
}
.confirm_button_box form .reverse img{
	display: inline-block;
	color: #fff;
	float: left;
	padding: 5px 0 0 7px;
	width: 15px;
}


/*------------------------------------------------------------------------*/
/*------------------------ お問い合わせ完了ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.contact_complete{
	padding: 0 0 116px 0;
}
.contact_complete .complete_title{
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 24px 0;
}
.contact_complete p{
	line-height: 2.5;
}


/*------------------------------------------------------------------------*/
/*------------------------ プライバシーポリシーページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_privacypolicy{
	background-image: url(../img/eyecatch_privacypolicy.png);
}
.title_privacypolicy{
	width: 260px;
	height: 71px;
	background-image: url(../img/title_privacypolicy.svg);
	background-repeat: no-repeat;
}
.privacy_inner .privacy_block{
	text-align: justify;
	padding: 0 0 56px 0;
}
.privacy_inner .privacy_block .privacy_title{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.signature{
	text-align: right!important;
}


/*------------------------------------------------------------------------*/
/*------------------------ サイトマップページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_sitemap{
	background-image: url(../img/eyecatch_sitemap.png);
}
.title_sitemap{
	width: 152px;
	height: 70px;
	background-image: url(../img/title_sitemap.svg);
}
.sitemap_list li{
	background-color: #F6F6F6;
	margin: 0 0 16px 0;
}
.sitemap_list li a{
	color: #333333;
	padding: 16px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.sitemap_list li a p{
	float: left;
	font-weight: bold;
}
.sitemap_list li a .sitemap_square{
	float: right;
	width: 5px;
	margin: 7px 0 0 0;
}
.sitemap_list li ul li{
	background-color: #fff;
	margin: 0 0 0 0;
}
.sitemap_list li ul li a{
	display: block;
	width: 140px;
}
.sitemap_list li ul li a .sitemap_square_before{
	width: 5px;
	float: left;
}
.sitemap_list li ul li a .sitemap_inner_text{
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: -7px 0 0 10px;
}

.eyecatch_blog{
	background-image: url(../img/eyecatch_blog.png);
}

.title_blog{
	width: 80px;
	height: 72px;
	background-image: url(../img/title_blog.png);
	background-repeat: no-repeat;
}

























/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	/*  */

/* ボタン */
.button{
	background-color: #666666;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
}
.button p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
/* ボタン（白） */
.button_white{
	border: none;
	background-color: #666666;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
}
.button_white p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_white img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
.button_white2{
	border: 1px solid #FFF;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.button_white2 p{
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_white2:hover{
	background-color:#fff;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow_bk.png);
}
.button_white2:hover p{
	color: #1f1f1f;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

/* ボタン（news） */
.button_news{
	border: 1px solid #666666;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 30px auto 0 auto;
}
.button_news p{
	color: #666666;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0;
}
.button_news img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
.button_black{
	border: 1px solid #1f1f1f;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow_bk.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.button_black p{
	color: #1f1f1f;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_black:hover{
	background-color:#1f1f1f;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
	background-image: url(../img/common/button_arrow.png);
	background-position: right 20px center;
}
.button_black:hover p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

body {
	min-width: 0;
}
.gray_bg_box {
	background-color: #e6e6e6;
	height: 26px;
}
.dis_sp{
	display: block!important;
}
.dis_pc{
	display: none!important;
}
.main {
	margin: 0 0 0 0;
	padding: 71px 0 0 0;
}
/* サイドバナー */
.FlMenu{
  transition: all ease .2s;
}
.FlMenu__bg{
  transition: all ease .4s;
  transform-origin: center;
  position: fixed;
	z-index: 101;
}
.FlMenu__bg-open{
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
	background-color: #d4801e;
}
.FlMenu__bg .FlMenu_inner{
	padding: 3% 0 0 0;
	max-width: 510px;
	margin: 0 auto;
}
.FlMenu__bg .FlMenu_inner .FlMenu_inner_title{
	font-size: 20px;
	letter-spacing: inherit;
	color: #fff;
	margin: 0 0 16px 0;
}
.FlMenu__bg .FlMenu_inner .FlMenu_inner_title p{
	font-weight: bold;
}
.FlMenu__bg .FlMenu_inner .partnership{
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	padding: 24px 0 16px 0;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner{
	border: 4px solid #cfcfcf;
	width: 95%;
	margin: 0 auto;
	padding: 0 11px;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_title{
	font-size: 18px;
	margin: -16px auto 0 auto;
	background-color: #fff;
	width: 259px;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_title span{
	color: #d4801e;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail{
	margin: 24px auto 24px auto;
	width: 100%;
	text-align: left;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail .partnership_item{
	padding: 0 0 16px 0;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail .partnership_item img{
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.FlMenu__bg .FlMenu_inner .partnership .partnership_inner .partnership_detail .partnership_item p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	width: 86%;
}
.button_partnership{
	background-color: #666666;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 16px auto 0 auto;
}
.button_partnership p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.button_partnership img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}
.FlMenu__btn{
	width: 44px;
	height: 118px;
	background-size: contain;
	z-index: 99;
	position: fixed;
	right: 0;
	top: 153px;
	transition: all ease .2s;
	background-image: url(../img/common/side_banner.png);
}
.FlMenu__btn:hover{
  cursor: pointer;
}
.FlMenu__btn-active {
/*	z-index: 103; */
/*	position: fixed; */
/*	background-image: url(../img/common/side_banner_close.png); */
}
.FlMenu__item{
  position: fixed;
  right: 0;
	top: 255px;
  transition: all ease .4s;
}







/* ローディング*/
#loader-bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 105;
}
#loader{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  margin-top: -20px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#loader img{
  width:100%;
}
#main_wrapper{
  width:100%;
}





/* ヘッダ */
#header{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	border-bottom: none;
	background-color: #fff;
}
.header {
	width: 100%;
	margin: 0 auto;
}
/* =====ヘッダのロゴ部分 =====*/
.header_box {
	margin: 13px 0 16px 0;
}
.header_box .logo_box{
	float: left;
	width: 207px;
	margin: 0 0 0 15px;
}
.header_box .logo_box a{
	width:207px;
	height: 33px;
	background-image: url(../img/common/header_logo_sp.png)!important;
	display: block;
}
.header_box .logo_box img{
	width: 100%;
}
.header_box .logo_box p{
	display: none;
}
/* ハンバーガーメニュー */
.btn{
	width: 60px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 20px;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn:before,
.btn:after,
.btn span{
	display: inline-block;
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.btn span{
	height: 3px;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 70%;
	height: 3px;
	background-color: #696969;
	border-radius: 4px;
	display: inline-block;
}
.btn:before{
	content: "";
}
.btn:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 80%;
	color: #696969;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
}
.btn.on span{

}
.btn.on:before{

}
.btn.on:after{
	content: 'CLOSE';
	bottom: -20px;
}
.btn span:nth-of-type(1) {
	top: 0;
}
.btn span:nth-of-type(2) {
	top: 11px;
}
.btn span:nth-of-type(3) {
	bottom: 0;
}
.btn.on span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.btn.on span:nth-of-type(2) {
	opacity: 0;
}
.btn.on span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
/* ハンバーガーメニュー(end) */
.header_navarea_pc {
	display: none;
}
/* =====ヘッダのお問い合わせ部分 =====*/
.header_box .header_contact{
	display: none;
}

.header_navarea_sp {
	width: 100%;
	display: none;
	padding: 0 0 0px 0;
}
.header_navarea_sp .header_navi {
	display: block !important;
	float: none;
	width: 100%;
	letter-spacing: -.4em;
	padding: 17px 0 4px 0;
}
.header_navarea_sp .header_navi li{
	font-size: 15px;
	height: auto;
	letter-spacing: 0em;
	padding: 15px 0;
	margin: 0 auto;
	width: 95%;
	border-bottom: 1px solid #1f1f1f;
}
.header_navarea_sp .header_navi li:first-child{
}
.header_navarea_sp .header_navi li:last-child{
	border: none;
}
.header_navarea_sp .header_navi li a{
	display: block;
	width: 100%;
	padding: 0px 0 0px 0px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.header_navarea_sp .header_navi li a img{
	display: inline-block;
	margin: 5px 20px 0 0;
	vertical-align: middle;
	width: 8px;
}
.header_navarea_sp .header_navi .menu_inner{
	padding: 0 0 0 7px;
}
.header_navarea_sp .header_navi .menu_inner a{
}
.header_navarea_sp .header_navi .menu_inner a img{
	float: left;
}
.header_navarea_sp .header_navi .menu_inner a .header_sp_en{
	float: left;
	font-size: 15px;
	color: #1f1f1f;
	font-weight: bold;
}
.header_navarea_sp .header_navi .menu_inner a .header_sp_jp{
	float: right;
	font-size: 15px;
	color: #1f1f1f;
}
.header_navarea_sp .header_navi li.sp_info_button_top{
	background-color: #fff;
	width: 100%;
	padding: 15px 0 5px 0;
	border-bottom: none;
}
.header_navarea_sp .header_navi li.sp_info_button_bottom{
	background-color: #fff;
	width: 100%;
	padding: 5px 0 15px 0;
	border-bottom: none;
}
.header_navarea_sp .header_navi li.sp_info_button_top a,
.header_navarea_sp .header_navi li.sp_info_button_bottom a{
	display: inline-block;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 0 auto 0 auto;
	vertical-align: top;
	width: 95%;
	background-color: #1f1f1f;
	background-image: url(../img/common/button_arrow.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.header_navarea_sp .header_navi li.sp_info_button_top a img,
.header_navarea_sp .header_navi li.sp_info_button_bottom a img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 28px;
}
.header_navarea_sp .header_navi li.sp_info_button_top a p,
.header_navarea_sp .header_navi li.sp_info_button_bottom a p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 0 0 4px;
}

/* =====フッター =====*/
.footer{
	padding: 40px 0 0 0;
}
.footer .footer_contact{
	padding: 0 0 22px 0;
}
.footer .footer_contact .footer_catch{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 40px 0;
}
.footer .footer_contact .footer_catch span{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.footer .footer_contact .footer_contact_wrap .footer_tel{
	display: block;
	vertical-align: top;
	padding: 0px 0px 0 0;
	border-right: none;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .tel_catch{
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_wrap{

}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_wrap img{
	display: none;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_wrap p{
	display: none;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_sp{
	display: block;
	background-color: #696969;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 12px 0 12px 0;
	border-radius: 22.55px;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_sp img{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
}
.footer .footer_contact .footer_contact_wrap .footer_tel .footer_tel_sp p{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.footer .footer_contact .footer_contact_wrap .footer_mail{
	display: block;
	vertical-align: top;
	padding: 20px 0 18px 0;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .mail_catch{
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .footer_mail_wrap{
	width: 95%;
	margin: 0 auto;
	background-color: #696969;
	display: block;
	border-radius: 22.55px;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .footer_mail_wrap img{
	width: 30px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer_contact .footer_contact_wrap .footer_mail .footer_mail_wrap p{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 0 12px 0;
}
/* =====フッターメニュー =====*/
.footer .footer_menu{
	background-color: #696969;
	padding: 40px 0 0 0;
	color: #fff;
}
.footer .footer_menu .footer_menu_inner{
	width: 100%;
	margin: 0 auto;
}
.footer .footer_menu .footer_menu_inner .footer_logo{
	float: none;
}
.footer .footer_menu .footer_menu_inner .footer_logo a{
	display: block;
	float: none;
	margin: 0 0 0 0;
}
.footer .footer_menu .footer_menu_inner .footer_logo a img{
	width: 255px;
}
.footer .footer_menu .footer_menu_inner .footer_logo .footer_access{
	font-size: 12px;
	float: none;
	text-align: center;
	padding: 14px 0 0 0;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item{
	float: none;
	padding: 19px 0 0 0;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item li{
	color: #fff;
	display: inline-block;
	margin: 0 0 0 0px;
	font-size: 14px;
	width: 50%;
	font-weight: bold;
	float: left;
	border-top: 1px solid #fff;
	padding: 17px 0 17px 0;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item li:nth-child(2n){
	border-left: 1px solid #C8C8C8;
}
.footer .footer_menu .footer_menu_inner .footer_menu_item li a{
	color: #fff;
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 14px;
}
/* =====フッターコピーライト =====*/
.copywright{
	color: #fff;
	background-color: #333333;
}
.copywright .copywright_inner{
	width: 100%;
	margin: 0 auto;
	padding: 13px 0;
	font-size: 12px;
}
.copywright .copywright_inner a{
	color: #fff;
	float: none;
}
.copywright .copywright_inner a:nth-child(even){
	border-left: 1px solid #fff;
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
}
.copywright .copywright_inner p{
	float: none;
	margin: 10px 0 0 0;
}


/*----------------トップヘ戻るボタン-----------------*/
.top-back-wrap {
	width:100%;
	height:0;
	margin:0 auto;
	position: relative;
}
.top-back {
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	z-index: 1;
}
.top-back a {
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: block;
	z-index: 9999;
	position: relative;
	padding: 0px 0 0 0;
	background-image: url(../img/common/top_arrow.png);
}
.top-back a img{
	line-height: 0;
	font-size: 0;
}
.top-back a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
}
/*----------------パンくず-----------------*/
.contents {
	width: 95%;
	margin: 0 auto;
	max-width: 510px;
}
.contents .breadcrumb .breadcrumb_text{
	padding: 5px 0 0px 0;
  width: 100%;
  margin: auto;
  font-size: 13px;
}
.contents .breadcrumb .breadcrumb_text li{
	float: left;
	margin-right: 10px;
	color: #000 !important;
}
.breadcrumb_text li:last-child{
	width: 22%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ トップページ ---------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/* トップページ(スライドショー) */
.main .top_banner {
	width: 100%;
	margin: 0 auto;
}
.main .top_banner li .display_sp{
	width: 100%;
	display: block;
	position: relative;
}
.main .top_banner li .display_sp img{
	width: 100%;
}
.main .top_banner li .display_sp .top_banner_button{
    display: block;
    width: 240px;
    padding: 14px 0;
    margin: 0 auto;
    border: none;
    position: absolute;
    bottom: 150px;
    left: calc(50% - 120px);
	border: 1px solid #FFF;
	background-image: url(../img/common/button_arrow.png);
	background-size: 7px 14px;
	background-position: right 20px center;
	background-repeat: no-repeat;
    color: #FFF;
}
.main .top_banner li .display_pc .top_banner_button:hover{
	background-image: url(../img/common/button_arrow_bk.png);
    background-color: #FFF;
    color: #1f1f1f;
}

.main .top_banner li .display_pc{
	display: none;
}
/* トップページ(コンセプト) */
.top_concept{
	padding: 40px 0 40px 0;
}
.top_concept .concept_title{
	width: 300px;
	margin: 0 auto 0 auto;
}
.top_concept .concept_title img{
	width: 100%;
}
.top_concept .concept_detail{
	font-size: 14px;
	text-align: justify;
	padding: 0 0 40px 0;
	line-height: 2.5;
}
.top_concept .concept_detail p{
	display: inline;
}
/* ======トップページ(共通)====== */
.top_category img{
	width: 172px;
	margin: 0 auto;
}
.top_category .top_category_bar{
	width: 30px;
	height: 2px;
	background-color: #666666;
	margin: 0 auto;
}
.top_category .top_category_jp{
	font-size: 18px;
	padding: 12px 0 0 0;
}
.category_bar_white{
	background-color: #333333!important;
}
.category_text_white{
	color: #333333;
}

/* ======トップページ(事業内容)====== */
.top_business{
	background-color: #ededed;
	padding: 40px 0 40px 0;
}
.top_business .top_category {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top_business .top_business_inner{
	width: 100%;
	margin: 0 auto;
	max-width: 510px;
}
.top_business .top_business_inner .top_business_list{
	padding: 24px 0 0 0;
}
.top_business .top_business_inner .top_business_list .top_business_item{
	position: relative;
	height: auto;
	margin: 0 0 24px 0;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_img{
	width: 95%;
	height: auto;
	padding-top: 57%;
	margin: 0 auto;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text{
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: auto;
	position: inherit;
	right: inherit;
	top: inherit;
	bottom: inherit;
	text-align: justify;
	padding: 48px 8px 15px 8px;
	margin: -36px 0 0 0;
}
.top_business .top_business_inner .top_business_list .top_business_item .business_text_left{
	left: inherit;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: auto;
	position: inherit;
	right: inherit;
	top: inherit;
	bottom: inherit;
	text-align: justify;
	padding: 48px 8px 15px 8px;
	margin: -36px 0 0 0;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text .business_title_en{
	width: auto;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text .business_title{
	font-size: 24px;
	font-weight: bold;
	text-align: justify;
	margin: 0 0 10px 0;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text .business_detail{
	width: 100%;
	text-align: justify;
	margin: 0 0 14px 0;
	font-size: 14px;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text a{
	display: block;
	/* width: 150px; */
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text a p{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-style: oblique;
}
.top_business .top_business_inner .top_business_list .top_business_item .top_business_text a img{
	width: 17px;
	display: inline-block;
	vertical-align: middle;
}
.business_system{
	background-image: url(../img/business_system.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: inherit;
	left: inherit;
	top: inherit;
	z-index: 1;
}
.business_design{
	background-image: url(../img/business_design.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: inherit;
	left: inherit;
	top: inherit;
	z-index: 1;
}
.business_advertisement{
	background-image: url(../img/business_advertisement.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: inherit;
	left: inherit;
	top: inherit;
	z-index: 1;
}

/* ======トップページ(制作実績)====== */
.top_works{
	width: 95%;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	max-width: 510px;
}
.top_works ul{
	margin: 24px 0 0 0;
}
.top_works ul li{
	float: left;
	width: 48.5%;
	height: auto;
	text-align: justify;
	margin: 0 0 20px 0;
}
.top_works ul li:nth-child(2n){
	float: right;
}
.top_works ul li:nth-child(2n+1){
	clear: both;
}
.top_works ul li a{
	display: block;
}
.top_works ul li a .works_list{
	margin: 0 0 8px 0;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.top_works ul li a .works_list img{
	width: 100%;
	border: 1px solid #d3d3d3;
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	max-width: 500px;
	max-height: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.top_works ul li a .works_category{
	font-size: 13px;
	color: #1f1f1f;
	padding: 3px 0;
	text-align: left;
}
.top_works ul li a .works_projects{
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	white-space: inherit;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
	text-align: justify;
	max-height: 50px;
	min-height: 42px;
	padding: 10px 0 0px 0;
	margin: 0 0 8px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.top_works ul li a .works_client{
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ======トップページ(会社概要)====== */
.top_company{
	width: 100%;
	height: auto;
	background-image: inherit;
	background-size: inherit;
	background-position: inherit;
	background-repeat: no-repeat;
	position: inherit;
	margin: 0;
	background-attachment: inherit;
}
.top_company .company_bg_sp{
	width: 100%;
}
.top_company .top_company_inner{
	background: none;
	padding: 63px 0 50px 0;
	height: auto;
}
.top_company .top_company_inner .top_company_area{
	max-width: 510px;
	margin: 0 auto;
	width: 95%;
}
.top_company .top_company_inner .top_company_area .top_company_text{
	line-height: 2;
	font-size: 15px;
	color: #333333;
	padding: 40px 0 40px 0;
	text-align: justify;
}
.top_company .top_company_inner .top_company_area .top_company_text p{
	display: inline;
}

/* ======トップページ(インフォメーション)====== */
.top_info{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	max-width: 510px;
}
.top_info .info_item{
	width: 100%;
	float: none;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.37);
	-moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.37);
	box-shadow: 0 5px 15px -8px rgba(0,0,0,0.37);
	margin: 0 0 16px 0;
}
.float_right{
	float: none!important;
}
.top_info .info_item a{
	display: block;
}
.top_info .info_item a .info_img{
	float: none;
	width: 100%;
}
.top_info .info_item a .info_detail{
	width: 100%;
	float: none;
	padding: 0 0 16px 0;
}
.top_info .info_item a .info_detail img{
	width: 158px;
	margin: 14px 0 15px 0;
}
.top_info .info_item a .info_detail p{
	width: 260px;
	text-align: justify;
	margin: 0 auto;
	font-size: 14px;
}

/* ======トップページ(新着情報)====== */
.top_news{
	width: 95%;
	margin: 0 auto;
	max-width: 510px;
}
.top_news .top_news_left{
	float: none;
	padding: 23px 0 0 0;
	text-align: center;
}
.news_category_bar{
	margin: 0 auto!important;
}
.news_category_img{
	margin: 0 auto!important;
}
.top_news .top_news_right{
	float: none;
}
.top_news .top_news_right .top_news_list ul li{
	padding: 12px 0 12px 0;
	text-align: left;
	border-bottom: solid 2px #d1d1d1;
	position: relative;
}
.top_news .top_news_right .top_news_list ul li::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	width: 18%;
}
.top_news .top_news_right .top_news_list ul li a{
	font-size: 14px;
	display: block;
}
.top_news .top_news_right .top_news_list ul li a .news_date{
	float: none;
	padding: 0 32px 0 0;
}
.top_news .top_news_right .top_news_list ul li a .news_detail{
	float: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ======トップページ(アクセス)====== */
.top_access{
	margin: 72px 0 0 0;
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 80%;
	margin-top: 40px;
}
.top_access iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}



/*------------------------------------------------------------------------*/
/*------------------------ 下層ページ共通 ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch{
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.eyecatch_title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* パンくずリスト */
.breadcrumb_box{
	width: 95%;
	margin: 0 auto;
}
.breadcrumb_text{
	padding: 16px 0 0 0px;
	width: 100%;
	margin: auto;
	font-size: 14px;
}
.breadcrumb_text li{
	float: left;
	margin-right: 10px;
	color: #000 !important;
}
.breadcrumb_text li a{
	color: #13547A;
	text-decoration: underline;
}

/* 下層ページマージン */
.underlayer_wrap{
	padding: 40px 0 50px 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ コンセプトページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_concept{
	background-image: url(../img/sp/eyecatch_concept.png);
}
.title_concept{
	width: 110px;
	height: 48px;
	background-image: url(../img/title_concept.svg);
	background-repeat: no-repeat;
}
.concept_intro{
	padding: 0 0 0 0;
}
.concept_intro img{
	width: 300px;
	margin: 0 0 0px 0;
}
.concept_intro p{
	font-size: 14px;
	padding: 0 0 24px 0;
	text-align: justify;
}
/* パララックス */
.concept_parallax{
	width: 100%;
	height: auto;
	background-image: none;
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	position: relative;
	background-attachment: inherit;
	margin: 0 0 40px 0;
}
.concept_parallax_sp{
	width: 100%;
}
/* 制作への想い */
.thought{
	padding: 0 0 30px 0;
}
.thought .thought_img{
	display: block;
	vertical-align: top;
	width: 243px;
	margin: 0 auto;
}
.thought .thought_text{
	display: block;
	vertical-align: top;
	text-align: justify;
	width: 100%;
	padding: 24px 0 0 0;
}
.thought .thought_text img{
	width: 197px;
	margin: 0 0 24px 0;
}
.thought .thought_text p{
	padding: 0 0 16px 0;
}
.indent{
	padding-left: 1em!important;
	text-indent: -1em!important;
}

.business_category{
	padding: 0 0 0 0;
}
.business_category a{
	float: none;
	display: block;
	margin: 0 0 16px 0;
}
.business_category a .business_category_item{
	width: 300px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #4080C3;
}
.design_border{
	border-bottom: 5px solid #C25043!important;
}
.marketing_border{
	border-bottom: 5px solid #29314D!important;
}
.business_category a .business_category_item img{
	width: 100%;
	display: block;
	transition-duration: 0.3s;
}
.business_category a .business_category_item img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.business_category a .business_category_item .category_item_inner{
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	left: 12px;
	text-align: left;

}
.business_category a .business_category_item .category_item_inner .category_en{
	font-size: 25px;
	font-weight: bold;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_service{
	background-image: url(../img/sp/eyecatch_service.png);
}
.title_service{
	width: 89px;
	height: 51px;
	background-image: url(../img/title_service.svg);
	background-repeat: no-repeat;
}
.service_intro .service_intro01 img{
	width: 200px;
	margin: 0 0 20px 0;
}
.service_intro .service_intro01 p{
	line-height: 2.5;
	font-size: 14px;
	text-align: justify;
}
.service_intro .service_intro02{
	padding: 48px 0 0 0;
}
.service_intro .service_intro02 img{
	width: 280px;
	margin: 0 auto 20px auto;
}
.service_intro .service_intro02 p{
	line-height: 2.5;
}
.service_category{
	width: 300px;
	margin: 0 auto;
}
.service_category img{
	width: 100%;
}
/* メディアワークスのサービス */
.service_list{
	background-color: #ededed;
	padding: 63px 0;
}
.service_list .service_list_intro{
	padding: 0 0 63px 0;
}
.service_list .service_list_intro img{
	width: 280px;
	margin: 0 auto 32px auto;
}
.service_list .service_list_intro p{
	font-size: 14px;
	line-height: 2.5;
}
.service_list .service_list_inner .service_list_item{
	margin: 0 0 40px 0;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_img{
	width: 300px;
	margin: 0 auto;
	position: inherit;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_img img{
	width: 100%;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text{
	position: inherit;
	z-index: 1;
	display: block;
	margin-left: auto;
	margin-top: 0px;
	padding: 23px 10px;
	background-color: rgba(255,255,255,.9);
	width: 100%;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_en{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 16px 0;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_jp{
	text-align: left;
	padding: 0 0 16px 0;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_jp img{
	width: 7px;
	display: inline-block;
	vertical-align: middle;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_jp p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}
.service_list .service_list_inner .service_list_item .service_list_top .service_text .service_text_detail{
	font-size: 14px;
	text-align: left;
	line-height: 2;
	padding: 0 0 24px 0;
}
/* 左右逆転 */
.service_right{
	margin-left: auto!important;
	z-index: 3!important;
}
.service_left{
	margin-left: inherit!important;
	margin-top: 0px!important;
}
/* ボタンエリア */
.service_button{
	margin: 30px 0 0 0;
}
.service_button a{
	width: 100%;
	height: 48px;
	display: block;
	border: 1px solid #666666;
	padding: 13px 0 0 0;
	display: inline-block;
	margin: 0 auto 16px auto;
}
.service_button a p{
	font-size: 15px;
	font-weight: bold;
}



/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（システム）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_system{
	background-image: url(../img/sp/eyecatch_system.png);
}
.title_system{
	width: 289px;
	height: 51px;
	background-image: url(../img/title_system.svg);
	background-repeat: no-repeat;
}
.system_intro{
}
.system_intro .system_intro_img{
	width: 266px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../img/sp/system_intro.svg);
	background-repeat: no-repeat;
}
.system_intro .system_intro_text{
	padding: 48px 0 0 0;
	font-size: 14px;
	line-height: 2.5;
	text-align: justify;
}
/* デザインの種類 */
.system_type{
	padding: 40px 0 72px 0;
	background-color: #EDEDED;
}
.system_type .system_type_item{
	text-align: left;
	margin: 0 0 63px 0;
}
.system_type .system_type_item .type_img{
	width: 300px;
	height: 150px;
	background-image: url(../img/sp/system_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: none;
	position: relative;
	margin: 0 auto;
}
.system_type .system_type_item .type_img p{
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background-color: #888;
}
.system_web{
	background-image: url(../img/sp/system_img02.png)!important;
}
.system_app{
	background-image: url(../img/sp/system_img03.png)!important;
}
.system_logo{
	background-image: url(../img/sp/system_img04.png)!important;
}
.system_branding{
	background-image: url(../img/sp/system_img05.png)!important;
}
.system_3d{
	background-image: url(../img/sp/system_img06.png)!important;
}
.system_type .system_type_item .type_text{
	width: 100%;
	float: none;
}
.system_type .system_type_item .type_text .type_name{
	font-size: 24px;
	font-weight: bold;
	padding: 16px 0 13px 0;
}
.system_type .system_type_item .type_text .type_title{
	padding: 0 0 8px 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-indent: 1em;
}
.system_type .system_type_item .type_text .type_title:after{
	content: '';
	position: absolute;
	top: 21%;
	left: 0px;
	margin: 0px 0 0 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 7px solid transparent;
}
.system_type .system_type_item .type_text .type_detail{
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 2;
}
.design_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 10px 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（デザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_design{
	background-image: url(../img/sp/eyecatch_design.png);
}
.title_design{
	width: 89px;
	height: 52px;
	background-image: url(../img/title_design.svg);
	background-repeat: no-repeat;
}
.design_intro .design_intro_img{
	width: 230px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../img/sp/design_intro.svg);
	background-repeat: no-repeat;
}
.design_intro .design_intro_text{
	padding: 32px 0 0 0;
	font-size: 14px;
	line-height: 2.5;
	text-align: justify;
}
/* デザインの種類 */
.design_type{
	padding: 40px 0 72px 0;
	background-color: #EDEDED;
}
.design_type .design_type_item{
	text-align: left;
	margin: 0 0 63px 0;
}
.design_type .design_type_item .type_img{
	width: 300px;
	height: 150px;
	background-image: url(../img/sp/design_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: none;
	position: relative;
	margin: 0 auto;
}
.design_type .design_type_item .type_img p{
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background-color: #888;
}
.right_img{
	float: none!important;
}
.design_web{
	background-image: url(../img/design_img02.png)!important;
}
.design_app{
	background-image: url(../img/design_img03.png)!important;
}
.design_logo{
	background-image: url(../img/design_img04.png)!important;
}
.design_branding{
	background-image: url(../img/design_img05.png)!important;
}
.design_3d{
	background-image: url(../img/design_img06.png)!important;
}
.design_type .design_type_item .type_text{
	width: 100%;
	float: none;
}
.left_text{
	float: none!important;
}
.design_type .design_type_item .type_text .type_name{
	font-size: 24px;
	font-weight: bold;
	padding: 16px 0 13px 0;
}
.design_type .design_type_item .type_text .type_title{
	padding: 0 0 8px 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-indent: 1em;
}
.design_type .design_type_item .type_text .type_title:after{
	content: '';
	position: absolute;
	top: 21%;
	left: 0px;
	margin: 0px 0 0 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 7px solid transparent;
}
.design_type .design_type_item .type_text .type_detail{
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 2;
}
.design_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
	padding: 10px 0;
}
/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（広告）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_ad{
	background-image: url(../img/sp/eyecatch_ad.png);
}
.title_ad{
	width: 289px;
	height: 51px;
	background-image: url(../img/title_ad.svg);
	background-repeat: no-repeat;
}
.ad_intro{
}
.ad_intro .ad_intro_img{
	width: 300px;
	height: 80px;
	margin: 0 auto;
	background-image: url(../img/sp/ad_intro.svg);
	background-repeat: no-repeat;
}
.ad_intro .ad_intro_text{
	padding: 48px 0 0 0;
	font-size: 14px;
	line-height: 2.5;
	text-align: justify;
}
/* デザインの種類 */
.ad_type{
	padding: 40px 0 72px 0;
	background-color: #EDEDED;
}
.ad_type .ad_type_item{
	text-align: left;
	margin: 0 0 63px 0;
}
.ad_type .ad_type_item .type_img{
	width: 300px;
	height: 150px;
	background-image: url(../img/sp/ad_img01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: none;
	position: relative;
	margin: 0 auto;
}
.ad_type .ad_type_item .type_img p{
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	background-color: #888;
}
.ad_listing{
	background-image: url(../img/sp/ad_img02.png)!important;
}
.ad_adnw{
	background-image: url(../img/sp/ad_img03.png)!important;
}
.ad_type .ad_type_item .type_text{
	width: 100%;
	float: none;
}
.ad_type .ad_type_item .type_text .type_name{
	font-size: 24px;
	font-weight: bold;
	padding: 16px 0 13px 0;
}
.ad_type .ad_type_item .type_text .type_title{
	padding: 0 0 8px 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-indent: 1em;
}
.ad_type .ad_type_item .type_text .type_title:after{
	content: '';
	position: absolute;
	top: 21%;
	left: 0px;
	margin: 0px 0 0 0;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 7px solid transparent;
}
.ad_type .ad_type_item .type_text .type_detail{
	text-align: justify;
	padding: 0 0 16px 0;
	line-height: 2;
}
.design_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 10px 0;
}














/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（DTPデザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_titleimg{
	background: linear-gradient(to right, #62d1c9 0%, #3a88c6 100%);
	background: linear-gradient(to right, #62d1c9 0%, #3a88c6 100%);
	background: -moz-linear-gradient(left, rgba(98,209,201,1) 0%, rgba(58,136,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,209,201,1)), color-stop(100%,rgba(58,136,198,1)));
	background: -webkit-linear-gradient(left, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	background: -o-linear-gradient(left, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	background: -ms-linear-gradient(left, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	background: linear-gradient(to right, rgba(98,209,201,1) 0%,rgba(58,136,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62d1c9', endColorstr='#3a88c6',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.service_titleimg img{
	width: 300px;
	height: 188px;
	float: none;
}
.service_titleimg .service_titletext{
	color: #fff;
	float: none;
	text-align: justify;
	padding: 0 0 0 0;
}
.service_titleimg .service_titletext .service_titletext_large{
	font-size: 14px;
}
.service_titleimg .service_titletext .service_titletext_large p{
	font-weight: bold;
	line-height: 2.0;
}
.service_titleimg .service_titletext .service_titletext_small{
	font-size: 14px;
	padding: 16px 0 0 0;
}
.service_titleimg .service_titletext .service_titletext_small p{
	line-height: 1.8;
}
.service_column{
	padding: 40px 0 0 0;
}
/* ＝＝右カラム＝＝ */
.service_rightcolumn{
	width: 100%;
	float: none;
}
.service_rightcolumn .rightcolumn_eyecatch{
	width: 100%;
}
.service_rightcolumn .rightcolumn_bottom{
	padding: 8px 0 40px 0;
	font-size: 14px;
	text-align: justify;
}
.service_rightcolumn .rightcolumn_bottom p{
}
.service_rightcolumn .handling_product{
	text-align: justify;
	padding: 0 0 40px 0;
}
.service_rightcolumn .handling_product p{
	padding-left: 1.5em;
	text-indent: -1.0em;
}
.service_rightcolumn .title_glad{
	position: relative;
	border-bottom: 2px solid #D1D1D1;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.service_rightcolumn .title_glad::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	left: 0;
	width: 14%;
}
.attention{
	font-size: 14px;
	padding: 14px 0 0 0!important;
	text-indent: 0!important;
}
/* 導入事例 */
.casestudy{
}
.casestudy ul{
}
.casestudy ul li{
	width: 48.5%;
	text-align: justify;
	float: left;
	margin: 0 0 40px 0;
}
.casestudy ul li:nth-child(odd){
	margin: 0 3% 0 0;
}
.casestudy ul li a{
	display: block;
}
.casestudy ul li a .works_main{
	margin: 0 0 8px 0;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.casestudy ul li a .works_main img{
	width: 100%;
	border: 1px solid #d3d3d3;
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	max-width: 500px;
	max-height: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.casestudy ul li a .works_text{
}
.casestudy ul li a .works_text .projectcategory{
	font-size: 10px;
	color: #fff;
	background-color: #666666;
	width: 70px;
	padding: 3px 0;
	margin: 0 0 8px 0;
	text-align: center;
}
.casestudy ul li a .works_text .projectname{
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	white-space: inherit;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
	text-align: justify;
	max-height: 50px;
	min-height: 42px;
	padding: 10px 0 0px 0;
	margin: 0 0 8px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.casestudy ul li a .works_text .client{
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 制作の流れ */
.flow{
}
.flow .flow_block{
}
.flow .flow_block .flow_item{
}
.flow .flow_block .flow_item .flow_title{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #666666;
	padding: 2px 0;
}
.flow .flow_block .flow_item .flow_detail{
	padding: 8px 0;
	text-align: justify;
}
.downward_triangle{
	width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #696969;
	margin: 0 auto;
	padding: 0 0 16px 0;
}

/* ＝＝左カラム＝＝ */
.service_leftcolumn{
	width: 100%;
	float: none;
	margin: 72px 0 0 0;
}
/* メニュー（事業内容） */
.service_leftcolumn .menu_head{
	background-color: #696969;
	display: block;
	text-align: left;
	padding: 14px 0 14px 14px;
}
.service_leftcolumn .menu_head .menu_head_border{
	height: 1px;
	background-color: #fff;
	display: inline-block;
	width: 20px;
	margin: 0px 9px 6px 0;
}
.service_leftcolumn .menu_head p{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
/* メニュー（２階層） */
.service_leftcolumn .menu_second{
	border-bottom: 1px solid #696969;
	display: block;
	padding: 14px 20px 14px 49px;
}
.service_leftcolumn .menu_second p{
	font-weight: bold;
	display: inline-block;
	color: #696969;
	float: left;
}
.service_leftcolumn .menu_second .menu_second_triangle{
	width: 0;
  height: 0;
  border-left: 5px solid #696969;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	display: inline-block;
	float: right;
	margin: 6px 0 0 0;
}
/* メニュー（3階層） */
.service_leftcolumn .menu_third{
	border-bottom: 1px dashed #696969;
	display: block;
	padding: 14px 20px 14px 49px;
}
.service_leftcolumn .menu_third p{
	display: inline-block;
	color: #696969;
	float: left;
}
.service_leftcolumn .menu_third .menu_second_triangle{
	width: 0;
  height: 0;
  border-left: 5px solid #696969;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	display: inline-block;
	float: right;
	margin: 6px 0 0 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（WEBデザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_webdesign_bg{
	background: linear-gradient(to right, #816aff 0%, #ffb9c7 100%);
	background: linear-gradient(to right, #816aff 0%, #ffb9c7 100%);
	background: -moz-linear-gradient(left, rgba(129,106,255,1) 0%, rgba(255,185,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,106,255,1)), color-stop(100%,rgba(255,185,199,1)));
	background: -webkit-linear-gradient(left, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	background: -o-linear-gradient(left, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	background: linear-gradient(to right, rgba(129,106,255,1) 0%,rgba(255,185,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#816aff', endColorstr='#ffb9c7',GradientType=1 );
	padding: 16px 8px 16px 8px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ロゴデザイン）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_logodesign_bg{
	background: linear-gradient(to left, #fef7e5 0%, #9db0d7 80%);
	background: linear-gradient(to left, #fef7e5 0%, #9db0d7 80%);
	background: -moz-linear-gradient(right, rgba(254,247,229,1) 0%, rgba(157,176,215,1) 80%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(254,247,229,1)), color-stop(80%,rgba(157,176,215,1)));
	background: -webkit-linear-gradient(right, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	background: -o-linear-gradient(right, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	background: -ms-linear-gradient(right, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	background: linear-gradient(to left, rgba(254,247,229,1) 0%,rgba(157,176,215,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef7e5', endColorstr='#9db0d7',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_logo{
	margin: 25px 0 0 0px;
	color: #333333!important;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（UXUI）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_uxui_bg{
	background: linear-gradient(to left, #00c6fb 0%, #005bea 80%);
	background: linear-gradient(to left, #00c6fb 0%, #005bea 80%);
	background: -moz-linear-gradient(right, rgba(0,198,251,1) 0%, rgba(0,91,234,1) 80%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,198,251,1)), color-stop(80%,rgba(0,91,234,1)));
	background: -webkit-linear-gradient(right, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	background: -o-linear-gradient(right, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	background: -ms-linear-gradient(right, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	background: linear-gradient(to left, rgba(0,198,251,1) 0%,rgba(0,91,234,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6fb', endColorstr='#005bea',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_branding{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ブランディング）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_branding_bg{
	background: linear-gradient(to left, #008683 0%, #b9dca6 80%);
	background: linear-gradient(to left, #008683 0%, #b9dca6 80%);
	background: -moz-linear-gradient(right, rgba(0,134,131,1) 0%, rgba(185, 220, 166) 80%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(0,134,131,1)), color-stop(80%,rgba(185, 220, 166)));
	background: -webkit-linear-gradient(right, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	background: -o-linear-gradient(right, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	background: -ms-linear-gradient(right, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	background: linear-gradient(to left, rgba(0,134,131,1) 0%,rgba(185, 220, 166) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008683', endColorstr='#b9dca6',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_branding{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（3DCG）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_3d_bg{
	background: linear-gradient(to left, #30cfd0 0%, #330867 100%);
	background: linear-gradient(to left, #30cfd0 0%, #330867 100%);
	background: -moz-linear-gradient(right, rgba(48,207,208,1) 0%, rgba(51,8,103,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(48,207,208,1)), color-stop(100%,rgba(51,8,103,1)));
	background: -webkit-linear-gradient(right, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	background: -o-linear-gradient(right, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	background: -ms-linear-gradient(right, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	background: linear-gradient(to left, rgba(48,207,208,1) 0%,rgba(51,8,103,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30cfd0', endColorstr='#330867',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_3d{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（Webシステム）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_websystem_bg{
	background: linear-gradient(to left, #0E292E 0%, #68D8D1 100%);
	background: linear-gradient(to left, #0E292E 0%, #68D8D1 100%);
	background: -moz-linear-gradient(right, rgba(14,41,46,1) 0%, rgba(104,216,209,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(14,41,46,1)), color-stop(100%,rgba(104,216,209,1)));
	background: -webkit-linear-gradient(right, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	background: -o-linear-gradient(right, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	background: -ms-linear-gradient(right, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	background: linear-gradient(to left, rgba(14,41,46,1) 0%,rgba(104,216,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E292E', endColorstr='#68D8D1',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_websystem{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（Windowsアプリ）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_windowsapp_bg{
	background: linear-gradient(to left, #0E9DA9 0%, #F5BDD1 100%);
	background: linear-gradient(to left, #0E9DA9 0%, #F5BDD1 100%);
	background: -moz-linear-gradient(right, rgba(14,157,169,1) 0%, rgba(245,189,209,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(14,157,169,1)), color-stop(100%,rgba(245,189,209,1)));
	background: -webkit-linear-gradient(right, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	background: -o-linear-gradient(right, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	background: -ms-linear-gradient(right, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	background: linear-gradient(to left, rgba(14,157,169,1) 0%,rgba(245,189,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E9DA9', endColorstr='#F5BDD1',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_windowsapp{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（i.Aアプリ）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_iaapp_bg{
	background: linear-gradient(to left, #49DBB3 0%, #B193FA 100%);
	background: linear-gradient(to left, #49DBB3 0%, #B193FA 100%);
	background: -moz-linear-gradient(right, rgba(73,219,179,1) 0%, rgba(177,147,250,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(73,219,179,1)), color-stop(100%,rgba(177,147,250,1)));
	background: -webkit-linear-gradient(right, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	background: -o-linear-gradient(right, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	background: -ms-linear-gradient(right, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	background: linear-gradient(to left, rgba(73,219,179,1) 0%,rgba(177,147,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49DBB3', endColorstr='#B193FA',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_iaapp{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ネットワークシステム）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_network_bg{
	background: linear-gradient(to left, #6457C6 0%, #007ADF 100%);
	background: linear-gradient(to left, #6457C6 0%, #007ADF 100%);
	background: -moz-linear-gradient(right, rgba(100,87,198,1) 0%, rgba(0,122,223,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(100,87,198,1)), color-stop(100%,rgba(0,122,223,1)));
	background: -webkit-linear-gradient(right, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	background: -o-linear-gradient(right, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	background: -ms-linear-gradient(right, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	background: linear-gradient(to left, rgba(100,87,198,1) 0%,rgba(0,122,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6457C6', endColorstr='#007ADF',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_network{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ホスティングサーバー）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_server_bg{
	background: linear-gradient(to left, #ff9a9e 0%, #fad0c4 100%);
	background: linear-gradient(to left, #ff9a9e 0%, #fad0c4 100%);
	background: -moz-linear-gradient(right, rgba(255,154,158,1) 0%, rgba(250,208,196,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(112,133,182,1)), color-stop(100%,rgba(250,208,196,1)));
	background: -webkit-linear-gradient(right, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	background: -o-linear-gradient(right, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	background: -ms-linear-gradient(right, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	background: linear-gradient(to left, rgba(255,154,158,1) 0%,rgba(250,208,196,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a9e', endColorstr='#fad0c4',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_server{
	margin: 0px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（SEO）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_seo_bg{
	background: linear-gradient(to left, #f6d365 0%, #fda085 100%);
	background: linear-gradient(to left, #f6d365 0%, #fda085 100%);
	background: -moz-linear-gradient(right, rgba(246,211,101,1) 0%, rgba(253,160,133,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(246,211,101,1)), color-stop(100%,rgba(253,160,133,1)));
	background: -webkit-linear-gradient(right, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	background: -o-linear-gradient(right, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	background: -ms-linear-gradient(right, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	background: linear-gradient(to left, rgba(246,211,101,1) 0%,rgba(253,160,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d365', endColorstr='#fda085',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_seo{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（リスティング広告）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_listing_bg{
	background: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);
	background: linear-gradient(to left, #fbc2eb 0%, #a6c1ee 100%);
	background: -moz-linear-gradient(right, rgba(251,194,235,1) 0%, rgba(166,193,238,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(251,194,235,1)), color-stop(100%,rgba(166,193,238,1)));
	background: -webkit-linear-gradient(right, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	background: -o-linear-gradient(right, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	background: -ms-linear-gradient(right, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	background: linear-gradient(to left, rgba(251,194,235,1) 0%,rgba(166,193,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc2eb', endColorstr='#a6c1ee',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_listing{
	margin: 16px 0 0 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 事業内容（ADNW）ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.service_adnw_bg{
	background: linear-gradient(to left, #5ee7df 0%, #b490ca 100%);
	background: linear-gradient(to left, #5ee7df 0%, #b490ca 100%);
	background: -moz-linear-gradient(right, rgba(94,231,223,1) 0%, rgba(180,144,202,1) 100%);
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,rgba(94,231,223,1)), color-stop(100%,rgba(180,144,202,1)));
	background: -webkit-linear-gradient(right, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	background: -o-linear-gradient(right, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	background: -ms-linear-gradient(right, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	background: linear-gradient(to left, rgba(94,231,223,1) 0%,rgba(180,144,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ee7df', endColorstr='#b490ca',GradientType=1 );
	padding: 16px 8px 16px 8px;
}
.titletext_adnw{
	margin: 16px 0 0 0px;
}
.adnw_img{
	width: 250px;
	height: 600px;
	background-image: url(../img/sp/adnw_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 16px auto;
}
.adnw_text{
	padding-left: 0!important;
	text-indent: 0!important;
}


/*------------------------------------------------------------------------*/
/*------------------------ 制作実績ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_works{
	background-image: url(../img/sp/eyecatch_works.png);
}
.title_works{
	width: 84px;
	height: 52px;
	background-image: url(../img/title_works.svg);
	background-repeat: no-repeat;
}
/* カテゴリー切り替え */
.category_switching{
 background-color: inherit;
}
.category_switching a{
	display: inline-block;
	border: 1px solid #fff;
}
.category_switching a::before, .category_switching a::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.category_switching a, .category_switching a::before, .category_switching a::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	float: left;
	transition: all .3s;
	width: 50%;
}
.category_switching a:hover{
	background-color: #666666;
}
.category_switching a p:hover{
	color: #fff;
	background-color: #666666!important;
}
.category_check{
	background-color: #666666!important;
	color: #fff;
}
.category_switching a p{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 40px;
	display: inline-block;
	padding: 10px 0 0 0;
	color: #666666;
	background-color: #EDEDED;
}
/* 案件リスト */
.works_inner{
	width: 95%;
	margin: 0 auto;
	padding: 40px 0 0 0;
	max-width: 510px;
}
.works_inner ul{
	margin: 24px 0 0 0;
}
.works_inner ul li{
	float: left;
	width: 48.5%;
	text-align: justify;
	margin: 0 0 40px 0;
}
.works_inner ul li:nth-child(2n){
	float: right;
}
.works_inner ul li:nth-child(2n+1){
	clear: both;
}
.works_inner ul li a{
	display: block;
}
.works_inner ul li a .works_list{
	margin: 0 0 8px 0;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.works_inner ul li a .works_list img{
	width: 100%;
	border: 1px solid #d3d3d3;
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	max-width: 500px;
	max-height: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.works_inner ul li a .works_category{
	font-size: 13px;
	color: #fff;
	background-color: #666666;
	width: 95px;
	padding: 3px 0;
	margin: 0 0 8px 0;
	text-align: center;
}
.works_inner ul li a .works_projects{
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	white-space: inherit;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
	text-align: justify;
	max-height: 50px;
	min-height: 42px;
	padding: 10px 0 0px 0;
	margin: 0 0 8px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.works_inner ul li a .works_client{
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*------------------------------------------------------------------------*/
/*------------------------ 制作実績詳細ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.works_info{
	width: 100%;
	text-align: justify;
	line-height: 2.0;
	float: none;
	margin: 32px 0 0 0;
}
.works_info .clientname{
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 40px 0;
}
.works_info .works_category{
	padding: 0 0 32px 0;
	font-size: 12px;
}
.works_info .works_category .works_category_title{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.works_info .works_content{
	padding: 0 0 32px 0;
	font-size: 12px;
}
.works_info .works_content .works_content_title{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.works_info .works_concept{
	font-size: 12px;
	padding: 0 0 40px 0;
}
.works_info .works_concept .works_concept_title{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.works_button{
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
}

.works_img{
	width: 100%;
	float: none;
}
.works_img img{
	width: 100%;
}


/*------------------------------------------------------------------------*/
/*------------------------ 会社概要ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_company{
	background-image: url(../img/sp/eyecatch_company.png);
}
.title_company{
	width: 129px;
	height: 46px;
	background-image: url(../img/title_company.svg);
	background-repeat: no-repeat;
}
.company_info{
}
.company_info .company_table{
}
.company_info .company_table .company_tr{
	position: relative;
	border-bottom: 2px solid #D1D1D1;
	width: 100%;
	margin: 0;
	display: table;
	text-align: left;
	min-height: 40px;
}
.company_info .company_table .company_tr::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	left: 0;
	width: 14%;
}
.company_info .company_table .company_tr .company_th{
	padding: 24px 0px 8px 0px;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.company_info .company_table .company_tr .company_td{
	padding: 0 0 24px 0;
	display: block;
	width: 100%;
	font-size: 14px;
}
/* アクセス */
.company_access{
	margin: 0 0 0 0;
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 80%;
}
.company_access iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


/*------------------------------------------------------------------------*/
/*------------------------ 採用情報ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_recruit{
	background-image: url(../img/sp/eyecatch_recruit.png);
}
.title_recruit{
	width: 140px;
	height: 50px;
	background-image: url(../img/title_recruit.svg);
	background-repeat: no-repeat;
}
.recruit_area{
}
.recruit_area .wrap_title{
	border-bottom: solid 2px #d1d1d1;
	position: relative;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}
.recruit_area .wrap_title::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	width: 18%;
}
.recruit_table{
	border-top: 1px solid #c2c2c2;
}
.recruit_table .recruit_tr{
	border-bottom: 1px solid #c2c2c2;
	width: 100%;
	margin: 0;
	display: block;
	text-align: left;
	min-height: 80px;
}
.recruit_table .recruit_tr .recruit_th{
	width: 100%;
	padding: 11px 13px;
	display: block;
	background: #dfdfdf;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	vertical-align: middle;
	background-color: #696969;
	color: #fff;
}
.recruit_table .recruit_tr .recruit_td{
	padding: 15px 13px;
	display: block;
	font-size: 15px;
	color: #333333;
	vertical-align: middle;
	text-align: justify;
}


/*------------------------------------------------------------------------*/
/*------------------------ 新着情報ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_news{
	background-image: url(../img/sp/eyecatch_news.png);
}
.title_news{
	width: 74px;
	height: 46px;
	background-image: url(../img/title_news.svg);
	background-repeat: no-repeat;
}

.news_list{
}
.news_list ul{
}
.news_list ul li{
	padding: 16px 0 16px 0;
	text-align: left;
	border-bottom: solid 2px #d1d1d1;
	position: relative;
}
.news_list ul li::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: -2px;
	width: 15%;
}
.news_list ul li a{
	font-size: 14px;
	display: block;
}
.news_list ul li a .news_date{
}
.news_list ul li a .news_detail{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ページネーション */
.pagenation_box{
	margin: 30px 0 56px 0;
}
.pagenation_box ul#pagination {
	margin-bottom: 20px;
	text-align: center;
}
.pagenation_box ul#pagination li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1.2;
	margin: 0 3px;
	border: 1px solid #666666;
}
.pagenation_box ul#pagination li a {
	color: #666666;
}
.pagenation_box ul#pagination li a img{
	width: 12px;
	height: 6px;
}
.pagenation_box ul#pagination li a, ul#pagination li span {
	display: block;
	width: 45px;
	height: 45px;
	padding: 14px 0 0 0;
}
.pagenation_box ul#pagination li span {
	background-color: #666666;
	color: #fff;
}


/*------------------------------------------------------------------------*/
/*------------------------ 新着情報詳細ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.news_title{
	text-align: left;
	position: relative;
}
.news_title .newspage_date{
	font-size: 14px;
}
.news_title .newspage_title{
	font-size: 16px;
	padding: 0 0 16px 0;
	border-bottom: 2px solid #D1D1D1;
}
.news_title::after{
	position: absolute;
	content: " ";
	display: block;
	border: none;
	height: 2px;
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: linear-gradient(to right, #13547a 0%, #80d0c7 100%);
	background: -moz-linear-gradient(left, rgba(19,84,122,1) 0%, rgba(128,208,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,84,122,1)), color-stop(100%,rgba(128,208,199,1)));
	background: -webkit-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -o-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: -ms-linear-gradient(left, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	background: linear-gradient(to right, rgba(19,84,122,1) 0%,rgba(128,208,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13547a', endColorstr='#80d0c7',GradientType=1 );
	bottom: 0;
	width: 18%;
}

.news_detail_primary{
	padding: 0 0 30px 0;
}
.news_detail_primary .news_detail_left{
	width: 100%;
	padding: 40px 0 0 0;
	text-align: justify;
	float: none;
}
.news_detail_primary .news_detail_left p{
	text-align: justify;
}
.news_detail_primary .news_detail_left .pdf_link{
	display: block;
	margin: 30px 0 0 0;
}
.news_detail_primary .news_detail_left .pdf_link img{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.news_detail_primary .news_detail_left .pdf_link p{
	display: inline-block;
	vertical-align: middle;
}

.news_detail_primary .news_detail_right{
	float: none;
	width: 300px;
	height: 225px;
	overflow: hidden;
	position: relative;
	margin: 40px auto 0 auto;
}
.news_detail_primary .news_detail_right img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 225px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}


/*------------------------------------------------------------------------*/
/*------------------------ 業務提携ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_partner{
	background-image: url(../img/sp/eyecatch_partner.png);
}
.title_partner{
	width: 140px;
	height: 50px;
	background-image: url(../img/title_partner.svg);
}
.partner_intro .partner_intro_large{
	line-height: 2;
	text-align: left;
}
.partner_intro .partner_intro_large p{
	font-size: 18px;
	font-weight: bold;
	color: #d4802e;
}
.partner_intro .partner_intro_large p span{
	font-size: 18px;
	font-weight: bold;
	color: #d4802e;
	display: block;
}
.partner_intro .partner_intro_small{
	padding: 24px 0 0 0;
	line-height: 2.5;
	font-size: 14px;
	text-align: justify;
}
.partner_item{
	background-color: #d4802e;
	padding: 40px 0;
}
.wrap_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 8px 0;
}
.wrap_title_bar{
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto 32px auto;
}
.partner_item .partner_item_list{
	width: 95%;
	margin: 0 auto;
}
.partner_item .partner_item_list ul li{
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 6px 4px;
}
.partner_item .partner_item_list ul li img{
	width: 100%;
}
.partner_item .partner_item_list ul li p{
	font-size: 10px;
	font-weight: bold;
	color: #d4802e;
	padding: 0px 0 0 0;
}
.partner_item .partner_item_list ul li span{
	font-size: 10px;
	font-weight: bold;
	color: #d4802e;
	display: inline-block;
}
.partner_arrangement{
	padding: 40px 0 40px 0;
}
.partner_arrangement img{
	width: 100%;
}
.wrap_title_grey{
	color: #333333!important;
}
.wrap_title_bar_grey{
	background-color: #333333!important;
}
.partner_service .partner_service_list{
	font-size: 14px;
}
.partner_service .partner_service_list .partner_service_wrap{
	padding: 0 0 24px 0;
	text-align: justify;
}
.partner_service .partner_service_list .partner_service_wrap .partner_service_title{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #d4802e;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 16px 0;
}


/*------------------------------------------------------------------------*/
/*------------------------ お問い合わせページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_contact{
	background-image: url(../img/sp/eyecatch_contact.png);
}
.title_contact{
	width: 104px;
	height: 49px;
	background-image: url(../img/title_contact.svg);
	background-repeat: no-repeat;
}
.contact_tel_block{
	padding: 0 0 63px 0;
}
.contact_tel_block .contact_tel_title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px 0;
}
.contact_tel_block .contact_number{
	margin: 28px 0 0 0;
}
.contact_tel_block .contact_number a{
	display: block;
	margin: 0 0 24px 0;
}
.contact_tel_block .contact_number a img{
	width: 254px;
}
.contact_tel_block .contact_number .fax_number{
	width: 254px;
}

/* ステップ */
.contact_form_block .contact_form_title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 18px 0;
}
.contact_step .step_block{
	padding: 0 0 24px 0;
}
.contact_step .step_block p{
	font-size: 13px;
	padding: 0 0 14px 0;
	margin: 0 0;
	color: #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	width: 32%;
	display: inline-block;
}
.contact_step .step_block p span{
	display: block;
	padding: 0 0 0 0;
	font-size: 13px;
}
.contact_step .step_block .step_on{
	color: #666666;
	border-bottom: 1px solid #666666;
}

/* 入力エラー */
.error_message{
	font-size: 12px;
	font-weight: bold;
	color: #eb1c24;
	padding: 10px 0;
	margin: 0 0 16px 0;
	background-color: #fcdfe3;
	border: 2px solid #eb1c24;
}

/* フォーム */
.contact_form{
	padding: 0 0 20px 0;
}
.contact_form .table_form{
	width: 100%;
	margin: 0 0 50px 0;
	display: table;
	box-sizing: border-box;
}
.contact_form .table_form .contact_tr{
	border-bottom: 1px solid #c2c2c2;
	width: 100%;
	margin: 0;
	display: block;
	text-align: left;
	min-height: 80px;
}
.contact_form .table_form .contact_tr .contact_th{
	width: 100%;
	padding: 16px 13px 8px 13px;
	display: block;
}
.contact_form .table_form .contact_tr .contact_th span{
	font-size: 12px;
	color: #fff;
	background-color: #e86144;
	border-radius: 5px;
	padding: 3px 14px;
	float: right;
}
.contact_form .table_form .contact_tr .contact_th .any{
	color: #333333;
	background-color: #D1D1D1;
}
.contact_form .table_form .contact_tr .contact_td{
	padding: 8px 0 16px 0;
	display: block;
	font-size: 13px;
}
.contact_form .table_form .contact_tr .contact_td .text{
	width: 100%;
	height: 50px;
	padding: 0 0 0 6px;
	font-size: 13px;
	border: 2px solid #c2c2c2;
}
.error{
	background-color: #fcdfe3;
}
.contact_form .table_form .contact_tr .contact_td .text_box{
	width: 100%;
	height: 144px;
	padding: 10px 0 0 10px;
	border: 2px solid #c2c2c2;
	font-size: 15px;
	min-height: 224px;
	vertical-align: middle;
}
/* 個人情報保護方針同意 */
.agree {
	margin: 0 0 24px 0;
}
.agree input {
	display: inline-block;
}
.agree span {
	display: inline-block;
	font-size: 12px;
}
.agree span .checkbox_text p {
	display: inline-block;
}
.agree span .checkbox_text p a {
	color: #0071b2;
}
.agree span .checkbox_text .agree_icon {
	font-size: 12px;
	color: #fff;
	background-color: #e86144;
	border-radius: 5px;
	padding: 3px 14px;
	}
.agree span .checkbox_text p {
	display: inline-block;
}
/* 確認ボタン */
.confirm_button{
	background-color: #666666;
	display: block;
	width: 285px;
	padding: 14px 0;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}
.confirm_button p{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.confirm_button img{
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 6px 12px 0 -20px;
}


/*------------------------------------------------------------------------*/
/*------------------------ お問い合わせ確認ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.contact_form .table_form .contact_tr .contact_th p{
	margin: 0 0 0 -13px;
}
.confirm_button_box{
}
.confirm_button_box form{
	display: block;
	vertical-align: top;
	margin: 0 0 16px 0;
}
.confirm_button_box form .reverse{
	font-size: 18px;
	cursor: pointer;
	border: none;
	display: block;
	width: 95%;
	padding: 14px 0;
	margin: 0 auto;
}
.confirm_button_box form .reverse .button_text{
	display: inline-block;
	color: #333333;
	padding: 0 0px 0 0;
}
.confirm_button_box form .reverse img{
	display: inline-block;
	color: #fff;
	float: left;
	padding: 5px 0 0 7px;
	width: 15px;
}


/*------------------------------------------------------------------------*/
/*------------------------ お問い合わせ完了ページ ---------------------------*/
/*------------------------------------------------------------------------*/
.contact_complete{
	padding: 0 0 116px 0;
}
.contact_complete .complete_title{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 24px 0;
	text-align: center;
}
.contact_complete p{
	line-height: 2.5;
	text-align: justify;
}


/*------------------------------------------------------------------------*/
/*------------------------ プライバシーポリシーページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_privacypolicy{
	background-image: url(../img/sp/eyecatch_privacypolicy.png);
}
.title_privacypolicy{
	width: 191px;
	height: 52px;
	background-image: url(../img/title_privacypolicy.svg);
	background-repeat: no-repeat;
}
.privacy_inner .privacy_block{
	text-align: justify;
	padding: 0 0 48px 0;
}
.privacy_inner .privacy_block .privacy_title{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 16px 0;
}
.signature{
	text-align: right!important;
}


/*------------------------------------------------------------------------*/
/*------------------------ サイトマップページ ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_sitemap{
	background-image: url(../img/sp/eyecatch_sitemap.png);
}
.title_sitemap{
	width: 111px;
	height: 51px;
	background-image: url(../img/title_sitemap.svg);
}

.eyecatch_blog{
	background-image: url(../img/eyecatch_blog.png);
}

.title_blog{
	width: 64px;
	background-image: url(../img/title_blog.png);
	background-repeat: no-repeat;
	background-size: 64px 54px;
}
}


/*------------------------------------------------------------------------*/
/*----------------------------- 追加CSS分 --------------------------------*/
/*------------------------------------------------------------------------*/
.top_blog {
	background-color: #ededed;
}
.top_blog .top_blog_inner{
	width:980px;
	margin: 0 auto;
	padding: 50px 0 50px; 0;
}
.top_blog .top_blog_inner .blog_box {
	width: 50%;
	float: left;
}
.top_blog .top_blog_inner .blog_box .blog_header_image{
	width: 265px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}
.top_blog .top_blog_inner .blog_box .blog_header_image img{
	width: 100%;
}
.top_blog .top_blog_inner .blog_box .blog_header_text{
	font-size: 15px;
}
.top_blog .top_blog_inner .blog_box ul{
	height: 520px;
}
.top_blog .top_blog_inner .blog_box ul li{
	margin: 20px 0 50px 0;
}
.top_blog .top_blog_inner .blog_box ul li .blog_image{
	width: 170px;
	float: left;
}
.top_blog .top_blog_inner .blog_box ul li .blog_image img{
	width: 100%;
}
.top_blog .top_blog_inner .blog_box ul li .text_box{
	width: 300px;
	margin: 5px 0 0 0;
	float: left;
}
.top_blog .top_blog_inner .blog_box ul li .text_box p{
	margin: 0 0 0 20px;
	font-size: 14px;
	text-align: left;
}
.top_blog .top_blog_inner .blog_box ul li .text_box .title{
	font-size: 21px;
}
.top_blog .top_blog_inner .blog_box ul li .text_box .detail{
	height: 42px;
}
/* fallback for IE */
.top_blog .top_blog_inner .blog_box ul li .text_box .detail {
	display: block;
	overflow: hidden;
	line-height: 1.5em;
	height: 42px;
	margin-bottom: 26px;
}
@supports (-webkit-line-clamp: 2) {
	.top_blog .top_blog_inner .blog_box ul li .text_box .detail .ellipsis {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.top_blog .top_blog_inner .blog_box ul li .text_box .date{
	color: #a1a1a1;
}

.top_blog .top_blog_inner .news_box {
	width: 50%;
	float: left;
}
.top_blog .top_blog_inner .news_box .news_header_image{
	width: 134px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}
.top_blog .top_blog_inner .news_box .news_header_image img{
	width: 100%;
}
.top_blog .top_blog_inner .news_box .news_header_text{
	font-size: 15px;
}
.top_blog .top_blog_inner .news_box ul{
	height: 520px;
}
.top_blog .top_blog_inner .news_box ul li{
	margin: 20px 20px 30px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbcbc;
	text-align: left;
}
.top_blog .top_blog_inner .news_box ul li .date{
	margin: 0 0 10px 0;
}
.top_blog .top_blog_inner .news_box ul li .detail{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	.top_blog .top_blog_inner{
		width:100%;
		margin: 0 auto;
		padding: 50px 10% 50px 1s0%;
	}
	.top_blog .top_blog_inner .blog_box {
		width: 100%;
		float: none;
	}
	.top_blog .top_blog_inner .blog_box .blog_header_image{
		width: 265px;
		padding: 0 0 10px 0;
		margin: 0 auto;
	}
	.top_blog .top_blog_inner .blog_box .blog_header_image img{
		width: 100%;
	}
	.top_blog .top_blog_inner .blog_box .blog_header_text{
		font-size: 15px;
	}
	.top_blog .top_blog_inner .blog_box ul{
		height: auto;
	}
	.top_blog .top_blog_inner .blog_box ul li{
		margin: 20px 0 50px 0;
	}
	.top_blog .top_blog_inner .blog_box ul li .blog_image{
		width: 90%;
		max-width: 510px;
		margin: 0 auto;
		float: none;
	}
	.top_blog .top_blog_inner .blog_box ul li .blog_image img{
		width: 100%;
	}
	.top_blog .top_blog_inner .blog_box ul li .text_box{
		width: 90%;
		max-width: 510px;
		margin: 0 auto;
		margin: 5px auto 0 auto;
		float: none;
	}
	.top_blog .top_blog_inner .blog_box ul li .text_box p{
		margin: 0 0 0 20px;
		font-size: 14px;
		text-align: left;
	}
	.top_blog .top_blog_inner .blog_box ul li .text_box .title{
		font-size: 21px;
	}
	.top_blog .top_blog_inner .blog_box ul li .text_box .detail{
		height: 42px;
	}
	/* fallback for IE */
	.top_blog .top_blog_inner .blog_box ul li .text_box .detail {
		display: block;
		overflow: hidden;
		line-height: 1.5em;
		height: 42px;
		margin-bottom: 26px;
	}
	@supports (-webkit-line-clamp: 2) {
		.top_blog .top_blog_inner .blog_box ul li .text_box .detail .ellipsis {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
	}
	.top_blog .top_blog_inner .blog_box ul li .text_box .date{
		color: #a1a1a1;
	}

	.top_blog .top_blog_inner .news_box {
		width: 100%;
		float: none;
		margin: 60px 0 0 0;
	}
	.top_blog .top_blog_inner .news_box .news_header_image{
		width: 134px;
		padding: 0 0 10px 0;
		margin: 0 auto;
	}
	.top_blog .top_blog_inner .news_box .news_header_image img{
		width: 100%;
	}
	.top_blog .top_blog_inner .news_box .news_header_text{
		font-size: 15px;
	}
	.top_blog .top_blog_inner .news_box ul{
		height: auto;
	}
	.top_blog .top_blog_inner .news_box ul li{
		margin: 20px 20px 30px 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #bcbcbc;
		text-align: left;
	}
	.top_blog .top_blog_inner .news_box ul li .date{
		margin: 0 0 10px 0;
	}
	.top_blog .top_blog_inner .news_box ul li .detail{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.system_intro_img {
	font-size: 30px;
	height: 78px;
	background-image: none;
	background-repeat: no-repeat;
}
/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	.system_intro_img {
		font-size: 22px;
	}
}
.service_text_image {
	font-size: 30px !important;
	height: 78px;
	background-image: none;
	background-repeat: no-repeat;
}
/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	.service_text_image {
		font-size: 22px !important;s
	}
}
.top_service_text{
	margin: 10px 0 40px 0;
}
.works_img .works_list {
	margin-bottom: 30px;
}
.news_detail_primary .blog_date{
	font-size: 18px;
	padding: 0 0 16px 0;
	text-align: right;
}

.blog_img{
	width: 400px;
	float: left;
}
.blog_img .blog_list {
	margin-bottom: 30px;
}
.blog_img img{
	width: 100%;
}
/* ===== 767px以下 ===== */
@media(max-width: 767px) {
	.blog_img{
		max-width: 500px;
		margin: 0 auto;
		width: 100%;
		float: none;
	}
	.works_img img{
		width: 100%;
	}
}

/*------------------------------------------------------------------------*/
/*------------------------ マネージメントシステム ---------------------------*/
/*------------------------------------------------------------------------*/
.eyecatch_manage{
	background-image: url(../img/eyecatch_manage.png);
}

.manage_icon {
	margin: 30px auto 50px auto;
	text-align: center;
}

.manage_information {
	margin: 0 auto 80px auto;
	max-width: 1200px;
	text-align: left;
}
.manage_information:after {
	content:" ";
	display:block;
	clear:both;
}

.manage_information h2 {
	float: right;
	width: calc(100% - 485px);
	font-size: 30px;
}

.manage_information .image {
	float: left;
	margin: 0 58px;
	width: 369px;
	height: 315px;
}

.manage_information .comment {
	float: right;
	margin: 30px 0 0 0;
	width: calc(100% - 485px);
	line-height: 3;
	font-size: 14px;
}

.manage_about {
	padding: 0 0 60px 0;
}

.manage_about .wrapper{
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;
}
.manage_about .wrapper:after {
	content:" ";
	display:block;
	clear:both;
}

.manage_about h2 {
	margin: 0 0 60px 0;
	font-size: 40px;
}

.manage_about ul li {
	margin: 0 0 200px 0;
	height: 253px;
	background: #dbdcdc;
}

.manage_about ul li h3 {
	float: right;
	margin: 30px 0 30px 0;
	width: calc(100% - 583px);
	font-size: 30px;
}

.manage_about ul li .image {
	float: left;
	margin: 30px 20px 0 10px;
	width: 553px;
	height: 380px;
}

.manage_about ul li .comment {
	float: right;
	width: calc(100% - 583px);
	line-height: 1.8;
	font-size: 16px;
}

.manage_about ul li .reverse h3 {
	float: left;
}

.manage_about ul li .reverse .image {
	float: right;
	margin: 30px 10px 0 20px;
}

.manage_about ul li .reverse .comment {
	float: left;
	width: calc(100% - 583px);
}

.manage_flow {
	position: relative;
	margin: 0 auto;
	padding: 80px 0;
	width: 990px;
	border: 5px solid #dbdcdc;
}

.manage_flow h2 {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	font-size: 40px;
	background: #ffffff;
}

.manage_flow .process {
	display: table;
	margin: 0 auto;
	width: 773px;
	min-height: 120px;
}
.manage_flow .process .number {
	display: table-cell;
	width: 75px;
	vertical-align: middle;
}
.manage_flow .process .number img {
	margin: -20px 0 0 0;
}
.manage_flow .process h3 {
	display: table-cell;
	width: 250px;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.manage_flow .process .comment {
	display: table-cell;
	padding: 0 20px 0 0;
	width: 270px;
	font-size: 17px;
	text-align: left;
	vertical-align: middle;
}
.manage_flow .process .icon {
	display: table-cell;
	width: 158px;
	vertical-align: top;
}

.manage_flow .arrow01 {
	margin: 0 auto 24px auto;
	width: 773px;
	height: 33px;
	background: url(../img/manage_flow_arrow_01.png) top left 26px no-repeat;
}
.manage_flow .arrow02 {
	margin: 0 auto 24px auto;
	width: 773px;
	height: 33px;
	background: url(../img/manage_flow_arrow_02.png) top left 13px no-repeat;
}

@media(max-width: 767px) {

	.eyecatch_manage{
		background-image: url(../img/sp/eyecatch_manage.png);
	}

	.manage_icon {
		margin: 10px auto 30px auto;
	}

	.manage_information {
		margin: 0 auto 70px auto;
		max-width: 500px;
	}

	.manage_information h2 {
		float: none;
		margin: 0 auto 30px auto;
		width: 300px;
		font-size: 16px;
	}

	.manage_information .image {
		float: none;
		margin: 0 10px;
		width: auto;
		height: auto;
		text-align: center;
	}
	.manage_information .image img {
		max-width: 100%;
	}

	.manage_information .comment {
		float: none;
		margin: 30px auto 0 auto;
		padding: 0 20px;
		width: auto;
		line-height: 2.6;
	}

	.manage_about {
		padding: 0 0 60px 0;
	}

	.manage_about .wrapper{
		margin: 0 auto;
		max-width: 500px;
	}

	.manage_about h2 {
		margin: 0 0 40px 0;
		font-size: 26px;
	}

	.manage_about ul li {
		margin: 0 0 60px 0;
		padding: 50px 0;
		height: auto;
	}

	.manage_about ul li h3 {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
		font-size: 18px;
		text-align: center;
	}

	.manage_about ul li .image {
		float: none;
		margin: 0 auto 30px auto;
		padding: 0 10px;
		width: 100%;
		height: auto;
	}
	.manage_about ul li .image img {
		max-width: 100%;
	}

	.manage_about ul li .comment {
		float: none;
		padding: 0 20px;
		width: auto;
		font-size: 14px;
	}

	.manage_about ul li .reverse h3 {
		float: none;
	}

	.manage_about ul li .reverse .image {
		float: none;
		margin: 0 auto 30px auto;
	}

	.manage_about ul li .reverse .comment {
		float: none;
		width: auto;
	}

	.manage_flow {
		position: relative;
		margin: 0 auto;
		width: calc(100% - 40px);
		max-width: 500px;
		border: 4px solid #dbdcdc;
	}

	.manage_flow h2 {
		top: -20px;
		width: 180px;
		font-size: 26px;
	}

	.manage_flow .process {
		display: block;
		width: auto;
	}

	.manage_flow .process .number {
		display: block;
		margin: 0 0 30px 0;
		width: 100%;
		text-align: center;
	}
	.manage_flow .process .number img {
		margin: 0;
	}

	.manage_flow .process h3 {
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
		font-size: 21px;
	}

	.manage_flow .process .comment {
		display: block;
		margin: 0 0 60px 0;
		padding: 0 40px 0 40px;
		width: auto;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}

	.manage_flow .process .icon {
		display: block;
		width: 100%;
		text-align: center;
	}

	.manage_flow .arrow01 {
		margin: 60px 0 40px 0;
		width: auto;
		height: 33px;
		background: url(../img/manage_flow_arrow_01.png) top center no-repeat;
	}
	.manage_flow .arrow02 {
		margin: 60px 0 40px 0;
		width: auto;
		height: 33px;
		background: url(../img/manage_flow_arrow_02.png) top center no-repeat;
	}

}

.banner_manage {
	display: block;
	position: relative;
	margin: 70px auto 0 auto;
	padding: 0 0 0 150px;
	width: 420px;
	height: 110px;
	color: #18576e;
	font-size: 14px;
	text-align: left;
	border: 1px solid #18576e;
	background: url(../img/manage_icon.png) top 17px left 20px no-repeat;
}
.banner_manage:after{
/*	
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	border-top: 5px solid #fff;
	border-bottom: 5px solid #18576e;
	border-left:5px solid #fff;
	border-right: 5px solid #18576e;
	box-sizing: border-box;
*/
}

.banner_manage p {
	margin: 10px 0 0 0;
}
.banner_manage p.strong span {
	font-size: 18px;
}

@media(max-width: 767px) {

	.banner_manage {
		padding: 0 0 0 130px;
		width: 300px;
		height: 130px;
		background: url(../img/manage_icon.png) top 28px left 10px no-repeat;
	}

	.banner_manage p {
		margin: 8px 0 0 0;
	}

}


