@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,
#pnavi,
#main,
#top_about,
#top_service,
#top_news,
#top_recruit,
#recruit_features,
#recruit_works,
#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;
    width: 100%;
	padding: 5px 15px 0;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: fixed;
	z-index: 20;
}
#hlogo h1,
#hlogo p {
    padding: 0;
	font-size: 130%;
}
#hlogo img {
    height: 50px;
    width: auto;
}
/* hnavi
--------------------------- */
#hnavi {
	display: none;
}
/* sp_menu
--------------------------- */
#sp_menu {
	width: 42px;
	height: 42px;
	background-color: #10459b;
	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;
    background-size: 300%;
    background-position: center top 60px;
}
#title {
	padding: 20px 10px;
}
#title h1,
#title p.ttl {
	font-size: 130%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
/* ==================================================
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 30px 10px 1.2em;
	box-sizing: border-box;
	display: block;
}
#fnavi ul li a::before {
	left: auto;
	right: 20px;
    border-color: #aaaaaa;
    border-width: 1px;
}
/* ==================================================
footer
================================================== */
#wrap_fcontact {
    padding: 20px 0;
}
#fcontact {
    display: block;
    padding: 0 10px;
}
#fcontact div.cont {
    flex-wrap: wrap;
}
#fcontact div.title {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
}
#fcontact div.title p.eng {
    display: none;
}
#fcontact div.title h2 {
    font-size: 110%;
}
#fcontact div.txt {
    width: 48%;
    padding: 5px 5px;
    margin: 0 1%;
    box-sizing: border-box;
    line-height: 1.3;
    border-radius: 2px;
}
#fcontact h3 {
    font-size: 95%;
    margin: 0 0 5px;
}
#fcontact p.tel {
    display: inline-block;
    font-size: 105%;
    padding: 0 0 0 18px;
    background-size: auto 15px;
    text-decoration: none;
    color: #323232;
}
#fcontact p.more {
    width: 100%;
    margin: 15px 10px 0;
    background-size: auto 15px;
}
#fcontact p.more a {
    padding: 13px 75px 13px 75px;
    background-size: auto 20px;
    font-size: 100%;
    text-align: center;
    border: none;
}
#wrap_footer {
	padding: 20px 0;
    border: none;
}
#footer {
    display: block;
    padding: 0 10px;
}
#finfo {
    display: none;
}
#flink {
    display: flex;
}
#flink p {
    display: block;
    width: 48%;
    margin: 0 1%;
}
#flink p img {
    width: 100%;
    height: auto;
}

#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: -10px 0 15px;
	font-size: 80%;
	color: #666;
}
#contents h1 {
	margin-bottom: 15px;
	font-size: 100%;
}
#contents h2 {
	margin: 15px 0 10px;
    padding: 5px 0;
	font-size: 110%;
}
#contents h3 {
	margin: 15px 0 10px;
    padding: 5px 0 5px 15px;
	font-size: 105%;
    background-size: auto 30px;
}
#contents h4 {
	margin: 15px 0 10px;
	font-size: 100%;
}
#contents ul,
#contents ul ul {
	margin: 10px 0 10px 1em;
}
#contents ul li {
	margin: 10px 0;
}
#contents ul li::before {
	width: 0.4em;
	height: 0.4em;
	left: -0.8em;
}
#contents ol {
	margin: 10px 0 10px 1.5em;
}
#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 5px;
	padding: 5px 0;
	word-break: break-all;
	border: none;
}
#contents table td {
	margin: 5px 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 {
	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;
	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;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 0;
	border-top: #b3b3b3 1px solid;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: #b3b3b3 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 #2f9d68;
	border-right: solid 1px #2f9d68;
	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;
}

