@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/

/* ==================================================
reset
================================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	margin: 0;
	padding: 0;
	font-size: 93.8%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	color: #005D9F;
	background-color: transparent;
}
a:hover,
a:active {
	background-color: transparent;
	text-decoration: none;
}
.sp_only {
	display: none;
}
body,
#contents input[type="submit"],
#contents input[type="button"],
#contents input[type="text"],
#contents textarea,
#contents select,
body.mceContentBody {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
/* ==================================================
layout
================================================== */
#wrap_header,
#wrap_title,
#wrap_pnavi,
#wrap_main,
#wrap_top_link,
#wrap_top_main,
#wrap_top_reason,
#wrap_top_business,
#wrap_top_works,
#wrap_top_skills,
#wrap_top_news,
#wrap_footer_contact,
#wrap_footer_recruit,
#wrap_footer_linkbanner,
#wrap_fnavi,
#wrap_footer {
	width: 100%;
	min-width: 1080px;
	clear: both;
}
#header,
#title,
#pnavi,
#main,
#top_link,
#top_main,
#top_reason,
#top_business,
#top_works,
#top_skills,
#top_news,
#footer_contact,
#footer_recruit,
#footer_linkbanner,
#fnavi,
#footer {
	width: 1000px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	display: table;
}
#hlogo {
	padding-top: 10px;
	width: 228px;
	padding-right: 52px;
	display: table-cell;
	vertical-align: top;
}
#hlogo h1,
#hlogo p {
	font-size: 86.6%;
	text-align: center;
	line-height: 1.2;
}
#hlogo p span {
	font-size: 76.9%;
}
#hlogo p:first-child {
	margin-bottom: 4px;
	color: #777777;
}
#hinfo {
	margin: 5px 0;
	display: table;
}
#hcontact {
	width: 385px;
	padding: 0 0 0 40px;
	display: table-cell;
	vertical-align: middle;
}
#hcontact ul {
	list-style: none;
	list-style-image: none;
	display: table-cell;
}
#hcontact ul li {
	display: table-cell;
}
#hcontact ul li:first-child {
	padding: 0 15px 0 20px;
	background: url(img/header/tel.gif) no-repeat left center;
	font-weight: bold;
	font-size: 130%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #777777;
}
#hcontact ul li:last-child {
	padding: 0 0 0 20px;
	background: url(img/header/fax.gif) no-repeat left center;
	font-weight: bold;
	font-size: 130%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #777777;
}
#hnavi {
	width: 295px;
	display: table-cell;
	vertical-align: top;
}
#hnavi ul {
	list-style: none;
	list-style-image: none;
	display: table;
}
#hnavi li {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#hnavi li a {
	display: table;
	width: 145px;
	height: 45px;
	color: #ffffff;
	font-weight: bold;
	font-size: 106.7%;
	text-decoration: none;
	transition-duration: 0.3s;
	background-color: #4C74BA;
}
#hnavi li:first-child a {
	background-color: #0054A7;
	margin-right: 5px;
}
#hnavi li:last-child a {
	background-color: #00B9EF;
}
#hnavi li a span {
	display: table-cell;
	vertical-align: middle;
}
#hnavi li a:hover {
	opacity: 0.6;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi ul {
	width: 100%;
	display: table;
	list-style: none;
}
#gnavi li {
	min-width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position:relative;
}
#gnavi li a {
	display: block;
	position: relative;
	padding: 13px 0;
	text-decoration: none;
	color: #333333;
	font-size: 113.3%;
	transition-duration: 0.3s;
}
#gnavi li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ff063c;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: 0.3s;
}
#gnavi li a.active::after,
#gnavi li a:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #ff063c;
	left: 0;
	bottom: 0;
	transform: scaleX(0.8);
}

#gnavi li ul {
	position: absolute;
	display: block;
	width: 150%;
	left:-25%;
	overflow: hidden;
	z-index: 10;
}
#gnavi li ul li {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: all 0.3s;
}
#gnavi li ul li a {
	padding: 1em 10px;
	color: #fff;
	line-height: 1.5;
}
#gnavi li:hover ul li {
	height: 3.8em;
	opacity: 1;
	background-color: rgba(0,78,161,0.7);
}
#gnavi li ul li a:hover {
	background-color: rgba(0,78,161,0.5);
}
#gnavi li ul li a:hover::after {
	content:none;
}
/* ==================================================
title
================================================== */
#wrap_title {
	background-color: #555555;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	animation-duration: 1s;
	animation-name: fadeIn;
}
#wrap_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
#title {
	position: relative;
	z-index: 2;
}
#title h1,
#title p.ttl {
	margin: 0;
	padding: 95px 0;
	font-size: 320%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 0px 0px 5px #000000;
}
/* ==================================================
pnavi
================================================== */
#wrap_pnavi {
	padding: 10px 0;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* ==================================================
