@charset "UTF-8";
/* CSS Document */
/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
  font-family: 'Noto Serif JP', serif, 'MS Mincho', "ＭＳ 明朝", 'Yu Mincho', "游明朝", 'YuMincho', "游明朝体", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  line-height: 1.7;
  color: #333;
}
/* ie7 */ *:first-child + html body {
  font-size: 81%;
}
/* ie6Below */ * html body {
  font-size: 81%;
}
/* ie8 */ html > /**/ body {
  font-size /*\**/ : 81%\9;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
  margin: 0;
  padding: 0;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul, ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
a, input {
  outline: none;
}
abbr, acronym {
  border: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}
body {
  /*text-align: center;*/
}
a:hover {
  transition: .3s;
}
@media print {
  html, html body {
    *zoom: 0.65 !important;
  }
  html > /***/ body #contentsIn {
    display /**/ : table\9;
  }
  html > /***/ body #main, html > /***/ body #sub {
    display /**/ : table-cell\9;
    vertical-align /**/ : top\9;
  }
  .pageTop {
    display: none;
  }
  .pageBreak01 {
    page-break-after: always;
  }
}

body p {
	line-height: 1.4;
	font-weight: 500;
}
/*ボタン*/
.btn {
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  padding: 0.8em 1em;
  text-decoration: none;
  font-weight: bold;
}
.btn span {
  background: url("../img/icon_arrow.png") left center no-repeat;
  padding: 0 0 0 1.5em;
}
.btn.pink {
  background: #ff4292;
  box-shadow: 0px 4px 0px 0px #cc3575;
  -webkit-box-shadow: 0px 4px 0px 0px #cc3575;
  -moz-box-shadow: 0px 4px 0px 0px #cc3575;
  -o-box-shadow: 0px 4px 0px 0px #cc3575;
  -ms-box-shadow: 0px 4px 0px 0px #cc3575;
}
.btn.blue {
  background: url("../img/icon_arrow.png") 20px center no-repeat, #13b1df;
  box-shadow: 0px 4px 0px 0px #0f8eb2;
  -webkit-box-shadow: 0px 4px 0px 0px #0f8eb2;
  -moz-box-shadow: 0px 4px 0px 0px #0f8eb2;
  -o-box-shadow: 0px 4px 0px 0px #0f8eb2;
  -ms-box-shadow: 0px 4px 0px 0px #0f8eb2;
	border: none;
	width: 260px;
	cursor: pointer;
}

