@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap') screen and (min-width : 480px);
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #323232;
}
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;
	transition-duration: 0.2s;
}
a:link,
a:visited {
	color: #0000ff;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.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: "Noto Sans JP", sans-serif;
}
/* ==================================================
layout
================================================== */
header,
#wrap_main,
#top_main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#title,
#main,
#top_news,
#top_business,
#top_company,
#top_recruit,
#fcontact,
#footer {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	padding: 10px 2%;
	min-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p {
}
#hlogo img {
	width: auto;
	height: 50px;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#gnavi li a {
	position: relative;
	display: block;
	padding: 8px 25px;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
#gnavi li.contact a {
	color: #ffffff;
	border: 1px solid #2f6fb4;
	background-color: #2f6fb4;
	padding: 7px 15px;
}
#gnavi li:not([class]) a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background-color: #2f6fb4;
}
#gnavi li:first-of-type a::before {
	content: none;
}

/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	background: url("img/contents/title_bg.png") no-repeat center bottom #e8f3f9;
	margin: 0 2%;
	border-radius: 35px;
}
#title {
	padding: 55px 0 5px;
}
#title h1,
#title p.ttl {
	margin: 0;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#title p.eng {
	color: #55aa5d;
	font-weight: 500;
	font-size: 125%;
	text-transform: capitalize;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 0.2em;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 10px 0;
	margin: 0 20px;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
