@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
 *font-size: 100%;
}
legend {
	color: #000;
}
/****************************************************
 * 2.共通
 ****************************************************/
html {
	background-color: transparent;
	background-image: none;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #262626;
}
body {
	font-size: 1em;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pcNone {
	display: none !important;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.imgCenter {
	display: block;
	margin: 1em auto;
}
.imgLeft {
	float: left;
	margin: 0 1em 1em 0;
}
.imgRight {
	float: right;
	margin: 0 0 1em 1em;
}
input, textarea {
	outline: none;
}
input:focus, textarea:focus {
	outline: none;
}
input[type="submit"] {
	-webkit-appearance: none;
}
a {
	color: #262626;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: underline;
	width: 100%;
	text-align: center;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
a img {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
a img:hover {
	opacity: 0.6;
}
.inner {
	width: 1120px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.anchor {
	width: 0;
	height: 0;
	margin: -88px 0;
	padding: 88px 0;
	font-size: 0;
	line-height: 0;
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.btn01 a {
	width: 320px;
	padding: 20px 10px;
	font-size: 1.6252em;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	background-color: #00af66;
	background-image: url("../img/icon_arrow01.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.btn01 a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn02 a {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.btn02 a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn03 a {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.btn03 a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn_contact a {
	width: 100%;
	padding: 25px 10px;
	font-size: 1.6252em;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	background-color: #00af66;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.btn_contact a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.panel {
	width: 100%;
	margin: 20px 0;
	padding: 40px;
	background: url("../img/panel_top-left.png") left top no-repeat, url("../img/panel_bottom-right.png") right bottom no-repeat, #faf8f8;
	position: relative;
	z-index: 10;
}
.panel:before {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
	border: solid 1px #ffffff;
}
.panel > *:last-child {
	margin-bottom: 0 !important;
}
/*ブロックグリッド 1～6まで*/
[class*="pc-block-grid-"], [class*="sp-block-grid-"] {
	margin: 0 -10px;
	padding: 0;
	display: block;
}
[class*="pc-block-grid-"]:before, [class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:before, [class*="sp-block-grid-"]:after {
	content: " ";
	display: table;
}
[class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:after {
	clear: both;
}
[class*="pc-block-grid-"] > li, [class*="sp-block-grid-"] > li {
	height: auto;
	padding: 0 10px 20px;
	display: block;
	float: left;
}
[class*="pc-block-grid-"].no-padding, [class*="sp-block-grid-"].no-padding {
	margin: 0;
	padding: 0;
}
[class*="pc-block-grid-"].no-padding > li, [class*="sp-block-grid-"].no-padding > li {
	padding: 0;
}
.pc-block-grid-1 > li {
	width: 100%;
}
.pc-block-grid-1 > li:nth-of-type(1n) {
	clear: none;
}
.pc-block-grid-1 > li:nth-of-type(1n+1) {
	clear: both;
}
.pc-block-grid-2 > li {
	width: 50%;
}
.pc-block-grid-2 > li:nth-of-type(1n) {
	clear: none;
}
.pc-block-grid-2 > li:nth-of-type(2n+1) {
	clear: both;
}
.pc-block-grid-3 > li {
	width: 33.33333%;
}
.pc-block-grid-3 > li:nth-of-type(1n) {
	clear: none;
}
.pc-block-grid-3 > li:nth-of-type(3n+1) {
	clear: both;
}
.pc-block-grid-4 > li {
	width: 25%;
}
.pc-block-grid-4 > li:nth-of-type(1n) {
	clear: none;
}
.pc-block-grid-4 > li:nth-of-type(4n+1) {
	clear: both;
}
.pc-block-grid-5 > li {
	width: 20%;
}
.pc-block-grid-5 > li:nth-of-type(1n) {
	clear: none;
}
.pc-block-grid-5 > li:nth-of-type(5n+1) {
	clear: both;
}
.pc-block-grid-6 > li {
	width: 16.66667%;
}
.pc-block-grid-6 > li:nth-of-type(1n) {
	clear: none;
}
.pc-block-grid-6 > li:nth-of-type(6n+1) {
	clear: both;
}
/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
	width: 100%;
	min-width: 1120px;
	margin: 0 auto;
}
.container > .containerIn {
	width: 1120px;
	margin: 0 auto;
}
.container .row {
	width: 100%;
}
.container .row:before, .container .row:after {
	content: " ";
	display: table;
}
.container .row:after {
	clear: both;
}
.container .row > .column {
	float: left;
}
.container .row > .column:last-child {
	float: right;
}
.container .row > .column > .colIn {
	padding: 0 10px;
}
.container .row .col_1 {
	width: 8.33333%;
}
.container .row .col_2 {
	width: 16.66667%;
}
.container .row .col_3 {
	width: 25%;
}
.container .row .col_4 {
	width: 33.33333%;
}
.container .row .col_5 {
	width: 41.66667%;
}
.container .row .col_6 {
	width: 50%;
}
.container .row .col_7 {
	width: 58.33333%;
}
.container .row .col_8 {
	width: 66.66667%;
}
.container .row .col_9 {
	width: 75%;
}
.container .row .col_10 {
	width: 83.33333%;
}
.container .row .col_11 {
	width: 91.66667%;
}
.container .row .col_12 {
	width: 100%;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
header {
	width: 100%;
	height: 88px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header .header_in {
	width: 100%;
	max-width: 1600px;
	min-width: 1120px;
	margin: 0 auto;
	position: relative;
}
header h1 {
	width: 1120px;
	height: 0;
	margin: 0 auto;
}
header .gloval_navi {
	position: absolute;
	top: 0;
	right: 0;
}
header .gloval_navi ul {
	display: table;
}
header .gloval_navi ul > * {
	display: table-cell;
}
header .gloval_navi ul li {
	height: 88px;
	vertical-align: middle;
}
header .gloval_navi ul li:before {
	content: '／';
}
header .gloval_navi ul li:first-child:before {
	content: none;
}
header .gloval_navi ul li a {
	padding: 1em;
}
header .gloval_navi ul li a:hover {
	text-decoration: none;
	color: #00af66;
}
header .gloval_navi .sp_navi_close {
	display: none;
}
header .sp_navi_open {
	display: none;
}
/*フッターブロック*/
footer {
	width: 100%;
	min-width: 1120px;
	margin: 0 auto;
	padding-bottom: 30px;
	color: #ffffff;
	background-color: #212121;
	text-align: center;
}
footer .pagetop {
	width: 100%;
	max-width: 1600px;
	min-width: 1120px;
	margin: 0 auto 30px auto;
	padding-right: 100px;
	text-align: right;
	position: relative;
	top: -56px;
}
footer ul {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	display: table;
}
footer ul > * {
	display: table-cell;
}
footer ul li:before {
	padding: 0 1em;
	content: '／';
}
footer ul li:first-child:before {
	content: none;
}
footer ul li a {
	color: #ffffff;
}
footer .sns {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
footer .sns img {
	width:100%;
}
footer .topsns {
	width: 50%;
	float: left;
	padding-right: 10px;
	margin-bottom: 80px;
	text-align: right;
}
footer .topsns img {
	height: 56px;
}
footer .topseal {
	float: left;
	padding-left: 10px;
	margin-bottom: 80px;
	text-align: left;
}

footer .footerlogo {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
footer .copyright {
	font-size: 0.875em;
}
footer .copyright span {
	font-family: 'Oswald', sans-serif;
}
/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
#index {
	background-image: url("../img/index_bg.jpg");
	background-repeat: no-repeat;
	background-position: center 750px;
}
#index section {
	padding-top: 750px;
	background-image: url("../img/mv.png");
	background-repeat: no-repeat;
	background-position: center 0;
}
#index section ul {
	padding-top: 100px;
}
#index section ul li {
	width: 545px;
	padding: 30px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}
#index section ul li:nth-child(1) {
	margin: 0 0 70px auto;
}
#index section ul li:nth-child(2) {
	margin: 0 auto 200px 0;
}
#index section ul li:nth-child(3) {
	margin: 0 0 160px auto;
}
#index section ul li:nth-child(4) {
	width: 100%;
	padding: 100px 0;
	background: none;
}
#index section ul li:nth-child(4) .btn_contact a {
	width: 800px;
}
#index section h2 {
	margin-bottom: 80px;
	font-size: 2em;
	font-weight: 700;
	line-height: 312.5%;
	position: relative;
	z-index: 10;
}
#index section h2 span {
	margin: 0 auto;
	font-size: 3.125em;
	font-weight: 600;
	line-height: 100%;
	color: rgba(29, 189, 165, 0.7);
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#index section h2.gray span {
	color: rgba(38, 38, 38, 0.2);
}
/*contents*/
#contents {
	padding-bottom: 120px;
	background: url("../img/content_bg_right.png") no-repeat right 420px, url("../img/content_bg_bottom.png") no-repeat center bottom;
}
#contents .page_ttl {
	width: 100%;
	min-width: 1120px;
	height: 250px;
	margin: 0 auto;
	padding-top: 105px;
	text-align: center;
	background-image: url("../img/pagetitle_bg.jpg");
	background-position: center center;
}
#contents .page_ttl h2 {
	width: 500px;
	padding: 15px 0;
	font-size: 2em;
	font-weight: 700;
	line-height: 312.5%;
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	position: relative;
	z-index: 10;
}
#contents .page_ttl h2 span {
	margin: 0 auto;
	font-size: 3.125em;
	font-weight: 600;
	line-height: 100%;
	color: rgba(29, 189, 165, 0.7);
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	z-index: -1;
}
#contents .pankuzu {
	margin-bottom: 80px;
	padding-top: 10px;
}
#contents .pankuzu ul {
	width: 1120px;
	margin: 0 auto;
}
#contents .pankuzu ul:before, #contents .pankuzu ul:after {
	content: " ";
	display: table;
}
#contents .pankuzu ul:after {
	clear: both;
}
#contents .pankuzu ul li {
	float: left;
}
#contents .pankuzu ul li:after {
	margin: 0 0.25em;
	content: '>';
	color: #cccccc;
}
#contents .pankuzu ul li:last-child:after {
	content: none;
}
#contents .pankuzu ul li a {
	color: #cccccc;
}
#contents .midashi01 {
	margin-bottom: 2em;
	text-align: center;
}
#contents .midashi01 span {
	padding: 1em 2em;
	font-size: 1.875em;
	font-weight: 700;
	display: inline-block;
	position: relative;
}
#contents .midashi01 span:before, #contents .midashi01 span:after {
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #cccccc;
}
#contents .midashi01 span:after {
	top: 5px;
	left: 5px;
}
#contents section {
	width: 1120px;
	margin: 0 auto 80px auto;
}
#contents section:last-child {
	margin-bottom: 0;
}
#contents p {
	margin-bottom: 2em;
}
div .sale_sec1.inner p {
	line-height: 1.8em;
}
#contents .table01 {
	width: 100%;
	margin-bottom: 2em;
}
#contents .table01 tbody tr th {
	width: 200px;
	padding: 10px 15px;
	font-weight: bold;
	vertical-align: top;
	background-image: url("../img/icon_sankaku01.png");
	background-repeat: no-repeat;
	background-position: 95% 15px;
	border-bottom: solid 2px #e9e9e9;
}
#contents .table01 tbody tr td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: solid 2px #e9e9e9;
}
#contents .company_sec1 .panel {
	max-width: 800px;
	margin: 0 auto;
}
#contents .company_sec1 h4 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: 700;
	color: #1dbda5;
	text-align: center;
}
#contents .company_sec1 h4:after {
	margin: 0.25em auto 0 auto;
	content: url("../img/company_aisatsu_bar.gif");
	display: block;
}
#contents .company_sec1 p {
	text-align: center;
}
#contents .company_sec2 .address {
	letter-spacing: -0.4em;
}
#contents .company_sec2 .address > * {
	display: inline-block;
	letter-spacing: normal;
}
#contents .company_sec2 .address dt {
	width: 50px;
	margin: 0 10px 1em 10px;
	padding: 0.1em;
	text-align: center;
	color: #ffffff;
	background-color: #1dbda5;
}
#contents .company_sec2 .address dd {
	width: calc(100% - 60px);
	margin-bottom: 1em;
}
#contents .company_sec2 .map {
	width: 100%;
	height: 300px;
	margin: 0 0 10px 0;
}
#contents .company_sec2 .map iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#contents .company_sec2 .jigyou {
	padding-left: 1em;
	list-style: url("../img/icon_shikaku01.png") outside;
}
#contents .business_sec1 > ul:before, #contents .business_sec1 > ul:after {
	content: " ";
	display: table;
}
#contents .business_sec1 > ul:after {
	clear: both;
}
#contents .business_sec1 > ul > li {
	width: 550px;
	margin-bottom: 25px;
	float: left;
	background-color: #eeeeee;
	background-image: url("../img/business_box_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contents .business_sec1 > ul > li:nth-child(2n) {
	float: right;
}
#contents .business_sec1 > ul > li .box {
	padding: 40px;
}
#contents .business_sec1 li .box .btn {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents .business_sec1 li .box a {
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	transition : all 0.3s ease 0s;
	padding-left: 30px;
	padding-right: 30px;
	width: 45%;
}

