@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: #f7f6ef;
	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: #000000;
	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,
#wrap_top_main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#header,
#main,
#top_main,
#footer {
	width: 1180px;
	margin: 0 auto;
}
#main,
#top_main {
	display: flex;
}
/* ==================================================
header
================================================== */
#header {
	padding: 10px 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo p {
	font-size: 313%;
	font-weight: bold;
	color: #63a2c1;
	padding: 0 40px 0 0;
}
#hlogo h1 span,
#hlogo p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	margin: 0 0.1em 10px;
}
/* hnavi
--------------------------- */
#hnavi {
	margin: 0;
}
#hnavi img {
	width: auto;
	height: 49px;
}
#sp_menu {
	display: none;
}
/* ==================================================
snavi
================================================== */
#snavi {
	position: relative;
	z-index: 2;
	width: 245px;
}
#snavi ul {
	margin: 0;
	list-style: none;
}
#snavi li {
	margin: 0 0 15px;
}
#snavi li a {
	display: block;
	padding: 13px 13px 13px 20px;
	font-weight: 500;
	color: #323232;
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.50);
	transition-duration: 0.2s;
}
#snavi li a::before {
	content: "";
	display: inline-block;
	margin: 0 8px 0 3px;
	border-left: solid 9px #63a2c1;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	vertical-align: 2px;
}
/* ==================================================
main
================================================== */
#wrap_main {
	position: relative;
	overflow: hidden;
	padding: 20px 0 50px;
	border-top: 2px solid #b3b3b3;
	background: url("img/contents/main_bg.png") no-repeat right top;
}
#main p.main_icon {
	position: absolute;
	left: 60px;
	top: 650px;
}
#center {
	position: relative;
	z-index: 2;
	flex: 1;
	margin: 0 0 0 30px;
}
/* title
--------------------------- */
#contents #title {
	margin: 0 0 2.2em;
}
#contents #title h1,
#contents #title p.ttl {
	padding: 10px 20px;
	margin: 0;
	font-size: 188%;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	background-color: #67a7cc;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 0 0 10px;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	position: relative;
	z-index: 2;
	padding: 15px 0;
	background-color: #e72410;
}
#footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer div.organizer {
	padding: 0 50px;
}
#footer p.ttl {
	font-weight: 600;
	font-size: 125%;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0 10px 5px;
	margin: 0 0 0.2em;
}
#footer p.add {
	color: #ffffff;
	font-size: 75%;
	padding: 0 10px;
}
#footer p.link a {
	display: block;
	background-color: #ffffff;
}
#footer p.link a img {
	transition-duration: 0.2s;
}
/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	justify-content: center;
}
#fnavi ul {
	margin: 0 3em;
	list-style: none;
}
#fnavi li a {
	padding: 0 0 0 15px;
	color: inherit;
	text-decoration: none;
	position: relative;
}
#fnavi 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);
}
/* fcopy
--------------------------- */
#fcopy {
	padding: 5px 0;
	background-color: #ffffff;
	text-align: center;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	background-color: #e72410;
	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 {
	width: 900px;
	padding: 0 30px 50px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
#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 2.2em;
}
#contents h1 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 163%;
	font-weight: bold;
	color: #67a7cc;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 10px 10px;
	border-top: 2px solid #67a7cc;
	border-bottom: 2px solid #67a7cc;
	line-height: 1.3;
	font-size: 156%;
	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: #e72410;
	border-radius: 2px;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 113%;
	font-weight: bold;
	color: #126189;
}
#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: #e72410;
	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 60px;
	border-style: none;
	background-color: #323232;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
}
#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 #808080;
	vertical-align: top;
}
#contents table th {
	color: #ffffff;
	background-color: #67a7cc;
	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;
	color: inherit;
}
#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: #000000 1px solid;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	border: 1px solid #67a7cc;
	color: inherit;
	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: #b93b37 3px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #d9eef9;
}
#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: #d9eef9;
	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 30px;
	background-color: #67a7cc;
	border: 1px solid #67a7cc;
	color: #ffffff;
	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 {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	border-left: solid 9px #ffffff;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
/* ==================================================
top
================================================== */
#wrap_top_main {
	padding: 22px 0 70px;
	background: url("img/top/top_main_bg.jpg") no-repeat center top;
	overflow: hidden;
}
#top_main {
	flex-wrap: wrap;
	position: relative;
}
#top_main_icon {
	position: absolute;
	z-index: 3;
	right: -190px;
	top: 5px;
}
#top_contents {
	flex: 1;
	padding: 25px 0 0;
	margin: 0 0 0 35px;
}
/* top_title
--------------------------- */
#top_title {
	width: 810px;
	padding: 15px 40px 20px;
	margin: 0 0 60px;
	box-sizing: border-box;
	background-color: rgba(230,35,16,0.7);
	line-height: 1;
	border-radius: 15px;
}
#top_title p.ttl {
	color: #ffffff;
	font-size: 450%;
	font-weight: 500;
	margin: 0 0 0.4em;
}
#top_title p.ttl span.in {
	font-size: 83.4%;
}
#top_title p.ttl span.nara {
	font-size: 94.5%;
}
#top_title p.sttl {
	color: #ffffff;
	font-size: 319%;
	font-weight: 500;
}
/* top_data
--------------------------- */
#top_data {
	position: relative;
	z-index: 2;
	width: 710px;
	padding: 25px 30px;
	margin: 0 0 25px auto;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.60);
	border-radius: 25px;
}
#top_data > div {
	display: flex;
	align-items: center;
}
#top_data > div > div.ttl {
	width: 95px;
}
#top_data > div > div.ttl p {
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	font-size: 150%;
	font-weight: 600;
	line-height: 1.3;
	color: #ffffff;
	background-color: #e72410;
	padding: 18px 5px 5px;
	border-radius: 100%;
}
#top_data > div > p.txt {
	flex: 1;
	font-size: 125%;
	font-weight: 600;
}
#top_data div.day {
	line-height: 1.1;
	margin: 0 0 35px;
}
#top_data div.day p.txt {
	font-size: 156%;
}
#top_data div.day p.txt span.time {
	font-size: 160%;
}
#top_data div.day p.txt span.week {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 81%;
	color: #ffffff;
	background-color: #e72410;
	padding: 6px 7px;
	border-radius: 100%;
}
#top_data div.venue {
	margin: 0 0 25px;
}
#top_data div.venue p.txt span {
	font-size: 125%;
}
#top_data div.representative p.txt span {
	font-size: 175%;
}