fcontact
================================================== */
#wrap_fcontact {
	position: relative;
	padding: 22px 0;
	background-color: #2f6fb4;
	overflow: hidden;
}
#wrap_fcontact::before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 700px;
	height: 95px;
	background: url("img/footer/fcontact_bg.png") no-repeat left bottom;
}
#fcontact {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
#fcontact div.title {
	border-right: 1px solid #ffffff;
	padding: 0 65px 0 20px;
	margin: 0 60px 0 0;
	text-align: center;
	line-height: 1.3;
}
#fcontact div.title p.eng {
	color: #ffffff;
	font-size: 125%;
	margin: 0 0 0.2em;
}
#fcontact div.title h2 {
	color: #ffffff;
	font-size: 188%;
}
#fcontact p.tel {
	display: inline-block;
	font-weight: 500;
	font-size: 175%;
	color: #ffffff;
	background: url("img/footer/fcontact_tel.png") no-repeat left center;
	background-size: auto 34px;
	padding: 5px 0 5px 45px;
}
#fcontact p.contact {
	margin: 0 115px 0 auto;
}
#fcontact p.contact a {
	display: inline-block;
	font-weight: 500;
	font-size: 125%;
	color: #2f6fb4;
	text-decoration: none;
	background: url("img/footer/fcontact_icon.png") no-repeat right 15px center #ffffff;
	background-size: auto 20px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	padding: 14px 80px;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 25px 0;
	border-bottom: 7px solid #000000;
}
#footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#flogo  {
	margin: 0 0 15px;
}
#flogo img {
	width: auto;
	height: 40px;
}
#fadd {
	padding: 0 20px 10px;
}
#fadd p {
	margin: 0 0 0.4em;
}
/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	justify-content: center;
	margin: 0 120px 0 auto;
}
#fnavi ul {
	margin: 0 3em;
	list-style: none;
}
#fnavi li {
	margin: 0.2em 0;
}
#fnavi li a {
	color: inherit;
	text-decoration: none;
	position: relative;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #2f6fb4;
	opacity: 0.8;
	transition-duration: 0.3s;
	text-indent: -9999px;
	position: relative;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	transform: translate(-50%, -20%) rotate(45deg);
}
/* ==================================================
contents
================================================== */
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.eximg::after {
	content: none;
}
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#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: 100%;
}
#contents table img {
	max-width: inherit;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 50px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin: 0 0 -0.8em;
	color: #55aa5d;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 18px 30px;
	background-color: #f3f1ef;
	line-height: 1.3;
	font-size: 150%;
	font-weight: 500;
	border-radius: 5px;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 5px 0;
	color: #2f6fb4;
	border-bottom: 1px dashed #000000;
	line-height: 1.3;
	font-size: 163%;
	font-weight: bold;
}
#contents h3 {
	position: relative;
	padding: 0 0 0 15px;
	margin: 1.5em 0 0.8em;
	line-height: 1.3;
	font-size: 138%;
	font-weight: bold;
}
#contents h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 7px;
	background-color: #55aa5d;
	border-radius: 7px;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 113%;
	font-weight: bold;
	color: #2f6fb4;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
}
#contents ul ul {
	margin: 0 0 0 1em;
}
#contents ul li {
	margin: 0.4em 0;
	position: relative;
}
#contents ul:not([class]) li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 0.5em;
	width: 0.6em;
	height: 0.6em;
	background-color: #55aa5d;
	border-radius: 50%;
}
#contents ol {
	margin: 0 0 0.8em 2.2em;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0 0 0 1em;
	counter-reset: cnt;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 0.4em 0;
	counter-increment: cnt;
	position: relative;
}
#contents ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	content: counter(cnt) ".";
	line-height: 1;
	text-align: right;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	content: "("counter(cnt) ") ";
	line-height: 1;
	text-align: right;
}
#contents ol ol ol li:before {
	position: absolute;
	display: block;
	width: 1.2em;
	height: 1.2em;
	left: -2em;
	top: 0.4em;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	line-height: 1.2;
	text-align: center;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 10px 60px;
	border-style: none;
	border: 1px solid #2f6fb4;
	background-color: #2f6fb4;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.2s;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ddd 1px solid;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
	color: inherit;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border: 1px solid #b3b3b3;
	vertical-align: top;
}
#contents table th {
	color: #55aa5d;
	background-color: #f3f1ef;
	text-align: left;
	font-weight: 500;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 0;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 10px 50px;
	background-color: #f8f8f8;
}
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 10px 0;
	border: none;
}
#contents table.form_table th {
	width: 25%;
	padding-right: 1em;
	background: none;
	text-align: right;
	vertical-align: middle;
}
#contents table.form_table th span::before {
	content: "※";
	margin-right: 0.2em;
	color: #ff0000;
}
#contents table.form_table textarea {
	width: 100%;
}
#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;
}
/* backblog
--------------------------- */
#contents div.backblog {
	clear: both;
	padding: 50px 0 0;
}
#contents div.backblog p {
	margin: 0;
	padding: 20px 0 0;
	border-top: #ccc 1px solid;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	border: 1px solid #4d4d4d;
	color: #ffffff;
	background-color: #4d4d4d;
	text-decoration: none;
	display: inline-block;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: #CCCCCC 1px dotted;
	display: flex;
}
#contents ul.archive_list li p.date {
	width: 10em;
	margin: 0;
}
#contents ul.archive_list li p.ttl {
	margin: 0;
	flex: 1;
}
/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 3em;
}
#contents ul.link_list li {
	position: relative;
}
#contents ul.link_list li.child {
	margin-left: 1em;
}
#contents ul.link_list li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	display: block;
	position: absolute;
	top: 0.6em;
	left: -1em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0 20px;
	background: none;
	border: none;
	vertical-align: top;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-right: 0;
}
#contents table.layout_table td h2:first-child,
#contents table.layout_table td h3:first-child,
#contents table.layout_table td h4:first-child,
#contents table.layout_table td table:first-child {
	margin-top: 1em;
}
#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;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 > tbody > tr > td {
	padding: 5px;
	border: none;
	vertical-align: top;
	line-height: 1.3;
}
#contents table.layout_table2 > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-child {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	border: #2f6fb4 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #e8f3f9;
}
#contents table.fill_box {
	clear: both;
	width: 100%;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 20px 30px;
	background-color: #e8f3f9;
	border: none;
	vertical-align: top;
}
#contents table.fill_box td h2:first-child,
#contents table.fill_box td h3:first-child,
#contents table.fill_box td h4:first-child,
#contents table.fill_box td table:first-child {
	margin-top: 0;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	margin: 10px;
	padding: 10px 50px 10px 40px;
	border: 2px solid #2f6fb4;
	color: #2f6fb4;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
