@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@900&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.1s;
}
a:link,
a:visited {
	color: #086cb1;
	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;
}
#header,
#gnavi,
#title,
#pnavi,
#main,
#top_about,
#top_business,
#top_news,
#top_others,
#top_recruit,
#recruit_message,
#recruit_voce,
#recruit_faq,
#fcontact,
#footer {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p a {
	display: inline-block;
	font-size: 188%;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	background: url("img/header/hlogo.png") no-repeat left center;
	background-size: auto 45px;
	padding: 8px 0 2px 55px;
}
#hlogo h1 span,
#hlogo p a span {
	font-size: 67%;
	margin: 0 0.2em 0 0;
}
/* hnavi
--------------------------- */
#hnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
}
#hnavi li {
	padding: 0 0 0 10px;
}
#hnavi a {
	display: block;
	width: 150px;
	padding: 5px 5px;
	color: #ffffff;
	background-color: #0da2d8;
	border: 1px solid #0da2d8;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#wrap_gnavi {
	background-color: #086cb1;
	border-top: 1px solid #086cb1;
	border-bottom: 1px solid #086cb1;
}
#gnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#gnavi li:first-of-type {
	border-left: 2px dotted #ffffff;
}
#gnavi li {
	flex-grow: 1;
	border-right: 2px dotted #ffffff;
}
#gnavi li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	background: url("img/contents/title_bg.png") repeat center center;
}
#title {
	padding: 60px 0;
}
#title h1,
#title p.ttl {
	margin: 0;
	font-size: 281%;
	font-weight: bold;
	color: #086cb1;
	line-height: 1.2;
	text-align: center;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 10px 0;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
#wrap_fcontact {
	background-image: linear-gradient(90deg, #0da2d8, #086cb1);
	padding: 25px 0;
}
#fcontact {
	display: flex;
	align-items: center;
}
#fcontact h2 {
	font-size: 188%;
	font-weight: bold;
	color: #ffffff;
	background: url("img/footer/h2_bg.png") no-repeat left center;
	background-size: auto 30px;
	padding: 10px 70px 10px 40px;
	margin: 0 70px 0 0;
	border-right: 1px solid #ffffff;
}
#fcontact div.text {
	margin: 0 100px 0 0;
}
#fcontact p.ttl {
	font-size: 113%;
	font-weight: bold;
	color: #ffffff;
}
#fcontact p.tel {
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
	background: url("img/footer/tel.png") no-repeat left center;
	background-size: auto 28px;
	padding: 0 0 0 30px;
}
#fcontact p.more a {
	display: block;
	color: #086cb1;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 113%;
	font-weight: bold;
	border-radius: 70px;
	padding: 18px 100px;
	border: 2px solid #ffffff;
	transition-duration: 0.1s;
}
#wrap_footer {
	padding: 50px 0;
	border-bottom: 10px solid #086cb1;
}
#footer {
	display: flex;
	justify-content: space-between;
}
#flogo {
	display: inline-block;
	font-size: 188%;
	font-weight: bold;
	line-height: 1.2;
	color: #000000;
	background: url("img/footer/flogo.png") no-repeat left center;
	background-size: auto 45px;
	padding: 8px 0 2px 55px;
	margin: 0 0 12px;
}
#flogo span {
	font-size: 67%;
	margin: 0 0.2em 0 0;
}
#fadd {
	line-height: 1.7;
}
/* fnavi
--------------------------- */
#fnavi {
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
}
#fnavi ul {
	margin: 0 0 0 2.3em;
	list-style: none;
}
#fnavi li {
	line-height: 1.3;
	margin: 0.4em 0;
}
#fnavi li a {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}
#fnavi li.child a {
	padding: 0 0 0 15px;
}
#fnavi li.child a::before {
	display: block;
	content: "";
	position: absolute;
	top: 6px;
	left: 3px;
	border-left: solid 8px #0da2d8;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #086cb1;
	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 {
	color: #086cb1;
	margin: 0;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 10px 10px;
	border-bottom: 1px solid #086cb1;
	line-height: 1.3;
	font-size: 160%;
	font-weight: 500;
	position: relative;
}
#contents h1::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 1px;
	background-color: #086cb1;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 6px 60px 6px 20px;
	line-height: 1.3;
	font-size: 156%;
	font-weight: bold;
	color: #ffffff;
	background: url("img/contents/h2_bg.png") no-repeat left center;
	background-size: 100% 100%;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 25px;
	line-height: 1.3;
	font-size: 138%;
	font-weight: bold;
	background: url("img/contents/h3_bg.png") no-repeat left top 4px;
	background-size: auto 20px;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 113%;
	font-weight: bold;
	color: #086cb1;
}
#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: #086cb1;
	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: 12px 70px;
	border-radius: 100px;
	border-style: none;
	background-color: #0da2d8;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.1s;
}
#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 #cccccc;
	border-top: 1px solid #086cb1;
	border-bottom: 1px solid #086cb1;
	vertical-align: top;
}
#contents table th {
	text-align: left;
	font-weight: bold;
	color: #0da2d8;
}
#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: 2px solid #000000;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	color: #ffffff;
	background-color: #0da2d8;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	border-top: 1px solid #086cb1;
	list-style: none;
}
#contents ul.archive_list li {
	margin: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #086cb1;
	position: relative;
}
#contents ul.archive_list li::after {
	content: "";
	width: 5px;
	height: 5px;
	margin: -3px 0 0 0;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
}
#contents ul.archive_list li a {
	color: inherit;
	text-decoration: none;
	display: flex;
	padding: 10px 20px;
}
#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);
}

