@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;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* ==================================================
layout
================================================== */
header,
#wrap_main,
#top_main,
footer {
	clear: both;
	width: 100%;
	min-width: 375px;
	overflow: hidden;
}
#title,
#main,
#top_news,
#top_business,
#top_company,
#top_recruit,
#fcontact,
#footer {
	width: 100%;
	box-sizing: border-box;
}
.sp_only {
	display: block;
}
br.sp_only {
	display: inline;
}
.pc_only {
	display: none !important;
}
/* ==================================================
header
================================================== */
#header {
	display: block;
	height: 60px;
	padding: 15px 15px 0;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: fixed;
	z-index: 20;
	min-width: inherit;
}
#hlogo h1,
#hlogo p {
}
#hlogo img {
	height: 35px;
}
/* sp_menu
--------------------------- */
#sp_menu {
	width: 42px;
	height: 42px;
	background-color: #2f6fb4;
	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;
}
/* ==================================================
title
================================================== */
#wrap_title {
	padding: 60px 0 0;
	margin: 0;
	border-radius: 0;
	background-size: auto 70px;
}
#title {
	padding: 20px 0;
}
#title h1,
#title p.ttl {
	font-size: 140%;
}
#title p.eng {
	font-size: 80%;
	font-weight: bold;
}
/* ==================================================
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 {
	padding: 10px 20px 10px 1.2em;
	box-sizing: border-box;
	display: block;
}
#fnavi ul li a::before {
	left: auto;
	right: 10px;
}
/* ==================================================
fcontact
================================================== */
#wrap_fcontact {
	padding: 15px 0;
}
#wrap_fcontact::before {
	content: none;
}
#fcontact {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
#fcontact div.title {
	padding: 0;
	width: 100%;
	margin: 0 0 10px;
	border: none;
}
#fcontact div.title p.eng {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
}
#fcontact div.title h2 {
	font-size: 130%;
}
#fcontact p.tel {
	font-size: 113%;
	font-weight: bold;
	padding: 5px 0 5px 21px;
	background-size: auto 20px;
}
#fcontact p.tel a {
	text-decoration: none;
	color: #ffffff;
}
#fcontact p.contact {
	margin: 0;
}
#fcontact p.contact a {
	display: block;
	font-size: 95%;
	font-weight: bold;
	background: none;
	background-color: #ffffff;
	padding: 7px 8px 7px 8px;
	border-radius: 3px;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 15px 0;
	border-width: 3px;
}
#footer {
	display: block;
	padding: 0 15px;
}
#flogo {
	margin: 0 0 15px;
}
#fadd {
	font-size: 90%;
	padding: 0;
	line-height: 1.3;
}
#fadd a {
	text-decoration: none;
	color: inherit;
}
#fcopy,
#pagetop {
	display: none !important;
}
/* ==================================================
contents
================================================== */
#wrap_main {
	margin: 0 0 20px;
	padding: 0;
}
#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: 0 0 0.2em;
	font-size: 80%;
}
#contents h1 {
	padding: 8px 15px;
	margin-bottom: 20px;
	font-size: 100%;
	border-radius: 3px;
}
#contents h2 {
	margin: 20px 0 15px;
	font-size: 110%;
}
#contents h3 {
	margin: 20px 0 15px;
	padding: 0 0 0 10px;
	font-size: 105%;
}
#contents h3::before {
	width: 5px;
}
#contents h4 {
	margin: 20px 0 15px;
	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,
