@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* [Style]
/*   1. Reset
/*   2. Base
/*   3. Layout
/*   4. Module
/*   5. Theme
/*   6. Header
/*   7. Footer
/*   8. Index
/*
/*  99. Print
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*   1. Reset
/* ---------------------------------------------------------------- */
/*
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, main, 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, main, 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;
}

/* ---------------------------------------------------------------- */
/*   2. Base
/* ---------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

@media all and (min-width: 768px), print {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

body {
  overflow-x: hidden;
  color: #1a1311;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: #e4ece5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #059371;
  text-decoration: underline;
}

a:hover, a:active {
  color: #059371;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.73333rem;
  line-height: 1.5;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

pre {
  white-space: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em;
}

@media all and (min-width: 768px), print {
  table th, table td {
    padding: 0.5em 1em;
  }
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  font-size: 1rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="password"] {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align-left,
input[type="tel"].align-left,
input[type="number"].align-left {
  text-align: left;
}

input[type="text"].align-center,
input[type="tel"].align-center,
input[type="number"].align-center {
  text-align: center;
}

input[type="text"].align-right,
input[type="tel"].align-right,
input[type="number"].align-right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #bfa59e;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfa59e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bfa59e;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfa59e;
}

p {
  min-height: 2em;
}

em {
  font-style: italic;
}

label {
  display: inline-block;
  margin: .25em .5em .25em 0;
  cursor: pointer;
}

label input[type="radio"] {
  margin-right: .25em;
}

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

blockquote {
  margin: .5em 0;
  padding: .75em 1.25em;
  font-size: 0.86667rem;
  background-color: #9d9d9d;
  border-radius: 0.5rem;
}

iframe {
  max-width: 100%;
}

/* ---------------------------------------------------------------- */
/*   3. Layout
/* ---------------------------------------------------------------- */
#header,
#content,
#footer {
  position: relative;
  clear: both;
}

#header .inner,
#content .inner,
#footer .inner {
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 24px;
    padding-right: 24px;
    min-width: 327px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1360px;
  }
}

@media all and (min-width: 992px), print {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1440px;
  }
}

#pagetop {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 60px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 5;
}

#pagetop.fixed {
  pointer-events: auto;
  opacity: 1;
}

#pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  padding-top: 116.66667%;
  background: transparent url(images/pagetop.svg) no-repeat center center/contain;
}