/* ==================================================
recruit
================================================== */
#wrap_main.recruit div.title {
    margin: 15px 0 5px;
}
#wrap_main.recruit h2 {
    font-size: 120%;
}
#recruit_features {
    padding: 20px 15px;
	margin: 0;
}
#recruit_features div.features_list > div {
    width: 100%;
    margin: 0;
}
#recruit_features div.features_list > div p.img img {
    width: 100%;
}
#recruit_features div.features_list > div h3 {
    font-size: 110%;
    padding: 10px 0 10px 55px;
    margin: 15px 0 10px;
}
#recruit_features div.features_list > div h3:before {
    text-shadow: 1px 1px 0 #ffffff, 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 0px 0 #ffffff, 0px -1px 0 #ffffff, -1px -1px 0 #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff;
}
#recruit_features div.features_list > div p.txt {
    line-height: 1.5;
}
#recruit_features div.features_list > div ul.txt {
    margin: 0 0 10px 1em;
}
#recruit_features div.features_list > div ul.txt li::before {
    left: -1em;
}
#wrap_recruit_works {
    padding: 10px 0 5px;
    background: none;
}
#wrap_main.recruit #recruit_works {
    padding: 0 15px;
}
#wrap_main.recruit #recruit_works > div.title {
    margin: 0 0 5px;
}
#wrap_main.recruit #recruit_works div.wrap_box {
    border-radius: 0;
    border: none;
    margin: 10px 0 15px;
}
#wrap_main.recruit #recruit_works div.wrap_box div.title {
    text-align: left;
    display: table;
}
#wrap_main.recruit #recruit_works div.wrap_box div.title h3 {
    display: table-cell;
    font-size: 110%;
    padding: 10px 5px;
    margin: 0;
    width: 45px;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
}
#wrap_main.recruit #recruit_works div.wrap_box div.title p.lead {
    display: table-cell;
    padding: 10px 10px;
    font-size: 100%;
    line-height: 1.3;
    border-width: 1px;
}
#wrap_main.recruit #recruit_works div.box {
    padding: 15px 0;
}
#wrap_main.recruit #recruit_works div.box div.box2 {
    display: block;
}
#wrap_main.recruit #recruit_works div.box h4 {
    font-size: 110%;
    margin: 15px 0 10px;
}
#wrap_main.recruit #recruit_works div.box p.txt span {
    display: block;
    width: auto;
    margin: 5px 0 0;
    line-height: 1.2;
}
#wrap_main.recruit #recruit_works div.box ul.txt li {
    margin: 3px 0;
}
#wrap_main.recruit #recruit_works div.box p.img1 {
    float: none;
    margin: 0;
}
#wrap_main.recruit #recruit_works div.box p.img1 img {
    width: 100%;
    height: auto;
}
#wrap_main.recruit #recruit_works div.box div.box2 {
    margin: 0 0 15px;
}
#wrap_main.recruit #recruit_works div.box div.image img {
    width: 100%;
    height: auto;
}
#wrap_main.recruit div.requirements {
    margin: 0 0 20px;
}
#wrap_main.recruit #contents div.requirements h3 {
	margin: 15px 0 10px;
    padding: 5px 0;
	font-size: 110%;
}
#wrap_main.recruit p.more {
    margin: 20px 0;
}
#wrap_main.recruit p.more a {
    font-size: 100%;
    padding: 10px 40px 10px 20px;
    text-align: left;
    line-height: 1.3;
    border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#wrap_main.recruit p.more a::after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;
}

/* ==================================================
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: 10px 20px;
	box-sizing: border-box;
    border-radius: 5px;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	margin: 15px 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border-width: 1px;
}
/* ==================================================
top
================================================== */
/* top_main
--------------------------- */
#top_main {
	padding: 60px 0 0;
}
#top_main div.title {
    background-size: auto 100px;
    padding: 0;
    margin: 0 0 15px;
    background: none;
}
#top_main div.title p.eng {
    font-size: 80%;
}
#top_main div.title h2 {
    font-size: 120%;
    text-shadow: 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff;
}
/* mainimage
--------------------------- */
#mainimage p.image {
    position: static;
    transform: none;
    width: 100%;
    padding: 0 0 120px;
}
#mainimage p.image img {
    width: 100%;
    height: auto;
}
#mainimage div.text {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0%;
    padding: 0;
    transform: none;
}
#mainimage div.text p.ttl {
    font-size: 200%;
    padding: 0;
    margin: 0 10px 380px;
    line-height: 1.3;
    text-align: center;
}
#mainimage div.text p.txt {
    width: 100%;
    height: auto;
    padding: 7px 10px;
    box-sizing: border-box;
    background: #2f9d68;
    font-size: 115%;
    border-radius: 0;
}