#contents .business_sec1 li .box a.sale {
		background-color: rgba(191,4,7,1.00);
}
#contents .business_sec1 li .box a.sale:hover {
	background-color: rgba(231,44,47,1.00);
}
#contents .business_sec1 li .box a.order {
	background-color: rgba(1,175,102,1.00);
}
#contents .business_sec1 li .box a.order:hover {
	background-color: rgba(14,189,106,1.00);
}
#contents .business_sec1 > ul > li h4 {
	margin-bottom: 1.5em;
	padding: 0.25em;
	font-size: 1.125em;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background-color: #1dbda5;
	position: relative;
}
#contents .business_sec1 > ul > li h4:before, #contents .business_sec1 > ul > li h4:after {
	width: 10px;
	height: 0;
	content: '';
	border-bottom: solid 1px #ffffff;
	position: relative;
	top: 50%;
}
#contents .business_sec1 > ul > li h4:before {
	left: 0;
}
#contents .business_sec1 > ul > li h4:after {
	right: 0;
}
#contents .business_sec1 > ul > li ul {
	margin-bottom: 1em;
	padding-left: 1em;
	list-style: url("../img/icon_shikaku01.png") outside;
}
#contents .business_sec1 > ul > li ul .none {
	list-style: none;
}
#contents .business_sec1 > ul > li img {
	margin: 0 auto;
	display: block;
}
#contents .recruit_sec1 > p {
	padding: 20px;
	color: #ffffff;
	background-color: #1dbda5;
	position: relative;
}
#contents .recruit_sec1 > p:before {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 35px 28px 0 0;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#contents .recruit_sec1 > p:after {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 0 0 35px 28px;
	border-color: transparent transparent #eeeeee transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