/*==============================
	header
================================*/
#header {
  /*border: solid 1px red;*/
}
#header .unav {
  margin-left: auto;
  width: 160px;
  margin-right: -10px;
}
#header .unav ul {
  display: flex;
}
#header .unav ul li {}
#header .unav ul li a {
  color: #999999;
  font-size: 11px;
  padding: 0 5px;
  position: relative;
  text-decoration: none;
}
#header .unav ul li a:hover {
  text-decoration: underline;
}
#header .unav ul li a::after {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #999;
  position: absolute;
  top: 4px;
  right: 0;
}
#header .unav ul li:last-child a::after {
  display: none;
}
#header .h_contents {
  display: flex;
	justify-content: space-between;
	padding: 0 0 10px;
}
#header .h_contents dl:first-child {
	color: #289500;
	margin: 0 95px 0 0;
}
#header .h_contents dl:first-child + p {
	margin: 30px 0 0;
}
#header .h_contents dl:first-child dt {
	margin: 0 0 10px;
}
#header .h_contents dl:first-child dd {
	font-size: 18px;
	border: solid 1px #289500;
	padding: 0.3em 0.8em;
	font-weight: 500;
}
#header .h_contents dl:last-child {
	margin: 0 0 0 20px;
	background: url("../img/img_tel_lady.png") right top no-repeat;
	padding: 22px 100px 0 0;
}
#header .h_contents dl:last-child dt {
	color: #289500;
	font-weight: bold;
	font-size: 34px;
	background: url("../img/icon_tel.png") left center no-repeat;
	padding: 0 0 0 30px;
}
.h_contents dl dt a{
	color: #289500;
	text-decoration: none;
}
#header .h_contents dl:last-child dd {
	font-size: 12px;
	color: #222;
	text-align: right;
	margin: -12px 2px 0 0;
}
#header #gnav {
	background-color: #289500;
}
#header #gnav ul {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	padding: 1em 0;
}
#header #gnav ul li {}
#header #gnav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	font-weight: 700;
}
#header #gnav ul li a::after {
	content: "";
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 5px;	
}
#header #gnav ul li a:hover {
	text-decoration: underline;
	transition: .3s;
}
#header #gnav ul li:nth-child(1) a {
	padding: 0 40px;
}
#header #gnav ul li:nth-child(1) a::before {
	content: "";
	width: 1px;
	height: 18px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 5px;	
}
#header #gnav ul li:nth-child(2) a {
	padding: 0 50px;
}
#header #gnav ul li:nth-child(3) a {
	padding: 0 60px;
}
#header #gnav ul li:nth-child(4) a {
	padding: 0 35px;
}
#header #gnav ul li:nth-child(5) a {
	padding: 0 35px;
}
#main {
  /*border: solid 1px green;*/
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  .flex_box {
    display: block;
  }
}
/*
	メインビジュアル
------------------------------------*/
#main_visual {
  background-size: auto auto;
  background-color: rgba(229, 243, 225, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(223, 240, 217, 1) 8px, rgba(223, 240, 217, 1) 16px);
}
#main_visual .inner {
	background: url("../img/img_mainvisual.png") center top no-repeat, #265415;
	position: relative;
	height: 777px;
}
#main_visual .inner h1 {
	position: absolute;
	left: -25px;
	top: 25px;
}
#main_visual .inner ul {
	position: absolute;
	display: flex;
	top: 355px;
	right: 20px;
}
#main_visual .inner ul li {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 40px 0 0;
	margin: 0 5px;
}
#main_visual .inner ul li:nth-child(1) {
  background: rgb(25, 177, 179);
  background: linear-gradient(135deg, rgba(25, 177, 179, 1) 0%, rgba(25, 177, 179, 1) 50%, rgba(22, 159, 161, 1) 50%, rgba(22, 159, 161, 1) 100%);
}
#main_visual .inner ul li:nth-child(2) {
  background: rgb(251, 165, 54);
  background: linear-gradient(135deg, rgba(251, 165, 54, 1) 0%, rgba(251, 165, 54, 1) 50%, rgba(225, 148, 48, 1) 50%, rgba(225, 148, 48, 1) 100%);
}
#main_visual .inner ul li:nth-child(3) {
  background: rgb(229, 140, 213);
  background: linear-gradient(135deg, rgba(229, 140, 213, 1) 0%, rgba(229, 140, 213, 1) 50%, rgba(206, 126, 191, 1) 50%, rgba(206, 126, 191, 1) 100%);
}
#main_visual .inner div {
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 244, 229, 1) 50%, rgba(233, 244, 229, 1) 100%);
	margin: 0 40px;
	padding: 20px 40px 30px;
	position: absolute;
	top: 555px;
}
#main_visual .inner div h2 {
	color: #289500;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px;
}
/*
	こんな悩みありませんか？
------------------------------------*/
#nayami {
  background-size: auto auto;
  background-color: rgba(202, 221, 239, 1);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(194, 216, 237, 1) 50px, rgba(194, 216, 237, 1) 100px);
	position: relative;
}
#nayami::after {
  content: "";
  width: 100%;
  height: 30%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(31,118,213,0.3) 100%);
  position: absolute;
  top: 0;
}
#nayami .inner h2 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	padding: 70px 0 40px;
	position: relative;
	z-index: 10;
}
#nayami .inner p {
	position: relative;
	z-index: 10;
}

/*
	全て解決
------------------------------------*/
#kaiketsu {
	background: url("../img/bg_heart.png") center top no-repeat, #93d4ff;
	text-align: center;
}
#kaiketsu h3 {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
	padding: 90px 0 0;
}
#kaiketsu h3 span {
	color: #fe3848;
	font-size: 60px;
}
#kaiketsu p {
	font-size: 32px;
	font-weight: bold;
	margin: 360px 0 0;
	padding: 0 0 100px;
}
#kaiketsu p span {
	color: #fe3848;
}