footer
================================================== */
/* footer_contact
--------------------------- */
#wrap_footer_contact {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	padding: 40px 0;
}
#wrap_footer_contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
#top_skills {
	position: relative;
	z-index: 2;
}




#footer_contact {
	position: relative;
	z-index: 2;
	display: table;
	color: #ffffff;
}
#footer_contact .title {
	display: table-cell;
	vertical-align: top;
	width: 364px;
}
#footer_contact h2 {
	clear: both;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1.3;
	font-size: 280%;
	font-weight: bold;
}
#footer_contact h2::before {
	content: 'contact';
	display: block;
	font-weight: normal;
	font-size: 60%;
	color: #4C74BA;
}
#footer_contact h2::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 5px;
	left: 0;
	bottom: 0;
	background-color: #4C74BA;
}
#footer_contact .lead {
	font-size: 133.3%;
	font-weight: bold;
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #ffffff;
}
#footer_contact #fcontact {
	display: table-cell;
}
#footer_contact #fnumber {
	display: table-cell;
	width: 298px;
	vertical-align: middle;
}
#footer_contact #fnumber p:first-child {
	padding: 0 0 0 30px;
	background: url(img/footer/tel.png) no-repeat left center;
	font-weight: bold;
	font-size: 153.3%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer_contact #fnumber p:last-child {
	padding: 0 0 0 30px;
	background: url(img/footer/fax.png) no-repeat left center;
	font-weight: bold;
	font-size: 153.3%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer_contact .link {
	display: table-cell;
	width: 338px;
	vertical-align: middle;
}
#footer_contact .link a {
	display: inline-block;
	background: #4C74BA url(img/contents/link_button_icon.gif) no-repeat right center;
	margin: 0;
	padding: 15px 80px 15px 60px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.3s;
}
#footer_contact .link a:hover {
	opacity: 0.6;
}
/* footer_recruit
--------------------------- */
#wrap_footer_recruit {
	background: url(img/footer/recruit_bg.jpg) no-repeat center top;
	background-size: cover;
}
#footer_recruit {
	min-height: 230px;
	padding: 70px 0;
	text-align: center;
}
#footer_recruit .title h2{
	clear: both;
	display: inline-block;
	position: relative;
	margin: 0 0 0.4em;
	padding: 0 0 10px;
	line-height: 1.3;
	color: #333333;
	font-size: 333.3%;
	font-weight: bold;
	text-shadow: 0 0 10px #ffffff;
}	
#footer_recruit .title h2::before {
	content: 'recruit';
	display: block;
	font-weight: normal;
	font-size: 60%;
	color: #4C74BA;
}
#footer_recruit .title h2::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 5px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #4C74BA;
}
#footer_recruit .link_button {
	display: inline-block;
	background: #4C74BA url(img/contents/link_button_icon.gif) no-repeat right center;
	margin: 1em 0;
	padding: 15px 80px 15px 60px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.3s;
}
#footer_recruit .link_button:hover {
	opacity: 0.6;
}
/* footer_linkbanner
--------------------------- */
#wrap_footer_linkbanner {
	background-color: #4C74BA;
}
#footer_linkbanner {
	padding: 15px 0 15px;
}
#footer_linkbanner ul {
	list-style: none;
	list-style-image: none;
	text-align: center;
}
#footer_linkbanner ul li {
	display: inline-block;
	margin: 5px 10px;
}
#footer_linkbanner ul li img {
	transition-duration: 0.3s;
	max-width: 980px;
}
#footer_linkbanner ul li img:hover {
	opacity: 0.6;
}
/* footer
--------------------------- */
#wrap_footer {
	padding: 30px 0;
}
#footer {
	display: table;
}
#footer .left {
	display: table-cell;
	vertical-align: middle;
	width: 47%;
}
#footer .right {
	display: table-cell;
	vertical-align: middle;
	width: 53%;
}
#footer .right p:first-child {
	margin-bottom: 1em;
}
/* fnavi
--------------------------- */
#wrap_fnavi {
	background-color: #333333;
	padding: 20px 0;
}
#fnavi {
	display: table;
}
#fnavi ul {
	display: table-cell;
	list-style: none;
	list-style-image: none;
}
#fnavi li {
	margin: 0 20px;
	display: inline-block;
}
#fnavi li a {
	background: url(img/contents/link_button_icon2.gif) no-repeat left center;
	padding: 0 0 0 30px;
	color: #ffffff;
	text-decoration: none;
	transition-duration: 0.3s;
}
#fnavi li a:hover {
	text-decoration: none;
	color: #4C74BA;
}
#fnavi .copy {
	display: table-cell;
	color: #ffffff;
	text-align: right;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	padding: 20px 0 0;
	box-sizing: border-box;
	background-color: #888;
	border: #fff 2px solid;
	border-radius: 28px;
	text-align: center;
	opacity: 0.6;
	transition-duration: 0.3s;
}
#pagetop a:hover {
	opacity: 1;
}
/* ==================================================
contents
================================================== */
#wrap_contents {
	margin: 0;
	padding: 0;
}
#contents {
	width: 1000px;
	overflow: hidden;
}
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#top_news a.icon_link::after,
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#top_news a.icon_pdf::after,
#contents a.icon_pdf::after,
#contents a[href$=".pdf"]::after {
	margin: 0 5px;
	content: url(img/admin/pdf.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".xlsx"]::after,