#contents tbody,
#contents tr,
#contents td,
#contents th {
	display: block;
	width: auto !important;
	height: auto !important;
}
#contents table {
	margin: 15px 0;
}
#contents table th {
	margin: 10px 0;
	padding: 5px 10px;
	word-break: break-all;
	border: none;
	font-weight: bold;
}
#contents table td {
	margin: 10px 0;
	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 {
	display: table;
	margin: 0;
	font-size: 80%;
}
#contents table.sp_table tbody {
	display: table-row-group;
}
#contents table.sp_table tr {
	display: table-row;
}
#contents table.sp_table td,
#contents table.sp_table th {
	display: table-cell;
	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;
	margin: 0 0 10px;
	text-align: left;
}
#contents table.form_table th {
	margin: 10px 0 5px;
}
#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-radius: 2px;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 0 0 20px;
	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;
}
/* 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 {
	display: table;
}
#contents table.layout_table2 > tbody {
	display: table-row-group;
}
#contents table.layout_table2 > tbody > tr {
	display: table-row;
	margin: 0;
}
#contents table.layout_table2 > tbody > tr > td {
	display: table-cell;
	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: 8px 20px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	margin: 0;
}
/* ==================================================
top
================================================== */
/* top_main
--------------------------- */
#top_main {
	padding: 60px 0 0;
}
#top_main div.title {
	margin: 0 0 15px;
}
#top_main div.title p.eng {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
}
#top_main div.title h2 {
	font-size: 130%;
}
/* top_mainimage
--------------------------- */
#top_mainimage {
	margin: 0 0 20px;
}
#top_mainimage p.image {
	height: 320px;
}
#top_mainimage p.image img {
	left: -45px;
	transform: none;
	height: 100%;
	width: auto;
	max-width: none;
}
#top_mainimage div.text {
	width: 85%;
	top: 20%;
}
#top_mainimage div.text p.txt1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}
#top_mainimage div.text p.txt2 {
	font-size: 100%;
	margin: 0 0 2em;
}
#top_mainimage div.text p.area {
	display: block;
	font-size: 80%;
	padding: 5px 10px;
	margin: 0 20px 0 0;
}
/* top_news
--------------------------- */
#top_news {
	display: block;
	width: auto;
	padding: 0 15px;
	margin: 0;
	position: relative;
}
#top_news div.title {
	display: inline-block;
	width: auto;
	text-align: left;
}
#top_news p.none {
	width: 100%;
	margin: 0 0 10px;
}
#top_news ul {
	width: 100%;
	border: none;
	padding: 0;
	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: 10px;
	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_business
--------------------------- */
#wrap_top_business {
	margin: 0;
}
#wrap_top_business::before {
	content: none;
}
#top_business {
	padding: 20px 10px 40px;
}
#top_business div.text {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
#top_business div.text > div {
	flex: none;
	width: 50%;
}
#top_business div.text > div p.img {
	height: 100px;
	margin: 0 0 7px;
}
#top_business div.text > div p.img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#top_business h3 {
	font-size: 100%;
	margin: 7px 0 5px;
}
#top_business div.cnt1 h3,
#top_business div.cnt2 h3,
#top_business div.cnt3 h3,
#top_business div.cnt4 h3 {
	padding: 0;
	background: none;
}
#top_business ul {
	margin: 0 0 15px;
}
#top_business ul li {
	font-size: 88%;
	line-height: 1.3;
	margin: 0.1em 0;
}
#top_business ul li::before {
	content: none;
}
#top_business p.more {
	margin: 5px 10px 0;
}
#top_business p.more a {
	display: block;
	text-align: center;
	padding: 10px 60px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

/* top_company
--------------------------- */
#wrap_top_company {
	padding: 25px 0;
	background: none;
	background-color: #e8f3f9;
}
#wrap_top_company::before {
	content: none;
}
#top_company {
	padding: 0 15px;
}
#top_company p.text {
	line-height: 1.5;
	text-shadow: 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
	margin: 0 0 15px;
}
#top_company p.more {
	margin: 0 10px;
}
#top_company p.more a {
	display: block;
	text-align: center;
	padding: 10px 60px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

/* #top_recruit
--------------------------- */
#top_recruit {
	padding: 25px 15px 35px;
}
#top_recruit a {
	background-color: #55aa5d;
	padding: 10px;
}
#top_recruit a::before {
	content: none;
}
#top_recruit a::after {
	bottom: auto;
	top: 16px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-size: contain;
}
#top_recruit div.title {
	display: block;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
#top_recruit p.img {
	position: relative;
	z-index: 3;
	transform: none;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 135px;
	margin: 0 0 10px;
}
#top_recruit p.txt1 {
	font-size: 110%;
	margin: 0 0 5px;
}
#top_recruit p.txt2 {
	font-size: 95%;
	line-height: 1.5;
}

}