@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a:visited {
  color: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

ol > li > ul,
ul > li > ul {
  padding-left: 1em;
  padding-top: .3em;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

* section {
  clear: both;
}

a:focus, *:focus {
  outline: none;
}

a, a img {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  color: #080808;
  text-decoration: none;
}

a:hover > img {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

figure {
  text-align: center;
  margin: 0;
  padding: 0;
}

figure > img {
  width: auto;
  max-width: 100%;
}

figure figcaption {
  margin: 5px auto;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  overflow: auto;
}

li, td, th, dt, dd, p, figcaption {
  text-align: left;
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  font-size: 16px;
}
html h1.underTitle {
  font-size: 25px;
}
html h1.underTitle span {
  font-size: 14px;
}
html main h2 {
  font-size: 24px;
}
html main h2 span.sub {
  font-size: 14px;
}
html main h3 {
  font-size: 20px;
}
html main h3 span {
  /*font-size: 80%;*/
}
html main h3 a:hover {
  color:#009900;
}
html main h4 {
  font-size: 16px;
}
html main h4 span {
  font-size: 80%;
}
html main h5 {
  font-size: 16px;
}
html main h5 span {
  font-size: 80%;
  font-weight: normal;
}
html main h6 {
  font-size: 14px;
}
html main h6 span {
  font-size: 80%;
}
/*@media (min-width: 641px) {
  html {
    font-size: calc((11 / 14 * 100%) + 3 * (100vw - 641px) / (1200 - 641)) px;
  }
  html h1.underTitle {
    font-size: 2.5rem;
  }
  html main h2 {
    font-size: 2.2rem;
  }
  html main h3 {
    font-size: 1.5rem;
  }
  html main h4 {
    font-size: 1.3rem;
  }
  html main h5 {
    font-size: 1.2rem;
  }
  html main h6 {
    font-size: 1.1rem;
  }
}*/
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  html h1.underTitle {
    font-size: 34px;
  }
  html h1.underTitle span {
    font-size: 16px;
  }
  html main h2 {
    font-size: 32px;
  }

  html main h2 span.sub {
    font-size: 16px;
  }
  html main h3 {
    font-size: 22px;
  }
  html main h3 span {
    /*font-size: 16px;*/
  }
  html main h4 {
    font-size: 20px;
  }
  html main h4 span {
    font-size: 14px;
  }
  html main h5 {
    font-size: 19px;
  }
  html main h5 span {
    font-size: 80%;
  }
  html main h6 {
    font-size: 18px;
  }
  html main h6 span {
    font-size: 80%;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #080808;
  background: #fff;
  overflow: hidden;
  line-height: 1.5;
  word-break: break-all;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

p {
  margin-bottom: 1em;
  word-break: break-all;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}

a {
  color: #009900;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
main section {
  padding: 1.5% 0;
  margin-bottom: 2%;
}

main section:last-child {
  margin-bottom: 3%;
}

body.under main {
  min-height: 60vh;
}

header {
  background: none;
  position: relative;
  z-index: 300;
  padding: 0;
  background: #fff;
}

header .inner {
  max-width: 1200px;
}

.headInfo {
  display: flex;
  vertical-align: middle;
  text-align: right;
  width: 62%;
  float: right;
  justify-content: flex-end;
  margin-top: 13px;
}

@media screen and (max-width: 959px) {
  .headInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    width: auto;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
  .headInfo .button {
    font-size: 14px;
    width: 160px;
    height: 46px;
    padding: .5em .8em;
    line-height: 1.2;
background: #ffd94e;
border-color: #ffd94e;
color: #009900 !important;
  }
  .headInfo .button:after {
    border-left: 4px solid #009900;
}
  .headInfo .button i {
      margin-right: 0.25em;
  }
}
@media screen and (max-width: 560px) {
  .headInfo {
      position: relative;
      width: 100%;
      right: 0;
      margin-bottom: 20px;
  }
  .headInfo .button {
      width: 100%;
      height: auto;
      padding: .8em .8em;
      line-height: 1.2;
      max-width: 100%;
  }
  .headInfo .button i {
    margin-right: 0.4em;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -2px;
}
  .headInfo .button br {
    display: none;
  }
}
header h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 38%;
  margin: 20px 0 22px;
  max-width: 301px;
}
header h1 > img {
  max-width: 100%;
  width: auto;
}

header .ac_menu {
  display: inline-block;
  background: #009900;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 46px;
  height: 46px;
}
header .ac_menu:before {
    position: absolute;
    content: "MENU";
    font-size: 14px;
    text-align: center;
    color: #009900;
    top: -22px;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
header .ac_menu span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 4px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
header .ac_menu span:before, header .ac_menu span:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
header .ac_menu span:after {
  top: auto;
  bottom: -10px;
}
header .ac_menu.active span {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}
header .ac_menu.active span:before, header .ac_menu.active span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
header .ac_menu.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 560px) {
header .ac_menu {
  top: 20px;
}
header .ac_menu:before {
    font-size: 12px;
    top: -20px;
}
}

header nav .navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #009900;
}
header nav .navi li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
header nav .navi li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
  text-align: left;
  background: #009900;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  border-bottom: 1px solid #fff;
  color: #fff;
}
header nav .navi li:last-child a {
  border-bottom: 1px solid #009900;
}
header nav .navi li a span {
  font-size: 80%;
  margin-left: .8em;
  color:#fff;
  -webkit-transition: .4s;
  transition: .4s;
}
header nav .navi li a i {
  margin-left: 8px;
}
header nav .navi li a:hover {
  background: #f5f5f5;
  color: #009900;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}
header nav .navi li a:hover span {
  color:#009900;
  -webkit-transition: .4s;
  transition: .4s;
}
header .navi li.has-child > a:hover:after {
    border-color: #009900;
}

header .navi li.has-child > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}
header .navi li.has-child > ul.subMenu {
  display: none;
  padding: 0;
  margin: 0;
}
header .navi li.has-child > ul.subMenu a {
  background: rgba(0,153,0,.5);
  color: #fff;
  padding-left: 1em;
}
header .navi li.has-child > ul.subMenu a:hover {
  background: #007300;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}
header .navi li.has-child > ul.subMenu a:last-child {
  border-color: #fff;

}
header .navi li.has-child.pullOpen > a:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 960px) {
  header .ac_menu {
    display: none;
  }

  header nav .navi {
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex!important;
    flex-wrap: wrap;
    border-top: 0;
  }
  header nav .navi:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    background: #cacaca;
    z-index: 1;
}
  header nav .navi > li {
    display: inline-block;
    width: auto;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .header nav .navi > li > a {
    color: #fff;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    padding: .7em 1em;
    font-weight: normal;
    letter-spacing: -0.025em;
    line-height: 1.2;
    -webkit-transition: .7s;
    transition: .7s;
    font-weight: 300;
    background: none;
    border: 0;
  }
  header nav .navi > li > a span {
    font-size: 100%;
    display: block;
    margin: 0 auto;
    color: #707070;
    text-align: center;
  }
  header nav .navi > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    background: #cacaca;
}
  header nav .navi > li > a:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    background: #009900;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .4s;
    transition: .4s;
  }

  header nav .navi > li > a:hover {
    color: #009900;
    background: none;
    -webkit-transition: .7s;
    transition: .7s;
  }
  header nav .navi > li > a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .4s;
    transition: .4s;
  }
  header nav .navi > li > a:hover span {
    /*-webkit-animation: gnvahover .4s ease 0s .4 normal;
            animation: gnvahover .4s ease 0s .4 normal;*/
	  color:#009900;
	  -webkit-transition: .4s;
    transition: .4s;
  }
  header nav .navi > li:first-child {
    margin-left: 0;
  }
  header nav .navi > li:last-child {
    margin-right: 0;
  }
  header nav .navi > li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: .8em;
    background: #fff;
  }

  header .clearfix,
  header nav .navi {
    overflow: inherit;
  }

  header .navi li.has-child > a:after {
    content: none;
  }

  header .navi li.has-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    left: auto;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #009900;
    border-right: 1px solid #009900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
  }
  header .navi li.has-child > ul.subMenu {
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    padding: 0;
    margin: auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  header .navi li.has-child > ul.subMenu > li {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    /*background: #080808;*/
  }
  header .navi li.has-child > ul.subMenu > li > a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 90%;
    text-decoration: none;
    padding: .8em .5em;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  header .navi li.has-child > ul.subMenu > li:hover {
    background: #080808;
    -webkit-transition: .4s;
    transition: .4s;
  }
  header .navi li.has-child > ul.subMenu > li:last-child a {
    border-bottom: 0;
  }
  header .navi li.has-child:hover ul.subMenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
footer {
  background: #007300;
  overflow: hidden;
  line-height: 1.3;
  padding: 0;
  position: relative;
  height: auto;
}
footer > .inner {
  padding: 0;
}

footer nav {
  width: 100%;
}

.footNavi {
  background: none;
  margin: auto;
  width: 100%;
  border-top: 1px solid #009900;
}

.footNavi li {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0 auto;
}

.footNavi li a {
  display: block;
  padding: 1.1em;
  text-decoration: none;
  color: #fff;
  background: #009900;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}
.footNavi li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3%;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: .4s;
          transition: .4s;
}
.footNavi li a:hover {
  background: #f5f5f5;
  color: #009900;
  -webkit-transition: .4s;
  transition: .4s;
}
.footNavi li a:hover:after {
  border-top: 1px solid #009900;
  border-right: 1px solid #009900;
  -webkit-transition: .4s;
  transition: .4s;
}
.footNavi li a i {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  footer > .inner {
    padding: 0 5px;
  }

  .footNavi {
    margin: 30px 0 10px;
    text-align: center;
    border-top: 0;
  }

  .footNavi li {
    position: relative;
    margin-bottom: 0.8em;
    display: inline-block;
    border-bottom: 0;
  }
  .footNavi li a {
    position: relative;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.025em;
    padding: 0 .4em;
    text-decoration: none;
    background: none;
  }
  .footNavi li a:hover {
    text-decoration: underline;
    background: none;
    color: #fff;
  }

  /*.footNavi li:not(:first-child):not([class]) a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 70%;
    background: white;
  }*/
  .footNavi li.parent {
    position: relative;
    padding-left: 0;
    text-align: left;
    display: block;
  }
  .footNavi li.parent:before {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: auto;
    margin: auto;
    width: .5em;
    height: 2px;
    background: #424242;
    border: 0;
    -webkit-transform: none;
            transform: none;
  }
  .footNavi li.parent a {
    font-size: 120%;
  }

  .footNavi li.parent ~ li:not(.parent) {
    display: block;
    float: none;
    padding-left: 1.5em;
    margin-bottom: 5px;
    text-align: left;
  }
  .footNavi li.parent ~ li:not(.parent) a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: .5em;
    height: 2px;
    background: #424242;
  }

  .footNavi li a:after {
    content: none;
  }
}