/* top_recruitment
--------------------------- */
#top_recruitment {
	width: 710px;
	display: flex;
	margin: 0 0 50px auto;
}
#top_recruitment p.ttl {
	width: 135px;
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background-color: #f29b33;
	border: 3px solid #f29b33;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 1.3;
}
#top_recruitment div.txt {
	flex: 1;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 20px;
	border: 3px solid #f29b33;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#top_recruitment div.txt p.day {
	font-size: 160%;
	font-weight: bold;
	padding: 6px 0 0;
}
#top_recruitment div.txt p.end {
	color: #ff0000;
	font-weight: bold;
}
/* top_news
--------------------------- */
#top_news {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #67a7cc;
	background-color: #ffffff;
	position: relative;
	margin: 0 20px;
}
#top_news h2 {
	color: #ffffff;
	font-size: 188%;
	background-color: #67a7cc;
	padding: 5px 20px;
}
#top_news p.none {
	margin: 0;
	padding: 20px;
}
#top_news ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}
#top_news li {
	padding: 5px 15px;
	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;
	right: 20px;
	top: 15px;
}
#top_news p.more a {
	color: #ffffff;
}
/* ==================================================
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 #67a7cc;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #67a7cc;
	color: #ffffff;
}
/* ==================================================
reCAPTCHA
================================================== */
.grecaptcha-badge {
	visibility: hidden;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 840px !important;
	max-width: none !important;
	box-shadow: none;
}
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: #67a7cc;
	}
	#snavi li a:hover {
		color: #67a7cc;
		background-color: rgba(255,250,245,1.0);
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#footer p.link a img:hover {
		opacity: 0.8;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #67a7cc;
	}
	#contents a.link_btn:hover {
		color: #67a7cc;
		background-color: #ffffff;
	}
	#contents a.link_btn:hover::before {
		border-left: solid 9px #67a7cc;
	}
	#contents div.backblog a:hover,
	.wp-pagenavi a:hover {
		background-color: #67a7cc;
		color: #ffffff;
	}
}