#contents .recruit_sec1 .box {
	padding: 40px;
	background-color: #eeeeee;
}
#contents .recruit_sec1 .box h4 {
	margin-bottom: 1em;
	font-size: 1.75em;
	font-weight: 700;
	text-align: center;
}
#contents .recruit_sec1 .box h4:after {
	width: 4em;
	height: 0;
	margin: 0.25em auto 0 auto;
	content: '';
	display: block;
	border-top: solid 2px #000000;
}
#contents .recruit_sec1 .box .in {
	padding: 40px;
	background-color: #ffffff;
}
#contents .recruit_sec1 .box .in p {
	margin-bottom: 1em;
}
#contents .mailform input[type="text"] {
	width: 60%;
	padding: 5px;
	border: solid 1px #cccccc;
}
#contents .mailform textarea {
	width: 100%;
	height: 180px;
	padding: 5px;
	border: solid 1px #cccccc;
}
#contents .mailform .submit {
	padding: 20px 0;
}
#contents .mailform .submit input[type="submit"] {
	width: 200px;
	height: 72px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	font-size: 1.6252em;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	background: none;
	background-color: #00af66;
	border: none;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#contents .mailform .submit input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.6;
}
#contents .privacy_txt li h4 {
	margin-bottom: 1em;
	padding: 5px 5px 10px 40px;
	font-size: 1.125em;
	font-weight: bold;
	border-bottom: solid 2px #eeeeee;
	border-left: solid 2px #eeeeee;
}
#contents .privacy_txt li h4:before {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 -30px;
	content: '';
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	vertical-align: -0.2em;
}
#contents .privacy_txt li:nth-child(1) h4:before {
	background-image: url("../img/privacypolicy_1.gif");
}
#contents .privacy_txt li:nth-child(2) h4:before {
	background-image: url("../img/privacypolicy_2.gif");
}
#contents .privacy_txt li:nth-child(3) h4:before {
	background-image: url("../img/privacypolicy_3.gif");
}
#contents .privacy_txt li:nth-child(4) h4:before {
	background-image: url("../img/privacypolicy_4.gif");
}
#contents .privacy_txt li:nth-child(5) h4:before {
	background-image: url("../img/privacypolicy_5.gif");
}
#contents .sitemap_sec1 {
	padding-bottom: 150px;
}
#contents .sitemap_sec1 ul {
	letter-spacing: -0.4em;
}
#contents .sitemap_sec1 ul > * {
	display: inline-block;
	letter-spacing: normal;
}
#contents .sitemap_sec1 ul li {
	width: 550px;
	padding: 40px 20px 40px 55px;
	font-size: 1.25em;
	border-bottom: solid 2px #eeeeee;
}
#contents .sitemap_sec1 ul li:nth-child(1) {
	border-top: solid 2px #eeeeee;
}
#contents .sitemap_sec1 ul li:nth-child(2n) {
	margin-left: 20px;
}
#contents .sitemap_sec1 ul li:before {
	width: 20px;
	height: 20px;
	margin: 0 15px 0 -35px;
	content: '';
	background-image: url("../img/icon_arrow02.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	vertical-align: -0.2em;
}
#contents .sitemap_sec1 ul li.none:before {
	content: none;
}