.Ttl {
  background-size: auto auto;
  background-color: rgba(62, 160, 26, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(40, 149, 0, 1) 8px, rgba(40, 149, 0, 1) 16px);
}
.Ttl h2 {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	padding: 1.3em 0;
	position: relative;
}
/*
	小売業の人手不足解消に利用者急増中
------------------------------------*/
#jisseki {
	padding: 0 0 80px;
}
#jisseki .Ttl h2::after {
	content: "";
	width: 250px;
	height: 150px;
	background: url("../img/icon_arrow_L.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 25px;
}
#jisseki .inner .jisseki_box {
	display: flex;
	padding: 70px 0 30px;
}
#jisseki .inner .jisseki_box figure {
	padding: 0;
	margin: 0;
}
#jisseki .inner .jisseki_box figure figcaption {
	text-align: center;
	padding: 5px 0 0;
}
#jisseki .inner .jisseki_box dl {
	font-weight: 900;
	margin: 0 0 0 30px;
}

#jisseki .inner .jisseki_box dl dt {
	color: #c98a1a;
	font-size: 40px;
	background: url("../img/icon_crown.png") left center no-repeat;
	padding: 0 0 0 55px;
}
#jisseki .inner .jisseki_box dl dd {
	color: #222;
	font-size: 52px;
	line-height: 1.3;
	padding: 15px 0 0;
}
#jisseki .inner .jisseki_detail {
  border-radius: 50px 0;
  background: rgb(216, 205, 171);
  background: linear-gradient(-45deg, rgba(216, 205, 171, 1) 0%, rgba(216, 205, 171, 1) 50%, rgba(240, 228, 190, 1) 50%, rgba(240, 228, 190, 1) 100%);
  padding: 20px 30px;
	position: relative;
}
#jisseki .inner .jisseki_detail::after {
	content: "";
	width: 300px;
	height: 338px;
	background: url("../img/img_lady.png") right bottom no-repeat;
	position: absolute;
	right: 0;
	bottom: -4px;
}
#jisseki .inner .jisseki_detail ul {
	display: flex;
}
#jisseki .inner .jisseki_detail ul li {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}
#jisseki .inner .jisseki_detail ul li:nth-child(1) {
  background: rgb(22, 159, 161);
  background: linear-gradient(-45deg, rgba(22, 159, 161, 1) 0%, rgba(22, 159, 161, 1) 50%, rgba(25, 177, 179, 1) 50%, rgba(25, 177, 179, 1) 100%);
  padding: 55px 0 0;
}
#jisseki .inner .jisseki_detail ul li:nth-child(2) {
  background: rgb(225, 148, 48);
  background: linear-gradient(-45deg, rgba(225, 148, 48, 1) 0%, rgba(225, 148, 48, 1) 50%, rgba(251, 165, 54, 1) 50%, rgba(251, 165, 54, 1) 100%);
  padding: 55px 0 0;
}
#jisseki .inner .jisseki_detail ul li:nth-child(3) {
  background: rgb(133, 174, 212);
  background: linear-gradient(-45deg, rgba(133, 174, 212, 1) 0%, rgba(133, 174, 212, 1) 50%, rgba(148, 194, 236, 1) 50%, rgba(148, 194, 236, 1) 100%);
  padding: 40px 0 0;
}
#jisseki .inner .jisseki_detail ul li:nth-child(4) {
  background: rgb(206, 126, 191);
  background: linear-gradient(-45deg, rgba(206, 126, 191, 1) 0%, rgba(206, 126, 191, 1) 50%, rgba(229, 140, 213, 1) 50%, rgba(229, 140, 213, 1) 100%);
  padding: 40px 0 0;
}
#jisseki .inner .jisseki_detail .people {
	display: flex;
	padding: 0 0 0 10px;
}
#jisseki .inner .jisseki_detail .people dl {
	color: #fff;
	width: 340px;
	text-align: center;
	margin: 20px 20px 0 0;
}
#jisseki .inner .jisseki_detail .people dl dt {
	background-color: #59493f;
	font-size: 26px;
	font-weight: bold;
}
#jisseki .inner .jisseki_detail .people dl dd {
  font-size: 80px;
  font-weight: 900;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
  -o-text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
  -ms-text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.35);
  line-height: 1.2;
}
#jisseki .inner .jisseki_detail .people dl dd span {
	font-size: 50px;
}
/*
	そもそもマネキン紹介所って何？
------------------------------------*/
#mannequin {
	background: url("../img/bg_lady_image.png") center 170px no-repeat;
	padding: 0 0 80px;
}
#mannequin .Ttl h2::after {
	content: "";
	width: 114px;
	height: 134px;
	background: url("../img/icon_hatena.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 25px;
}
#mannequin .inner h3 {
	color: #fff;
	font-size: 50px;
	width: 600px;
	padding: 110px 0 40px;
	font-weight: 600;
}
#mannequin .inner h3 span {
	font-size: 60px;
	font-weight: 900;
}
#mannequin .inner p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 600px;
}
#mannequin .inner ul {
	width: 600px;
	margin: 40px 0 0;
}
#mannequin .inner ul li {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	padding: 15px 0 20px;
	line-height: 1.2;
	margin: 0 0 20px;
}
#mannequin .inner ul li:nth-child(1) {
  background: rgb(22, 159, 161);
  background: linear-gradient(-45deg, rgba(22, 159, 161, 1) 0%, rgba(22, 159, 161, 1) 50%, rgba(25, 177, 179, 1) 50%, rgba(25, 177, 179, 1) 100%);
}
#mannequin .inner ul li:nth-child(2) {
  background: rgb(225, 148, 48);
  background: linear-gradient(-45deg, rgba(225, 148, 48, 1) 0%, rgba(225, 148, 48, 1) 50%, rgba(251, 165, 54, 1) 50%, rgba(251, 165, 54, 1) 100%);
}
#mannequin .inner ul li:nth-child(3) {
  background: rgb(206, 126, 191);
  background: linear-gradient(-45deg, rgba(206, 126, 191, 1) 0%, rgba(206, 126, 191, 1) 50%, rgba(229, 140, 213, 1) 50%, rgba(229, 140, 213, 1) 100%);
}
/*
	ご紹介できる販売職種
------------------------------------*/
#occupation {
	padding: 0 0 80px;
}
#occupation .Ttl h2::after {
	content: "";
	width: 186px;
	height: 131px;
	background: url("../img/icon_person.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 20px;
}
#occupation .inner .flex_box {
	padding: 80px 0 0;
}
#occupation .inner .flex_box li {
  width: calc((100% - 60px) / 3);
  margin: 0 0 40px;
}
#occupation .inner .flex_box li p img {
  width: 100%;
  height: auto;
	border-radius: 40px 0;
}
#occupation .inner .flex_box li h4 {
	color: #289500;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