.copy {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  padding: .8em 0;
  background: #007300;
  /*border-top: 1px solid #fff;*/
}
.copy:after {
  content: "";
  display: block;
  clear: both;
}
.copy p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.025em;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    padding-top: 20px;
  }
}

#toTop {
  position: fixed;
  z-index: 9999;
  bottom: 12%;
  right: 2%;
  background: #009900;
  width: 68px;
  height: 68px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  border:1px solid #fff;
  border-radius: 50px;
}
#toTop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}
#toTop img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #toTop {
    background-size: 60px;
    width: 48px;
    height: 48px;
  }
#toTop:after {
    width: 8px;
    height: 8px;
  }
}

h1.underTitle {
    background: url(../img/image1.jpg) no-repeat center bottom/cover;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1.5em 1em 1.25em;
    margin: 0;
    color: #fff;
    /*text-shadow:1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff;*/

/*background-color: #080808;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
background-size: 3px 3px;*/
}
h1.underTitle span {
  display: block;
  margin: auto;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  h1.underTitle {
    margin-bottom: 0;
    background-attachment: initial;
    padding: 1em 0;
    text-shadow: 1px 1px 5px #080808, 1px 1px 5px #080808, 1px 1px 5px #080808;
  }
}
@media screen and (max-width: 560px) {
  h1.underTitle {
    margin-top: 60px;
}
}
main h2 {
  position: relative;
  text-align: center;
  padding: 10px 0 .5em;
  margin: 0 auto 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: bold;
  color: #080808;
}
main h2 span {
  display: block;
  margin: 7px auto;
  color: #f8c30b;
  /*font-weight: normal;
  font-family: "Arial", "メイリオ";*/
}
/*main h2:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 25px;
height: 23px;
background: url(../img/h2_icon.png) no-repeat;
}*/
main h2:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 45px;
height: 2px;
background: #009900;
}
@media screen and (max-width: 767px) {
  main h2 span {
    margin: 5px auto 0;
  }
}

main h3 {
  position: relative;
  text-align: left;
  padding: .25em 0 .75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  color: #080808;
}
main h3 span {
  vertical-align: baseline;
}
main h3:before, main h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #f5f5f5;
}
main h3:after {
  width: 20%;
  border-bottom: 2px solid #009900;
}
main .highlight h3:before {
  border-color: #fff;
}
main h4 {
  position: relative;
      text-align: left;
      padding: .5em .8em;
      margin: 1em 0;
      font-weight: bold;
      color: #080808;
      letter-spacing: 0;
      line-height: normal;
      border-left: 4px solid #009900;
      background: #f5f5f5;
}
main h4 span {
  vertical-align: baseline;
}
main h5 {
  position: relative;
  padding: .2em 0 .3em;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: left;
  color: #080808;
  letter-spacing: 0;
  line-height: 1.4;
}
main h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background: #009900;
}
main h6 {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: .3em;
  font-weight: bold;
  color: #080808;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
}
main h6:before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #080808;
}
main h1 a, main h1 a:hover, main h2 a, main h2 a:hover, main h3 a, main h3 a:hover, main h4 a, main h4 a:hover, main h5 a, main h5 a:hover, main h6 a, main h6 a:hover {
  text-decoration: none;
  color: inherit;
}
main h1 img, main h2 img, main h3 img, main h4 img, main h5 img, main h6 img {
  vertical-align: middle;
}

.numberTitle span {
  display: inline;
  position: relative;
  vertical-align: text-bottom;
  padding-left: 1.5em;
  font-size: 100%;
}
.numberTitle span:after {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.button {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 100%;
  max-width: 240px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: .4s;
  transition: .4s;
  padding: .75em .8em;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  color: #009900 !important;
  background: transparent;
  border: 1px solid #009900;
}
.button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5%;
  width: 0;
  height: 0;
  border-left: 4px solid #009900;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
}
/*.button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #080808;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  -webkit-animation: none;
          animation: none;
  border-radius: 10px;
}*/
.button:hover {
  color: #fff !important;
  border-color: #009900;
  background: #009900;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.button:hover:before {
  content: '';
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: none;
          animation: none;
}
.button:hover:after {
  border-left: 4px solid #fff;
  right: 3%;
  -webkit-transition: .2s;
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .button {
    /*max-width: inherit;*/
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .button + .button {
    margin-left: 5px;
  }
  .buttons .button {
    width: calc((100% - 10px) / 2);
}
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 5px;
  }
}

.button.reverse {
  color: #fff !important;
  border-color: #009900;
  background: #009900;
}
.button.reverse:after {
  border-left: 6px solid #fff;
}
.button.reverse:hover {
  color: #009900 !important;
  background: #fff;
}
.button.reverse:hover:after {
  border-left: 6px solid #009900;
}

.button.btn2:after {
  top: auto;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #080808 transparent;
  -webkit-transform: none;
          transform: none;
}
.button.btn2:hover:after {
  border-color: transparent transparent #fff transparent;
}

.button.wd300 {
  max-width: 300px !important;
}
.button.wd100 {
  max-width: 100% !important;
}

.googlemap, .youtube {
  position: relative;
  width: 100%;
  padding-top: 43%;
  min-height: 315px;
}
.googlemap iframe, .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.googlemap.border {
  border:6px solid #fff;
}
@media only screen and (max-width: 767px) {
.googlemap, .youtube {
  padding-top: 75%;
}
}

.newsContent {
  background: #f5f5f5;
      padding: 2em;
      overflow: hidden;
      position: relative;
      margin-bottom: 3.5%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  overflow: hidden;
}
.newsContent dl dt, .newsContent dl dd {
  padding: .8em .8em;
  display: block;
  text-align: left;
  letter-spacing: 0.08em;
}
.newsContent dl dt {
  width: 18%;
  clear: left;
  float: left;
  padding-left: 1em;
  /*color: #a7a7a7;*/
}
.newsContent dl dd {
  width: 82%;
  float: left;
  position: relative;
}
/*.newsContent dl dd:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 115%;
  height: 1px;
  border-bottom: 1px solid #cccccc;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}*/
.newsContent dl dd a {
    color: #080808;
}
.newsContent dl dd a:hover {
    color: #009900;
}
@media screen and (max-width: 767px) {
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
    /*border-bottom: 1px solid #707070;*/
  }
  .newsContent dl dd:after {
    content: none;
  }
}