/* top_about
--------------------------- */
#wrap_top_about {
    padding: 25px 0;
    background: none;
}
#top_about {
    padding: 0 15px;
}
#top_about div.title {
    margin: 0 0 15px;
}
#top_about p.txt {
    line-height: 1.5;
    margin: 0 0 15px;
}
#top_about p.more {
    margin: 0 10px;
}
#top_about p.more a {
    display: block;
    font-size: 100%;
    padding: 10px 50px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* top_service
--------------------------- */
#wrap_top_service {
    padding: 25px 0 10px;
    background: #E1FFBF;
}
#top_service {
    padding: 0 15px;
}
#top_service h2 {
    font-size: 130%;
    padding: 0;
    margin: 0 0 15px;
    background: none;
    text-shadow: 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff;
}
#top_service > div {
    min-height: inherit;
    margin: 15px 0;
}
#top_service p.image {
    border-radius: 0;
    transform: none;
    width: 100%;
    height: 130px;
    top: 0;
    left: 0;
}
#top_service div.text,
#top_service div.used div.text {
    position: relative;
    border-radius: 0;
    transform: none;
    padding: 0;
    width: auto;
    left: 0;
    top: 0;
}
#top_service div.text a,
#top_service div.used div.text a {
    position: relative;
    z-index: 2;
    padding: 140px 15px 10px 15px;
    background-position: right 15px top 147px;
    background-size: auto 22px;
}
#top_service div.title {
    padding: 0 30px 0 0;
    margin: 0;
    border: none;
}
#top_service div.title h3 {
    font-size: 105%;
    line-height: 1.1;
}
#top_service div.text p.txt {
    display: none;
}

/* top_news
--------------------------- */
#top_news {
    display: block;
	width: auto;
	padding: 20px 15px;
	min-height: inherit;
	position: relative;
}
#top_news div.title {
    padding: 0;
    margin: 0 0 15px;
    width: auto;
    background: none;
}
#top_news ul {
    padding: 0;
}
#top_news li {
	box-sizing: border-box;
	display: block;
	position: relative;
}
#top_news li::before {
    border-width: 1px;
}
#top_news li a {
    display: block;
	padding: 10px 20px 10px 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: 35px;
	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_recruit
--------------------------- */
#wrap_top_recruit {
    padding: 0 15px 20px;
}
#top_recruit {
	border-radius: 5px;
	background-position: left 15px center;
	background-size: auto 50px;
}
#top_recruit div.title {
	margin: 0;
}
#top_recruit div.title h2 {
    text-shadow: none;
}
#top_recruit a {
	padding: 25px 50px 25px 70px;
	background-position: right 10px center;
	background-size: auto 25px;
}
#top_recruit h3 {
    display: none;
}
#top_recruit p.txt {
    display: none;
}

/* top fcontact
--------------------------- */
#wrap_fcontact.top {
    padding: 20px 0;
    background: #2f9d68;
}
#wrap_fcontact.top div.title {
    margin: 0 0 15px;
}
#wrap_fcontact.top div.title h2 {
    text-shadow: none;
}
#wrap_fcontact.top div.txt {
    padding: 5px 3px;
}
#wrap_fcontact.top p.tel {
    font-size: 105%;
    padding: 0 0 0 18px;
    background-size: auto 15px;
}
#wrap_fcontact.top p.more {
    background-position: left 25px center;
}
#wrap_fcontact.top p.more a {
    padding: 13px 75px 13px 75px;
    font-size: 100%;
}

}
