@charset "utf-8";
@media screen and (max-width : 480px),
screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
reset
================================================== */
body {
	background: none;
	font-size: 100%;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
li,
dt,
dd,
table {
	line-height: 1.5;
}
input[type="text"],
textarea,
select {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* ==================================================
layout
================================================== */
header,
main,
footer {
	clear: both;
	width: 100%;
	min-width: 375px;
	overflow: hidden;
}
#title,
#pnavi,
#main,
#recruit_message,
#recruit_design,
#recruit_work,
#recruit_voice,
#top_news,
#footer {
	width: 100%;
	box-sizing: border-box;
}
.sp_only {
	display: block;
}
br.sp_only {
	display: inline;
}
.pc_only {
	display: none !important;
}
body.menu_open {
	overflow: hidden;
}
/* ==================================================
header
================================================== */
#header.toppage,
#header {
	display: block;
	height: 60px;
	min-width: inherit;
	padding: 0 10px 0;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: fixed;
	z-index: 20;
}
#hlogo {
	position: static;
}
#hlogo h1,
#hlogo p {
	font-size: 130%;
}
#hlogo p {
	position: static;
}
#header.toppage #hlogo h1,
#hlogo a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	padding: 0;
}
#header.toppage #hlogo img,
#hlogo img {
	height: 60px;
}
#header.toppage #hlogo span,
#hlogo span {
	display: inline-block;
	font-weight: 600;
	color: #35373f;
	margin-left: 10px;
}
/* sp_menu
--------------------------- */
#sp_menu {
	width: 42px;
	height: 42px;
	background-color: #0483c5;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
}
#sp_menu span {
	width: 50%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	font-size: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
}
#sp_menu span::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
}
#sp_menu span::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
#sp_menu.open span {
	height: 0;
}
#sp_menu.open span::before {
	top: 0;
	transform: rotate(45deg);
}
#sp_menu.open span::after {
	top: 0;
	transform: rotate(-45deg);
}
/* ==================================================
gnavi
================================================== */
#gnavi {
	display: none;
}
/* ==================================================
pnavi
================================================== */
#pnavi {
	display: none;
}
/* ==================================================
main
================================================== */
main {
	padding: 60px 0 0;
}
#main {
	margin-bottom: 20px;
}
/* ==================================================
title
================================================== */
#wrap_title {
	padding: 0;
}
#wrap_title.titlebg #title {
	padding: 80px 20px;
} 
#title {
	padding: 20px 20px;
	background: none;
}
#title h1,
#title p.ttl {
	font-size: 130%;
}
#title p.eng {
	font-size: 88%;
	margin: 0 0 0.2em;
}
/* ==================================================
fnavi
================================================== */
#fnavi {
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	background-color: #f8f8f8;
	border: none;
	display: block;
	position: fixed;
	top: 60px;
	bottom: 0;
	right: -100%;
	z-index: 50;
	transition: 0.3s;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#fnavi.active {
	right: 0;
}
#fnavi ul {
	margin: 0;
}
#fnavi ul li {
	border-bottom: #eee 1px solid;
}
#fnavi ul li a {
	position: relative;
	padding: 10px 25px 10px 1.2em;
	box-sizing: border-box;
	display: block;
}
#fnavi ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
	transform: rotate(45deg);
}
#fnavi li.child a {
	padding: 10px 20px 10px 2.1em;
}
#fnavi li.child a::before {
	content: none;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 15px 0 10px;
	background: #f2f2f2;
	border: none;
}
#footer {
	padding: 0 15px;
}
#finfo {
	width: 100%;
	text-align: center;
}
#flogo {
	margin: 0 0 15px;
}
#flogo img {
	width: 250px;
}
#fadd {
	font-size: 90%;
	text-align: left;
	padding: 0;
	line-height: 1.3;
}
#fadd span {
	font-weight: 600;
	margin: 0 0 0.2em;
}
#pagetop {
	display: none !important;
}
/* ==================================================
contents
================================================== */
#contents {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#contents #contents_top {
	margin-bottom: 20px;
}
#top_main img,
#contents img,
#contents table img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
#contents img.alignleft,
#contents img.alignright {
	margin: 0 0 10px;
	float: none;
	display: block;
}
#contents iframe {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
#contents p {
	margin-bottom: 10px;
}
#contents p.update {
	margin: -5px 0 5px;
	font-size: 80%;
	color: #666;
}
#contents h1 {
	margin-bottom: 15px;
	padding: 10px 12px;
	font-size: 110%;
}
#contents h2 {
	margin: 30px 0;
	padding: 5px 0 5px 15px;
	font-size: 110%;
}
#contents h2::before {
	top: 8px;
	bottom: -8px;
	left: 5px;
}
#contents h3 {
	margin: 15px 0;
	padding: 0 0 0 7px;
	font-size: 105%;
	border-left: 3px solid #0483c5;
}
#contents h3::before {
	content: none;
	width: 7px;
	height: 7px;
	top: 8px;
}
#contents h4 {
	margin: 15px 0;
	font-size: 100%;
}
#contents ul {
	margin: 10px 0 10px 1.5em;
}
#contents ul ul {
	margin: 10px 0 10px 1em;
}
#contents ul li {
	margin: 10px 0;
}
#contents ul:not([class]) li::before {
	width: 0.5em;
	height: 0.5em;
}
#contents ol {
	margin: 10px 0 10px 1.8em;
}
#contents ol ol,
#contents ol ol ol {
	margin: 10px 0 10px 1em;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 10px 0;
}
#contents input[type="submit"],
#contents input[type="button"] {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: block;
}
/* table
--------------------------- */
#contents table:not(.sp_table,.layout_table2),
#contents table:not(.sp_table,.layout_table2) tbody,
#contents table:not(.sp_table,.layout_table2) tr,
#contents table:not(.sp_table,.layout_table2) td,
#contents table:not(.sp_table,.layout_table2) th {
	display: block;
	width: auto !important;
	height: auto !important;
}
#contents table {
	margin: 15px 0;
}
#contents table th {
	margin: 10px 0 0;
	padding: 0;
	word-break: break-all;
	border: none;
	text-align: left;
	font-weight: bold;
}
#contents table td {
	margin: 0 0 10px;
	padding: 0;
	word-break: break-all;
	border: none;
}
/* sp_table
--------------------------- */
#contents div.wrap_sp_table {
	margin: 15px 0;
	overflow-x: scroll;
}
#contents table.sp_table {
	margin: 0;
	font-size: 80%;
}
#contents table.sp_table td,
#contents table.sp_table th {
	padding: 5px;
	border: #888 1px solid;
	white-space: nowrap;
}
#contents table.sp_table td.break {
	white-space: normal;
	min-width: 18em;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 0;
	background-color: transparent;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 0;
	text-align: left;
}
#contents table.form_table th span::before {
	content: none;
}
#contents table.form_table th span::after {
	content: "※";
	margin-left: 0.2em;
	color: #ff0000;
}
#contents table.form_table input[type="text"],
#contents table.form_table textarea {
	width: 100%;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 5px 0;
}
/* backblog
--------------------------- */
#contents div.backblog {
	margin: 15px 0 10px;
	padding: 0;
	border: none;
}
#contents div.backblog p {
	padding: 10px 0 0;
	border: none;
}
#contents div.backblog a {
	margin: 0 2px;
	padding: 5px 20px;
	border-width: 1px;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 0 0 15px;
	border-top: #eee 1px solid;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: #eee 1px solid;
	display: block;
	position: relative;
}
#contents ul.archive_list li::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents ul.archive_list li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#contents ul.archive_list li p.ttl {
	line-height: 1.2;
}
#contents ul.archive_list li p a {
	text-decoration: none;
	color: inherit;
}
/* child_list
--------------------------- */
#contents ul.child_list {
	display: block;
	border-bottom: 1px solid #000000;
	margin: 20px 0;
}
#contents ul.child_list li {
	width: 100%;
}
#contents ul.child_list li a {
	flex-flow: column-reverse;
	border-bottom: none;
	background: none;
	padding: 15px 40px 15px 20px;
}
#contents ul.child_list li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 0;
	border-top: solid 2px #0f61a5;
	border-right: solid 2px #0f61a5;
	transform: rotate(45deg);
}
#contents ul.child_list li p.ttl {
	width: 100%;
	font-size: 100%;
	line-height: 1.3;
	margin: 0;
}
#contents ul.child_list li p.eng {
	width: 100%;
	font-size: 88%;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 0.2em;
}
/* works_search
--------------------------- */
#contents div.works_search {
	display: block;
	margin: 0 0 20px;
}
#contents div.works_search p.cat {
	position: relative;
	margin: 0 0 10px;
}
#contents div.works_search p.cat select {
	position: relative;
	width: 100%;
	padding: 5px;
}
#contents div.works_search p.text {
	margin: 0 0 15px;
}
#contents div.works_search p.text input {
	width: 100%;
	padding: 5px;
}
#contents div.works_search p.submit input {
	padding: 10px 20px;
	margin: 0 5% 10px;
}
/* works_list
--------------------------- */
#contents ul.works_list {
	gap: 4%;
	padding: 0 0 10px;
}
#contents ul.works_list li {
	width: 48%;
	padding: 0 0 10px;
}
#contents ul.works_list li p.img {
	margin: 0 0 5px;
}
#contents ul.works_list li div.text {
	padding: 0 0 5px;
}
#contents ul.works_list li p.cat {
	font-size: 82%;
	padding: 4px 6px;
	margin: 0 0 5px;
}
#contents ul.works_list li p.day {
	font-size: 88%;
	margin: 0 0 2px;
	text-align: left;
}
#contents ul.works_list li p.location {
	font-size: 88%;
}
#contents h1#works_ttl {
	margin-top: 0;
	padding: 25px 0 0;
	background-size: auto 20px;
}
#contents p.works_text {
	margin: 0 0 20px;
}
/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 1em;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table > tbody > tr {
	margin-bottom: 0;
}
#contents table.layout_table > tbody > tr > td {
	margin: 0;
	padding: 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: 15px 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: 10px;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 > tbody > tr > td {
	padding: 2px;
}
#contents table.layout_table2 > tbody > tr > td:first-of-type {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-of-type {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents p.border_box {
	margin: 10px 0;
	padding: 5px 10px;
	border-width: 2px;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	margin: 10px 0;
	padding: 5px 10px;
}
#contents table.fill_box {
	margin: 15px 0;
}
#contents table.fill_box td {
	margin-bottom: 15px;
	padding: 10px 10px 5px;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol,
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-bottom: 10px;
}
#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: 10px;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: block;
	width: 90%;
	margin: 10px auto !important;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* h3_number