.newsBtn {
  position: absolute;
  top: 15%;
  right: 3%;
  margin: auto;
  display: inline-block;
}
.newsBtn a {
  background: transparent;
  border: 1px solid transparent;
  color: #080808;
  font-size: 14px;
  padding: .5em 1em;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-transition: .4s;
  transition: .4s;
}
.newsBtn a:after {
  content: '＞';
  margin-left: .5em;
}
.newsBtn a:hover {
  background: none;
  color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.breadcrumb {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1%;
  margin-top: 1%;
  line-height: 1.0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 13px;
}
.breadcrumb li:not(:last-child):after {
  content: '>';
  padding: 0 4px;
  font-size: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-child {
  color: #080808;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

ul.ul00 {
  margin: 0 auto;
  list-style-type: disc;
  padding-left: 1.5em;
}
ul.ul00 > li {
  margin-bottom: 5px;
  text-align: left;
}

ul.ul01 {
  margin: 0 auto;
}
ul.ul01 > li {
  position: relative;
  padding: 0 0 0 1.2em;
  margin-bottom: 5px;
  text-align: left;
}
ul.ul01 > li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 9px;
  /*bottom: 0;*/
  margin: auto;
  background: #009900;
  border-radius: 50%;
}
ul.ul01.textLarge > li:before {
    top: 14px;
}
ul.ul01.textSmall > li:before {
    top: 7px;
}
@media screen and (max-width: 767px) {
  ul.ul01 > li:before {
    top: 7px;
  }
}

ul.ul_check {
	padding:0;
	margin:0;
}
ul.ul_check li {
 padding: 5px 0px 5px 24px;
 position: relative;
 list-style:none;
}
ul.ul_check li:before {
	background: none repeat scroll 0 0 #009900;
	border: 1px solid #009900;
 content: "";
 height: 17px;
 left: 0;
 position: absolute;
 top: 9px;
 width: 17px;
 z-index: 0;
}
ul.ul_check li:after {
 position: absolute;
 top: 14px;
 left: 3px;
 content: "";
 width: 11px;
 height: 4px;
 /*border: transparent 4px solid;*/
 border-left: 2px solid #FFFFFF;
 border-bottom: 2px solid #FFFFFF;
 transform: rotate(-40deg);
 -webkit-transform: rotate(-40deg);
 -ms-transform: rotate(-40deg);
 z-index: 10;
}

ul.ul_check.textLarge li {
	    padding: 0 0 0 34px;
}
ul.ul_check.textLarge li:before {
border-radius: 0;
height: 20px;
width: 20px;
top: 9px;
}
ul.ul_check.textLarge li:after {
	position: absolute;
    top: 13px;
    width: 14px;
    height: 7px;
}
@media screen and  ( max-width : 999px ) {
	ul.ul_check.textLarge {
		font-size: 110%!important;
	}
}
@media screen and  ( max-width : 767px ) {
	ul.ul_check.textLarge {
	    display: table;
	    margin: 10px auto 20px;
		}
	ul.ul_check.textLarge li {
		    padding: 3px 0px 3px 30px;
		}
		ul.ul_check.textLarge li:before {
		    top: 10px;
		}
		ul.ul_check.textLarge li:after {
		    top: 15px;
		}
}
@media screen and  ( max-width : 480px ) {
	ul.ul_check.textLarge {
		font-size: 85%!important;
	}
		ul.ul_check.textLarge li:before {
		    top: 5px;
		}
		ul.ul_check.textLarge li:after {
		    top: 10px;
		}
}

ul.floatList {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
ul.floatList > li {
  float: left;
  margin-right:15px;
}
ul.floatList:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  ul.floatList > li {
    float: none;
  }
  ul.floatList > li + li {
    margin-left: auto;
  }
}
dl.dl01 {
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
dl.dl01 dt {
  position: relative;
  padding: 0 0 0 1em;
  margin-bottom: 0;
}
dl.dl01 dt:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  left: 3px;
  top: 10px;
  background: #080808;
}
dl.dl01 dt + dd {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-bottom: 5px;
}

dl.floatList {
  width: 100%;
  clear: both;
}
dl.floatList dt, dl.floatList dd {
  display: block;
  text-align: left;
  margin: 0 auto 5px;
  padding: .5em;
}
dl.floatList dt {
  width: 25%;
  clear: left;
  float: left;
}
dl.floatList dd {
  display: block;
  width: 75%;
  float: left;
}
dl.floatList:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  dl.floatList dt, dl.floatList dd {
    float: none;
    width: 100%;
  }
  dl.floatList dt {
    padding-bottom: 0;
  }
  dl.floatList dd {
    padding-top: 0;
    padding-left: 1em;
  }
}
ul.borderList {
  margin: 0 auto;
  width: 100%;
  list-style: none;
}
ul.borderList > li {
  position: relative;
  padding: 0 0 5px 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #080808;
}

ol.ol00 {
  margin: 0 auto;
  list-style-type: decimal;
  padding-left: 1.5em;
}
ol.ol00 > li {
  margin-bottom: 5px;
}

ol.ol01 {
  margin: 0 auto;
  counter-reset: number 0;
  list-style-type: none;
}
ol.ol01 > li {
  position: relative;
  padding: 0 0 0 1.8em;
  margin-bottom: 5px;
}
ol.ol01 > li:before {
  counter-increment: number 1;
  content: "" counter(number);
  position: absolute;
  left: 3px;
  top: 2px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: .25em 0 0;
  line-height: 1;
  text-align: center;
  color: #ffff00;
  background: #009900;
  border: 0;
  border-radius: 50%;
  font-size: 80%;
}
ol.ol01 > li > .ol01 {
  margin:5px 0;
}
@media screen and (max-width: 767px) {
  ol.ol01 > li:before {
    width: 15px;
    height: 15px;
    font-size: 70%;
  }
}

ol.ol02 {
  margin: 0 auto;
  counter-reset: number 0;
  list-style-type: none;
}
ol.ol02 > li {
  position: relative;
  padding: 0 0 0 1.8em;
  margin-bottom: 5px;
}
ol.ol02 > li:before {
  counter-increment: number 1;
  content: "" counter(number)".";
  position: absolute;
  left: 3px;
  top: -2px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: .25em 0 0;
  line-height: 1;
  text-align: center;
  color: #080808;
  border: 0;
  font-size: 110%;
  font-weight: 700;
}
ol.ol02 > li > .ol02 {
  margin:5px 0;
}
ol.ol02 > li > .ol02 > li:before {
  opacity: 0.7;
}
ol.ol02 > li > .ol02 > li > .ol02 > li:before {
  opacity: 0.5;
}

.faq {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.faq > ul {
  background: none;
  padding: 2.5em 0;
  width: 100%;
}
.faq > ul > li {
  list-style-type: none;
  list-style-image: none;
  padding: 8px 0 0 65px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}
.faq > ul > li:before {
  position: absolute;
  top: 0;
  left: 5px;
  margin: auto;
  padding: 0;
  text-align: center;
  vertical-align: text-top;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5;
}
.faq > ul > li:nth-child(odd) {
  font-size: 120%;
  color: #009900;
  font-weight: bold;
}
.faq > ul > li:nth-child(odd):before {
  content: 'Q';
  background: #009900;
}
.faq > ul > li:nth-child(even) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #cacaca;
}
.faq > ul > li:nth-child(even):before {
  content: 'A';
  border: 2px solid #2ba300;
  color: #2ba300;
}
.faq > ul > li:last-child {
  margin-bottom: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  background: none;
  border: 0;
}
table th, table td {
  padding: 15px 10px;
  line-height: 1.5;
  vertical-align: middle;
}

table.table01 {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cacaca;
}
table.table01 th, table.table01 td {
  border: 1px solid #cacaca;
  background: #fff;
}
table.table01 th {
  text-align: center;
  font-weight: bold;
  background-color: #009900;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 3px 3px;
  border-bottom:1px solid #fff;
  color: #fff;
}
table.table01 tbody tr:last-child th {
  border-bottom: 1px solid #cacaca;
}
table.table01 thead th {
  background: #080808;
  padding: 15px 10px;
}

.borderTable tr {
  border-bottom: 1px solid #080808;
}
.borderTable th {
  text-align: left;
}

.stripeTable tr:nth-child(odd) {
  background: #c9e2f6;
}
.stripeTable tr:nth-child(even) {
  background: #f5fafd;
}

table.timeTable {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  border-collapse: initial;
  display: table;
	border: 0;
}
table.timeTable th, table.timeTable td {
	box-sizing: border-box;
	padding: 10px 10px 8px;
	text-align: left;
	line-height: 1.7;
	vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.04em;
	border:0;
}

table.timeTable tbody th {
  vertical-align: top;
  position: relative;
	background: none;
	min-width: 7.5em!important;
}
table.timeTable tbody th span {
	background: #009900;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 2px 15px;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 1;
	position: relative;
}
table.timeTable tbody th:before {
  content: '';
	position: absolute;
	top: auto;
  bottom: -10px;
	right: 0;
  left: 0;
	margin: auto;
	width: 10px;
	height: 100%;
	background: #cfcfcf;
	z-index: 0;
}
table.timeTable tbody tr:last-child th:before {
  content: none;
}
table.timeTable tbody td {
  padding-left: 10px;
	padding-top: 12px!important;
	margin-top: 2px;
  vertical-align: top;
  color: #080808;
  font-size: 18px;
  padding: 8px 10px 30px;
}
table.timeTable tbody tr:first-child td {
    padding-top: 30px!important;
}
table.timeTable tbody td span {
  display: block;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
table.timeTable tbody th span {
    font-size: 16px;
    padding: 0px 10px;
}
table.timeTable tbody td {
    font-size: 16px;
    padding: 6px 10px 10px!important;
}
table.timeTable tbody tr:first-child td {
    padding-top: 20px!important;
}
}

@media screen and (max-width: 767px) {
  .Xscroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 3em;
    position: relative;
  }
  .Xscroll > table {
    table-layout: fixed;
    width: 1200px;
  }
  .Xscroll:after {
    content: '※横にスクロールできます';
    color: red;
    font-weight: bold;
  }
}
table.priceTable  {
  margin-bottom: 15px;
}
table.priceTable thead th {
  text-align: center;
  border-right: 1px solid #fff;
}
table.priceTable thead th:last-child {
  border-right: 1px solid #cacaca;
}
table.priceTable tr {
  border-bottom: 1px solid #cacaca;
}
table.priceTable th, table.priceTable td {
  position: relative;
  font-size: 100%;
  padding: 10px 20px;
}
table.priceTable th {
  text-align: left;
  font-weight: bold;
  width:25%;
}
table.priceTable th span {
  font-size: 100%;
  font-weight: normal;
}
table.priceTable td {
  width: 25%;
  text-align: right;
  font-size: 115%;
}
table.priceTable td sup {
    font-size: 50%;
    vertical-align: super;
}
@media screen and (max-width: 767px) {
  table.priceTable th {
    font-size: 95%;
  }
}
@media screen and (max-width: 480px) {
  table.priceTable th {
    font-size: 80%;
  }
}
/* 02 */
table.table01.priceTable.priceTable02 thead th {
  background-color: rgba(212,11,14,1);
  color: #fff;
}
table.table01.priceTable.priceTable02 thead td {
  background-color: rgba(212,11,14,.7);
  color: #fff;
  text-align: center;
}

table.table01.priceTable.priceTable02 th,
table.table01.priceTable.priceTable02 td {
  width:auto;
  font-size: 90%;
  padding: 10px 5px;
}
table.table01.priceTable.priceTable02 th {
  text-align: center;
  background: #cacaca;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
table.table01.priceTable.priceTable02 td {
    border-bottom: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  table.table01.priceTable.priceTable02 th,
  table.table01.priceTable.priceTable02 td {
    font-size: 75%;
    padding: 5px 2px;
  }
}
@media screen and (max-width: 480px) {
table.table01.priceTable.priceTable02 thead td span {
  display: none;
}
  table.table01.priceTable.priceTable02 th,
  table.table01.priceTable.priceTable02 td {
      font-size: 65%;
      line-height: 1.2;
      padding:2px;
  }
}

@media screen and (max-width: 767px) {
  .resTable th, .resTable td {
    width: 100% !important;
    display: block;
    padding: .5em .5em;
    border:0!important;
  }
  .resTable tr {
    padding-bottom: .5em;
  }
}
span.circleArrow {
  position: relative;
  margin-right: .5em;
  padding: 0 0 0 1em;
  text-align: center;
}
span.circleArrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #fff;
}
span.circleArrow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #080808;
}

.countReset {
  counter-reset: number 0;
  overflow: hidden;
  zoom: 1;
}

span.circleNumber {
  padding: 0;
  position: relative;
  display: inline-block;
  margin-right: .5em;
  width: 25px;
  height: 25px;
}
span.circleNumber:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-increment: number 1;
  content: "" counter(number);
  font-size: 90%;
  border-radius: 50%;
  background: #080808;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.2;
}

.circle {
  position: relative;
  padding: 50%;
  border-radius: 50%;
  background-color: #080808;
  overflow: hidden;
}
.circle > span {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -.5em 0 0;
  width: 100%;
  text-align: center;
  color: #080808;
}
.circle > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bgSlash:after {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 3px 3px;
}