#contents a.link_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #2f6fb4;
	border-right: solid 2px #2f6fb4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-duration: 0.2s;
}
/* ==================================================
top
================================================== */
/* top_main
--------------------------- */
#top_main div.title {
	line-height: 1.3;
	margin: 0 0 2em;
}
#top_main div.title p.eng {
	color: #55aa5d;
	font-weight: 500;
	font-size: 125%;
	margin: 0 0 0.2em;
}
#top_main div.title h2 {
	font-weight: bold;
	font-size: 188%;
}

/* top_mainimage
--------------------------- */
#top_mainimage {
	position: relative;
	margin: 0 0 50px;
}
#top_mainimage p.image {
	position: relative;
	margin: 0;
	height: 650px;
	overflow: hidden;
}
#top_mainimage p.image img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#top_mainimage div.text {
	position: absolute;
	z-index: 2;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
	width: 1170px;
}
#top_mainimage div.text p.txt1 {
	font-size: 281%;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.8;
	margin: 0 0 0.3em;
}
#top_mainimage div.text p.txt2 {
	font-size: 138%;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 2.5em;
}
#top_mainimage div.text p.area {
	display: inline-block;
	padding: 5px 20px;
	font-size: 125%;
	font-weight: 500;
	color: #ffffff;
	border: 1px solid #ffffff;
}
/* top_news
--------------------------- */
#top_news {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 15px;
}
#top_news div.title {
	width: 165px;
	margin: 0 0 50px 25px;
	text-align: center;
}
#top_news p.none {
	width: 955px;
	margin: 44px 0 0;
}
#top_news ul {
	width: 955px;
	list-style: none;
	padding: 7px 10px;
	border: 1px solid #999999;
	box-sizing: border-box;
}
#top_news li {
	padding: 7px 20px;
	box-sizing: border-box;
	display: flex;
}
#top_news li p.date {
	width: 10em;
}
#top_news li p.ttl {
	flex: 1;
}
#top_news p.more {
	position: absolute;
	left: 25px;
	bottom: 0;
}
#top_news p.more a {
	display: block;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 53px 8px 30px;
	border: 1px solid #2f6fb4;
	background: url("img/top/link_icon.png") no-repeat right 20px center #2f6fb4;
	background-size: auto 20px;
	border-radius: 10px;
}

/* top_business
--------------------------- */
#wrap_top_business {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
}
#wrap_top_business::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 80px;
	bottom: 50px;
	transform: translateX(-50%);
	background-color: #e8f3f9;
	width: 1435px;
}
#top_business {
	position: relative;
	z-index: 2;
	padding: 25px 0;
}
#top_business div.title {
	text-align: center;
}
#top_business div.text {
	display: flex;
	margin: 0 0 25px;
}
#top_business div.text > div {
	flex: 1;
}
#top_business div.text > div p.img img {
	width: 100%;
	height: auto;
}
#top_business h3 {
	color: #2f6fb4;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 0.5em;
}
#top_business div.cnt1 h3 {
	background: url("img/top/business_icon1.png") no-repeat left 5px center;
	background-size: auto 50px;
	padding: 20px 0 20px 65px;
}
#top_business div.cnt2 h3 {
	background: url("img/top/business_icon2.png") no-repeat left 5px center;
	background-size: auto 46px;
	padding: 20px 0 20px 65px;
}
#top_business div.cnt3 h3 {
	background: url("img/top/business_icon3.png") no-repeat left 5px center;
	background-size: auto 50px;
	padding: 20px 0 20px 55px;
}
#top_business div.cnt4 h3 {
	background: url("img/top/business_icon4.png") no-repeat left 5px center;
	background-size: auto 44px;
	padding: 20px 0 20px 65px;
}
#top_business ul {
	margin: 0 0 0.8em 1.7em;
	list-style: none;
}
#top_business ul li {
	margin: 0.2em 0;
	font-weight: 500;
	position: relative;
}
#top_business ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1.2em;
	top: 0.4em;
	width: 0.8em;
	height: 0.8em;
	background-color: #2f6fb4;
}
#top_business p.more {
	text-align: center;
}
#top_business p.more a {
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	padding: 14px 135px;
	border: 1px solid #2f6fb4;
	background: url("img/top/link_icon.png") no-repeat right 20px center #2f6fb4;
	background-size: auto 20px;
	border-radius: 10px;
}