/* case_list
--------------------------- */
#contents ul.case_list {
	margin: 1.5em 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#contents ul.case_list li {
	width: 360px;
	margin: 0 0 25px 50px;
}
#contents ul.case_list li:nth-of-type(3n+1) {
	margin: 0 0 25px 0;
}
#contents ul.case_list a {
	text-decoration: none;
}
#contents ul.case_list p.img {
	width: 360px;
	height: 260px;
	background-color: #f0f0f0;
	margin: 0 0 5px;
	transition-duration: 0.1s;
}
#contents ul.case_list p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contents ul.case_list p.ttl {
	padding: 0 0 0 25px;
	background: url("img/contents/case_linkicon.png") no-repeat left top 4px;
	background-size: auto 20px;
	font-size: 113%;
	text-align: left;
}

/* child_list
--------------------------- */
#contents ul.child_list {
	margin: 1.5em 0;
	list-style: none;
	border-top: 1px solid #b3b3b3;
}
#contents ul.child_list li {
	margin: 0;
	border-bottom: 1px solid #b3b3b3;
}
#contents ul.child_list li a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 20px 90px 20px 10px;
	background: url("img/contents/child_linkicon.png") no-repeat right 20px center;
	background-size: auto 40px;
}
#contents ul.child_list p {
}
#contents ul.child_list p.ttl {
	position: relative;
	line-height: 1.3;
	color: #086cb1;
	font-weight: bold;
	font-size: 125%;
	padding: 0 0 0 30px;
	margin: 0 0 0.5em;
}
#contents ul.child_list p.ttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin: -2px 0 0;
	width: 25px;
	height: 4px;
	background-color: #0da2d8;
}
#contents ul.child_list p.txt {
	line-height: 1.7;
	margin: 0;
	padding: 0 0 0 20px;
}
/* ==================================================
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: 15px 25px;
	border: #086cb1 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #ebf2f7;
}
#contents table.fill_box {
	clear: both;
	width: 100%;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 15px 25px;
	background-color: #ebf2f7;
	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: 12px 60px;
	color: #ffffff;
	background-color: #0da2d8;
	font-weight: 500;
	text-decoration: none;
	border-radius: 100px;
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
/* flow_table
--------------------------- */
#contents table.flow_table {
	width: 98%;
	margin: 2.5em 0 0.8em 2%;
	counter-reset: flow;
}
#contents table.flow_table tr {
	border-left: 10px solid #99ddee;
	counter-increment: flow;
}
#contents table.flow_table tr:last-of-type {
	border-color: transparent;
}
#contents table.flow_table td {
	padding: 0 10px 1em 40px;
	border: 0;
}
#contents table.flow_table h3 {
	margin: 0 0 1em -30px;
	padding: 0 20px;
	background: none;
	background-color: #D9ECF9;
	font-size: 100%;
	line-height: 2;
	position: relative;
}
#contents table.flow_table h3::before {
	content: counter(flow);
	position: absolute;
	left: -40px;
	top: -0.4em;
	width: 2em;
	border-radius: 50%;
	background-color: #0da2d8;
	color: #fff;
	font-size: 150%;
	line-height: 2;
	text-align: center;
}
#contents table.flow_table p {
	padding: 0 10px 0 0;
}
/* ==================================================
page
================================================== */
/* recruit
--------------------------- */
#wrap_main.recruit {
	overflow: hidden;
}
div.recruit #wrap_title {
	background: url("img/contents/recruit_main.jpg") no-repeat center center;
	background-size: cover;
}
div.recruit #pnavi {
	text-align: right;
	padding: 5px 0;
}
div.recruit #title {
	padding: 390px 0 75px;
}
div.recruit #title p.eng {
	color: #ffffff;
	font-size: 156%;
	margin: 0 10px;
}
div.recruit #title h1 {
	color: #ffffff;
	text-align: left;
	margin: 0 10px 1em;
}
div.recruit #title p.txt {
	color: #ffffff;
	font-size: 150%;
}
div.recruit #title p.eng {
	color: #ffffff;
}
div.recruit div.title {
	margin: 3.5em 0 2.5em;
	text-align: center;
}
div.recruit #contents h2,
div.recruit div.title h2 {
	display: inline-block;
	font-size: 188%;
	padding: 0 160px;
	margin: 0;
	background: url("img/contents/recruit_h2_l.png") no-repeat left center, url("img/contents/recruit_h2_r.png") no-repeat right center;
	background-size: auto 11px;
	color: inherit;
}
#recruit_message {
	position: relative;
	min-height: 660px;
	padding: 10px 0;
}
#recruit_message p.img {
	position: absolute;
	left: 50%;
}
#recruit_message p.txt {
	position: relative;
	z-index: 2;
	padding: 40px 600px 10px 0;
	font-size: 119%;
	line-height: 1.7;
}
#wrap_recruit_charange {
	background-color: #e1ecf4;
	padding: 10px 0 0;
}
#recruit_charange div.box h3 {
	padding: 35px 0 35px 70px;
	color: #534741;
	font-size: 156%;
	font-weight: bold;
}
#recruit_charange div.box {
	position: relative;
	min-height: 400px;
	padding: 55px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.7;
}
#recruit_charange div.text {
	position: relative;
	z-index: 2;
	width: 590px;
	box-sizing: border-box;
}
#recruit_charange div.no1 div.text {
	margin: 0 auto 0 50%;
	padding: 0 0 0 70px;
	background: url("img/contents/recruit_charange_no1.png") no-repeat left 50px top;
}
#recruit_charange div.no2 div.text {
	margin: 0 50% 0 auto;
	padding: 0 50px 0 0;
	background: url("img/contents/recruit_charange_no2.png") no-repeat left top;
}
#recruit_charange div.no3 div.text {
	margin: 0 auto 0 50%;
	padding: 0 0 0 70px;
	background: url("img/contents/recruit_charange_no3.png") no-repeat left 50px top;
}
#recruit_charange div.no4 div.text {
	margin: 0 50% 0 auto;
	padding: 0 50px 0 0;
	background: url("img/contents/recruit_charange_no4.png") no-repeat left top;
}
#recruit_charange div.box p.img {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
}
#recruit_charange div.no2 p.img,
#recruit_charange div.no4 p.img {
	right: auto;
	left: 50%;
}
#wrap_recruit_faq {
	background-image: linear-gradient(90deg, #086cb1, #0da2d8);
	padding: 30px 0 50px;
}
#wrap_recruit_faq div.title h2 {
	color: #ffffff;
	background: url("img/contents/recruit_h2_lw.png") no-repeat left center, url("img/contents/recruit_h2_rw.png") no-repeat right center;
	background-size: auto 11px;
}
#wrap_recruit_voce {
	padding: 10px 0 320px;
	background: url("img/contents/recruit_voice_bg1.jpg") repeat-x center bottom;
}
#recruit_voce div.box {
	margin: 25px 0 75px;
}
#recruit_voce h3 {
	display: inline-block;
	color: #086cb1;
	font-size: 118%;
	font-weight: bold;
	background: url("img/contents/recruit_voice_h3.png") no-repeat left top 5px;
	background-size: auto 18px;
	padding: 0 0 0 15px;
	margin: 0.6em 0 0.3em;
}
#recruit_voce div.man {
	background: url("img/contents/recruit_voice_img01.png") no-repeat center top;
}
#recruit_voce div.woman {
	background: url("img/contents/recruit_voice_img02.png") no-repeat center top;
}
#recruit_voce div.man,
#recruit_voce div.woman {
	padding: 415px 10px 10px;
	margin: 0 30px 20px 0;
	width: 325px;
	float: left;
}
#recruit_voce div.woman p,
#recruit_voce div.man p {
	font-size: 118%;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0 0 2px #0da2d8;
}
#recruit_faq div.box {
	padding: 20px 25px;
	background-color: #ffffff;
	border-radius: 15px;
	font-size: 119%;
}
#recruit_faq div.box h3 {
	background: url("img/contents/recruit_faq_q.png") no-repeat left top 4px;
	background-size: auto 25px;
	padding: 2px 0 2px 30px;
	margin: 0.4em 0 0.2em;
	font-size: 100%;
	font-weight: 500;
}

