@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

/* Common
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 625%;
}

body {
  font-size: .16em;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.ta-center {
  text-align: center;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.btn01 {
  display: inline-block;
  border: 3px solid #e86e6e;
  border-radius: 40px;
  background: #e86e6e url(../images/common/arrow-right01.png) no-repeat center right 1.3em;
  color: #fff;
  font-size: .28rem;
  font-weight: bold;
  letter-spacing: 4px;
  padding: .6em 2.3em;
  transition: .3s;
}

.btn01:hover {
  background-color: #3fc41c;
  border-color: #3fc41c;
}

/* Header
-------------------------------------------------- */
.header_wrapper {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.page-index {
	margin-top: 115px;
}
#header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 9px solid #3fc41c;
  padding: .9em 1em .9em 2.3em;
}

#header .left .logo p img {
  max-width: 35vw;
}

#header .right {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#header .right .menu ul {
  display: flex;
  flex-direction: row;
}

#header .right .menu ul li {
  margin-right: 2.4vw;
}

#header .right .menu ul li a {
  display: inline-block;
  color: #000000;
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 2px;
  border-bottom: 4px solid #fff;
  padding-bottom: .4em;
  transition: .3s;
}

#header .right .menu ul li a:hover {
  border-bottom-color: #3fc41c;
}

#header .right .contact .in {
  background: #e86e6e;
  border-radius: 45px;
  padding: .5em 2.3em .7em;
}

#header .right .contact .in .num {
  font-size: 1.6vw;
  margin-bottom: .1em;
}

#header .right .contact .in .num img {
  height: 1em;
  margin-right: .1em;
  margin-bottom: -0.1em;
}

#header .right .contact .in .num span {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}

#header .right .contact .in .time p {
  text-align: center;
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
}

#header .right .menu-sp {
  display: none;
}