@media all and (min-width: 992px), print {
  #pagetop a {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #pagetop a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ---------------------------------------------------------------- */
/*   4. Module
/* ---------------------------------------------------------------- */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-big {
  font-size: 1.26667rem !important;
}

.font-large {
  font-size: 1.13333rem !important;
}

.font-normal {
  font-size: 1rem !important;
}

.font-small {
  font-size: 0.86667rem !important;
}

.font-little {
  font-size: 0.73333rem !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-midiem {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.text-color-green {
  color: #059371;
}

.text-color-gray {
  color: #595959;
}

.text-color-black {
  color: #1a1311;
}

.bg-color-green {
  background-color: #059371;
}

.bg-color-gray {
  background-color: #595959;
}

.bg-color-black {
  background-color: #1a1311;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

table {
  font-weight: bold;
  background-color: #f1f5f2;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}

table th,
table td {
  min-height: 2.8em;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  background-clip: padding-box;
}

table th {
  color: #fff;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background-color: #059371;
}

table.text-center th,
table.text-center td {
  text-align: center;
}

table.text-left th,
table.text-left td {
  text-align: left;
}

table.text-right th,
table.text-right td {
  text-align: right;
}

table.fixed {
  table-layout: fixed;
}

table.nowrap th,
table.nowrap td {
  white-space: nowrap;
}

table.table, table.simple {
  width: 100%;
}

table.simple {
  border-right: none;
  border-bottom: 1px solid #333;
}

table.simple th,
table.simple td {
  border-left: none;
  border-top: 1px solid #333;
}

table.simple th {
  font-weight: bold;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  table.vertical th,
  table.vertical td {
    display: block;
    width: 100%;
    white-space: normal !important;
  }
}

table .nowrap {
  white-space: nowrap;
}

table .wrap {
  white-space: normal !important;
}

ul.ul li::marker {
  color: #059371;
}

dl.dl {
  margin: 1em 0;
}

dl.dl > dt {
  font-weight: bold;
}

dl.dl > dd {
  margin-left: 1em;
}

dl.dl > dd + dt {
  padding-top: .5em;
}

@media only screen and (max-width: 767px) {
  .only-pc-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .only-pc {
    display: none !important;
  }
}

@media all and (min-width: 992px), print {
  .only-tab-sp {
    display: none !important;
  }
}

@media all and (min-width: 992px), print {
  .only-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .only-tab {
    display: none !important;
  }
}

@media all and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}

.text-indent {
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-table::-webkit-scrollbar {
    width: 10px;
  }
  .scroll-table::-webkit-scrollbar-track {
    background-color: #9d9d9d;
  }
  .scroll-table::-webkit-scrollbar-thumb {
    background-color: #595959;
  }
  .scroll-table th,
  .scroll-table td {
    white-space: nowrap;
  }
}

.btn {
  overflow: hidden;
  position: relative;
  display: inline-block !important;
  padding: 1em 2em;
  min-width: 140px;
  max-width: 90%;
  color: #fff !important;
  font-size: 1.13333rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  background-color: #059371;
  border: 2px solid #059371;
  border-radius: 1em;
  outline: none;
  cursor: pointer;
}

.btn.back {
  color: #059371 !important;
  background-color: #e4ece5;
}

/* ---------------------------------------------------------------- */
/*   5. Theme
/* ---------------------------------------------------------------- */
[v-cloak] {
  display: none;
}

.pre {
  white-space: pre;
}

.pre-wrap {
  white-space: pre-wrap;
}

.required {
  color: #f00;
  font-weight: bold;
}

.errors {
  color: #f00;
}

a[href^="tel:"] {
  color: #1a1311;
}

@media all and (min-width: 768px), print {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

a.zoom {
  position: relative;
  display: block;
}

a::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  background: rgba(0, 0, 0, 0.5) url("data:image/svg+xml;charset=utr8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M13 10h-3v3h-2v-3h-3v-2h3v-3h2v3h3v2zm8.172 14l-7.387-7.387c-1.388.874-3.024 1.387-4.785 1.387-4.971 0-9-4.029-9-9s4.029-9 9-9 9 4.029 9 9c0 1.761-.514 3.398-1.387 4.785l7.387 7.387-2.828 2.828zm-12.172-8c3.859 0 7-3.14 7-7s-3.141-7-7-7-7 3.14-7 7 3.141 7 7 7z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 1.25em 1.25em;
}

.lum-lightbox {
  z-index: 10;
}

.lum-gallery-button {
  display: none;
}

.lum-close-button {
  right: 15px;
  top: 15px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* ---------------------------------------------------------------- */
/*   6. Header
/* ---------------------------------------------------------------- */
#header .inner {
  padding-top: 192.68293%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .inner {
    padding-top: 144.5122%;
  }
}

@media all and (min-width: 992px), print {
  #header .inner {
    padding-top: 65.85366%;
  }
}

@media screen and (min-width: 1640px) {
  #header .inner {
    padding-top: 0;
    height: 1080px;
  }
}

#header .logo {
  position: absolute;
  left: 50%;
  top: 17.5%;
  width: 100%;
  max-width: 420px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media all and (min-width: 992px), print {
  #header .logo {
    padding-top: 39.63415%;
    -webkit-transform: translate(15%, -50%);
    transform: translate(15%, -50%);
  }
}

#header .logo img {
  width: 100%;
}

#header .biomass {
  position: absolute;
  left: 50%;
  top: 77.5%;
  width: 100%;
  max-width: 260px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media all and (min-width: 992px), print {
  #header .biomass {
    padding-top: 70.58824%;
    -webkit-transform: translate(60%, -95%);
    transform: translate(60%, -95%);
  }
}

#header .biomass img {
  width: 100%;
}

#header .contact {
  position: fixed;
  right: 0;
  top: 1em;
  z-index: 5;
  width: 120px;
}

#header .contact a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  padding-top: 33.33333%;
  background: transparent url(images/contact.svg) no-repeat center center/contain;
}