/* ==================================================
top
================================================== */
#top_main {
	background: url("img/top/background.png") repeat center top;
}
#top_main h2 {
	font-size: 188%;
	font-weight: bold;
	line-height: 1.3;
	background: url("img/top/h2_bg.png") no-repeat left top 15px;
	background-size: auto 30px;
	padding: 10px 0 10px 40px;
	margin: 0 70px 1em 0;
}
#top_main p.more a {
	display: inline-block;
	padding: 10px 40px;
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: #0da2d8;
	text-decoration: none;
	border-radius: 100px;
	line-height: 1.3;
	transition-duration: 0.1s;
}
/* top_slide
--------------------------- */
#wrap_top_slide {
	position: relative;
}
#top_slide {
	display: flex;
	overflow: hidden;
}
#top_slide::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,30,60,0.3);
}
#top_slide ul {
	list-style: none;
}
#top_slide > div {
	width: 50%;
	flex: 1;
}
#top_slide img {
	width: 100%;
	aspect-ratio: 9/7;
	object-fit: cover;
}
#wrap_top_slide p.txt {
	position: absolute;
	z-index: 2;
	bottom: 3%;
	right: 12%;
	left: 12%;
	text-align: right;
}
#wrap_top_slide p.txt img {
	width: 53%;
	height: auto;
}