#contents a[href$=".xls"]::after {
	margin: 0 5px;
	content: url(img/admin/xls.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".docx"]::after,
#contents a[href$=".doc"]::after {
	margin: 0 5px;
	content: url(img/admin/doc.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents img {
	max-width: 1000px;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 30px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1.3;
	font-size: 250%;
	font-weight: bold;
}
#contents p.update {
	margin-bottom: 0.4em;
	color: #888888;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 0 0 0.2em;
	border-bottom: #0054A7 3px solid;
	line-height: 1.3;
	font-size: 200%;
	font-weight: bold;
}
#contents h3 {
	clear: both;
	margin: 1.5em 0 0.8em;
	line-height: 1.3;
	font-size: 160%;
	font-weight: bold;
	background-color: #D1E4FF;
	padding: 10px;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 140%;
	font-weight: bold;
}
#contents h2.img,
#contents h3.img,
#contents h4.img {
	padding: 0;
	background: none;
	border: none;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
	list-style-image: url(img/contents/list_icon.gif);
}
#contents ol {
	margin: 0 0 0.8em 1.5em;
	list-style-image: none;
}
#contents ul li,
#contents ol li {
	margin: 0.4em 0;
}
#contents ul ul,
#contents ol ol {
	margin: 0 0 0 1em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol li,
#contents ol ol ol li {
	counter-increment: cnt;
	padding-left: 1.5em;
	position: relative;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
	content: "(" counter(cnt) ") ";
	line-height: 1;
}
#contents ol ol ol li:before {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	left: 3px;
	top: 4px;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	text-align: center;
	line-height: 1.2;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 10px 100px;
	border-style: none;
	background-color: #888888;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
}
#contents input[type="submit"]:hover,
#contents input[type="button"]:hover {
	background-color: #555555;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ccc 1px solid;
	padding: 5px;
	box-sizing: border-box;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td,
#contents table.layout_table td table th,
#contents table.layout_table td table td {
	padding: 15px 20px;
	border: 1px solid #777777;
	vertical-align: top;
}
#contents table th,
#contents table.layout_table td table th {
	background-color: #444444;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}
#contents table.layout_table td table {
	margin-top: 0;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 0;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* form_table