#header .earth {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#header .earth img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1640px;
  -webkit-transform: translate(16%, 219%) scale(2.25);
  transform: translate(16%, 219%) scale(2.25);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .earth img {
    -webkit-transform: translate(-7.25%, 164%) scale(1.5);
    transform: translate(-7.25%, 164%) scale(1.5);
  }
}

@media all and (min-width: 992px), print {
  #header .earth img {
    -webkit-transform: translate(-44.75%, 28.75%) scale(1);
    transform: translate(-44.75%, 28.75%) scale(1);
  }
}

#header .egg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  padding-top: 96.34146%;
}

@media all and (min-width: 992px), print {
  #header .egg {
    padding-top: 65.85366%;
  }
}

@media screen and (min-width: 1640px) {
  #header .egg {
    padding-top: 0;
    height: 1080px;
  }
}

#header .egg::before, #header .egg::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: transparent repeat-x center center;
  z-index: -2;
}

#header .egg::before {
  left: 0;
  background-image: url(images/bg_left.webp);
}

#header .egg::after {
  left: 50%;
  background-image: url(images/bg_right.webp);
}

#header .egg img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1640px;
  -webkit-transform: translate(-24%, 25%) scale(2.25);
  transform: translate(-24%, 25%) scale(2.25);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .egg img {
    -webkit-transform: translate(-34%, 12.5%) scale(1.5);
    transform: translate(-34%, 12.5%) scale(1.5);
  }
}

@media all and (min-width: 992px), print {
  #header .egg img {
    -webkit-transform: translate(-62.5%, -31.65%) scale(1);
    transform: translate(-62.5%, -31.65%) scale(1);
  }
}

/* ---------------------------------------------------------------- */
/*   7. Footer
/* ---------------------------------------------------------------- */
#footer {
  padding: 4em 0 3em;
  position: relative;
  color: #059371;
  text-align: center;
  background-color: #e4ece5;
}

#footer a {
  color: #059371;
}

#footer h2 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 200px;
  height: 80px;
  margin: 0 auto 1rem;
  background: transparent url(images/logo_footer.svg) no-repeat center center/contain;
}

#footer dl dt {
  margin-bottom: .25em;
  font-weight: bold;
}

#footer dl dd {
  line-height: 1.5;
}

#footer .tel-fax span {
  padding: 0 .25em;
}

/* ---------------------------------------------------------------- */
/*   8. Index
/* ---------------------------------------------------------------- */
article.index > .waste {
  padding: 2em 0 4em;
  font-weight: bold;
}

article.index > .waste::after {
  position: absolute;
  left: 0;
  top: 7em;
  display: block;
  content: "";
  width: 50px;
  height: 580px;
  background: transparent url(images/waste_title.svg) repeat-x center center/contain;
}