@media screen and (max-width:768px) {
  #occupation .flex_box li {
    width: 100%;
    margin: 0 0 2em;
  }
}
/*
	マネキンスタッフのご紹介実績
-------------------------------------*/
#performance {
	padding: 0 0 80px;
}
#performance .inner .flex_box {
	padding: 80px 0 0;
}
#performance .inner .flex_box li {
  width: calc((100% - 40px) / 2);
  margin: 0 0 40px;
}
#performance .inner .flex_box li dl {
  display: flex;
}
#performance .inner .flex_box li dl dt {
  width: 170px;
  margin: 0 20px 0 0;
}
#performance .inner .flex_box li dl dt img {
  width: 100%;
  height: auto;
	border-radius: 50%;
}
#performance .inner .flex_box li dl dd {
  width: 330px;
	font-size: 14px;
	padding: 0 20px 20px 0;
}
#performance .inner .flex_box li:first-child dl dd h4 {
	color: #fba536;
	font-weight: bold;
}
#performance .inner .flex_box li:nth-child(4n) dl dd h4 {
	color: #fba536;
	font-weight: bold;
}
#performance .inner .flex_box li:nth-child(4n+1) dl dd h4 {
	color: #fba536;
	font-weight: bold;
}
#performance .inner .flex_box li dl dd h4 {
	color: #19b1b3;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 16px;
}
@media screen and (max-width:768px) {
  #performance .flex_box li {
    width: 100%;
    margin: 0 0 2em;
  }
}