--------------------------- */
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th {
	width: 30%;
}
#contents table.form_table th span {
	font-weight: normal;
}
#contents table.form_table textarea {
	width: 90%;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	margin-right: 5px;
}
#contents table.form_table label {
	margin-right: 30px;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 30px 0;
	text-align: center;
}
/* link_button
--------------------------- */
.top .link_button,
#contents .link_button {
	display: inline-block;
	background: #4C74BA url(img/contents/link_button_icon.gif) no-repeat right center;
	margin: 1em 0;
	padding: 15px 80px 15px 60px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.3s;
}
.top .link_button:hover,
#contents .link_button:hover {
	opacity: 0.6;
}
/* backblog
--------------------------- */
#contents .backblog {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #CCCCCC 1px solid;
	text-align: center;
}
#contents .backblog a {
	display: inline-block;
	text-decoration: none;
	background-color: #888888;
	color: #FFFFFF;
	margin: 0 5px;
	padding: 5px 20px;
	border-radius: 3px;
}
#contents .backblog a:hover {
	background-color: #555555;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 20px 0;
	list-style-image: none;
	list-style: none;
}
#contents ul.archive_list li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px dotted #4C74BA;
}
#contents ul.archive_list li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 20px 0 0;
	vertical-align: top;
	white-space: nowrap;
	color: #4C74BA;
}
#contents ul.archive_list li p.ttl {
	display: table-cell;
	vertical-align: top;
}
#contents ul.archive_list li p.ttl a {
	color: #333333;
}
/* link_list
--------------------------- */
#contents ul.link_list,
#contents ul.link_list ul {
	margin: 0;
	list-style-image: none;
	list-style: none;
}
#contents ul.link_list li {
	padding-left: 20px;
}
#contents ul.link_list li a {
	padding: 0 0 0 15px;
	position: relative;
}
#contents ul.link_list li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu_list
--------------------------- */
#contents ul.menu_list {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
#contents ul.menu_list li {
	display: inline-block;
	width: 320px;
	margin: 0 20px 20px 0;
	vertical-align: top;
}
#contents ul.menu_list li:nth-child(3n) {
	margin: 0 0 20px 0;
}

#contents ul.menu_list li a {
	display: block;
	border: 1px solid #777777;
	padding: 19px;
	text-decoration: none;
	color: #333333;
	transition-duration: 0.6s;
	background-color: #ffffff;
}
#contents ul.menu_list li a:hover {
	background: #e8e8e8;
}
#contents ul.menu_list li a .ttl {
	font-size: 120%;
	font-weight: bold;
	margin: 2px 0 19px;
	padding-bottom: 4px;
	border-bottom: 1px solid #777777;
}
#contents ul.menu_list li a .desc {
	transition-duration: 0.3s;
	margin-bottom: 0;
}
#contents ul.menu_list li a .img {
	width: 280px;
	height: 160px;
	background-color: #cccccc;
	margin: 19px 0;
	transition-duration: 0.3s;
}
#contents ul.menu_list li a:hover .img {
	opacity: 0.6;
}
#contents ul.menu_list li a .more {
	padding: 4px 8px;
	margin: 19px 0 0;
	border: 1px solid #777777;
	font-weight: bold;
	text-align: center;
	transition-duration: 0.3s;
}
#contents ul.menu_list li a:hover .more {
	border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
}
/* cat_list
--------------------------- */
#contents ul.cat_list {
	margin: 0;
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#contents ul.cat_list li {
	display: inline-block;
	margin: 0 4px 4px 0;
	font-size: 0.938rem;
}
#contents ul.cat_list li a {
	display: block;
	background-color: #444444;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 15px;
	border-radius: 5px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#contents ul.cat_list li.current-cat a,
#contents ul.cat_list li a:hover {
	background-color: #777777;
}
/* works_box
--------------------------- */
#contents ul.works_box {
	margin: 0;
	padding: 22px;
	list-style: none;
	list-style-image: none;
	background-color: #ffffff;
	border: 1px solid #777777;
}
#contents ul.works_box li {
	display: inline-block;
	vertical-align: top;
	width: 222px;
	margin: 0 22px 22px 0;
}
#contents ul.works_box li:nth-child(4n) {
	margin-right: 0;
}
#contents ul.works_box li a {
	display: block;
}
#contents ul.works_box li a .img {
	border: 1px solid #777777;
	margin-bottom: 0.6em;
	transition-duration: 0.3s;
}
#contents ul.works_box li a:hover .img {
	opacity: 0.6;
}
#contents ul.works_box li a .cat {
	margin-bottom: 0.4em;
}
#contents ul.works_box li a .cat span {
	display: inline-block;
	font-size: 80%;
	padding: 1px 4px;
	border-radius: 3px;
	background: #333333;
	color: #ffffff;
}
#contents ul.works_box li a:link .cat span {
	text-decoration: none;
}
#contents ul.works_box li a .ttl {
	margin-bottom: 0;
}
/* works
--------------------------- */
#works h1 {
	text-align: center;
}
#works .slide_main {
	width: 100%;
	height: 482px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