/* Page Index
-------------------------------------------------- */
.page-index .mv {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .mv .bg figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-index .mv .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.page-index .mv .content .txt {
  font-size: .60rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: .6em;
  letter-spacing: 8px;
  text-shadow: 0px 0px 5px rgba(32, 154, 0, 0.9), 0px 0px 5px rgba(32, 154, 0, 0.9), 0px 0px 5px rgba(32, 154, 0, 0.9);
}

.page-index .mv .content .txt small {
  font-size: .50rem;
}

.page-index .mv .content .txt02 span {
  font-size: .26rem;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  background: rgba(61, 193, 27, 0.5);
  padding: .6em 3em;
  letter-spacing: 4px;
  text-shadow: 0px 0px 5px rgba(32, 154, 0, 0.9), 0px 0px 5px rgba(32, 154, 0, 0.9), 0px 0px 5px rgba(32, 154, 0, 0.9);
}

.page-index .main {
  background: #f6f6e8 url(../images/index/main-bg01.jpg) no-repeat top center;
}

.page-index .main .box01 {
  margin-bottom: 5em;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .main .box01 .inner {
  margin-top: -6em;
}

.page-index .main .box01 .inner ul {
  display: flex;
  flex-direction: row;
  margin: 0 -0.5em;
}

.page-index .main .box01 .inner ul li {
  padding: 0 .5em;
}

.page-index .main .box01 .inner ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-index .main .box02 {
  margin-bottom: 4.3em;
}

.page-index .main .box02 .inner .ttl {
  text-align: center;
  margin-bottom: 2.3em;
}

.page-index .main .box02 .inner .ttl h2 {
  font-size: .40rem;
  font-weight: bold;
  color: #303030;
  letter-spacing: 1px;
  margin-bottom: .4em;
}

.page-index .main .box02 .inner .ttl p {
  font-size: .18rem;
  font-weight: 900;
  color: #3fc41c;
  letter-spacing: 1px;
}

.page-index .main .box02 .inner .ttl figure {
  margin-bottom: .8em;
}

.page-index .main .box02 .inner .txt p {
  font-size: .18rem;
  font-weight: 500;
  color: #303030;
  line-height: 200%;
  margin-bottom: 1.5em;
  text-align: center;
}

.page-index .main .box02 .inner .txt p:last-child {
  margin-bottom: 0;
}

.page-index .main .box03 {
  margin-bottom: 5em;
}

.page-index .main .box03 ul {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.page-index .main .box03 ul li {
  width: 50vw;
  padding: 0 0%;
}

.page-index .main .box03 ul li figure {
  background: #6ebeef url(../images/index/box03-bg02.png) repeat;
}

.page-index .main .box03 ul li figure img {
  width: 100%;
  height: auto;
  position: relative;
  top: -1em;
  left: -1em;
}

.page-index .main .box03 ul li:first-child {
  padding-left: 3em;
}

.page-index .main .box03 ul li:first-child figure {
  position: relative;
  top: 0;
  right: -4em;
}

.page-index .main .box03 ul li:last-child {
  margin-top: 7em;
  padding-right: 2em;
}

.page-index .main .box03 ul li:last-child figure {
  position: relative;
  left: -4em;
  z-index: 2;
  background: #ff9191 url(../images/index/box03-bg01.png) repeat;
}

.page-index .main .box04 {
  margin-bottom: 4.7em;
  padding: 0 6em;
}

.page-index .main .box04 .in {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 4em 0;
  background: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.page-index .main .box04 .in .content {
  width: 50%;
  padding: 0 4.5em 0 3em;
}

.page-index .main .box04 .in .content .ttl {
  text-align: center;
  margin-bottom: 2.3em;
}

.page-index .main .box04 .in .content .ttl h2 {
  font-size: .40rem;
  font-weight: bold;
  color: #303030;
  letter-spacing: 1px;
  margin-bottom: .4em;
}

.page-index .main .box04 .in .content .ttl p {
  font-size: .18rem;
  font-weight: 900;
  color: #3fc41c;
  letter-spacing: 1px;
}

.page-index .main .box04 .in .content .ttl figure {
  margin-bottom: .8em;
}

.page-index .main .box04 .in .content .txt {
  margin-bottom: 2.5em;
}

.page-index .main .box04 .in .content .txt p {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  color: #303030;
  line-height: 180%;
}

.page-index .main .box04 .in .content .txt02 {
  margin-bottom: 2.5em;
}

.page-index .main .box04 .in .content .txt02 p {
  text-align: center;
  font-size: .18rem;
  font-weight: 500;
  color: #303030;
  line-height: 220%;
}

.page-index .main .box04 .in .content .link p {
  text-align: center;
}

.page-index .main .box04 .in .content .link p .btn01 {
  min-width: 50%;
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  .page-index .main .box04 .in .content {
    min-width: 63vw;
  }
}

.page-index .main .box04 .in .image {
  width: 50%;
  overflow: visible;
}

.page-index .main .box04 .in .image figure {
  margin-left: -1.5em;
  width: 100vw;
  background: #3abf19 url(../images/index/box04-bg01.png) repeat;
}

.page-index .main .box04 .in .image figure img {
  position: relative;
  top: -1em;
  left: -1em;
  max-width: 80vw;
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  .page-index .main .box04 .in .image figure img {
    max-width: 60vw;
  }
}

.page-index .main .box05 {
  margin-bottom: 3.5em;
}

.page-index .main .box05 ul {
  display: flex;
  flex-direction: row;
}

.page-index .main .box05 ul li {
  width: 50%;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .main .box05 ul li .bg figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.page-index .main .box05 ul li .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.page-index .main .box05 ul li .content .ttl {
  margin-bottom: 2.3em;
}

.page-index .main .box05 ul li .content .ttl h2 {
  font-size: .38rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: .7em;
}

.page-index .main .box05 ul li .content .ttl p {
  font-size: .18rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

.page-index .main .box05 ul li .content .link p .btn01 {
  border-color: #fff;
  background-color: transparent;
  min-width: 35%;
}

.page-index .main .box05 ul li .content .link p .btn01:hover {
  border-color: #3fc41c;
  background-color: #3fc41c;
}

.page-index .main .box06 iframe {
  width: 100%;
  height: 470px;
  max-height: 50vh;
  vertical-align: bottom;
}

/* Page Sub
-------------------------------------------------- */
.page-sub .mv {
  position: relative;
  top: 0;
  left: 0;
}

.page-sub .mv .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-sub .mv .content .box {
  text-align: center;
  background: rgba(61, 193, 27, 0.5);
  padding: 2em 5em;
}

.page-sub .mv .content .box h1 {
  font-size: .28rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: .4em;
  text-shadow: 0 0 10px rgba(26, 123, 0, 0.75);
}

.page-sub .mv .content .box p {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(26, 123, 0, 0.75);
}

/* Page Recruit
-------------------------------------------------- */
.page-recruit > .main {
  padding-top: 7em;
}

.page-recruit .top {
  padding: 90px 0 60px 0;
}

.page-recruit .top h2 {
  color: #363636;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 160%;
  margin-bottom: 10px;
}

.page-recruit .top p {
  /* font-size: 16px; */
  line-height: 180%;
  color: #363636;
}

.page-recruit .list .item {
  margin-bottom: 100px;
}

.page-recruit .list .item .ttl {
  margin-bottom: 50px;
}

.page-recruit .list .item .ttl h3 {
  border-bottom: 2px solid #3fc41c;
  border-left: 10px solid #3fc41c;
}

.page-recruit .list .item .ttl h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  line-height: 140%;
  display: inline-block;
  padding: 12px 0 10px 12px;
}

.page-recruit .list .item .ttl h3 a small {
  font-size: 20px;
}

.page-recruit .list .item .content {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-recruit .list .item .content .detail {
  flex-grow: 1;
  padding-right: 30px;
}

.page-recruit .list .item .content .detail table {
  width: 100%;
  /* font-size: 16px; */
  color: #363636;
  line-height: 120%;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

.page-recruit .list .item .content .detail table tbody tr th {
  background: #dfffd6;
  font-weight: 500;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 16px 20px;
  width: 10em;
  text-align: center;
}

.page-recruit .list .item .content .detail table tbody tr td {
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 16px 20px;
  vertical-align: middle;
}

.page-recruit .list .item .content .image {
  padding-top: 10px;
}

.page-recruit .list .item .content .image figure {
  border: 2px solid #3fc41c;
  padding-right: 10px;
  padding-bottom: 10px;
}

.page-recruit .list .item .content .image figure img {
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -10px;
}

.page-recruit .list .item .link p {
  text-align: center;
}

.page-recruit .list .item .link p a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #3fc41c;
  padding: 15px 36px;
}

.page-recruit .contents {
  padding-bottom: 70px;
}

.page-recruit .contents .ttl {
  margin-bottom: 50px;
}

.page-recruit .contents .ttl h1 {
  border-bottom: 2px solid #3fc41c;
  border-left: 10px solid #3fc41c;
}

.page-recruit .contents .ttl h1 a {
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  line-height: 140%;
  display: inline-block;
  padding: 12px 0 10px 12px;
}

.page-recruit .contents .ttl h1 a small {
  font-size: 20px;
}

.page-recruit .contents .main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 45px;
}

.page-recruit .contents .main .image {
  padding-left: 10px;
}

.page-recruit .contents .main .image figure {
  border: 2px solid #3fc41c;
  padding-right: 10px;
  padding-bottom: 10px;
}

.page-recruit .contents .main .image figure img {
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -10px;
}

.page-recruit .contents .main .detail {
  padding-left: 20px;
  margin-top: -15px;
  flex: 1;
}

.page-recruit .contents .main .detail h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3fc41c;
  line-height: 160%;
  margin-bottom: 15px;
}

.page-recruit .contents .main .detail p {
  /* font-size: 16px; */
  color: #363636;
  line-height: 160%;
}

.page-recruit .contents .sub {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-recruit .contents .sub .item {
  flex: 1;
  padding: 0 15px;
}

.page-recruit .contents .sub .item figure {
  border: 2px solid #3fc41c;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.page-recruit .contents .sub .item figure img {
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -10px;
}

.page-recruit .contents .sub .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3fc41c;
  line-height: 180%;
}

.page-recruit .contents .sub .item p {
  /* font-size: 16px; */
  color: #363636;
  line-height: 180%;
}

.page-recruit .contents .requirements {
  margin-bottom: 30px;
}

.page-recruit .contents .requirements h3 {
  font-weight: bold;
  font-size: 24px;
  color: #363636;
  border-bottom: 1px solid #7d7d7d;
  padding: 0 0 15px 50px;
  margin-bottom: 30px;
}

.page-recruit .contents .requirements table {
  width: 100%;
  /* font-size: 16px; */
  color: #363636;
  line-height: 160%;
}

.page-recruit .contents .requirements table tbody tr {
  border-bottom: 1px dashed #e6e6e6;
}

.page-recruit .contents .requirements table tbody tr th {
  font-weight: bold;
  text-align: left;
  padding: 17px 0 17px 50px;
  vertical-align: top;
  min-width: 10em;
}

.page-recruit .contents .requirements table tbody tr td {
  padding: 17px 0 17px 2em;
}

.page-recruit .contents .requirements table tbody tr:last-child {
  border-bottom: 1px solid #bfbfbf;
}

.page-recruit .contents .requirements table tbody tr:last-child th, .page-recruit .contents .requirements table tbody tr:last-child td {
  padding-bottom: 55px;
}

.page-recruit .contents .links ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.page-recruit .contents .links ul li {
  margin: 0 40px;
}

/* Page Store
-------------------------------------------------- */
.page-store .titles {
  margin-bottom: 45px;
}

.page-store .titles h2 {
  font-weight: bold;
  font-size: 24px;
  color: #363636;
}

.page-store .titles p {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Hind';
  color: #3fc41c;
  letter-spacing: 3px;
}

.page-store .titles.mb-lg {
  margin-bottom: 70px;
}

.page-store .titles:first-child {
  padding: 120px 0 0 0;
}

.page-store .stores {
  margin-bottom: 140px;
}

.page-store .stores .item {
  margin-bottom: 70px;
}

.page-store .stores .item .logo {
  margin-bottom: 30px;
}

.page-store .stores .item .logo img {
  vertical-align: bottom;
}

.page-store .stores .item .images {
  margin-bottom: 15px;
}

.page-store .stores .item .images ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-store .stores .item .images ul li {
  width: 48%;
}

.page-store .stores .item .images ul li figure {
  border: 2px solid #3fc41c;
  /* padding-right: 10px; */
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-store .stores .item .images ul li figure img {
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -10px;
  width: 100%;
}

.page-store .stores .item .detail h4 {
  font-weight: bold;
  font-size: 24px;
  color: #3fc41c;
  line-height: 140%;
  margin-bottom: 10px;
}

.page-store .stores .item .detail p {
  /* font-size: 16px; */
  color: #363636;
  line-height: 200%;
  margin-bottom: 30px;
}

.page-store .business .item .ttl {
  margin-bottom: 50px;
}

.page-store .business .item .ttl h3 {
  border-bottom: 2px solid #3fc41c;
  border-left: 10px solid #3fc41c;
  font-size: 24px;
  font-weight: bold;
  color: #363636;
  line-height: 140%;
  padding: 6px 0 10px 12px;
}

.page-store .business .item .main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 45px;
}

.page-store .business .item .main .image {
  padding-left: 10px;
}

.page-store .business .item .main .image figure {
  border: 2px solid #3fc41c;
  padding-right: 10px;
  padding-bottom: 10px;
}

.page-store .business .item .main .image figure img {
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -10px;
}

.page-store .business .item .main .detail {
  padding-left: 20px;
  margin-top: -15px;
}

.page-store .business .item .main .detail h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3fc41c;
  line-height: 160%;
  margin-bottom: 15px;
}

.page-store .business .item .main .detail p {
  /* font-size: 16px; */
  color: #363636;
  line-height: 160%;
}

.page-store .business .item .sub {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-store .business .item .sub .item {
  width: 31%;
}

.page-store .business .item .sub .item figure {
  border: 2px solid #3fc41c;
  /* padding-right: 10px; */
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page-store .business .item .sub .item figure img {
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -10px;
  width: 100%;
}

.page-store .business .item .sub .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3fc41c;
  line-height: 180%;
}

.page-store .business .item .sub .item p {
  /* font-size: 16px; */
  color: #363636;
  line-height: 180%;
}

.page-store .business .item .sub::after {
  content: "";
  display: block;
  width: 31%;
}

/* Page Company
-------------------------------------------------- */
.page-company {
  padding-bottom: 80px;
}

.page-company .top {
  padding: 120px 0 0;
}

.page-company .top .ttl {
  text-align: center;
  margin-bottom: 20px;
}

.page-company .top .ttl h2 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #363636;
}

.page-company .top .ttl p {
  font-size: 70px;
  font-weight: bold;
  font-family: 'Hind';
  text-transform: uppercase;
  color: #3fc41c;
}

.page-company .top .txt {
  margin-bottom: 90px;
}

.page-company .top .txt p {
  font-size: .18rem;
  font-weight: 500;
  color: #303030;
  line-height: 200%;
  margin-bottom: 1.5em;
  text-align: center;
}

.page-company .detail {
  margin-bottom: 120px;
}

.page-company .detail h3 {
  font-weight: bold;
  font-size: 24px;
  color: #363636;
  border-bottom: 1px solid #7d7d7d;
  padding: 0 0 15px 50px;
  margin-bottom: 45px;
}

.page-company .detail table {
  width: 100%;
  /* font-size: 16px; */
  color: #363636;
  line-height: 160%;
}

.page-company .detail table tbody tr th {
  font-weight: bold;
  text-align: left;
  padding: 0 0 40px 50px;
  vertical-align: top;
  border-right: 1px solid #bfbfbf;
}

.page-company .detail table tbody tr td {
  padding: 0 0 40px 100px;
}

.page-company .map iframe {
  width: 100%;
  height: 420px;
}

/* Footer
-------------------------------------------------- */
#footer .main {
  background: #ebf9e8;
  padding: 4em 0 1.5em;
}

#footer .main .inner .logo {
  margin-bottom: 3em;
}

#footer .main .inner .logo p {
  text-align: center;
}