/*
	営業担当者のご案内
-----------------------------------*/
#sales {
	padding: 0 0 80px;
	background: rgb(233,244,229);
background: linear-gradient(-45deg, rgba(233,244,229,1) 0%, rgba(233,244,229,1) 28%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 100%);
}
#sales .Ttl h2::after {
	content: "";
	width: 102px;
	height: 130px;
	background: url("../img/icon_man.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 20px;
}
#sales .inner {
	display: flex;
}
#sales .inner figure {
	padding: 80px 0 0;
	margin: 0 40px 0 0;
}
#sales .inner div {
	padding: 80px 0 0;
}
#sales .inner div > p {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 500;
}
#sales .inner div dl {
	padding: 20px 0 0;
	margin: 0 0 10px;
}
#sales .inner div dl dt {
	font-weight: 900;
	color: #fff;
	background-color: #289500;
	display: inline-block;
	padding: 7px 15px;
	margin: 0 0 10px;
}
#sales .inner div dl dd {
	font-size: 28px;
	font-weight: bold;
}
#sales .inner div dl + p {	
	font-size: 14px;
	font-weight: 500;
}
#sales .inner div dl + p + p {
	font-size: 14px;
	font-weight: 500;
}
/*
	就業中ののマネキンスタッフ
-----------------------------------*/
#staff {
	padding: 0 0 80px;
}
#staff .Ttl h2::after {
	content: "";
	width: 175px;
	height: 119px;
	background: url("../img/icon_shop.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 35px;
}
#staff .inner .flex_box {
	padding: 80px 0 0;
}
#staff .inner .flex_box li {
  width: 500px;
  margin: 0 0 40px;
}
#staff .inner .flex_box li dl {
  display: flex;
}
#staff .inner .flex_box li dl dt {
  width: 170px;
	height: 170px;
  margin: 0 20px 0 0;
}
#staff .inner .flex_box li dl dt img {
  width: 100%;
  height: auto;
	border-radius: 50%;
}
#staff .inner .flex_box li dl dd {
  width: 330px;
	font-size: 14px;
	padding: 20px 20px 20px 0;
}
#staff .inner .flex_box li:first-child dl dd h4 {
	color: #fba536;
	font-weight: bold;
}
#staff .inner .flex_box li:nth-child(4n) dl dd h4 {
	color: #fba536;
	font-weight: bold;
}
#staff .inner .flex_box li:nth-child(4n+1) dl dd h4 {
	color: #fba536;
	font-weight: bold;
}
#staff .inner .flex_box li dl dd h4 {
	color: #19b1b3;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 16px;
}
@media screen and (max-width:768px) {
  #staff .flex_box li {
    width: 100%;
    margin: 0 0 2em;
  }
}
/*
	契約までの流れ
-----------------------------------*/
#flow {
	padding: 0 0 80px;
	background-image: linear-gradient(0deg, transparent 11px, #f1f1f1 12px),linear-gradient(90deg,  transparent 11px, #f1f1f1 12px);
  background-color: #fff;
  background-size: 12px 12px;
}
#flow .Ttl h2::after {
	content: "";
	width: 120px;
	height: 100px;
	background: url("../img/icon_cal.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 35px;
}
#flow .inner ul {
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0;
}
#flow .inner ul li {
	width: 500px;
}
#flow .inner ul li:nth-child(1) {
	-webkit-flex: 2 0 100%;
	flex: 2 0 100%;
	padding: 0 0 30px;
	position: relative;
}
#flow .inner ul li:nth-child(1)::after {
	content: "";
	width: 1000px;
	height: 1px;
	background: url("../img/dot_line_h.png") top left repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}