@media screen and (min-width: 641px) {
#contents .sale_sec1 {
	padding-bottom: 150px;
}
#contents .sale_sec1 > h4 {
	padding: 20px;
	color: #ffffff;
	background-color: #1dbda5;
	position: relative;
	margin-bottom: 30px;
}
#contents .sale_sec1 > h4:before {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 35px 28px 0 0;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#contents .sale_sec1 > h4:after {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 0 0 35px 28px;
	border-color: transparent transparent #eeeeee transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}
.sale_sec1.inner .order {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
}
.sale_sec1.inner .order a {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #01AF66;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
}
.sale_sec1.inner .order a:hover {
	background-color: #01AF66;
	color: #FFFFFF;
}
.sale_sec1.inner .flow {
	margin-bottom: px;
}
.sale_sec1.inner .flow dl {
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	width: 810px;
}
.sale_sec1.inner .flow dl dt {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.8em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #1DB49C;
}
.sale_sec1.inner .flow dl dd {
	line-height: 1.8em;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 30px;
}

.sale_sec1.inner .samplebox {
	margin-bottom: 50px;
	background-color: #EEEEEE;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.sale_sec1.inner .samplebox dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sale_sec1.inner .samplebox dt {
	font-size: 16px;
	text-align: center;
	background-color: #1DB49C;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:20px;
}
.sale_sec1.inner .samplebox dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.8em;
	font-size: 15px;
}
.sale_sec1.inner .samplebox dd ul {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sale_sec1.inner .samplebox dd li {
	text-align: center;
}
.sale_sec1.inner .samplebox dd li:nth-child(even) {
	margin-top: 60px;
}
.sale_sec1.inner .samplebox dd span {
	color: #1DB49C;
	margin-right: 10px;
}

.sale_sec1.inner .data {
	margin-bottom:50px;
}
.sale_sec1.inner .data dl,
.sale_sec1.inner .data dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.8em;
}
.sale_sec1.inner .data dt {
	color: #1CBDA5;
	margin-bottom: 10px;
}
.sale_sec1.inner .data ul {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sale_sec1.inner .data li {
	width: 23%;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
.sale_sec1.inner .data li dl,
.sale_sec1.inner .data li dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sale_sec1.inner .data li dt {
	font-size: 18px;
	color: #FFFFFF!important;
	background-color: #1CBDA5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sale_sec1.inner .data li dd {
	color: #1CBDA5;
}
.sale_sec1.inner .data li dd span {
	font-size: 24px;
}

.sale_sec1.inner .sample_image {
	margin-bottom: 50px;
}
.sale_sec1.inner .sample_image ul {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sale_sec1.inner .sample_image li {
	width: 32%;
	margin-bottom: 30px;
}

.sale_sec1.inner .etc {
	margin-bottom: 50px;
}

.pchd {
	display:none;
}

}

@media screen and (max-width: 640px) {
/****************************************************
   * 6.SP共通設定
   ****************************************************/
html {
	font-size: 14px;
}
html, body {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
}
.pcNone {
	display: block !important;
}
.spNone {
	display: none !important;
}
.imgCenter, .imgLeft, .imgRight {
	float: none;
	display: block;
	margin: 1em auto;
}
a[href^="tel:"] {
	cursor: pointer;
}
a[href^="tel:"]:hover {
	text-decoration: underline;
}
.inner {
	width: 94%;
	margin: 0 3%;
}
.left, .right {
	float: none;
}
.anchor {
	margin: -70px 0;
	padding: 70px 0;
}
.btn01 a {
	width: 280px;
	padding: 15px 10px;
}
.btn_contact a {
	padding: 15px 10px;
}
.panel {
	padding: 20px;
	-webkit-background-size: 30px;
	background-size: 30px;
}
.panel:before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 5px;
	left: 5px;
}
/*ブロックグリッド 1～6まで*/
.sp-block-grid-1 > li {
	width: 100%;
}
.sp-block-grid-1 > li:nth-of-type(1n) {
	clear: none;
}
.sp-block-grid-1 > li:nth-of-type(1n+1) {
	clear: both;
}
.sp-block-grid-2 > li {
	width: 50%;
}
.sp-block-grid-2 > li:nth-of-type(1n) {
	clear: none;
}
.sp-block-grid-2 > li:nth-of-type(2n+1) {
	clear: both;
}
.sp-block-grid-3 > li {
	width: 33.33333%;
}
.sp-block-grid-3 > li:nth-of-type(1n) {
	clear: none;
}
.sp-block-grid-3 > li:nth-of-type(3n+1) {
	clear: both;
}
.sp-block-grid-4 > li {
	width: 25%;
}
.sp-block-grid-4 > li:nth-of-type(1n) {
	clear: none;
}
.sp-block-grid-4 > li:nth-of-type(4n+1) {
	clear: both;
}
.sp-block-grid-5 > li {
	width: 20% !important;
}
.sp-block-grid-5 > li:nth-of-type(1n) {
	clear: none;
}
.sp-block-grid-5 > li:nth-of-type(5n+1) {
	clear: both;
}
.sp-block-grid-6 > li {
	width: 16.66667%;
}
.sp-block-grid-6 > li:nth-of-type(1n) {
	clear: none;
}
.sp-block-grid-6 > li:nth-of-type(6n+1) {
	clear: both;
}
/****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
.container {
	min-width: 320px;
}
.container > .containerIn {
	width: 100%;
	margin: 0 auto;
}
.container .row > .column > .colIn {
	padding: 0 10%;
}
.container .row .col_1, .container .row .col_2, .container .row .col_3, .container .row .col_4, .container .row .col_5, .container .row .col_6, .container .row .col_7, .container .row .col_8, .container .row .col_9, .container .row .col_10, .container .row .col_11, .container .row .col_12 {
	width: 100%;
}
/****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
header {
	height: 70px;
}
header .header_in {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}
header h1 {
	width: 159px;
	height: 70px;
	margin: 0 0 0 3%;
}
header .gloval_navi {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding: 100px 0 0 0;
	background: none;
	background-color: #212121;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9999;
}
header .gloval_navi ul {
	width: 100%;
	margin: 0 auto;
	display: block;
	border-top: solid 1px #ffffff;
}
header .gloval_navi ul li {
	width: 100% !important;
	height: auto;
	margin: 0 auto;
	float: none;
	display: block;
	border-bottom: solid 1px #ffffff;
}
header .gloval_navi ul li:before {
	content: none;
}
header .gloval_navi ul li a {
	padding: 0.5em 0;
	color: #ffffff;
	text-indent: 1em;
	overflow: visible;
	white-space: normal;
	display: block;
}
header .gloval_navi .sp_navi_close {
	display: block;
	position: absolute;
	top: 20px;
	right: 3%;
}
header .gloval_navi .sp_navi_close a img {
	width: 30px;
	height: 30px;
}
header .sp_navi_open {
	display: block;
	position: absolute;
	top: 20px;
	right: 3%;
	z-index: 9998;
}
header .sp_navi_open a img {
	width: 30px;
	height: 30px;
}
/*フッターブロック　SP*/
footer {
	min-width: 320px;
}
footer .pagetop {
	min-width: 320px;
	padding-right: 50px;
	top: -28px;
}
footer .pagetop img {
	height: 56px;
}
footer ul {
	margin: 0 auto 60px auto;
	letter-spacing: -0.4em;
}
footer ul > * {
	display: inline-block;
	letter-spacing: normal;
}
footer ul li {
	margin: 0.5em 1em;
}
footer ul li:before {
	content: none;
}
/****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
#index {
	background-position: center 428px;
}
#index section {
	padding-top: 428px;
	background-image: url("../img/mv_sp.png");
}
#index section ul {
	padding-top: 100px;
}
#index section ul li {
	width: 100%;
	padding: 1em;
}
#index section ul li:nth-child(1) {
	margin: 0 auto 50px auto;
}
#index section ul li:nth-child(2) {
	margin: 0 auto 50px auto;
}
#index section ul li:nth-child(3) {
	margin: 0 auto 50px auto;
}
#index section ul li:nth-child(4) {
	padding: 0 0 60px 0;
}
#index section ul li:nth-child(4) .btn_contact a {
	width: 100%;
}
#index section h2 {
	margin-bottom: 30px;
	font-size: 1.6252em;
	line-height: 200%;
}
#index section h2 span {
	font-size: 2em;
}
/*contents　SP*/
#contents {
	padding-bottom: 80px;
	background: url("../img/content_bg_bottom.png") no-repeat center bottom;
}
#contents .page_ttl {
	min-width: 100%;
	height: 180px;
	padding-top: 85px;
	-webkit-background-size: cover;
	background-size: cover;
}
#contents .page_ttl h2 {
	width: 90%;
	font-size: 1.6252em;
	line-height: 200%;
}
#contents .page_ttl h2 span {
	font-size: 2em;
}
#contents .pankuzu {
	margin-bottom: 2em;
}
#contents .pankuzu ul {
	width: 94%;
	margin: 0 3%;
}
#contents section {
	width: 94%;
	margin: 0 3% 40px 3%;
}
#contents .table01 tbody tr th {
	width: 30%;
}
#contents .business_sec1 > ul:before, #contents .business_sec1 > ul:after {
	content: " ";
	display: table;
}
#contents .business_sec1 > ul:after {
	clear: both;
}
#contents .business_sec1 > ul > li {
	width: 100%;
	margin-bottom: 2em;
	float: none !important;
}
#contents .business_sec1 > ul > li .box {
	padding: 20px;
}
#contents .recruit_sec1 .box {
	padding: 20px;
}
#contents .recruit_sec1 .box .in {
	padding: 20px;
}
#contents .mailform input[type="text"] {
	width: 100%;
}
#contents .sitemap_sec1 {
	padding-bottom: 50px;
}
#contents .sitemap_sec1 ul li {
	width: 100%;
	margin: 0 0 20px 0 !important;
	padding: 20px 10px 20px 40px;
}
#contents .sitemap_sec1 ul li:before {
	width: 15px;
	height: 15px;
	margin: 0 15px 0 -30px;
	
}