#footer .main .inner .info {
  margin-bottom: 4em;
}

#footer .main .inner .info h4 {
  text-align: center;
  color: #000000;
  font-size: .22rem;
  font-weight: 500;
  margin-bottom: .8em;
  letter-spacing: 1px;
}

#footer .main .inner .info p {
  text-align: center;
  color: #000000;
  font-size: .18rem;
  font-weight: 500;
  letter-spacing: 1px;
}

#footer .main .inner .info p.tel {
  margin: .5em 0;
  font-weight: bold;
  font-size: .36rem;
}

#footer .main .inner .info p.tel small {
  font-size: .28rem;
}

#footer .main .inner .menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#footer .main .inner .menu ul li {
  margin: 0 1.2em;
}

#footer .main .inner .menu ul li a {
  color: #000000;
  font-size: .15rem;
  font-weight: 500;
  letter-spacing: 2px;
}

#footer .copyright {
  background: #3fc41c;
  padding: .7em 0 .8em;
}

#footer .copyright p {
  font-size: .15rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
}

#footer .fixed-banner {
	position: fixed;
	right: 0;
	top: 20vh;
	z-index: 99;
}
#footer .fixed-banner .fixed_banner {
	width: 150px;
}
#footer .fixed-banner .fixed_banner img {
	width: 100%;
}