@media only screen and (max-width: 767px) {
  article.index > .waste::after {
    top: 3em;
    width: 25px;
    height: 290px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .waste::after {
    top: 1em;
  }
}

@media all and (min-width: 992px), print {
  article.index > .waste::after {
    top: 7em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .waste {
    padding-top: 0;
  }
}

@media all and (min-width: 992px), print {
  article.index > .waste {
    padding-top: 6em;
  }
}

article.index > .waste h2 {
  margin-bottom: 1em;
  padding-left: .25em;
  color: #059371;
  font-size: 2rem;
}

article.index > .waste .message {
  margin-left: 16px;
  font-size: 1.2rem;
}

@media all and (min-width: 768px), print {
  article.index > .waste .message {
    margin-left: 40px;
  }
}

article.index > .waste .message p + p {
  margin-top: 2em;
}

article.index > .waste .handshake {
  margin-top: -10%;
  margin-bottom: 2.5%;
}

@media only screen and (max-width: 767px) {
  article.index > .waste .handshake {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -5%;
    margin-bottom: 15%;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .waste .handshake {
    margin-left: -40px;
    margin-right: -40px;
    -webkit-transform: scale(1.25) translate(0.5em, -10%);
    transform: scale(1.25) translate(0.5em, -10%);
  }
}

@media all and (min-width: 992px), print {
  article.index > .waste .handshake {
    margin-top: -17.5%;
    margin-left: -80px;
    margin-right: -80px;
  }
}

article.index > .waste .catch {
  margin-left: 16px;
  font-size: 1.46667rem;
}

@media all and (min-width: 768px), print {
  article.index > .waste .catch {
    margin-left: 40px;
  }
}

article.index > .about {
  padding: 12em 0 4em;
}

@media all and (min-width: 992px), print {
  article.index > .about {
    padding-top: 8em;
  }
}

@media only screen and (max-width: 767px) {
  article.index > .about .message {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .about .message {
    margin-left: 40px;
  }
}

article.index > .about .message p {
  font-size: 1.2rem;
  font-weight: bold;
}

article.index > .about .message h2 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  margin: 2.5rem 0 .75rem;
  max-width: 380px;
}

article.index > .about .message h2::before {
  display: block;
  content: "";
  padding-top: 7.89474%;
  background: transparent url(images/about_title.svg) no-repeat center center/contain;
}

article.index > .about .message h2 + p {
  color: #059371;
}

@media all and (min-width: 992px), print {
  article.index > .about .message {
    position: absolute;
    left: 60%;
    top: 30%;
  }
}

@media only screen and (max-width: 767px) {
  article.index > .about .sustainability {
    margin: 25% 0;
    -webkit-transform: scale(2) translateX(10%);
    transform: scale(2) translateX(10%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .about .sustainability {
    margin: 10% -40px 5%;
    -webkit-transform: scale(1.25) translateX(10%);
    transform: scale(1.25) translateX(10%);
  }
}

@media all and (min-width: 992px), print {
  article.index > .about .sustainability {
    margin: 25% 0;
    -webkit-transform: scale(1.5) translateX(-5%);
    transform: scale(1.5) translateX(-5%);
  }
}

article.index > .wall {
  padding-top: 8em;
  background-color: #e4ece5;
  border-top: 10px solid #059371;
}

article.index > .wall::after {
  display: block;
  content: "";
  height: 40px;
  background: transparent url(images/reborn_bottom.svg) repeat-x center center/contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

article.index > .wall .frame {
  margin: 0 auto 8em;
  padding: 24px;
  max-width: 840px;
  background-color: #fff;
  border-radius: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .wall .frame {
    padding: 40px;
  }
}

@media all and (min-width: 992px), print {
  article.index > .wall .frame {
    padding: 80px;
  }
}

article.index > .wall h2 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  margin: 0 auto 4rem;
  max-width: 500px;
}

article.index > .wall h2::before {
  display: block;
  content: "";
  padding-top: 20%;
  background: transparent url(images/wall_title.svg) no-repeat center center/contain;
}

article.index > .wall h3 {
  color: #059371;
  font-size: 1.46667rem;
  font-weight: bold;
}

article.index > .wall p {
  margin-bottom: 4em;
}

article.index > .wall .walls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-bottom: .5em;
}

article.index > .wall .walls figure {
  width: 30%;
}

article.index > .wall .walls figcaption {
  color: #059371;
  font-size: 1.2rem;
  font-weight: bold;
}

@media all and (min-width: 768px), print {
  article.index > .wall .walls figcaption {
    font-size: 1.46667rem;
  }
}

article.index > .wall .guide {
  margin-bottom: 1em;
  color: #059371;
  font-size: 1.46667rem;
  font-weight: bold;
  text-align: center;
}

article.index > .wall .biomass {
  color: #059371;
  font-size: 1.46667rem;
  font-weight: bold;
  text-align: center;
}

article.index > .wall .biomass-mark {
  margin: 0 auto 2em;
  max-width: 300px;
}

article.index > .wall .product {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  margin-top: 1rem !important;
}

article.index > .wall .product::before {
  display: block;
  content: "";
  padding-top: 450%;
  background: transparent url(images/wall_product_sp.svg) no-repeat center center/contain;
}

@media all and (min-width: 768px), print {
  article.index > .wall .product::before {
    padding-top: 226.19048%;
    background-image: url(images/wall_product.svg);
  }
}

@media all and (min-width: 768px), print {
  article.index > .wall .product {
    margin: 0 -80px;
  }
}

@media only screen and (max-width: 767px) {
  article.index > .wall .product {
    margin: 0 auto;
    max-width: 450px;
  }
}

article.index > .reborn {
  position: relative;
  padding-top: 12em;
  background-color: #fff;
}

article.index > .reborn::before {
  position: absolute;
  left: 0;
  top: 6em;
  display: block;
  content: "";
  width: 350px;
  height: 990px;
  background: transparent url(images/egg.svg) no-repeat center center/contain;
  opacity: .1;
}

@media only screen and (max-width: 767px) {
  article.index > .reborn::before {
    top: 2em;
  }
}

@media all and (min-width: 992px), print {
  article.index > .reborn::before {
    opacity: 1;
  }
}

article.index > .reborn::after {
  display: block;
  content: "";
  height: 40px;
  background: transparent url(images/reborn_bottom.svg) repeat-x center center/contain;
}

article.index > .reborn .frame {
  max-width: 840px !important;
}

article.index > .reborn .inner {
  padding-bottom: 6em;
}

@media all and (min-width: 992px), print {
  article.index > .reborn .inner {
    padding-left: 370px !important;
  }
}

article.index > .reborn h2 {
  margin-bottom: 2em;
  color: #059371;
  font-size: 1.86667rem;
  font-weight: bold;
  line-height: 1.5;
}

article.index > .reborn .message {
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  article.index > .reborn .message img {
    display: none;
  }
}

@media all and (min-width: 768px), print {
  article.index > .reborn .message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.index > .reborn .message .text {
    width: calc(100% - 250px - 2em);
  }
  article.index > .reborn .message .image {
    width: 250px;
  }
  article.index > .reborn .message img {
    border-radius: 50%;
  }
}

article.index > .reborn dl dt {
  margin-top: 2em;
  color: #059371;
  font-size: 1.46667rem;
  font-weight: bold;
}

article.index > .reborn .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}

article.index > .reborn .products li {
  position: relative;
  text-align: center;
}

article.index > .reborn .products li::before {
  position: absolute;
  left: 4%;
  top: 2%;
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.33333%;
  background-color: #88c7b2;
  border-radius: .75em;
  z-index: 0;
}

article.index > .reborn .products img {
  position: relative;
  border: 2px solid #059371;
  border-radius: .75em;
  z-index: 1;
}

article.index > .reborn .products figcaption {
  padding-top: .75em;
  color: #059371;
  font-size: 0.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  article.index > .reborn .products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.index > .reborn .products li {
    margin-left: 2em;
    width: calc((100% - 2em) / 2);
  }
  article.index > .reborn .products li:nth-child(2n+1) {
    margin-left: 0;
  }
  article.index > .reborn .products li:nth-child(n+3) {
    margin-top: 2em;
  }
  article.index > .reborn .products img {
    width: 100%;
  }
  article.index > .reborn .products p {
    font-size: 1.06667rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article.index > .reborn .products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.index > .reborn .products li {
    margin-right: 1.5em;
    width: 25%;
  }
  article.index > .reborn .products li:nth-child(n+4) {
    margin-top: 2em;
  }
}

@media all and (min-width: 992px), print {
  article.index > .reborn .products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.index > .reborn .products li {
    width: 18%;
  }
}

article.index > .challenge {
  padding: 8em 0;
  background-color: #e4ece5;
}

article.index > .challenge h2 {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  margin: 0 auto 2rem;
  max-width: 500px;
}

article.index > .challenge h2::before {
  display: block;
  content: "";
  padding-top: 8%;
  background: transparent url(images/challenge_title.svg) no-repeat center center/contain;
}

article.index > .challenge .challenge {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
}

article.index > .challenge .challenge::before {
  display: block;
  content: "";
  padding-top: 134.375%;
  background: transparent url(images/challenge_tab_sp.svg) no-repeat center center/contain;
}

@media all and (min-width: 992px), print {
  article.index > .challenge .challenge::before {
    padding-top: 61.29032%;
    background-image: url(images/challenge.svg);
  }
}

@media only screen and (max-width: 991px) {
  article.index > .challenge .challenge {
    margin: 0 auto;
    max-width: 640px;
  }
}

article.index > .future {
  padding: 6em 0;
  text-align: center;
  background-color: #fff;
  border-top: 10px solid #059371;
  border-bottom: 10px solid #059371;
}

article.index > .future .image {
  margin: 0 auto;
  max-width: 320px;
}

article.index > .future .image::after {
  display: block;
  content: "";
  padding-top: 75%;
  background: transparent url(images/future_bottom_sp.svg) repeat-x center center/contain;
}

@media all and (min-width: 768px), print {
  article.index > .future .image {
    max-width: 740px;
  }
  article.index > .future .image::after {
    padding-top: 21.62162%;
    background-image: url(images/future_bottom.svg);
  }
}

article.index > .future .message {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3;
}

article.index > .future .message .logo {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 240px;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

article.index > .future .message .logo::before {
  display: block;
  content: "";
  padding-top: 12.5%;
  background: transparent url(images/future_logo.svg) no-repeat center center/contain;
}

article.index > .test {
  padding: 8em 0;
  background-color: #e4ece5;
}

article.index > .test h2 {
  position: relative;
  margin-bottom: 3em;
  font-size: 1.2rem;
  text-align: center;
}

article.index > .test h2::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1a1311;
}

article.index > .test h2 > span {
  position: relative;
  padding: 0 .5em;
  background-color: #e4ece5;
}

article.index > .test h2 .logo {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

article.index > .test h2 .logo::before {
  display: block;
  content: "";
  padding-top: 12.5%;
  background: transparent url(images/future_logo.svg) no-repeat center center/contain;
}

@media all and (min-width: 992px), print {
  article.index > .test .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  article.index > .test .content .jis,
  article.index > .test .content .standard {
    width: 47.5%;
  }
}

article.index > .test h3 {
  font-size: 1.13333rem;
}

article.index > .test p {
  margin-bottom: .75em;
  line-height: 1.5;
}

article.index > .test .standard p {
  position: relative;
  padding-right: 70px;
}

article.index > .test .standard p::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  margin-top: -25px;
  width: 60px;
  height: 50px;
  background: transparent url(images/standard_value.svg) no-repeat center center/contain;
}

article.index > .test .scroll-table {
  position: relative;
}

article.index > .test .scroll-table .guide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(images/scroll_guide.svg) no-repeat center center/200px;
}

@media all and (min-width: 768px), print {
  article.index > .test .scroll-table .guide {
    display: none;
  }
}

article.index > .test table {
  font-size: 0.86667rem;
}

article.index > .test table th {
  text-align: left;
}

article.index > .test table .between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.index > .test table .between span {
  text-wrap: nowrap;
}

article.index > .test .notes {
  margin-left: 1em;
  margin-bottom: 2em;
  text-indent: -1em;
  font-size: 0.86667rem;
}

article.index > .contact {
  padding: 6em 0;
  background-color: #fff;
  border-top: 10px solid #059371;
  border-bottom: 10px solid #059371;
}

article.index > .contact .form {
  margin: 0 auto;
  max-width: 840px !important;
}

article.index > .contact h2 {
  color: #059371;
  font-size: 1.46667rem;
  font-weight: bold;
  text-align: center;
}

article.index > .contact p {
  margin-bottom: 1em;
}

@media all and (min-width: 768px), print {
  article.index > .contact table th {
    width: 15em;
  }
}

article.index > .contact table td {
  font-weight: normal;
}

article.index > .contact input[type="text"], article.index > .contact input[type="tel"], article.index > .contact input[type="email"] {
  width: calc(100% - .5em);
}

article.index > .contact input[type="text"][name="city"], article.index > .contact input[type="text"][name="block"] {
  max-width: 15em;
}

article.index > .contact input[type="text"][name="name"] {
  max-width: 12em;
}

article.index > .contact input[type="tel"][name="zip"] {
  max-width: 7em;
}

article.index > .contact input[type="tel"][name="tel"] {
  max-width: 10em;
}

article.index > .contact textarea {
  width: calc(100% - .5em);
}

article.index > .contact .buttons {
  padding-top: 2em;
  text-align: center;
}

article.index > .contact .buttons .btn {
  margin: 0 .5em;
}

article.index > .contact .buttons .btn.back {
  color: #059371;
  background-color: #e4ece5;
}

/* ---------------------------------------------------------------- */
/* 	99. Print
/* ---------------------------------------------------------------- */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  body {
    zoom: .8;
  }
}