#contents .sale_sec1 {
	padding-bottom: 150px;
}
#contents .sale_sec1 > h4 {
	padding: 20px;
	color: #ffffff;
	background-color: #1dbda5;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.5em;
}
#contents .sale_sec1 > h4:before {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 35px 28px 0 0;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#contents .sale_sec1 > h4:after {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 0 0 35px 28px;
	border-color: transparent transparent #eeeeee transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

.sale_sec1.inner .order {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
}
.sale_sec1.inner .order a {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #01AF66;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
}

.sale_sec1.inner .flow dl {
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
}
.sale_sec1.inner .flow dl dt {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.8em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #1DB49C;
}
.sale_sec1.inner .flow dl dd {
	line-height: 1.5em;
	font-size: 13px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sale_sec1.inner .samplebox {
	margin-bottom: 50px;
	background-color: #EEEEEE;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.sale_sec1.inner .samplebox dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sale_sec1.inner .samplebox dt {
	font-size: 16px;
	text-align: center;
	background-color: #1DB49C;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:20px;
}
.sale_sec1.inner .samplebox dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.8em;
	font-size: 15px;
}

.sale_sec1.inner .samplebox dd li {
	text-align: center;
}
.sale_sec1.inner .samplebox dd li:nth-child(even) {
	transform:rotate(90deg); 
}
.sale_sec1.inner .samplebox dd span {
	color: #1DB49C;
	margin-right: 10px;
}