--------------------------- */
#contents h2 {
	counter-reset: h3num;
}
#contents h3.h3_number {
	font-size: 105%;
	padding: 5px 0 6px 30px;
	margin: 20px 0 20px;
	border-left: none;
}
#contents h3.h3_number::before {
	width: 1.7em;
	top: 4px;
	padding: 6px 2px;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	margin: 0;
}
/* ==================================================
works
================================================== */
#works_img {
	margin: 0 0 20px;
}
#works_img div.main {
	width: 100%;
}
#works_img div.main ul li p.image {
	height: 250px;
}
#works_img #works_img_prev,
#works_img #works_img_next {
	top: 110px;
	right: -5px;
	width: 30px;
	height: 30px;
}
#works_img #works_img_prev {
	left: -5px;
}
#works_img #works_img_prev::after,
#works_img #works_img_next::after {
	width: 5px;
	height: 5px;
}
#works_img div.navi ul li p.image {
	width: 75px;
	height: 65px;
}
/* ==================================================
recruit
================================================== */
div.recruit #wrap_title {
	margin: 0 0 20px;
	background-size: auto 360px;
	background-position: center top;
}
div.recruit #title {
	padding: 30px 0;
	height: 360px;
}
div.recruit #title p.eng {
	font-size: 100%;
}
div.recruit #title h1 {
	font-size: 130%;
}
div.recruit #text {
	position: static;
	transform: none;
	width: 100%;
	padding: 15px;
	bottom: -175px;
	background-color: rgba(4,131,197,1.0);
}
div.recruit #text h2 {
	font-size: 120%;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 10px;
	text-shadow: none;
}
div.recruit #text p {
	font-size: 94%;
	line-height: 1.5;
	text-shadow: none;
}
div.recruit div.title {
	margin: 0 0 15px;
	padding: 0 0 10px;
	background-size: auto 2px;
}
div.recruit div.title p.eng {
	font-size: 88%;
	font-weight: 600;
	margin: 0 0 0.2em;
}
div.recruit div.title h2 {
	font-size: 120%;
}
#recruit_message {
	display: block;
	padding: 0 15px;
	margin: 0 0 20px;
}
#recruit_message div.text {
	width: 100%;
}
#recruit_message div.title {
	display: block;
	margin: 0 0 15px;
	padding: 0 0 10px;
	text-align: center;
	background-position: center bottom;
}
#recruit_message p.txt {
	line-height: 1.5;
	margin: 0 0 15px;
}
#recruit_message p.image {
	width: 100%;
}
#recruit_message p.image img {
	width: 100%;
	height: auto;
}
#wrap_recruit_design {
	background-position: center bottom;
	background-size: 100% auto;
	padding: 20px 0 105px;
	margin: 0 0 20px;
}
#recruit_design {
	padding: 0 15px;
}
#recruit_work {
	padding: 0 15px;
	margin: 0 0 20px;
}
#recruit_work div.work_box {
	display: block;
}
#recruit_work div.work_box > div {
	width: 100%;
}
#recruit_work div.work_box h3 {
	font-size: 110%;
	border-width: 3px;
	padding-left: 7px;
}
#recruit_work div.work_box p.img img {
	width: 100%;
	height: auto;
}
#recruit_work div.work_box p.txt {
	margin: 0 0 15px;
	font-size: 94%;
}
#recruit_voice {
	padding: 0 15px;
}
#recruit_voice div.voice_box {
	position: static;
	margin: 20px 0 40px;
}
#recruit_voice div.voice_box:last-of-type {
	margin-bottom: 0;
}
#recruit_voice div.voice_box div.image {
	margin: 0 0 15px;
}
#recruit_voice div.voice_box div.image div.txt {
	min-width: inherit;
	position: static;
	background: none;
	background-color: #ebf9ff;
	padding: 12px 15px 12px 15px;
}
#recruit_voice div.voice_box div.image h3 {
	font-size: 110%;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 5px;
	color: #105da0;
	text-shadow: none;
}
#recruit_voice div.voice_box div.image p.ttl {
	font-size: 100%;
	font-weight: 600;
	color: #323232;
}
#recruit_voice div.voice_box div.image p.img1 img {
	width: 100%;
	height: auto;
}
#recruit_voice div.voice_box div.faq {
	display: block;
}
#recruit_voice div.voice_box div.faq div.txt {
	width: 100%;
}
#recruit_voice div.voice_box div.faq div.txt p {
	margin: 0 0 10px;
}
#recruit_voice div.voice_box div.faq div.txt p.voice_q {
	font-size: 105%;
	padding: 2px 0 2px 32px;
}
#contents p.voice_q::before,
#recruit_voice p.voice_q::before {
	padding: 7px 2px;
}
#recruit_voice div.voice_box div.faq div.img {
	width: 100%;
	display: flex;
}
#recruit_voice div.voice_box div.faq div.img > p {
	flex: 1;
	margin: 0;
	padding: 5px;
}
#recruit_voice div.voice_box div.faq div.img > p img {
	width: 100%;
	height: auto;
}
/* ==================================================
top
================================================== */
/* top_main
--------------------------- */
#top_main {
	padding: 0;
	background: none;
}
#top_slide p.image {
	aspect-ratio: 3 / 2;
	min-height: 500px;
}
#top_slide p.txt {
	font-size: 88%;
	left: 2%;
	right: 2%;
}
#top_slide p.catch {
	left: 4%;
	top: 50px;
}
#top_slide p.catch img {
	display: none;
}
#top_slide p.catch span {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 165%;
	color: #ffffff;
	padding: 20px 25px 20px 25px;
	box-sizing: border-box;
}
#top_slide li.slide1 p.catch span {
	background-color: rgba(4,131,197,0.20);
}
#top_slide li.slide2 p.catch span {
	background-color: rgba(0,104,55,0.20);
}
#top_slide li.slide3 p.catch span {
	background-color: rgba(27,20,100,0.20);
}
#top_slide p.link {
	bottom: 13%;
	left: 5%;
}
#top_slide p.link a {
	display: block;
	box-sizing: border-box;
	font-size: 106%;
	padding: 15px 120px 15px 0;
	background-position: right center;
	background-size: 100px auto;
	border-bottom-color: rgba(4, 131, 197, 1.00);
}
/* top_news
--------------------------- */
#wrap_top_news {
	padding: 20px 0;
}
#top_news {
	width: auto;
	padding: 0 15px;
	position: relative;
}
#top_news div.title {
	margin: 0 0 15px;
}
#top_news div.title p.eng {
	font-size: 80%;
	font-weight: 600;
	margin: 0 0 0.2em;
}
#top_news div.title h2 {
	font-size: 125%;
	font-weight: 600;
}
#top_news ul {
	border-top: #eee 1px solid;
}
#top_news li {
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: #eee 1px solid;
	display: block;
	position: relative;
}
#top_news ul li::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
}
#top_news li p.date {
	width: auto;
	color: #666;
	font-size: 80%;
}
#top_news li p.ttl {
	line-height: 1.2;
}
#top_news li p a {
	color: inherit;
	text-decoration: none;
}
#top_news p.more {
	position: absolute;
	top: 15px;
	bottom: auto;
	left: auto;
	right: 25px;
}
#top_news p.more a {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: 80%;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	display: inline;
	position: relative;
}
#top_news p.more a::after {
	content: "";
	width: 4px;
	height: 4px;
	margin: -2px 0 0 6px;
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	position: static;
}
/* top_works
--------------------------- */
#top_works {
	padding: 0 15px 30px;
}
#top_works div.title {
	margin: 0 0 15px;
}
#top_works div.title p.eng {
	font-size: 80%;
	font-weight: 600;
	margin: 0 0 0.2em;
}
#top_works div.title h2 {
	font-size: 125%;
	font-weight: 600;
}
#top_works ul {
	gap: 4%;
	padding: 0 0 5px;
}
#top_works ul li {
	width: 48%;
	padding: 0 0 10px;
}
#top_works ul li p.img {
	margin: 0 0 5px;
}
#top_works ul li div.text {
	padding: 0;
	min-height: inherit;
}
#top_works ul li p.cat {
	font-size: 82%;
	padding: 4px 6px;
	margin: 0 0 5px;
}
#top_works ul li p.day {
	font-size: 88%;
	margin: 0 0 2px;
	text-align: left;
}
#top_works ul li p.location {
	font-size: 88%;
}
#top_works p.more a {
	padding: 10px 75px;
	background-size: 30px auto;
	background-position: right 20px center;
	font-size: 100%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
/* top_company・top_recruit
--------------------------- */
#wrap_top_company,
#wrap_top_recruit {
	background: none;
	padding: 0 15px 15px;
}
#top_company {
	background: none;
	background: url("img/top/combg.jpg") no-repeat center center / cover;
	height: auto;
	padding: 60px 130px 60px 35px;
}
#top_recruit {
	background: none;
	background: url("img/top/recbg.jpg") no-repeat center center / cover;
	height: auto;
	padding: 60px 130px 60px 35px;
}
#top_company::before,
#top_recruit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.30);
}
#top_company div.title,
#top_recruit div.title {
	position: relative;
	z-index: 2;
	margin: 0;
}
#top_company div.title h2,
#top_recruit div.title h2 {
	font-size: 120%;
	font-weight: 600;
}
#top_company div.title p.eng,
#top_recruit div.title p.eng {
	font-size: 80%;
	font-weight: 600;
}
#top_company p.lead,
#top_recruit p.lead {
	display: none;
}
#top_company p.more,
#top_recruit p.more {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#wrap_top_company a,
#wrap_top_recruit a {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	font-weight: bold;
	color: rgba(0,0,0,0);
	border: none;
	padding: 0;
	background-size: 90px auto;
	background-position: right 25px center;
}

}