#works .slide_main ul {
	margin: 0;
	list-style: none;
}
#works .slide_main ul li {
	width: 100%;
	margin: 0;
	text-align: center;
}
#works .slide_main ul li img {
	width: auto;
	height: 480px;
	border: 1px solid #aaaaaa;
}
#works .slide_navi {
	margin-bottom: 30px;
}
#works .slide_navi ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#works .slide_navi ul li {
	margin: 3px;
	display: inline-block;
	background-color: #000;
}
#works .slide_navi ul li img {
	vertical-align: top;
	cursor: pointer;
	transition-duration: 0.3s;
}
#works .slide_navi ul li img:hover {
	opacity: 0.7;
}
#works .works_data {
	width: 100%;
}
#works .works_data th {
	width: 25%;
}
/* skills_future
--------------------------- */
#skills_future .skills_future_data {
	width: 100%;
}
#skills_future .skills_future_data th {
	width: 25%;
}
/* skills_past
--------------------------- */
#contents ul.skills_future_list {
	list-style-image: none;
	list-style: none;
	margin: 0;
	font-size: 0;
}
#contents ul.skills_future_list li {
	font-size: 0.938rem;
	background-color: #E5EDF5;
	margin: 0 0 10px;
	padding: 17px 20px;
}
#contents ul.skills_future_list .ttl {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.4em;
}
#contents ul.skills_future_list .date,
#contents ul.skills_future_list .host,
#contents ul.skills_future_list .time,
#contents ul.skills_future_list .other {
	margin-bottom: 0;
}
/* skills_past
--------------------------- */
#contents ul.skills_past_list {
	list-style-image: none;
	list-style: none;
	font-size: 0;
}
#contents ul.skills_past_list li {
	display: inline-block;
	width: 33.3%;
	margin: 0;
	padding: 0;
	font-size: 0.938rem;
	vertical-align: top;
}
#contents ul.skills_past_list li p.ttl {
	margin: 10px;
}
#contents ul.skills_past_list li p.ttl a {
	display: block;
	position: relative;
	color: #333333;
	padding: 15px 40px 15px 10px;
	background: #eeeeee url(img/contents/link_button_icon2.gif) no-repeat right center;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}
#contents ul.skills_past_list li p.ttl a:hover {
	opacity: 0.6;
}
#contents ul.skills_past_list li p.ttl a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #4C74BA;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: 0.3s;
}
#contents ul.skills_past_list li p.ttl a:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #4C74BA;
	left: 0;
	bottom: 0;
	transform: scaleX(0.8);
}

/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0 0 10px;
	background: none;
	border: none;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-right: 20px;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-left: 20px;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child {
	margin-top: 0;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	border: #00B9EF 3px solid;
}
/* fill_box
--------------------------- */
#contents .fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 40px;
	border: #00B9EF 3px solid;
	background-color: #D1E4FF;
}
/* side_img
--------------------------- */
#contents .side_img {
	margin: 2em 0;
}
#contents .side_img img {
	width: 33.3%;
	height: auto;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
/* img_pict
--------------------------- */
#contents img.img_pict {
	border: 8px solid #ffffff;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
	margin-right: 7px;
}
/* font_mincho
--------------------------- */
#contents .font_mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", serif;
}
/* ==================================================
top
================================================== */
.top h2 {
	clear: both;
	display: inline-block;
	position: relative;
	margin: 1.5em 0 0.8em;
	padding: 0 0 10px;
	line-height: 1.3;
	font-size: 333.3%;
	font-weight: bold;
}
.top h2::before {
	content: none;
	display: block;
	font-weight: normal;
	font-size: 60%;
	color: #4C74BA;
}
.top h2::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 5px;
	left: 0;
	bottom: 0;
	background-color: #4C74BA;
}
/* top_slide
--------------------------- */
#top_slide {
	position: relative;
	min-width: 1020px;
}
#top_slide ul {
	margin: 0;
	list-style: none;
}
#top_slide ul li {
	opacity: 0;

}
#top_slide ul li img {
	width: 100%;
	height: auto;
}
#top_slide ul li .img {
	position: relative;
	z-index: 1;
}
#top_slide ul li .txt {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 20px;
	color: #ffffff;
	font-size: 204%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", serif;
	text-shadow: 0 0 10px #000000;
}
@media (min-width: 1020px) {
	#top_slide ul li .txt {
		font-size: 3vw;
	}
}
/* top_link
--------------------------- */
#wrap_top_link {
	margin: 50px 0;
}
#top_link p {
	text-align: center;
}
#top_link img {
	max-width: 100%;
	transition-duration: 0.3s;
}
#top_link img:hover {
	opacity: 0.6;
}
/* top_reason
--------------------------- */
#wrap_top_reason {
	margin: 50px 0;
}
#top_reason table td {
	vertical-align: top;
}
#top_reason table td:first-child {
	padding: 0 40px 0 0;
}
#top_reason table td:last-child {
	width: 480px;
	padding: 0 0 20px 20px;
	background: url(img/top/reason_bg.gif) no-repeat left bottom;
}
#top_reason h2 {
	margin-top: 0;
}
#top_reason h2::before {
	content: 'reason';
}
/* top_business
--------------------------- */
#wrap_top_business {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#wrap_top_business::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(76,116,186,0.8);
	z-index: 1;
}
#top_business h2 {
	margin: 0 0 0.6em;
	display: block;
	text-align: center;
	color: #ffffff;
}
#top_business h2::before {
	content: 'business';
	color: #ffffff;
}
#top_business h2::after {
	background-color: #ffffff;
	left: 0;
	right: 0;
	margin: auto;
}
#top_business p.lead {
	text-align: center;
	color: #ffffff;
	margin-bottom: 2em;
}