.sale_sec1.inner .data dl,
.sale_sec1.inner .data dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.8em;
}
.sale_sec1.inner .data dt {
	color: #1CBDA5;
	margin-bottom: 10px;
}
.sale_sec1.inner .data ul {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sale_sec1.inner .data li {
	width: 48%;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	margin-bottom: 20px;
}
.sale_sec1.inner .data li dl,
.sale_sec1.inner .data li dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sale_sec1.inner .data li dt {
	font-size: 18px;
	color: #FFFFFF!important;
	background-color: #1CBDA5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sale_sec1.inner .data li dd {
	color: #1CBDA5;
}
.sale_sec1.inner .data li dd span {
	font-size: 24px;
}

.sale_sec1.inner .sample_image ul {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sale_sec1.inner .sample_image li {
	width: 48%;
	margin-bottom: 20px;
}
.sale_sec1.inner .etc {
	margin-bottom: 40px;
}

.sphd {
	display:none;
}

}
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: 600;
}
.colorRed {
	color: #bd1d1d;
}

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
@page {
	/* A4縦サイズ */
	size: 210mm 297mm;
}
body {
	margin: 0 !important;
	padding: 0 !important;
}
* {
	-webkit-print-color-adjust: exact;
}
.container {
	padding: 0;
}
#header {
	position: static;
}
img {
	display: block;
}
}