/* top_about
--------------------------- */
#top_about {
	position: relative;
	padding: 90px 40px 90px 630px;
	min-height: 630px;
	box-sizing: border-box;
}
#top_about h2 {
	text-align: center;
	background-position: center top;
	padding: 40px 0 0;
	margin: 50px 0 2em;
}
#top_about p.img {
	position: absolute;
	right: 50%;
	top: 90px;
	padding: 0 50px 0 0;
}
#top_about p.txt {
	line-height: 1.7;
	margin: 0 0 2em;
}
#top_about p.more {
	text-align: center;
}
#top_about p.more a {
	font-size: 113%;
	padding: 15px 75px;
}
/* top_business
--------------------------- */
#wrap_top_business {
	background-image: linear-gradient(45deg, #086cb1, #0da2d8);
	padding: 50px 0 80px;
}
#top_business {
	text-align: center;
}
#top_business h2 {
	display: inline-block;
	color: #ffffff;
	margin: 0 0 1em;
}
#top_business div.top_business_contents {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #e6f5ff;
	padding: 40px 40px 50px;
	text-align: left;
}
#top_business div.top_business_contents > div {
	position: relative;
}
#top_business div.top_business_contents > div:first-of-type p.ttl {
	background: url("img/top/business_ttlbg1.png") no-repeat left bottom;
	background-size: auto 82px;
	padding: 12px 15px 33px 15px;
	color: #ffffff;
	font-size: 156%;
	position: absolute;
	left: -20px;
	top: 15px;
}
#top_business div.top_business_contents > div:nth-of-type(2) p.ttl {
	background: url("img/top/business_ttlbg2.png") no-repeat right bottom;
	background-size: auto 82px;
	padding: 12px 15px 33px 15px;
	color: #ffffff;
	font-size: 156%;
	position: absolute;
	right: -20px;
	top: 15px;
}
#top_business p.more {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
#top_business p.more a {
	font-size: 113%;
	padding: 15px 75px;
}