#top_business {
	position: relative;
	z-index: 2;
	padding: 30px 0;
}
#top_business ul.menu {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	font-size: 0;
}
#top_business ul.menu li {
	width: 238px;
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 16px 0;
	font-size: 0.938rem;
}
#top_business ul.menu li:nth-child(4n) {
	margin-right: 0;
}
#top_business ul.menu li a {
	display: block;
	width: 238px;
	padding: 150px 0 20px;
	color: #4C74BA;
	font-size: 146.6%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition-duration: 0.3s;
	background-color: #ffffff;
}
#top_business ul.menu li:nth-child(1) a {
	background-image: url(img/top/business_bg01.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#top_business ul.menu li:nth-child(2) a {
	background-image: url(img/top/business_bg02.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#top_business ul.menu li:nth-child(3) a {
	background-image: url(img/top/business_bg03.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#top_business ul.menu li:nth-child(4) a {
	background-image: url(img/top/business_bg04.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#top_business ul.menu li:nth-child(5) a {
	background-image: url(img/top/business_bg05.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#top_business ul.menu li:nth-child(6) a {
	background-image: url(img/top/business_bg06.png);
	background-repeat: no-repeat;
	background-position: center 35px;
}
#top_business ul.menu li:nth-child(7) a {
	background-image: url(img/top/business_bg07.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#top_business ul.menu li a:hover {
	background-color: #bac6e0;
}
/* top_works
--------------------------- */
#wrap_top_works {
	display: table;
	vertical-align: middle;
	margin-bottom: 50px;
}
#top_works h2 {
	display: table-cell;
	width: 260px;
}
#top_works h2::before {
	content: 'works';
}
#top_works p.lead {
	display: table-cell;
	vertical-align: middle;
}
#top_works ul.top_works_box {
	list-style: none;
	list-style-image: none;
	margin: 20px 0;
}
#top_works ul.top_works_box li {
	float: left;
	background: #444444;
	position: relative;
}
#top_works ul.top_works_box li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 250px;
	height: 135px;
}
#top_works ul.top_works_box li p.img {
	position: relative;
	z-index: 1;
}
#top_works ul.top_works_box li a img {
	transition-duration: 0.3s;
}
#top_works ul.top_works_box li a:hover img {
	opacity: 0.5;
}
#top_works ul.top_works_box li p.ttl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#top_works ul.top_works_box li a p.ttl {
	opacity: 0;
	top: 3em;
	font-size: 113.3%;
	width: 250px;
	text-align: center;
	transition-duration: 0.3s;
}
#top_works ul.top_works_box li a:hover p.ttl {
	opacity: 1;
}
#top_works ul.menu {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	font-size: 0;
}
#top_works ul.menu li {
	width: 236px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 18px 0 0;
	font-size: 0.938rem;
}
#top_works ul.menu li:nth-child(4n) {
	margin-right: 0;
}
#top_works ul.menu li a {
	display: block;
	position: relative;
	background: #333333 url(img/contents/link_button_icon.gif) no-repeat right center;
	padding: 15px 40px 15px 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	transition-duration: 0.3s;
}
#top_works ul.menu li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #4C74BA;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: 0.3s;
}
#top_works ul.menu li a:hover {
	opacity: 0.6;
}
#top_works ul.menu li a:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #4C74BA;
	left: 0;
	bottom: 0;
	transform: scaleX(0.8);
}
/* top_skills
--------------------------- */
#wrap_top_skills {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 50px;
}
#wrap_top_skills::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(76,116,186,0.8);
	z-index: 1;
}
#top_skills {
	position: relative;
	z-index: 2;
}
#top_skills h2 {
	margin: 0 0 0.6em;
	display: block;
	text-align: center;
	color: #ffffff;
}
#top_skills h2::before {
	content: 'skills';
	color: #ffffff;
}
#top_skills h2::after {
	background-color: #ffffff;
	left: 0;
	right: 0;
	margin: auto;
}
#top_skills .lead {
	text-align: center;
	color: #ffffff;
	margin-bottom: 2em;
}
#top_skills ul.menu {
	list-style: none;
	list-style-image: none;
	text-align: center;
}
#top_skills ul.menu li {
	display: inline-block;
	vertical-align: top;
	width: 192px;
	margin: 0 10px 10px 0;
}
#top_skills ul.menu li:nth-child(5n) {
	margin-right: 0;
}
#top_skills ul.menu a {
	display: block;
	position: relative;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	transition-duration: 0.3s;
}
#top_skills ul.menu a:hover {
	opacity: 0.6;
}
#top_skills ul.menu a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #4C74BA;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: 0.3s;
}
#top_skills ul.menu a:hover::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #4C74BA;
	left: 0;
	bottom: 0;
	transform: scaleX(0.8);
}
#top_skills ul.menu li .img {
	padding: 10px 10px 0;
}
#top_skills ul.menu li .txt {
	background: url(img/contents/link_button_icon2.gif) no-repeat right center;
	padding: 10px 40px 10px 10px;
	color: #333333;
	text-align: center;
	font-size: 106.7%;
	font-weight: bold;
}
/* top_news
--------------------------- */
#wrap_top_news {
	background: linear-gradient(90deg, #4C74BA 0%, #4C74BA 50%, #ffffff 50%, #ffffff 100%);
	margin-bottom: 50px;
}
#top_news {
	display: table;
	background-color: #ffffff;
}
#top_news h2 {
	display: table-cell;
	padding: 0;
	width: 173px;
	font-size: 180%;
	vertical-align: middle;
	color: #ffffff;
	text-align: center;
	background-color: #4C74BA;
}
#top_news h2::after {
	content: none;
}
#top_news ul.menu {
	display: table-cell;
	padding: 0 40px;
	list-style: none;
	list-style-image: none;
}
#top_news ul.menu li {
	display: table;
	width: 100%;
	padding: 10px 0;
}
#top_news ul.menu li:first-child {
	padding: 16px 0 8px;
}
#top_news ul.menu li:last-child {
	padding: 8px 0 16px;
}
#top_news ul.menu li p.date {
	display: table-cell;
	width: 1%;
	padding: 0 20px 0 0;
	vertical-align: top;
	white-space: nowrap;
	color: #4C74BA;
}
#top_news ul.menu li p.ttl {
	display: table-cell;
	vertical-align: top;
}
#top_news ul.menu li p.ttl a {
	color: #333333;
}
#top_news p.link {
	display: table-cell;
	width: 229px;
	vertical-align: middle;
}

/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 20px 0;
}
img.alignright {
	margin: 0 0 20px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	padding: 20px 0;
	border-top: #CCCCCC 1px solid;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	background-color: #888888;
	color: #FFFFFF;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #555555;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1002px !important;
	max-width: none !important;
}
body.mceContentBody {
	overflow: visible !important;
	background-image: none !important;
	background-color: #FFFFFF !important;
}
body.mceContentBody div {
	border: #80FF80 1px dashed;
}
body.mceContentBody p {
	border: #80FFFF 1px dashed;
}
body.mceContentBody th,
body.mceContentBody td {
	font-size: 100%;
}
body.mceContentBody table.layout_table th,
body.mceContentBody table.layout_table td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
clearfix
================================================== */
#main:after,
#fnavi ul:after,
#footer:after,
#contents:after,
#top_works ul.top_works_box:after,
#contents ul.cat_list:after,
.float_clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