#flow .inner ul li:nth-child(1)::before {
	content: "";
	width: 52px;
	height: 54px;
	background: url("../img/icon_arrow_orange.png") left top no-repeat;
	position: absolute;
	left: 25%;
	bottom: -35px;
	margin: 0 0 0 -26px;
	z-index: 10;
}
#flow .inner ul li:nth-child(1) dt {
	margin: 0 110px 0 0;
}
#flow .inner ul li:nth-child(1) dt h3 {
	font-size: 40px;
	font-weight: bold;
}
#flow .inner ul li:nth-child(1) dl dd {
	padding: 45px 0 0;
}
#flow .inner ul li:nth-child(1) dl dt p {
	font-size: 16px;
	font-weight: 500;
}
#flow .inner ul li:nth-child(1) dl dd p:nth-child(2) {
	font-size: 34px;
	font-weight: bold;
	margin: 30px 0 0;
	color: #289500;
	background: url("../img/icon_tel.png") left center no-repeat;
	padding: 0 0 0 35px;
}
#flow .inner ul li:nth-child(1) dl dd p:nth-child(3) {
	font-size: 12px;
	padding: 0 0 0 35px;
	margin: -5px 0 0;
}
#flow .inner ul li:nth-child(2)::before {
	content: "";
	width: 52px;
	height: 54px;
	background: url("../img/icon_arrow_orange.png") left top no-repeat;
	position: absolute;
	top: 50%;
	right: -25px;
	margin: -26px 0 0;
	z-index: 10;
	transform: rotate(-90deg);
}
#flow .inner ul li:nth-child(2),
#flow .inner ul li:nth-child(5) {
	padding: 50px 45px 40px 0;
	position: relative;
}
#flow .inner ul li:nth-child(2)::after,
#flow .inner ul li:nth-child(5)::after {
	content: "";
	width: 1px;
	height: 200px;
	background: url("../img/dot_line_v.png") top left repeat-y;
	position: absolute;
	right: 0;
	top: 50px;
}
#flow .inner ul li:nth-child(3),
#flow .inner ul li:nth-child(4) {
	padding: 50px 0 40px 45px;
}
#flow .inner ul li:nth-child(4) {
	order: 5;
	position: relative;
}
#flow .inner ul li:nth-child(3) {
	position: relative;
}
#flow .inner ul li:nth-child(3)::after {
	content: "";
	width: 1000px;
	height: 1px;
	background: url("../img/dot_line_h.png") top left repeat-x;
	position: absolute;
	bottom: 0;
	right: 0;
}
#flow .inner ul li:nth-child(3)::before {
	content: "";
	width: 52px;
	height: 54px;
	background: url("../img/icon_arrow_orange.png") left top no-repeat;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin: 0 0 0 -26px;
	z-index: 10;
}
#flow .inner ul li:nth-child(4)::before {
	content: "";
	width: 52px;
	height: 54px;
	background: url("../img/icon_arrow_orange.png") left top no-repeat;
	position: absolute;
	top: 50%;
	left: -25px;
	margin: -26px 0 0;
	z-index: 10;
	transform: rotate(90deg);
}
#flow .inner ul li > p:first-child {
	display: inline-block;
	background-color: #19b1b3;
	padding: 8px 15px;
	color: #fff;
	font-weight: bold;
}
#flow .inner ul li dl {
	display: flex;
}
#flow .inner ul li dl dt {
	margin: 0 20px 0 0;
}
#flow .inner ul li dl dt h3 {
	font-size: 28px;
	font-weight: 900;
	padding: 8px 0;
}
#flow .inner ul li dl dt p {
	font-size: 14px;
	font-weight: 500;
}
#flow .inner ul li dl dd {
	padding: 20px 0 0;
}
/*
	お問合せ
-----------------------------------*/
#contact .Ttl h2::after {
	content: "";
	width: 134px;
	height: 94px;
	background: url("../img/icon_mail.png") right top no-repeat;
	position: absolute;
	right: 0;
	top: 38px;
}
#contact .inner {
	font-size: 18px;
	padding: 70px 0 80px;
}
#contact .inner > p {
	text-align: center;
	margin: 0 0 40px;
}
input,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 5px;
	border: solid 1px #999999;
  font: inherit;
  outline: none;
}
select {
	position: relative;
	display: inline-block;
}
select::after {
}
input[type="text"] {
  height: 40px;
	border-radius: 5px;
	border: solid 1px #999999;
}
#contact .inner dl {
  display: flex;
  background: url("../img/dot_line_h.png") bottom left repeat-x;
  padding: 20px 1em;
}
#contact .inner dl dt {
  width: 30%;
	font-weight: 500;
}
#contact .inner dl dt span:first-child {
  width: 70%;
  display: inline-block;
}
#contact .inner dl dt .caution {
	font-size: 14px;
	background-color: #ff4292;
	color: #fff;
	font-weight: 900;
	padding: 3px 10px 5px;
}
#contact .inner dl dd {
  width: 70%;
}
#contact .inner dl:nth-child(3) dd {
	position: relative;
}
#contact .inner dl:nth-child(3) dd::after {
  content:"";
  display:block;
  width:8px;
  height:8px;
  position:absolute;
  left:125px;
  top:40%;
  border-bottom:#333 1px solid;
  border-right:#333 1px solid;
  transform:rotate(45deg)translateY(-30%);
}
#contact .inner dl:nth-child(6) {
	background: none;
}
#f_company {
	width: 430px;
}
#f_name {
	width: 430px;
}
#f_address {
	height: 40px;
	width: 150px;
	padding: 0 0 0 15px;
}
#f_address::after {
}
#f_mail {
	width: 430px;
}
#f_tel {
	width: 430px;
}
#f_comment {
	width: 430px;
	height: 180px;
	font-size: 14px;
	padding: 15px;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