/* top_news
--------------------------- */
#wrap_top_news {
	padding: 100px 0;
}
#top_news {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 120px;
}
#top_news h2 {
	margin: 0 20px 1.2em 0;
}
#top_news p.none {
	margin: 20px 0 0;
	width: 950px;
}
#top_news ul {
	margin: 0;
	list-style: none;
	width: 950px;
	border-top: 1px solid #086cb1;
}
#top_news li {
	box-sizing: border-box;
	border-bottom: 1px solid #086cb1;
	position: relative;
}
#top_news ul li::after {
	content: "";
	width: 5px;
	height: 5px;
	margin: -3px 0 0 0;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
}
#top_news li a {
	color: inherit;
	text-decoration: none;
	display: flex;
	padding: 10px 20px;
}
#top_news li p.date {
	width: 10em;
}
#top_news li p.ttl {
	flex: 1;
}
#top_news p.more {
	position: absolute;
	left: 0;
	bottom: 0;
}
/* top_others
--------------------------- */
#wrap_top_others {
	position: relative;
	padding: 30px 0;
	background-color: #0da2d8;
	overflow: hidden;
}
#top_others {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
#top_others > div {
	flex: 1;
	padding: 100px 10px 10px;
	text-align: center;
	border-right: 1px solid #ffffff;
}
#top_others > div:last-of-type {
	border: none;
}
#top_others div.case {
	background: url("img/top/others_img01.png") no-repeat center top 5px;
	background-size: auto 75px;
}
#top_others div.works {
	background: url("img/top/others_img02.png") no-repeat center top;
	background-size: auto 80px;
}
#top_others div.readjustment {
	background: url("img/top/others_img03.png") no-repeat center top;
	background-size: auto 80px;
}
#top_others div.company {
	background: url("img/top/others_img04.png") no-repeat center top;
	background-size: auto 80px;
}
#top_others h2 {
	color: #ffffff;
	padding: 0;
	margin: 0 0 1em;
	background: none;
}
#top_others p.more a {
	color: #086cb1;
	background-color: #ffffff;
}
/* top_recruit
--------------------------- */
#wrap_top_recruit {
	padding: 75px 0 490px;
	background: url("img/top/recruit_img.jpg") repeat-x center bottom 70px;
}
#top_recruit {
	position: relative;
}
#top_recruit p.txt {
	line-height: 1.7;
	margin: 0 0 1em;
}
#top_recruit p.more {
	position: absolute;
	right: 0;
	top: 80px;
}
/* ==================================================
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 #086cb1;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #086cb1;
	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,
	#top_news li a:hover,
	#contents ul.archive_list li a:hover {
		color: #0da2d8;
	}
	#top_main p.more a:hover {
		color: #0da2d8;
		background-color: #ffffff;
		border-color: #0da2d8;
	}
	#top_others p.more a:hover {
		color: #ffffff;
		background-color: #0da2d8;
		border-color: #ffffff;	
	}
	#hnavi a:hover {
		color: #0da2d8;
		background-color: #ffffff;
	}
	#gnavi li a:hover {
		color: #086cb1;
		background-color: #ffffff;
	}
	#fcontact p.more a:hover {
	color: #ffffff;
	background-color: #086cb1;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contents ul.case_list a:hover p.img {
		opacity: 0.8;
	}
	#contents ul.child_list a:hover {
		background-color: #effcff;
	}
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #086cb1;
	}
	#contents div.backblog a:hover,
	#contents a.link_btn:hover,
	.wp-pagenavi a:hover {
		background-color: #086cb1;
		color: #ffffff;
	}
}