.totop {
  display: none;
  position: fixed;
  bottom: 5em;
  right: 1em;
  z-index: 10;
}

.totop p img {
  max-width: 12vw;
}

.fixed-contact {
  display: none;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: .5em;
}

.fixed-contact .in {
  display: block;
  border-radius: 45px;
  padding: .8em 1.5em .7em;
	background: #FC7C1C url(../images/common/arrow-right01.png) no-repeat center right 1.3em;
}

.fixed-contact .in .num {
  font-size: .30rem;
  margin-bottom: .1em;
	text-align: center;
}

.fixed-contact .in .num img {
  height: 1em;
  margin-right: .1em;
  margin-bottom: -0.1em;
}

.fixed-contact .in .num span {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0px;
}

.fixed-contact .in .time p {
  text-align: center;
  font-size: .17rem;
  font-weight: bold;
  color: #ffffff;
}

.sp-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 9999px;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  z-index: 100;
  background: #fff;
}

.sp-menu .sp-menu-content {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2em;
}

.sp-menu .sp-menu-content .close p {
  text-align: right;
  padding: 1em 1em;
}

.sp-menu .sp-menu-content .close p a {
  display: inline-block;
  font-size: .48rem;
  font-weight: bold;
  color: #e86e6e;
}

.sp-menu .sp-menu-content .menu > ul {
  padding: 0 1.5em;
}

.sp-menu .sp-menu-content .menu > ul > li a {
  display: block;
  line-height: 140%;
  font-size: .19rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 4px;
  text-align: center;
  border-bottom: 1px dashed #e86e6e;
  padding: .8em 0;
}

.sp-menu .sp-menu-content .menu > ul > li ul li a {
  padding-left: 1em;
  font-weight: 500;
}

.sp-menu .sp-menu-content .in {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #e86e6e;
  border-radius: 45px;
  padding: .8em 1.5em .7em;
  margin: 2em 1em 0;
}

.sp-menu .sp-menu-content .in .num {
  font-size: .30rem;
  margin-bottom: .1em;
}

.sp-menu .sp-menu-content .in .num img {
  height: 1em;
  margin-right: .1em;
  margin-bottom: -0.1em;
}

.sp-menu .sp-menu-content .in .num span {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0px;
}

.sp-menu .sp-menu-content .in .time p {
  text-align: center;
  font-size: .17rem;
  font-weight: bold;
  color: #ffffff;
}

.sp-menu.active {
  display: block;
  left: 0px;
}