#contact .inner .privacy {
	text-align: center;
	margin: 20px 0 30px;
}
#contact .inner .privacy a {
	color: #2e5bc4;
}
#contact .inner .comTable {
	width: 100%;
}
#contact .inner .comTable tr {
	background: url("../img/dot_line_h.png") bottom left repeat-x;
}
#contact .inner .comTable tr th,
#contact .inner .comTable tr td {
	padding: 15px;
}
#contact .inner .confirm {
	text-align: center;
}
#contact .inner .submit {
	margin: 50px 0 0;
	text-align: center;
}
/*#contact .inner form .confirm input[type="btn"] {
	width: 260px;
}*/
@media screen and (max-width:768px) {
  #contact dl {
    display: block;
  }
  #contact dl dd {
    width: 100%;
  }
  #f_company {
    width: 100%;
  }
  #f_name {
    width: 100%;
  }
  #f_mail {
    width: 100%;
  }
  #f_tel {
    width: 100%;
  }
  #f_comment {
    width: 100%;
  }
}

#footer {
  /*border: solid 1px blue;*/
	position: relative;
}
#footer::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	background-size: auto auto;
  background-color: rgba(62, 160, 26, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(40, 149, 0, 1) 8px, rgba(40, 149, 0, 1) 16px);
}
#footer .inner {
	display: flex;
	padding: 40px 20px;
	justify-content: space-between;
}
#footer .inner dl {}
#footer .inner dl dt {
	font-weight: 900;
}
#footer .inner dl dd {
	font-weight: 500;
	font-size: 14px;
}
#footer .inner div {
	text-align: right;
}
#footer .inner div p {
	margin: 0 0 40px;
}
#footer .inner div copy {
	font-size: 12px;
	font-weight: 500;
}
#footer .flow_contents {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	background: #fff;
	width: 100%;	
	border-top: solid 1px #ccc;
	padding: 20px 0 0;
}
#footer .flow_contents .h_contents {
  display: flex;
	justify-content: space-between;
	padding: 0 0 10px;
}
#footer .flow_contents .h_contents dl:first-child {
	color: #289500;
	margin: 0 95px 0 0;
}
#footer .flow_contents .h_contents dl:first-child + p {
	margin: 30px 0 0;
}
#footer .flow_contents .h_contents dl:first-child dt {
	margin: 0 0 10px;
}
#footer .flow_contents .h_contents dl:first-child dd {
	font-size: 18px;
	border: solid 1px #289500;
	padding: 0.3em 0.8em;
	font-weight: 500;
}
#footer .flow_contents .h_contents dl:last-child {
	margin: 0 0 0 20px;
	background: url("../img/img_tel_lady.png") right top no-repeat;
	padding: 22px 100px 0 0;
}
#footer .flow_contents .h_contents dl:last-child dt {
	color: #289500;
	font-weight: bold;
	font-size: 34px;
	background: url("../img/icon_tel.png") left center no-repeat;
	padding: 0 0 0 30px;
}
#footer .flow_contents .h_contents dl:last-child dd {
	font-size: 12px;
	color: #222;
	text-align: right;
	margin: -12px 2px 0 0;
}