/* top_company
--------------------------- */
#wrap_top_company {
	position: relative;
	background: url("img/top/company_bg.jpg") no-repeat center bottom #e8f3f9;
	overflow: hidden;
}
#wrap_top_company::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 2162px;
	height: 475px;
	background: url("img/top/company_img.png") no-repeat center center;
	background-size: contain;
}
#top_company {
	position: relative;
	z-index: 2;
	padding: 60px 0;
	width: 440px;
}
#top_company div.title {
	text-align: center;
	margin: 0 0 2.5em;
}
#top_company p.text {
	line-height: 1.7;
	margin: 0 0 3em;
}
#top_company p.more {
	text-align: center;
}
#top_company p.more a {
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 95px;
	border: 1px solid #2f6fb4;
	background: url("img/top/link_icon.png") no-repeat right 20px center #2f6fb4;
	background-size: auto 20px;
	border-radius: 10px;
}
/* top_recruit
--------------------------- */
#top_recruit {
	padding: 90px 0;
}
#top_recruit a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #55aa5d;
	padding: 40px 605px 60px 55px;
	overflow: hidden;
	position: relative;
}
#top_recruit a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url("img/top/recruit_bg.png") no-repeat left center;
}
#top_recruit a::after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 20px;
	width: 52px;
	height: 52px;
	background: url("img/top/recruit_linkicon.png") no-repeat center center;
	transition-duration: 0.2s;
}
#top_recruit div,
#top_recruit p {
	position: relative;
	z-index: 3;
}
#top_recruit div.title {
	display: inline-block;
	padding: 0 350px 10px 0;
	margin: 0 0 1.5em;
	border-bottom: 1px solid #ffffff;
}
#top_recruit div.title p.eng {
	color: #ffffff;
}
#top_recruit p.txt1 {
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 0.5em;
}
#top_recruit p.txt2 {
	font-weight: 500;
	line-height: 1.7;
}
#top_recruit p.img {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
	width: 660px;
}
#top_recruit p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition-duration: 0.2s;
}
/* ==================================================
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-caption
================================================== */
#contents .wp-caption-dd,
#contents p.wp-caption-text {
	margin: 0.2em 0;
	font-size: 90%;
	line-height: 1.3;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	border: 1px solid #4d4d4d;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #4d4d4d;
	color: #ffffff;
}
/* ==================================================
reCAPTCHA
================================================== */
.grecaptcha-badge {
	visibility: hidden;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1180px !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 > tbody > tr > th,
body.mceContentBody table.layout_table > tbody > tr > td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
clearfix
================================================== */
#main::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		color: #358a3d;
	}
	#gnavi li a:hover {
		color: #2f6fb4;
	}
	#gnavi li.contact a:hover {
		color: #2f6fb4;
		background-color: #ffffff;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#fcontact p.contact a:hover {
		color: #ffffff;
		background: url("img/footer/fcontact_icon_on.png") no-repeat right 15px center #2f6fb4;
		background-size: auto 20px;
	}
	#top_news p.more a:hover,
	#top_business p.more a:hover,
	#top_company p.more a:hover {
		color: #2f6fb4;
		background: url("img/top/link_icon_on.png") no-repeat right 20px center #ffffff;
		background-size: auto 20px;
	}
	#top_recruit a:hover {
		opacity: 1.0;
	}
	#top_recruit a:hover::after {
		background: url("img/top/recruit_linkicon_on.png") no-repeat center center;
	}
	#top_recruit a:hover p.img img {
		opacity: 0.7;
		transform: scale(1.1);
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contents a.link_btn:hover {
		background-color: #2f6fb4;
		color: #ffffff;
	}
	#contents a.link_btn:hover::before {
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
	}
	#contents div.backblog a:hover {
		background-color: #ffffff;
		color: #4d4d4d;
	}
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #ffffff;
		color: #2f6fb4;
	}
	.wp-pagenavi a:hover {
		background-color: #4d4d4d;
		color: #ffffff;
	}
}