.color01 {
  color: #009900!important;
}

.color02 {
  color: #59a7ee!important;
}
.color03 {
  color: #f093c2!important;
}
.color04 {
  color: #fcd666!important;
}
.textRed {
  color: red !important;
}
.textYellow {
  color: yellow !important;
}

.highlight {
  background: #f5f5f5;
  padding: 2.5%;
  overflow: hidden;
}
.highlight2 {
    background: #009900;
    padding: 2.5%;
    overflow: hidden;
}
.highlight2 p, .highlight2 a {
    color: #fff;
}
.highlight2 .highlight p, .highlight2 .highlight a {
  color:#080808;
}

.highlight.bg02 {
  background: #ebf5eb;
}
.highlight.bg03 {
  background: #e1e8f2!important;
}
.highlight.bg04 {
  background: #fff3e0;
}
.highlight.bg05 {
  background: #f0f0f0;
}

section.highlight {
  padding: 2% 0;
  margin-bottom: 0;
}
.highlight .highlight {
  background: #fff;
}
.highlight .button:hover {
  /*background: #fff;*/
}
main .highlight h3:before {
  /*border-color: #fee8d1;*/
}
.highlight h4 {
  background: #fff;
}
.highlight p:last-child {
  margin-bottom: 0;
}
.highlight.scroll {
    overflow-y: auto;
    height: 300px;
}
section.highlight .highlight.scroll {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .highlight.scroll {
      margin-top: 20px;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

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

.textIndent {
  text-indent: 1em;
}

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

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

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

.textTop {
  vertical-align: top !important;
}

.textMiddle {
  vertical-align: middle !important;
}

.textBottm {
  vertical-align: bottom !important;
}

.textLarge {
  font-size: 120% !important;
}

.textXLarge {
  font-size: 150% !important;
}

.textXXLarge {
  font-size: 200% !important;
}

.textSmall {
  font-size: 80% !important;
}

.textXSmall {
  font-size: 50% !important;
}

.bold {
  font-weight: bold !important;
}
.inline {
  display: inline-block;
}
.textMarker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #080808)) !important;
  background: linear-gradient(transparent 65%, #080808 65%) !important;
  line-height: 1.3 !important;
}

.textShadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.textEdge {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.textSidebar {
  display: table;
  position: relative;
  padding: 0 1.5em;
}
.textSidebar:before, .textSidebar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 1em;
  height: 2px;
  background: #5e3491;
  display: block;
}
.textSidebar:after {
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  .pc-textCenter {
    text-align: center !important;
  }
  .pc-textRight {
    text-align: right !important;
  }
  .pc-textLeft {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-textCenter {
    text-align: center !important;
  }
  .sp-textRight {
    text-align: right !important;
  }
  .sp-textLeft {
    text-align: left !important;
  }
}
img.alignright {
  float: right;
  margin: 0 0 10px 2%;
  max-width: 40%;
}

img.alignleft {
  float: left;
  margin: 0 2% 10px 0;
  max-width: 40%;
}

@media screen and (max-width: 767px) {
  img.alignright,
  img.alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
  }
}
.centering {
  display: block;
  margin: auto;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}

.pd0 {
  padding: 0em !important;
}
.pd1 {
  padding: 1em !important;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif !important;
}

.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, sans-serif !important;
}

.caution {
  font-size: 90%;
  color: red;
  line-height: 1.3;
}

.inversion h2, .inversion h3, .inversion h4, .inversion h5 {
  color: #fff;
}
.inversion h2:after, .inversion h3:after, .inversion h4:after, .inversion h5:after {
  background-color: #fff;
}
.inversion h2 span, .inversion h3 span, .inversion h4 span, .inversion h5 span {
  color: #fff;
}
.inversion p, .inversion li, .inversion td, .inversion th, .inversion a {
  color: #fff;
}

h2.textLeft:after {
  right: auto;
}

@media screen and (min-width: 768px) {
  h2.pc-textLeft:after {
    right: auto;
  }
}

.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.inner-wrap .blockLine > .block {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.inner-wrap .blockLine > .block p {
  text-align: left;
}
.inner-wrap .blockLine > .block figure {
  display: block;
  margin: auto;
}
.inner-wrap .blockLine > .block:first-child {
  margin-left: 0 !important;
}
.inner-wrap .blockLine > .block:last-child {
  margin-right: 0 !important;
}
.inner-wrap .blockLine.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
}
.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
}
.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 6%) / 4);
}
.inner-wrap .blockLine.blocks_5 > .block {
  width: calc((100% - 8%) / 5);
}
.inner-wrap .blockLine.blocks_6 > .block {
  width: calc((100% - 10%) / 6);
}
.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 12%) / 7);
}
.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 14%) / 8);
}
.inner-wrap .blockLine.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_4 > .block:nth-child(4n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_5 > .block:nth-child(5n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_6 > .block:nth-child(6n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_7 > .block:nth-child(7n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_8 > .block:nth-child(8n) {
  margin-right: 0;
}

.inner-wrap .blockLine.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.inner-wrap .blockLine.reversal > .block {
  float: right;
  position: relative;
}
.inner-wrap .blockLine .block.last + .block {
  margin-left: 0;
  clear: both;
}
.inner-wrap .blockLine.reversal > .block:first-child {
  margin-left: 2% !important;
  margin-right: 0;
}
.inner-wrap .blockLine.reversal > .block:last-child {
  margin-left: 0;
}

.blockLine > .block.wd10 {
  width: 9%;
}

.blockLine > .block.wd15 {
  width: 14%;
}

.blockLine > .block.wd20 {
  width: 19%;
}

.blockLine > .block.wd25 {
  width: 24%;
}

.blockLine > .block.wd30 {
  width: 29%;
}

.blockLine > .block.wd35 {
  width: 34%;
}

.blockLine > .block.wd40 {
  width: 39%;
}

.blockLine > .block.wd45 {
  width: 44%;
}

.blockLine > .block.wd50 {
  width: 49%;
}

.blockLine > .block.wd55 {
  width: 54%;
}

.blockLine > .block.wd60 {
  width: 59%;
}

.blockLine > .block.wd65 {
  width: 64%;
}

.blockLine > .block.wd70 {
  width: 69%;
}

.blockLine > .block.wd75 {
  width: 74%;
}

.blockLine > .block.wd80 {
  width: 79%;
}

.blockLine > .block.wd85 {
  width: 84%;
}

.blockLine > .block.wd90 {
  width: 89%;
}

.blockLine > .block.wd95 {
  width: 94%;
}

.blockLine > .block.wd100 {
  width: 99%;
}

@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }
  .inner-wrap .blockLine:not(.fix) .wd10, .inner-wrap .blockLine:not(.fix) .wd20, .inner-wrap .blockLine:not(.fix) .wd30, .inner-wrap .blockLine:not(.fix) .wd40, .inner-wrap .blockLine:not(.fix) .wd60, .inner-wrap .blockLine:not(.fix) .wd70, .inner-wrap .blockLine:not(.fix) .wd80, .inner-wrap .blockLine:not(.fix) .wd90, .inner-wrap .blockLine:not(.fix) .wd15, .inner-wrap .blockLine:not(.fix) .wd25, .inner-wrap .blockLine:not(.fix) .wd35, .inner-wrap .blockLine:not(.fix) .wd45, .inner-wrap .blockLine:not(.fix) .wd65, .inner-wrap .blockLine:not(.fix) .wd75, .inner-wrap .blockLine:not(.fix) .wd85, .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 2%;
    text-align: left;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(even) {
    margin-left: 2%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(odd) {
    clear: both;
  }
  .inner-wrap .blockLine.reversal > .block:first-child {
    margin-left: 0 !important;
  }
}
.flexBox {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexBox.vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBox.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flexBox.reversal.blocks_2 > * {
  width: calc((100% - 2%) / 2);
  margin-left: 2%;
  margin-right: 0;
}
.flexBox.reversal.blocks_2 .block:nth-child(2n) {
  margin-left: 0!important;
}

.flexBox.flexBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexBox.blocks_2 > * {
  width: calc((100% - 2%) / 2);
  margin-right: 2%;
  margin-bottom: 2%;
}
.flexBox.blocks_2 .block:nth-child(2n) {
  margin-right: 0!important;
}
.flexBox.blocks_3 > * {
  width: calc((100% - 4%) / 3);
  margin-right: 2%;
  margin-bottom: 2%;
}
.flexBox.blocks_3 > *:nth-child(3n) {
  margin-right: 0!important;
}
.flexBox.blocks_4 > * {
  width: calc((100% - 6%) / 4);
  margin-right: 2%;
}
.flexBox.blocks_4 .block:nth-child(4n) {
  margin-right: 0!important;
}

.flexBox.blocks_5 > * {
  width: calc((100% - 8%) / 5);
  margin-right: 2%;
}
.flexBox.blocks_5 .block:nth-child(5n) {
  margin-right: 0!important;
}

.flexBox.blocks_6 > * {
  width: calc(100% / 6);
}

.flexBox.blocks_7 > * {
  width: calc(100% / 7);
}

.flexBox.blocks_8 > * {
  width: calc(100% / 8);
}

@media screen and (max-width: 767px) {
  .flexBox:not(.sp_2) > * {
    width: 100%;
    display: block;
  }
  .flexBox:not(.sp_2) > *:not(ul) {
    margin: 5px auto;
  }

  .flexBox.sp_2 > * {
      width: calc((100% - 2%) / 2);
      margin-bottom: 2%;
  }
  .flexBox.sp_2 > *:nth-child(2n) {
      margin-right: 0;
  }
  .flexBox.blocks_3.sp_2 .block:nth-child(3n) {
    margin-right: 2%!important;
  }
  .flexBox.blocks_3.sp_2 .block:nth-child(6n) {
    margin-right: 0!important;
  }
  .flexBox.reversal.blocks_2 > * {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.gridBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -webkit-column-gap: 0;
          column-gap: 0;
}
.gridBox.blocks_2 {
  -webkit-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_2 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_3 {
  -webkit-column-count: 3;
          column-count: 3;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_3 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_3 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_4 {
  -webkit-column-count: 4;
          column-count: 4;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_4 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_4 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_5 {
  -webkit-column-count: 5;
          column-count: 5;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_5 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_5 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_6 {
  -webkit-column-count: 6;
          column-count: 6;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_6 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_6 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_7 {
  -webkit-column-count: 7;
          column-count: 7;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_7 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_7 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_8 {
  -webkit-column-count: 8;
          column-count: 8;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_8 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_8 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_9 {
  -webkit-column-count: 9;
          column-count: 9;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_9 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_9 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox.blocks_10 {
  -webkit-column-count: 10;
          column-count: 10;
}
@media screen and (max-width: 767px) {
  .gridBox.blocks_10 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 640px) {
  .gridBox.blocks_10 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.gridBox > figure {
  padding: 1%;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin: 0;
  max-width: 100%;
}

.half-inner {
  width: 100%;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.half-inner > div {
  width: 50%;
}
.half-inner > div.halfBg {
  background: url(../img/bnr_img003.png) no-repeat left/cover;
}
.half-inner > div.halfBg img {
  display: none;
}
.half-inner > div.halfText > * {
  max-width: 500px;
}
.half-inner.reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.half-inner.reversal .halfText {
  clear: both;
}
.half-inner.reversal .halfText > * {
  float: right;
}

@media screen and (max-width: 767px) {
  .half-inner {
    display: block;
    max-width: 1200px;
  }
  .half-inner > div {
    width: 100%;
  }
  .half-inner > div.halfBg {
    background: none;
  }
  .half-inner > div.halfBg img {
    display: block;
    margin: auto;
  }
  .half-inner > div.halfText {
    padding: 1em .5em;
  }
  .half-inner > div.halfText > * {
    float: none;
    max-width: inherit;
  }
}
.flow-inner {
  padding: 0;
  margin: auto;
  width: 100%;
  counter-reset: number 0;
}
.flow-inner > .flow {
  position: relative;
  display: block;
  margin: 10px auto 30px;
  padding: 1.5em;
  border: 1px solid #2ba300;
  border-radius: 0;
  background: #f5f5f5;
  clear: both;
}
.flow-inner > .flow:last-child {
  margin: 10px auto;
}
.flow-inner > .flow:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
  width: 5px;
  height: 30px;
  background: #2ba300;
}
.flowTitle {
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 0.25em;
  border-bottom: 2px dashed #cacaca;
}
.flowTitle span {
  font-size: 1.8rem;
  vertical-align: text-bottom;
  color: #080808;
  letter-spacing: 0;
  line-height: 1;
  margin-right: .5em;
}
.flowTitle span:after {
  counter-increment: number 1;
  content: "STEP0" counter(number);
}

.flow-inner.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-inner.horizontal .flow {
  padding: 1.5em 1%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-inner.horizontal .flow:not(:last-child) {
  margin-right: 4%;
}
.flow-inner.horizontal .flow:not(:last-child):after {
  right: -19%;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 50.5px 0 50.5px 25px;
  border-color: transparent transparent transparent #080808;
}

.flow-inner .flowBox {
  position: relative;
}
.flow-inner .flowBox .flowImg {
  float: left;
  width: 28%;
  margin-right: 2%;
}
.flow-inner .flowBox .flowTxt{
  float: left;
  width: 70%;
}
.flow-inner .flowBox .flowText p:last-child {
  margin-bottom:0;
}
@media screen and (max-width: 767px) {
  .flow-inner .flowBox {
    display: block;
  }
  .flow-inner .flowBox .flowImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flow-inner .flowBox .flowText{
    width: 100%;
  }
}

.flow-inner.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-inner.horizontal .flow {
  padding: 1.5em 1%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-inner.horizontal .flow:not(:last-child) {
  margin-right: 4%;
}
.flow-inner.horizontal .flow:not(:last-child):after {
  right: -19%;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 50.5px 0 50.5px 25px;
  border-color: transparent transparent transparent #080808;
}

@media screen and (max-width: 767px) {
  .flow-inner.horizontal {
    display: block;
  }
  .flow-inner.horizontal .flow {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .flow-inner.horizontal .flow:not(:last-child) {
    margin-right: auto;
    margin-bottom: 50px;
  }
  .flow-inner.horizontal .flow:not(:last-child):after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: auto;
    bottom: -65px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.flowchart .flow-inner .flow {
  border: 2px solid #2ba300;
  border-radius: 0;
  padding: 1.5em;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 3px 3px;
  display: flex;
}
.flowchart .flow-inner .flow.current {
  border-color: #00ff7f;
  background-color: rgba(15, 15, 15, 1);
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 3px 3px;
}
.flowchart .flow-inner .flow .flowImg {
  float: left;
  width: 28%;
  margin-right: 2%;
}
.flowchart .flow-inner .flow .flowTxt {
  float: left;
  width: 70%;
}
.flowchart .flow-inner .flow p span {
  display: table;
      font-size: 85%;
      font-weight: 700;
      color: #fff;
      background: #009900;
      padding:6px 20px;
      margin-bottom: 5px;
}
.flowchart .flow-inner .flow p {
    color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .flowchart .flow-inner .flow {
    display: block;
    padding:1em;
  }
  .flowchart .flow-inner .flow .flowImg, .flowchart .flow-inner .flow .flowTxt {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .flowchart .flow-inner .flow .flowImg {
    max-width: 50%;
    margin:0 auto 10px;
  }
  .flowchart .flow-inner .flow .flowTitle {
    text-align: center;
}
.flowchart .flow-inner .flow .flowTitle span {
      margin: 0 auto 5px;
}
}

.scaleBox {
  position: relative;
  display: table;
  table-layout: fixed;
  margin: auto;
}
.scaleBox > span {
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
.scaleBox > span img {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scaleBox > a {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.scaleBox:hover > span img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.borderBox {
  border:8px solid #f5f5f5;
  padding:2.5%;
  overflow: hidden;
  /*position: relative;
  display: inline-block;
  padding: 0;
  z-index: 2;*/
}
.highlight .borderBox {
  border-color: #fff;
}
.borderBox.dtable {
  display: table;
}
/*.borderBox > p {
  padding: 1.5em 1em;
}
.borderBox:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #080808;
  z-index: 1;
  display: block;
}*/
.borderBox2 {
    border: 1px solid #009900;
    padding: 2%;
    overflow: hidden;
    display: table;
}

.pullDown {
  width: 100%;
  position: relative;
}
.pullDown > .pull-inner {
  display: none;
  width: 100%;
  padding-top: 1em;
}
.pullDown > p:first-child {
  background: none;
  text-align: left;
  position: relative;
  margin: 0;
  display: table;
  padding-right: 8%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pullDown > p:first-child img {
    width: 80%;
  }
}
.pullDown > p:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 37px;
  height: 37px;
  background: url(/wp-content/uploads/2019/07/lp1_btn2.png) no-repeat center/100%;
  -webkit-transition: .4s;
  transition: .4s;
}
@media screen and (max-width: 767px) {
  .pullDown > p:first-child:after {
    width: 30px;
  }
}
.pullDown > p:first-child.active:after {
  content: '';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .sp_pull > .pull-inner {
    display: none;
    width: 100%;
  }
  .sp_pull > p:first-child {
    background: #080808;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1.3em;
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .sp_pull > p:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: .4s;
    transition: .4s;
  }
  .sp_pull > p:first-child.active:after {
    content: '';
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: .4s;
    transition: .4s;
  }
}
.tab-inner {
  width: 100%;
  margin: auto;
}

.tabContent {
  display: none;
  padding: 1.5em .5em;
  -webkit-transition: .4s;
  transition: .4s;
}

.tabButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.tabButton > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  position: relative;
  background: #080808;
  padding: .8em;
  color: #fff;
  text-align: center;
  line-height: 1;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #080808;
  border-bottom: 0;
}
.tabButton > li:hover, .tabButton > li.active {
  color: #333333;
  background: #fff;
  border-color: #707070;
  -webkit-transition: .4s;
  transition: .4s;
}

.scrollIn {
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  opacity: 0;
}
.scrollIn.up {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
}
.scrollIn.down {
  -webkit-transform: translate(0, -150px);
          transform: translate(0, -150px);
}
.scrollIn.right {
  -webkit-transform: translate(150px, 0);
          transform: translate(150px, 0);
}
.scrollIn.left {
  -webkit-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
}
.scrollIn.scale {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.scrollIn.para {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
  opacity: 1;
}
.scrollIn.para > * {
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
}
.scrollIn.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scrollIn.active.para > * {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scrollIn.active.leftSlide > * {
  opacity: 0;
  -webkit-animation: catchfade 3s ease 0s 1 forwards;
          animation: catchfade 3s ease 0s 1 forwards;
  position: relative;
}
.scrollIn.active.leftSlide > *:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #080808;
  background: -webkit-gradient(linear, left top, right top, from(#080808), color-stop(50%, #080808), to(#080808));
  background: linear-gradient(to right, #080808 0%, #080808 50%, #080808 100%);
  -webkit-animation: leftSlide 2s ease 0s 1 normal;
          animation: leftSlide 2s ease 0s 1 normal;
  opacity: 0;
  z-index: 10;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(1)::before {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(2)::before {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(3)::before {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(4)::before {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(5) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(5) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(5)::before {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(6) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(6) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(6)::before {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(7) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(7) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(7)::before {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(8) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(8) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(8)::before {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(9) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(9) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(9)::before {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(10) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(10) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(10)::before {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(11) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(11) {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(11)::before {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(12) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(12) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(12)::before {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(13) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(13) {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(13)::before {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(14) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(14) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(14)::before {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(15) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(15) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(15)::before {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(16) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(16) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(16)::before {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(17) {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(17) {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(17)::before {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(18) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(18) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(18)::before {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(19) {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(19) {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(19)::before {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(20) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(20) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(20)::before {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(21) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(21) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(21)::before {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(22) {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(22) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(22)::before {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(23) {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(23) {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(23)::before {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(24) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(24) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(24)::before {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(25) {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(25) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(25)::before {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(26) {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(26) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(26)::before {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(27) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(27) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(27)::before {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(28) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(28) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(28)::before {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(29) {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(29) {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(29)::before {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}

.scrollIn.active ~ .scrollIn.active:nth-of-type(30) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

.scrollIn.active.leftSlide > *:nth-of-type(30) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.scrollIn.active.leftSlide > *:nth-of-type(30)::before {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mainimage .slick-slide img {
    padding: 0;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
}

@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  max-width: 266px;
  max-height: 296px;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    width: 20%;
  }
}
@media screen and (max-width: 959px) {
  .mainimage .slick-track img {
    padding:0;
}
}
@media screen and (max-width: 767px) {
  .mainimage {
    /*padding-bottom: 30px;*/
  }
  .mainimage .slick-track img {
    height: 45vh;
    object-fit: cover;
}
  .mainimage .catch img {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .mainimage .slick-track img {
    height: 35vh;
    object-fit: cover;
}
.mainimage .catch img {
  width: auto;
  max-width: 40%;
}
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  overflow: visible;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  figure.circle > img {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }

  /* IE向けのCSS～START */
  .button {
    padding-top: .9em;
  }

  /* IE向けのCSS～END */
}
/*/-----------------ここから個別*/

@media screen and (min-width: 960px) {
  header nav {
    background: #f0f0f0;
    margin-bottom: 0;
  }
  header nav .inner {
    max-width: 100%;
  }

  header nav .navi li {
    /*min-width: calc(100% / 8);*/
    flex: auto;
  }

  header nav .navi li a {
    padding: 0.5em 0.2em 0.75em;
    font-size: clamp(0.75rem, -0.25rem + 1.67vw, 1rem);
    font-weight:normal;
    text-align: center;
    border-bottom: 0;
    background: none;
    color: #535353;
  }

  header nav .navi > li > a span {
    margin: 0 auto;
    font-size: clamp(0.625rem, 0.125rem + 0.83vw, 0.75rem);
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #009900;
  }

  header nav .navi > li:not(:first-child):before {
    display: none;
  }

  .headInfo .headInfo_R, .headInfo .headInfo_L {
      flex: auto;
    }
    .headInfo .headInfo_L {
    margin-top: 20px;
}
    .headInfo .headInfo_R {
      width: 27.5%;
      max-width: 200px;
      margin-left: 15px;
    }

  .headInfo p {
    display: block;
    margin: 20px 0 5px;
    font-size: clamp(0.875rem, 0.375rem + 0.83vw, 1rem);
    font-weight: normal;
    line-height: 1.3;
  }
  .headInfo p .bold {
    font-size: 18px;
  }
  .headInfo p img {
    margin:7px 0 0;
  }
  .headInfo p:last-child {
    margin: 0 0 10px;
  }
  .headInfo p .button {
    margin-top: 2px;
    letter-spacing: 0.1em;
    padding: .95em 1em;
    max-width: 100%;
    font-weight: normal;
    border: 1px solid #009900;
    background: #009900;
    color: #fff !important;
    line-height: 1.2;
  }
  .headInfo p .button i {
    font-size: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .headInfo p .button:after {
    border-left: 6px solid #fff;
  }
  .headInfo p .button:hover {
    background: #fff;
    color: #009900!important;
  }
  .headInfo p .button:hover:after {
    border-left: 6px solid #009900;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 65%;
    max-width: 260px;
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 560px) {
header h1 {
    margin: 25px 0 15px;
}
}
@-webkit-keyframes gnvahover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gnvahover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes btnhover {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    right: 4%;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    right: 3%;
  }
}
@keyframes btnhover {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    right: 4%;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    right: 3%;
  }
}

.textReversal h2, .textReversal h3 {
  color: #fff;
}
.textReversal h2:after, .textReversal h3:after {
  background-color: #fff;
}
.textReversal p, .textReversal li, .textReversal td, .textReversal th, .textReversal a {
  color: #fff;
}

/*/-----------------TOPページ*/
@media screen and (min-width: 768px) {
.topContents .button {
  }
}

.topContents h2 {
  margin-bottom: 1.25em;
  padding-bottom: 0;
  font-size: 32px;
}
.topContents h2:after {
  content: none;
}
.topContents p, .topContents figcaption {
  line-height: 2.0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 767px) {
  .topContents .button {
    max-width: 300px;
  }
  .topContents h2 {
    padding-bottom: 0.8em;
    margin-bottom: 0.25em;
    font-size: 26px;
  }
}

@-webkit-keyframes leftSlide {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes leftSlide {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    opacity: 1;
    width: 100%;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}

.h2_title {
  background: url(../img/tit_bg_img.jpg) no-repeat;
  background-size: cover;
    padding: 2.5% 0 2%;
    margin-bottom: 0;
}
.h2_title h2 {
    margin-bottom: 0;
    padding: 0;
}
.h2_title.h2_bg {
    background: #009900;
}
.h2_title.h2_bg h2, .h2_title.h2_bg h2 span {
    color: #fff;
}
@media screen and (max-width: 767px) {
  .h2_title {
      padding: 5% 0 0;
  }
  .h2_title h2 {
      padding-bottom: 0.8em;
  }
  .h2_title h2  span {
    font-size: 12px;
  }
}

.contents_info {
  padding: 4% 0;
  background: #fff;
  background-size: cover;
  margin-bottom: 0;
}
.contents_info.campaign {
  background: url(../img/bg_img002.jpg);
}
.contents_info.campaign .newsContent {
  background: #fff;
}
.contents_info.campaign .newsContent dl dd a:hover {
    color: #f8c30b;
}
.contents_info.campaign .button {
  border-color: #f8c30b;
  color: #f8c30b!important;
}
.contents_info.campaign .button:after {
    border-left: 4px solid #f8c30b;
}
.contents_info.campaign .button:hover {
  background: #f8c30b;
  color: #fff!important;
}
.contents_info.campaign .button:hover:after {
    border-left: 4px solid #fff;
}
@media screen and  ( max-width : 767px ) {
  .contents_info {
    padding: 30px 0;
  }
}

.contents01, .contents02, .contents03, .contents04 {
  margin-bottom: 0;
}
.contents01, .contents02, .contents03, .contents04, .contents05 {
  padding: 10% 4%;
  background-image: url(../img/parallax_img001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.contents01 p, .contents02 p, .contents03 p, .contents04 p, .contents05 p {
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: rgba(0,0,0,.3) 1px 1px 5px, rgba(0,0,0,.3) 1px 1px 5px, rgba(0,0,0,.3) 1px 1px 5px, rgba(0,0,0,.3) 1px 1px 5px;
}
.contents01 p.lead, .contents02 p.lead, .contents03 p.lead, .contents04 p.lead, .contents05 p.lead {
  font-size: 28px;
    border-bottom: 1px solid #fff;
    padding: 0.25em 0;
}
.contents01 .sp-textCenter, .contents02 .sp-textCenter, .contents03 .sp-textCenter, .contents04 .sp-textCenter, .contents05 .sp-textCenter {
  text-shadow: none;
  margin-top: 1.5em;
}
.contents01 .button, .contents02 .button, .contents03 .button, .contents04 .button, .contents05 .button {
  border-color: #fff;
  color: #fff!important;
  /*box-shadow: rgba(0,0,0,.3) 1px 1px 10px, rgba(0,0,0,.3) 1px 1px 10px, rgba(0,0,0,.3) 1px 1px 10px, rgba(0,0,0,.3) 1px 1px 10px;*/
  text-shadow: rgba(0,0,0,.3) 1px 1px 5px, rgba(0,0,0,.3) 1px 1px 5px, rgba(0,0,0,.3) 1px 1px 5px, rgba(0,0,0,.3) 1px 1px 5px;
}
.contents01 .button:after, .contents02 .button:after, .contents03 .button:after, .contents04 .button:after, .contents05 .button:after {
  border-left: 4px solid #fff;
}
.contents01 .button:hover, .contents02 .button:hover, .contents03 .button:hover, .contents04 .button:hover, .contents05 .button:hover {
  background: rgba(0,153,0,.3);
}
@media screen and (min-width: 768px) {
  .contents01, .contents02, .contents03, .contents04, .contents05 {
    padding: 7.5% 0;
  }
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .contents01 .button:hover, .contents02 .button:hover, .contents03 .button:hover, .contents04 .button:hover, .contents05 .button:hover  {
    background: #080808;
  }
}
@supports (-ms-ime-align: auto) {
  .contents01 .selector, .contents02 .selector, .contents03 .selector, .contents04 .selector, .contents05 .selector {
    property: value;
  }
  .contents01 .button:hover, .contents02 .button:hover, .contents03 .button:hover, .contents04 .button:hover, .contents05 .button:hover {
    background: #080808;
  }
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 767px) {
  .contents01 p, .contents02 p, .contents03 p, .contents04 p, .contents05 p  {
    font-size: 16px;
  }
  .contents01 p.lead, .contents02 p.lead, .contents03 p.lead, .contents04 p.lead, .contents05 p.lead {
    font-size: 22px;
  }
}

.contents02 {
  background-image: url(../img/parallax_img002.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.contents03 {
  background-image: url(../img/parallax_img003.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.contents04 {
  background-image: url(../img/parallax_img004.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.contents05 {
  background-image: url(../img/parallax_img005.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents01 {
    background: url(../img/parallax_img001.jpg) no-repeat;
    background-attachment: initial;
    background-size: cover;
  }
  .contents02 {
    background: url(../img/parallax_img002.jpg) no-repeat;
    background-attachment: initial;
    background-size: cover;
  }
  .contents03 {
    background: url(../img/parallax_img003.jpg) no-repeat;
    background-attachment: initial;
    background-size: cover;
  }
  .contents04 {
    background: url(../img/parallax_img004.jpg) no-repeat;
    background-attachment: initial;
    background-size: cover;
  }
  .contents05 {
    background: url(../img/parallax_img005.jpg) no-repeat;
    background-attachment: initial;
    background-size: cover;
  }
}

.lead {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.75em;
}
.lead span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lead {
      font-size: 20px;
  }
  .lead span {
    font-size: 14px;
  }
}

.contents06 {
  padding: 4% 0;
  margin-bottom: 0;
}
.topContents .contents06 {
  background: url(../img/bg_img001.jpg);
}
.contents06 figure {
  margin-bottom: 10px;
}
.contents06 p {
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.contents06 p.carName {
  font-weight: 700;
}
.contents06 p.carPrice .price {
  font-weight: 700;
}
.contents06 p.totalPrice .price {
  font-size: 26px;
  font-weight: 700;
}
.contents06 .galleryBox .button {
  max-width: 100%;
  color: #fff!important;
  background: #009900;
  margin: 15px 0 20px;
}
.contents06 .galleryBox .button:after {
  border-left: 4px solid #fff;
}
.contents06 .galleryBox .button:hover {
  background: #fff;
  color: #009900!important;
}
.contents06 .galleryBox .button:hover:after {
  border-left: 4px solid #009900;
}
@media screen and  ( max-width : 767px ) {
  .contents06 {
    padding: 40px 0;
  }
}

.contents07 {
  padding: 4% 0;
  margin-bottom: 0;
}
.group {
  clear: both;
  padding:10px 8px;
  margin-bottom: 10px;
}
.group .groupTitle {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.4;
    letter-spacing: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.group .groupTitle .icon02 {
  background: url(../img/icon_002.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon03 {
  background: url(../img/icon_003.png) no-repeat;
  background-size: 17px 14px;
  width: 17px;
  height: 14px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon04 {
  background: url(../img/icon_004.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon05 {
  background: url(../img/icon_005.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon06 {
  background: url(../img/icon_006.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon07 {
  background: url(../img/icon_007.png) no-repeat;
  background-size: 27px 16px;
  width: 27px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon08 {
  background: url(../img/icon_008.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupTitle .icon09 {
  background: url(../img/icon_009.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.group .groupAdd {
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: 0;
}
.group .groupTel {
    padding-left: 15px;
    position: relative;
    font-size: clamp(1.063rem, 0.729rem + 0.69vw, 1.25rem);
    font-family: "Arial", "メイリオ";
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.group .groupTel:before {
  position: absolute;
  content: "";
  background: url(../img/icon_tel.png) no-repeat;
  width: 11px;
  height: 15px;
  top: 6px;
  left: 0;
  margin: auto;
}
.group01 .group {
  padding:0;
}
.group01 .group .groupTitle {
  padding-left: 20px;
}
.group01 .group .groupTitle:before {
  position: absolute;
  content: "";
  background: url(../img/icon_001.png) no-repeat;
  width: 16px;
  height: 19px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.group01 .group .groupTel, .group04 .group .groupTel, .group05 .group .groupTel {
  float: right;
  margin-top: -5px;
}
.group02 {
  display: flex;
  flex-wrap: wrap;
}
.group02 .group {
  background: #ebf5eb;
}
.group03 .group {
  background: #e1e8f2;
}
.group04 .group {
  background: #fff3e0;
}
.group05 .group {
  background: #f0f0f0;
}
.line {
    font-size: 130%;
    margin-left: 0.5em;
    vertical-align: middle;
    margin-top: -3px;
    color: #06c755;
}
a:hover .line {
    color: #009900;
}
@media screen and  ( max-width : 767px ) {
  .contents07 {
    padding: 40px 0;
  }
  .group .groupTitle {
    display: block;
}
  .group01 .group .groupTel, .group04 .group .groupTel, .group05 .group .groupTel {
      float: none;
      margin-top: 0;
  }
  .group .groupTel:before {
      top: 3px;
  }
}


.contents_gallery {
  background: #f5f5f5;
  padding: 4% 0 3.5%;
  margin-bottom: 0;
}
.contents_gallery .button i {
  vertical-align: middle;
  font-size: 115%;
  margin:-2px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .contents_gallery {
    padding: 30px 0 30px;
  }
}

.contents_cv {
  padding: 5% 0 4%!important;
  margin-bottom: 0!important;
  background: url(../img/parallax_img006.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.contents_cv .inner {
    background: rgba(255,255,255,0.9);
    padding: 3%;
    max-width: 600px;
    position: relative;
}
.contents_cv .inner:after {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  top: 7px;
  right: 7px;
  left:7px;
  bottom: 7px;
  margin:auto;
  border:1px solid #009900;
  z-index: 0;
}
.contents_cv p {
  text-align: center;
  z-index: 1;
  position: relative;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size:16px;
  z-index: 2;
}
.contents_cv p .bold {
  font-size: 18px;
  display: block;
}
.contents_cv p.telNo {
    max-width: 90%;
    margin: 0 auto;
}
.contents_cv .button {
  width: 90%;
  max-width: 280px;
  color: #009900!important;
}
.contents_cv .button:hover {
  background: #009900;
  color: #fff!important;
}
.contents_cv .button i {
  margin-right: 5px;
  font-size: 20px;
}
.contents_cv h2 {
    margin: 0 auto 0.75em;
    padding-bottom: 0;
    z-index: 2;
}
.contents_cv h2 span {
}
.contents_cv h2:after {
    content: none;
}
@media (min-width: 768px) and (max-width: 1240px) {
  .contents_cv .inner {
      max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .contents_cv {
    padding: 50px 0 30px!important;
    background-attachment: inherit;
  }
  .contents_cv .inner {
      padding: 6% 3%;
      max-width: 90%;
  }
  .contents_cv h2 {
      font-size: 26px;
  }
  .contents_cv figure img {
    max-width: 80%;
  }
  .contents_cv p {
      font-size: 90%;
      line-height: 1.4;
  }
  .contents_cv figure img + img {
    margin: 15px auto 0;
    display: block;
  }
}

ul.serviceIcon {
    display: flex;
    flex-wrap: wrap;
    /*position: relative;
    z-index: 10;*/
    justify-content: center;
    margin:0 auto 30px;
}
ul.serviceIcon li {
  margin:0 5px;
  max-width: calc((100% - 60px) / 6);
}
@media screen and (max-width: 480px) {
  ul.serviceIcon {
    width: 100%;
    max-width: 300px;
  }
  ul.serviceIcon li {
    margin:0 5px 10px;
    max-width: calc((100% - 30px) / 3);
  }
}

.contact_map {
  padding: 0;
  margin-bottom: 0!important;
}
@media screen and (min-width: 768px) {
.contact_map .googlemap {
    padding-top: 25%;
    min-height: 400px;
  }
}

.footContents {
  padding: 3% 0 2%;
  background: url(../img/foot_bg.jpg);
}
.footContents figure {
  margin: 0 10px;
}
.footContents figure figcaption {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footContents .flexBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footContents figure {
    max-width: calc(100% / 3 - 1px);
  }
}

/*/-----------------下層*/
.under section {
  padding: 4% 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .under section {
    padding: 40px 0;
  }
}

.anchor {
  background: #f5f5f5;
  padding:3% 0 2%!important;
}
.anchor ul {
    width: auto;
    max-width: 920px;
    display: table;
    margin: 0 auto;
}
.anchor ul li {
    float: left;
}
.anchor ul li a {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 10px 10px 0;
    font-weight: bold;
    z-index: 0;
    font-size: 15px;
}
.anchor ul li a:after {
    right: 2%;
}
.anchor ul li a:hover {
}
.anchor ul li a:hover:after {
    right: 1%;
}
.anchor ul li a.current {
    color: #009900!important;
    border: 1px solid #009900;
    background: #fff;
}
.anchor ul li a.current:after {
    border-color: #009900;
}
.anchor ul li a span {
  font-size: 85%;
}
@media only screen and (min-width: 1000px) {
.anchor ul li:nth-child(3n) a {
    margin-right: 0;
}
}
@media only screen and (max-width: 999px) {
.anchor ul {
    max-width: 620px;
}
.anchor ul li a {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
  .anchor {
    padding:5% 0 3.5%!important;
  }
}
@media only screen and (max-width: 640px) {
.anchor ul {
    max-width: 280px;
}
.anchor ul li a {
    margin-right: 0;
    padding: 0.8em 0.8em;
}
}

.infoList section:nth-child(even) {
  background-color: #b3d6f3;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
  background-size: 3px 3px;
}

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

@media screen and (min-width: 768px) {
  .autoTable td {
    text-align: right !important;
  }
}
.name {
    text-align: right!important;
    font-size: 105%!important;
    font-weight: bold;
    margin-top: 20px;
}
.name span {
  font-size: 130%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.name.textLeft {
    text-align: left!important;
}
@media screen and (max-width: 767px) {
  .name.sp-textCenter {
      text-align: center!important;
  }
}

/* news */
.newsDetail h3 .cat, .newsContent dd a .cat {
    font-size: 12px;
    font-weight: normal;
    background: #080808;
    color: #fff;
    text-align: center;
    width: 7.5em;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
    margin-bottom: 8px;
}
 .newsContent dd a .cat {
  display: inline-block;
  margin-right:1em;
}
.newsDetail h3 .cat.cat01, .newsContent dd a .cat.cat01 {
    background: #080808;
    color: #fff;
}
.newsDetail h3 .cat.cat02, .newsContent dd a .cat.cat02 {
    background: #080808;
    color: #fff;
}
.date {
  text-align: right;
  margin-top: -10px;
}
img.border {
  border:1px solid #d9d9d9;
  padding: 3px;
}
@media only screen and (max-width: 767px) {
  img.sp-40 {
    width: 40%;
  }
  img.sp-50 {
    width: 50%;
  }
  img.sp-60 {
    width: 60%;
  }
}

/* campaign */
.campaign main h3 a:hover {
    color: #f8c30b;
}
.campaign main h3:after {
    width: 20%;
    border-bottom: 2px solid #f8c30b;
}

/* shop */
ul.shopService {
    clear: both;
    overflow: hidden;
}
ul.shopService li {
    float: left;
    margin: 1% 2% 1% 0;
}

.gridImg {
  clear: both;
    max-width: 400px;
    margin:0 auto;
    overflow: hidden;
        display: flex;
}
.gridImg figure {
  float: left;
}
.gridImg figure:first-child {
  width: 100%;
  margin-bottom: 2%!important;
}
.gridImg figure:nth-child(2) {
  width: 49%;
  margin-right: 2%!important;
}
.gridImg figure:nth-child(3) {
  width: 49%;
}
.inner-wrap .blockLine > .block.gridImg:first-child {
    margin-left: auto !important;
}

table.table01 .line {
    font-size: 40px;
    margin-left: 0;
}

/* used */
.usedTable {
}
.usedTable tr {
  display: inline-flex;
  width: 50%;
}
.usedTable tr td, .usedTable tr th {
  display: block;
  width: 50%;
  line-height: 1;
  padding: 12px 10px;
  border:0;
  border-bottom: 1px solid #cacaca;
}
.usedTable tr.noBorder td, .usedTable tr.noBorder th {
  border-bottom: 0;
}
table.table01.usedTable tbody tr:last-child th {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .usedTable tr {
    display: block;
    width: 100%;
    padding:0;
  }
}

/*/-----------------edgeのみパララックス解除*/
/*/-----------------PC＆SP*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  img.pc {
    display: inline;
  }
  .tab {
    display: none!important;
  }
}
@media only screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .tab {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  img.sp {
    display: inline;
  }
}
@media only screen and (min-width: 960px) {
  header .pc {
    display: block;
  }
  header img.pc {
    display: inline;
  }
  header .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  header .pc {
    display: none !important;
  }
  header .sp {
    display: block!important;
  }
  header img.sp {
    display: inline !important;
  }
}

/* gallery_slider */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
}
.slide-item img {
  width: auto !important;
  max-height: 50vh;
}
#thumbnail-list {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.thumbnail-item {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 15.666%;
  margin: 0 0.5% 1%;
}
/*.thumbnail-item:nth-child(6n) {
  margin-right: 0;
}*/
.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 767px) {
  #gallery_slider {
    margin: 0 auto 50px;
  }
}

#gallery_slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
#gallery_slider.slick-initialized {
  opacity: 1;
}
#gallery_slider li.slide-item span {
  text-align: center;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .thumbnail-item {
    width: 32.3%;
  }
  .thumbnail-item:nth-child(3n) {
    margin-right: 0;
  }
}

/* galleryBox */
.galleryBox .block {
    margin:0 2% 2% 0!important;
}
.galleryBox figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.galleryBox figure a {
  text-decoration: none;
  color: #080808;
}
.galleryBox figure a:hover {
  color: #009900;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 767px) {
  .galleryBox.sp_2 .block {
      width: 49%;
      margin:0 2% 2% 0!important;
      display: inline-block;
  }
  .galleryBox .block:nth-child(2n) {
      margin-right:0!important;
  }
  .flexBox.blocks_3.galleryBox .block:nth-child(3n) {
      margin-right:2%!important;
  }
  .flexBox.blocks_3.galleryBox .block:nth-child(6n) {
      margin-right:0!important;
  }
  .flexBox.blocks_5.sp_2 .block:nth-child(5n) {
    margin-right: 2% !important;
}
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}

.galleryBox figcaption {
  margin: 5px auto 0;
  text-align: left;
  font-weight: 700;
}
span.cat {
  display: table;
  background: #009900;
  color: #fff;
  font-size: 80%;
  padding: 3px 10px;
  margin: 3px 0 0;
}
span.cat.cat01 {
  background: #009900;
}
span.cat.cat02 {
  background: #2ba300;
}
span.cat.cat03 {
  background: #ffff00;
  color: #080808;
}
h2 span.cat {
  font-size: 14px;
  margin: 0 auto 10px;
}

/* company */
.groupBox .group {
    background: #fff;
    padding: 20px;
}
.groupBox .group p {
    margin-bottom: 10px;
}
.groupBox p.groupTitle {
  color: #009900;
  font-size: 22px;
  border-bottom: 1px solid #009900;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.groupBox p.groupTel, .groupBox p.groupFax, .groupBox p.groupUrl {
  position: relative;
  padding-left: 4em;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.groupBox p.groupTel:before, .groupBox p.groupFax:before, .groupBox p.groupUrl:before {
  position: absolute;
  content: "TEL";
  background: #009900;
  width: 3.5em;
  height: auto;
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  margin:auto;
  text-align: center;
  font-size: 15px;
}
.groupBox p.groupFax:before {
  content:"FAX";
}
.groupBox p.groupUrl:before {
  content:"URL";
}
@media only screen and (max-width: 767px) {
.groupBox p.groupTitle {
  font-size: 20px;
}
.groupBox p.groupTel, .groupBox p.groupFax, .groupBox p.groupUrl {
  font-size: 14px;
}
.groupBox p.groupTel:before, .groupBox p.groupFax:before, .groupBox p.groupUrl:before {
  font-size: 14px;
}
}

/* petroleum */
.link li {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  max-width: 295px;
}
.link.col2 li {
  width: 49.5%;
}
.link.col2 li:nth-child(2n) {
  margin-right: 0;
}
.link.col4 li {
  width: 24.25%;
}
.link.col4 li:nth-child(4n) {
  margin-right: 0;
}
.link.center {
    display: table;
    margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .link {
      overflow: hidden;
      max-width: 590px;
      margin: 0 auto;
  }
  .link.col4 li {
    width: 49%;
  }
  .link.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.shopcontent {
	text-align:center;
}
.shop_info > img {
	width:auto;
	max-width:50%;
	float:none;
	display:inline-block;
	vertical-align: top;
}
.shop_info {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	width: auto;
}
.shop_info > div {
	display: inline-block;
}
.shop_info h3 {
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 10px;
}
.shop_btn_area{
	padding-top: 16px;
}
.shop_btn_area .tel_btn{
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;
}
.shop_btn_area .contact_btn{
	display:inline-block;
}
@media screen and (max-width: 768px) {
	.shop_info>img {
		display:block;
		float: none;
		width:100%;
		max-width:100%;
		margin-bottom:20px;
	}
	.shop_btn_area .tel_btn{
		margin:0 10px 20px 10px;
	}
	.shop_btn_area .contact_btn{
		margin:0 10px 20px 10px;
	}
}

/* car */
ul.pointBox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
ul.pointBox li {
  flex: 3;
  text-align: center;
  background: #ffd94e;
  /* aspect-ratio: 2 / 2; */
  /* border-radius: 100%; */
  padding: 1.5em 0.25em;
  max-width: 32%;
  margin: 0 1%;
  font-size: clamp(0.938rem, 0.431rem + 1.06vw, 1.75rem);
  font-weight: 700;
  color: #009900;
  border: 1px solid #009900;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  max-width: 930px;
  justify-self: center;
  margin:30px auto;
}
.benefits li {
  width: calc(100% / 3);
  padding:1%;
}
@media only screen and (max-width: 767px) {
  .benefits {
    max-width: 620px;
  }
  .benefits li {
    width: calc(100% / 2);
  }
}
p.kensaPrice {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
    color: #009900;
}
p.kensaPrice span {
  font-size: 160%;
}

.flexBox.kensaBox.blocks_5 > * {
  width: calc((100% - 4%) / 5);
  margin-right: 1%;
}
.flexBox.kensaBox .borderBox {
    border: 4px solid #f5f5f5;
    padding: 2% 0.5%;
}
.flexBox.kensaBox .borderBox p.bold {
  font-size: clamp(0.75rem, 0.594rem + 0.32vw, 1rem);
}
@media only screen and (max-width: 767px) {
  .flexBox.kensaBox.blocks_5.sp_2 > * {
    width: calc((100% - 1%) / 2);
    margin-bottom: 2%;
  }
  .flexBox.kensaBox.blocks_5.sp_2 > *:nth-child(2n) {
      margin-right: 0;
  }
  .flexBox.kensaBox .borderBox p.bold {
    font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  }
}

/* carwash */
.highlight.bg06 {
  background: #ebc3aa;
}
.highlight.bg06 table th, .highlight.bg06 ul.ul01 > li:before {
  background: #d88460;
}
.highlight.bg06 h5:after, .highlight.bg07 h5:after, .highlight.bg08 h5:after {
  background: #fff;
}
.highlight.bg06 h5 span {
  color: #d88460;
}
.highlight.bg07 {
  background: #dcdedd;
}
.highlight.bg07 table th, .highlight.bg07 ul.ul01 > li:before {
  background: #9d9f9e;
}
.highlight.bg07 h5 span {
  color: #9d9f9e;
}
.highlight.bg08 {
  background: #ddd3a2;
}
.highlight.bg08 table th, .highlight.bg08 ul.ul01 > li:before {
  background: #a4922e;
}
.highlight.bg08 h5 span {
  color: #a4922e;
}
.highlight.bg06 table, .highlight.bg07 table, .highlight.bg08 table {
  font-size: 90%;
}
.workingTime {
    background: #f8c30b;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 50px;
}

/* house */
table.priceTable.houseTable thead th {
    background: #009900;
    color: #fff;
}
table.priceTable.houseTable thead th.th_bg {
    background: #ffc000;
    color: #080808;
}
table.priceTable.houseTable th {
    text-align: center;
    background: #f5f5f5;
    color: #080808;
    border: 1px solid #cacaca;
    padding: 10px 10px;
}
table.priceTable.houseTable td {
    text-align: center;
    font-size: clamp(0.938rem, 0.899rem + 0.08vw, 1rem);
    padding: 10px 10px;
}
@media only screen and (max-width: 480px) {
  table.priceTable.houseTable td {
      font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
      padding: 10px 0px;
  }
}

/* recruit */
.must {
    background: #009900;
    border:1px solid #009900;
    color: #fff;
    font-size: 75%;
    padding: 3px 10px 4px;
    border-radius: 3px;
    margin-left: 0.5em;
    vertical-align: text-top;
  }
.must.must2 {
      background: #f5f5f5;
      color: #009900;
    }
@media only screen and (max-width: 767px) {
img.wd200 {
  max-width: 200px;
}
}

/* sideContents */
.sideContents {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 999;
}
.sideContents a {
  display: block;
  margin-bottom: 10px;
}
.sideContents a img {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sideContents {
    max-width: 15%;
    top: auto;
    bottom: 15%;
  }
  .sideContents a {
    margin-bottom: 5px;
  }
}
