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

blockquote,
q {
  quotes: none;
}

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

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

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

* section {
  clear: both;
}

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

a,
a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
}

a:hover > img {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.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: 10px auto;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  overflow: auto;
}

dd,
dt,
figcaption,
li,
p,
td,
th {
  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: 24px;
}

html h1.underTitle span {
  font-size: 80%;
}

html main h2 {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html main h2 span {
  font-size: 70%;
}

html main h3 {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html main h3 span {
  /*font-size: 80%;*/
}

html main h4 {
  font-size: 16px;
}

html main h4 span {
  font-size: 80%;
}

html main h5 {
  font-size: 14px;
}

html main h5 span {
  font-size: 80%;
}

html main h6 {
  font-size: 13px;
}

html main h6 span {
  font-size: 80%;
}

@media (min-width: 1000px) {
  html {
    font-size: 17px;
  }

  html h1.underTitle {
    font-size: 34px;
  }

  html h1.underTitle span {
    font-size: 20px;
  }

  html main h2 {
    font-size: 30px;
  }

  html main h2 span {
    font-size: 14px;
  }

  html main h3 {
    font-size: 25px;
  }

  html main h3 span {
    font-size: 18px;
  }

  html main h3 a:hover {
    color: #00913a;
  }

  html main h4 {
    font-size: 20px;
  }

  html main h4 span {
    font-size: 14px;
  }

  html main h5 {
    font-size: 16px;
  }

  html main h5 span {
    font-size: 80%;
  }

  html main h6 {
    font-size: 16px;
  }

  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: #1a1a1a;
  background: #fff;
  overflow: hidden;
  line-height: 1.8;
  word-break: break-all;
}

.inner {
  width: 100%;
  max-width: 1000px;
  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: #1a1a1a;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
main section {
  padding: 2% 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: 1000px;
}

.headInfo {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 60%;
  float: right;
}

@media screen and (min-width: 768px) {
  .headInfo {
    max-width: 415px;
    margin-top: 15px;
  }

  .headInfo p {
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: 1.3px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .headInfo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    width: auto;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
}
header h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  max-width: 359px;
  margin: 30px 0;
}

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

@media screen and (max-width: 1024px) {
  header h1 {
    width: 50%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  header h1 {
    width: 35%;
  }
}

header .ac_menu {
  display: inline-block;
  background: #00913a;
  cursor: pointer;
  position: absolute;
  bottom: 2.5vw;
  margin: auto;
  right: 10px;
  width: 46px;
  height: 46px;
  border-radius: 4px;
}

header .ac_menu span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .ac_menu span:after,
header .ac_menu span:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .ac_menu span:after {
  top: auto;
  bottom: -10px;
}

header .ac_menu.active span {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .ac_menu.active span:after,
header .ac_menu.active span:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .ac_menu.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header nav {
  background: #fff;
}

header nav .navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}

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: 1.3em 1em;
  text-align: left;
  color: #fff;
  background: #00913a;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header nav .navi li a span {
  font-size: 80%;
  margin-left: 0.8em;
}

header nav .navi li a:hover {
  background: #f3f8fc;
  color: #00913a;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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: 0.4s;
  transition: 0.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, 145, 58, 0.8);
  color: #fff;
  padding-left: 1em;
}

header .navi li.has-child > ul.subMenu a:hover {
  background: #f3f8fc;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

header .navi li.has-child > a:hover:after {
  border-color: #000;
}

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

  header nav .navi {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }

  header nav .navi > li {
    display: inline-block;
    width: 16%;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    flex: auto;
  }

  header nav .navi > li > a {
    color: #1a1a1a;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    padding: 1em 0.5em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: none;
    border: 0;
  }

  header nav .navi > li > a span {
    font-size: 80%;
    display: block;
    margin: 0 auto;
    color: #00913a;
    text-align: center;
  }

  header nav .navi > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    background: #00913a;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  header nav .navi > li > a:hover {
    color: #1a1a1a;
    background: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  header nav .navi > li > a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  header nav .navi > li > a:hover span {
    -webkit-animation: gnvahover 0.4s ease 0s 0.4 normal;
    animation: gnvahover 0.4s ease 0s 0.4 normal;
  }

  header nav .navi > li:first-child {
    margin-left: 0;
  }

  header nav .navi > li:last-child {
    margin-right: 0;
  }

  header nav .navi > li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background: #bbbbbb;
  }

  header nav .navi > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 1.25em;
    background: #cfcfcf;
  }

  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: 6%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    -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: -10%;
    padding: 0;
    margin: auto;
    width: 120%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  header .navi li.has-child > ul.subMenu > li {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    background: #00913a;
  }

  header .navi li.has-child > ul.subMenu > li > a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0.8em 0.5em;
    text-align: center;
  }

  header .navi li.has-child > ul.subMenu > li:hover {
    background: #f3f8fc;
    -webkit-transition: 0.4s;
    transition: 0.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: #00913a;
  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%;
}

.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: #00913a;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.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);
}

.footNavi li a:hover {
  background: #f3f8fc;
  color: #00913a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footNavi li a:hover:after {
  border-color: #00913a;
}

@media screen and (min-width: 768px) {
  footer > .inner {
    padding: 0 5px;
  }

  .footNavi {
    margin: 30px 0 5px;
    text-align: center;
  }

  .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 0.8em;
    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: #fff;
  }

  .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: 0.5em;
    height: 2px;
    background: #1b1b1b;
    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: 0.5em;
    height: 2px;
    background: #1b1b1b;
  }

  .footNavi li a:after {
    content: none;
  }
}
.copy {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0.8em 0;
  background: #00913a;
}

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

.copy p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.025em;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .copy p {
    font-size: 12px;
  }
}

#toTop {
  position: fixed;
  z-index: 9999;
  bottom: 12%;
  right: 2%;
  background: #00913a;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  border: solid 2px #fff;
}

#toTop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 15px;
  height: 15px;
  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: 0.2s;
  transition: 0.2s;
}

#toTop img {
  width: 40px;
}

@media screen and (max-width: 767px) {
  #toTop {
    width: 50px;
    height: 50px;
  }

  #toTop:after {
    width: 15px;
    height: 15px;
  }
}
h1.underTitle {
  background: url("../img/h1.jpg") no-repeat center center/cover;
  text-align: center;
  color: #fff;
  text-shadow: #000 1px 1px 4px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  background-attachment: fixed;
  width: 100%;
  margin: 0 auto;
}

h1.underTitle span {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  h1.underTitle {
    margin: 0 auto 1em;
    background-attachment: initial;
    width: 100%;
  }
}
main h2 {
  position: relative;
  text-align: center;
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: bold;
}

main h2 span {
  display: block;
  margin: 15px auto 0;
}

main h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  border-bottom: 2px solid #00913a;
}

main h3 {
  position: relative;
  text-align: left;
  padding: 0.5em 0;
  margin-bottom: 0.75em;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

main h3 span {
  vertical-align: baseline;
}

main h3:after,
main h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #77c2ff;
}

main .highlight h3:before {
  border-bottom: 2px solid #a9cfef;
}

main .bg-white h3:before {
  border-bottom: 2px solid #f3f8fc;
}

main h3:after {
  width: 100px;
  border-bottom: 2px solid #fccb00;
}

main h4 {
  text-align: left;
  padding: 0 0 10px;
  margin-bottom: 1em;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: normal;
  border-bottom: dashed 2px #FCCB00;
}

main h4 span {
  vertical-align: baseline;
}

main h5 {
  position: relative;
  padding: 0.2em 0 0.3em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: left;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: normal;
}

main h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background: #00913a;
}

main h6 {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.3em;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
}

main h6:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #00913a;
}

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: 220px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 1em 0.8em;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff !important;
  background: #00913a;
  border: 1px solid #00913a;
  border-radius: 0;
  z-index: 0;
  font-size: 16px;
}

.button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  background: #fff;
  -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;
}

.button:hover {
  color: #00913a !important;
  border-color: #00913a;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.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;
  z-index: -1;
}

.button:hover:after {
  border-color: #00913a;
  right: 3%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .button {
    /*max-width: inherit;*/
  }
}
@media screen and (min-width: 768px) {
  .button + .button {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 5px;
  }
}
.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 #1a1a1a transparent;
  -webkit-transform: none;
  transform: none;
}

.button.btn2:hover:after {
  border-color: transparent transparent #1a1a1a transparent;
}

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

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  padding-top: 55%;
  min-height: 125px;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .googlemap {
    padding-top: 75%;
  }
}
.breadcrumb {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 5%;
  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: #00913a;
}

@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.checkList {
  margin: 0 auto;
}

ul.checkList > li {
  position: relative;
  padding: 0 0 5px 15px;
  margin-bottom: 5px;
}

ul.checkList > li:after,
ul.checkList > li:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

ul.checkList > li:before {
  width: 10px;
  height: 10px;
  border: 1px solid #1b1b1b;
  background: transparent;
}

ul.checkList > li:after {
  top: -7px;
  width: 15px;
  height: 5px;
  border-bottom: 2px solid #00913a;
  border-left: 2px solid #00913a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.floatList {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

ul.floatList > li {
  float: left;
  margin-bottom: 10px;
}

/*ul.floatList > li + li {
  margin-left: 15px;
}*/
ul.floatList > li {
  margin-right: 15px;
}

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

@media screen and (max-width: 767px) {
  ul.floatList > li {
    float: none;
    margin-bottom: 5px;
  }

  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: #00913a;
}

dl.dl01 dt + dd {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-bottom: 5px;
}

dl.floatList {
  width: 100%;
  clear: both;
}

dl.floatList dd,
dl.floatList dt {
  display: block;
  text-align: left;
  margin: 0 auto 5px;
  padding: 0.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 dd,
  dl.floatList dt {
    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 #00913a;
}

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.6em;
  margin-bottom: 5px;
}

ol.ol01 > li:before {
  counter-increment: number 1;
  content: "" counter(number);
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0.2em 0 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #00913a;
  border: 0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  ol.ol01 > li:before {
    width: 15px;
    height: 15px;
  }
}
.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 60px;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}

.faq > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  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.7;
}

.faq > ul > li:nth-child(odd) {
  font-size: 120%;
  color: #00913a;
  font-weight: bold;
}

.faq > ul > li:nth-child(odd):before {
  content: 'Q';
  background: #00913a;
}

.faq > ul > li:nth-child(even) {
  margin-bottom: 30px;
  padding-bottom: 2em;
  border-bottom: 1px dotted #00913a;
}

.faq > ul > li:nth-child(even):before {
  content: 'A';
  background: #00913a;
  color: #00913a;
}

.faq > ul > li:last-child {
  margin-bottom: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  background: none;
  border: 0;
}

table td,
table th {
  padding: 15px 10px;
  line-height: 1.5;
  vertical-align: middle;
}

table.table01 {
  margin: 0 auto 20px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #7d87d6;
}

table.table01 td,
table.table01 th {
  border: 1px solid #00913a;
  background: #fff;
}

table.table01 th {
  text-align: center;
  font-weight: bold;
  background: #00913a;
  color: #fff;
  border-bottom: 1px solid #fff;
}

table.table01 th.border,
table.table01 tr:last-child th {
  border-bottom: 1px solid #00913a;
}

table.table01 thead th {
  background: #00913a;
}

@media screen and (max-width: 767px) {
  table.table01 th {
    width: 25% !important;
  }

  table.table01 td,
  table.table01 th {
    font-size: 90%;
    padding: 10px 5px;
  }
}
table.table01.table02 th {
  width: 15% !important;
}

table.table01.table02 td {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  table.table01.table02 td,
  table.table01.table02 th {
    font-size: 85%;
  }
}
.borderTable tr {
  border-bottom: 1px solid #00913a;
}

.borderTable th {
  text-align: left;
}

.stripeTable tr:nth-child(odd) {
  background: #fff2b4;
}

.stripeTable tr:nth-child(even) {
  background: #fffbe7;
}

table.timeTable thead td,
table.timeTable thead th {
  background: #00913a;
  color: #fff;
  text-align: center;
  padding: 8px;
  letter-spacing: 0.27em;
}

table.timeTable tbody tr {
  border-bottom: 1px solid #00913a;
}

table.timeTable tbody td,
table.timeTable tbody th {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

table.timeTable tbody th {
  width: 160px;
  letter-spacing: 0.15em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .Xscroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 3em;
    position: relative;
  }

  .Xscroll > table {
    table-layout: fixed;
    width: 1000px;
  }

  .Xscroll:after {
    content: '※横にスクロールできます';
    color: red;
    font-weight: bold;
  }
}
table.priceTable tr {
  border-bottom: 1px solid #dddddd;
}

table.priceTable td,
table.priceTable th {
  font-weight: bold;
  position: relative;
  font-size: 110%;
}

table.priceTable th {
  text-align: left;
}

table.priceTable th span {
  font-size: 100%;
  font-weight: normal;
}

table.priceTable td {
  width: 30%;
  text-align: right;
}

table.priceTable td span {
  font-size: 150%;
}

@media screen and (max-width: 767px) {
  .resTable td,
  .resTable th {
    width: 100%;
    display: block;
    padding: 0.5em;
  }

  tr {
    padding-bottom: 0.5em;
  }
}
span.circleArrow {
  position: relative;
  margin-right: 0.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: #00913a;
}

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

span.circleNumber {
  padding: 0;
  position: relative;
  display: inline-block;
  margin-right: 0.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: #00913a;
  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: #00913a;
  overflow: hidden;
}

.circle > span {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -.5em 0 0;
  width: 100%;
  text-align: center;
  color: #1a1a1a;
}

.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: #00913a !important;
}

.color02 {
  color: #ff0000 !important;
}

.color03 {
  color: #ff0000 !important;
}

.textRed {
  color: red !important;
}

.highlight {
  background: #F2FAF2;
  padding: 2%;
}
.highlight .bg_box {
  background: #fff;
  padding: 1em;
}
@media (min-width: 1025px) {
  .highlight .bg_box {
    padding: 1.5em;
  }
}

section.highlight {
  padding: 4% 0;
}

.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;
}

.textMarker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #00913a)) !important;
  background: linear-gradient(transparent 65%, #00913a 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, 0 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:after,
.textSidebar:before {
  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 (max-width: 767px) {
  .textXXLarge {
    font-size: 160% !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-textCenter {
    text-align: center !important;
  }

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

img.alignleft {
  float: left;
  margin: 0 2% 10px 0;
}

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

.mb0 {
  margin-bottom: 0 !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;
}

.ml45 {
  margin-left: 42px !important;
}

.pd0 {
  padding: 0 !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 a,
.inversion li,
.inversion p,
.inversion td,
.inversion th {
  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 figure a {
  text-decoration: none;
}

.inner-wrap .blockLine > .block figure a:hover {
  color: #00913a;
}

.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_2 > .block:nth-child(2n) {
  margin-right: 0;
}

.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
  margin-left: 0;
  margin-right: 2%;
}

.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}

.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 6%) / 4);
}

.inner-wrap .blockLine.blocks_4 > .block:nth-child(4n) {
  margin-right: 0;
}

.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_6 > .block:nth-child(6n) {
  margin-right: 0;
}

.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 10%) / 7);
}

.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 12%) / 8);
}

.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: 8%;
}

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

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

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

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

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

.blockLine > .block.wd40 {
  width: 38% !important;
}

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

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

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

.blockLine > .block.wd60 {
  width: 60% !important;
}

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

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

.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: 100%;
}

@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 40px;
    width: 100% !important;
    float: none;
  }

  .inner-wrap .blockLine:not(.fix) .wd10,
  .inner-wrap .blockLine:not(.fix) .wd15,
  .inner-wrap .blockLine:not(.fix) .wd20,
  .inner-wrap .blockLine:not(.fix) .wd25,
  .inner-wrap .blockLine:not(.fix) .wd30,
  .inner-wrap .blockLine:not(.fix) .wd35,
  .inner-wrap .blockLine:not(.fix) .wd40,
  .inner-wrap .blockLine:not(.fix) .wd45,
  .inner-wrap .blockLine:not(.fix) .wd60,
  .inner-wrap .blockLine:not(.fix) .wd65,
  .inner-wrap .blockLine:not(.fix) .wd70,
  .inner-wrap .blockLine:not(.fix) .wd75,
  .inner-wrap .blockLine:not(.fix) .wd80,
  .inner-wrap .blockLine:not(.fix) .wd85,
  .inner-wrap .blockLine:not(.fix) .wd90,
  .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }

  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 49% !important;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 1%;
    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:not(.fix).sp_3 > .block {
    display: inline-block;
    width: 32% !important;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 1%;
    text-align: left;
  }
}
.flexBox {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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.flexBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexBox.blocks_2 > * {
  width: calc(100% / 2);
}

.flexBox.blocks_3 > * {
  width: calc(100% / 3);
}

.flexBox.blocks_4 > * {
  width: calc(100% / 4);
}

.flexBox.blocks_5 > * {
  width: calc(100% / 5);
}

.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: 20px auto;
  }

  .flexBox.sp_2 > * {
    width: calc(100% / 2);
  }
}
.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: 1000px;
  }

  .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 0.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 70px;
  padding: 0;
}

.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: -40px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #00913a transparent transparent transparent;
}

.flowTitle span {
  font-size: 1.8rem;
  vertical-align: baseline;
  color: #00913a;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.5em;
}

.flowTitle span:after {
  counter-increment: number 1;
  content: "0" 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 #00913a;
}

@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);
  }
}
.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: 1px dashed #00913a;
  padding: 1.5em 1em;
  background: #fff;
}

.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: 0.4s;
  transition: 0.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: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .sp_pull > .pull-inner {
    display: none;
    width: 100%;
  }

  .sp_pull > p:first-child {
    background: #00913a;
    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: 0.4s;
    transition: 0.4s;
  }

  .sp_pull > p:first-child.active:after {
    content: '';
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.tab-inner {
  width: 100%;
  margin: auto;
}

.tabContent {
  display: none;
  padding: 1.5em 0.5em;
  -webkit-transition: 0.4s;
  transition: 0.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: #00913a;
  padding: 0.8em;
  color: #fff;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #00913a;
  border-bottom: 0;
}

.tabButton > li.active,
.tabButton > li:hover {
  color: #333333;
  background: #fff;
  border-color: #dddddd;
  -webkit-transition: 0.4s;
  transition: 0.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 ~ .scrollIn.active:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opening-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
  height: 100vh;
  position: absolute;
  top: 0;
  display: inline-block;
  z-index: 99999;
}

.opening-container .openingContents {
  width: calc(100% + 17px);
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  background: #fff;
  opacity: 0;
  width: 50%;
}

.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  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;
  max-width: 595px;
  width: 59.5%;
  max-width: 595px;
  max-height: 309px;
  transform: scale(1) !important;
}
.mainimage .catch.catch02 img {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
.mainimage .catch.catch03 img {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    max-width: 35%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .catch img {
    width: 45%;
    height: auto !important;
  }
}
.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;
}

.mainimage .slider div {
  overflow: hidden;
}
.mainimage .slider div a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
/*.mainimage .slider div img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 6s;
  transition: 6s;
}

.mainimage .slider div:nth-child(2) img {
  -webkit-transform: scale(1.2) translate(-5%, 0) rotate(0.001deg);
  transform: scale(1.2) translate(-5%, 0) rotate(0.001deg);
  -webkit-transition: 6s;
  transition: 6s;
}

.mainimage .slider div:nth-child(3) img {
  -webkit-transform: scale(1.2) translate(0, -5%) rotate(0.001deg);
  transform: scale(1.2) translate(0, -5%) rotate(0.001deg);
  -webkit-transition: 6s;
  transition: 6s;
}

.mainimage .slider div.slick-active img {
  -webkit-transform: scale(1.3) translate(0, 0) rotate(0.001deg);
  transform: scale(1.3) translate(0, 0) rotate(0.001deg);
}

.mainimage .slider div.firstImg img {
  -webkit-animation: firstimg 6s;
  animation: firstimg 6s;
}

@media screen and (max-width: 767px) {
  .mainimage .slider div img {
    height: 45vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .mainimage .slider div img {
    height: 40vh;
    object-fit: cover;
  }
}
@-webkit-keyframes firstimg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes firstimg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
*/
@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: 768px) {
  header .headTop {
    background: #fff;
  }

  header .headTop p {
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 0.5em 0;
    color: #00913a;
  }
}
/*#toTop {
  background: url(../img/pagetop.png) no-repeat center/100%;
  border-radius: 0;
  max-width: 70px;
  max-height: 70px;
  border:1px solid #fff;
}
#toTop:before, #toTop:after {
  content: none;
}*/
/*/
-----------------TOPページ*/
.topContents p,
.topContents figcaption {
  line-height: 1.8;
}

.topContents h2 {
  font-size: 30px;
}

.topContents h2:after {
  /*content: none;*/
}

@media screen and (max-width: 767px) {
  .topContents h2 {
    font-size: 26px;
  }
}
/* TOP見出し */
.h2_title {
  padding: 3% 0 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .h2_title {
    padding: 5% 0 0;
  }
}
/* 新着情報 */
#news {
  padding: 4% 0 3%;
}

.newsContent {
  overflow: hidden;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .newsContent {
    margin-bottom: 40px;
  }
}

.newsContent dl {
  width: 100%;
}

.newsContent dl dd,
.newsContent dl dt {
  padding: 0.7em 0.5em;
  display: block;
  text-align: left;
  letter-spacing: 0.08em;
}

.newsContent dl dt {
  width: 150px;
  clear: left;
  float: left;
  font-weight: bold;
  color: #00913a;
}
@media (min-width: 768px) {
  .newsContent dl dt {
    text-align: center;
  }
}

.newsContent dl dd {
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .newsContent dl dd {
    border-bottom: solid 1px #bbbbbb;
  }
}

.newsContent dl dd:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 400%;
  height: 1px;
  border-bottom: 1px solid #bbbbbb;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
}

@media screen and (max-width: 767px) {
  .newsContent dl dd,
  .newsContent dl dt {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .newsContent dl dt {
    padding-bottom: 0;
  }

  .newsContent dl dd {
    padding-top: 0;
  }

  .newsContent dl dd:after {
    content: none;
  }
}
.newsBtn {
  position: absolute;
  top: 15%;
  right: 3%;
  margin: auto;
  display: inline-block;
}

.newsBtn a {
  background: #fff;
  border: 1px solid #fff;
  color: #1a1a1a;
  font-size: 14px;
  padding: 0.5em 1em;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.newsBtn a:after {
  content: '＞';
  margin-left: 0.5em;
}

.newsBtn a:hover {
  background: none;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ジスタスはここが違います！ */
.bgContents {
  padding: 7% 0;
  margin-bottom: 0;
  background: url("../img/bg_img001.jpg") no-repeat center/cover;
}
.bgContents .titleWrap {
  margin: 25px auto 15px;
}
.bgContents h3 {
  font-size: 18px;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.bgContents h3:after, .bgContents h3:before {
  display: none !important;
}
.bgContents h3 span {
  color: #00913a;
  font-size: 18px;
  display: inline !important;
}
.bgContents p {
  line-height: 2;
}
@media (min-width: 768px) {
  .bgContents .titleWrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bgContents .titleWrap h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bgContents figure {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .bgContents {
    padding: 80px 0 30px;
  }
  .bgContents h3 {
    font-size: 22px;
  }
  .bgContents h3 span {
    font-size: 22px;
  }
  .bgContents p {
    /*letter-spacing: 1.5px;*/
    line-height: 1.6;
  }
}

/* コース案内 */
.flexContents {
  padding: 0;
  margin-bottom: 0;
  background: #00913a url("../img/bg_img003.jpg") no-repeat center right/50%;
}
.flexContents.con02 {
  background: #1c2166 url("../img/bg_img004.jpg") no-repeat center left/50%;
}
.flexContents.con02 .button:hover {
  color: #1c2166 !important;
}
.flexContents.con02 .button:hover:after {
  border-color: #1c2166 !important;
}
.flexContents .inner {
  max-width: inherit;
  padding: 0;
}
.flexContents .inner .block:last-child {
  padding: 0 5%;
  overflow: hidden;
}
.flexContents figure {
  line-height: 0;
}
.flexContents figure a,
.flexContents figure img,
.flexContents figure span {
  line-height: 0;
}
.flexContents figure img {
  width: 100%;
}
.flexContents .button,
.flexContents h3,
.flexContents p {
  color: #fff;
}
.flexContents h3 {
  text-align: center;
  font-size: 30px;
  padding: 0 0 10px;
}
.flexContents h3:before {
  display: none;
}
.flexContents h3:after {
  border: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media (min-width: 1024px) {
  .flexContents h3 {
    font-size: 38px;
  }
}
.flexContents p {
  text-align: center;
  font-size: 130%;
}
.flexContents .button {
  background: transparent;
  border-color: #fff;
}

@media (min-width: 768px) and (max-width: 1359px) {
  .flexContents .inner .block:last-child {
    padding: 2%;
  }

  .flexContents h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .flexContents {
    background: #00913a;
  }
  .flexContents.con02 {
    background: #1c2166;
  }

  .flexContents .inner .block:last-child {
    padding: 3% 5% 5%;
  }

  .flexContents .flexBox:not(.sp_2) > *:not(ul) {
    margin: 0 auto;
  }
}
ul.buttons li {
  float: left;
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 3);
}

ul.buttons li a {
  max-width: 100% !important;
}

ul.buttons li:nth-child(3n) {
  margin-right: 0;
}

/* おすすめ物件 */
.propertyContents {
  padding: 4% 0 3%;
  margin-bottom: 0;
}

.propertyBox p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.propertyBox p.property {
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 15px;
}

.lead {
  font-weight: bold;
  margin-bottom: 5px;
}

/* お問い合わせ */
.contactContents {
  padding: 4% 0 2%;
  margin-bottom: 0;
  background: url("../img/parallax_bg_001.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
.contactContents figure {
  text-align: left;
}
.contactContents .c_text {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .contactContents .c_text {
    letter-spacing: 1.5px;
  }
}
.contactContents .button {
  max-width: 300px;
  padding: 1em 1.8em 0.75em 0;
}
.contactContents .button .material-icons {
  font-size: 30px;
  vertical-align: middle;
  margin-top: -5px;
  padding-right: 10px;
}
@media (min-width: 1025px) {
  .contactContents {
    padding: 100px 0;
  }
  .contactContents .blockLine {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .contactContents .blockLine .block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contactContents .info img {
    max-width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .contactContents {
    padding: 30px 0;
    background-attachment: inherit;
  }
  .contactContents figure, .contactContents img, .contactContents p {
    text-align: center !important;
  }
  .contactContents figure img {
    max-width: 80%;
  }
}
/* map */
.mapContents {
  padding: 0;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .mapContents .googlemap {
    padding-top: 28%;
    min-height: 300px;
  }
}
/*/

-----------------下層*/
.anchor {
  background: #f3f8fc;
  padding: 3% 0 2%;
}

.anchor ul {
  width: auto;
  max-width: 860px;
  display: table;
  margin: 0 auto;
}

.anchor ul li {
  float: left;
}

.anchor ul li a {
  width: 280px;
  max-width: 100%;
  display: block;
  margin: 0 10px 10px 0;
  font-weight: bold;
  background: #f7ef00;
  color: #1a1a1a !important;
  border-color: #1a1a1a;
}
.anchor ul li a:after {
  border-color: #1a1a1a;
}

.anchor ul li a span {
  font-size: 85%;
}

@media only screen and (min-width: 1000px) {
  li.ulCenter {
    margin-left: 17.5%;
  }

  .anchor ul li:nth-child(3n) a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  .anchor ul {
    max-width: 580px;
  }

  .anchor ul li a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .anchor ul {
    max-width: 280px;
  }

  .anchor ul li a {
    margin-right: 0;
  }
}
/*/

-----------------PC＆SP*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  img.pc {
    display: inline;
  }

  .sp {
    display: none !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: 768px) {
  header .pc {
    display: block;
  }

  header img.pc {
    display: inline;
  }

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

  header .sp {
    display: block;
  }

  header img.sp {
    display: inline !important;
  }
}
.under main p {
  font-size: 17px;
}

.date {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.lead {
  color: #00913a;
  font-weight: bold;
  line-height: 1.8;
}

.lead span {
  position: relative;
  display: table;
}

.lead span:after {
  position: absolute;
  content: "";
  background: yellow;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 3px;
  z-index: -1;
}

/* link_box */
ul.link_box {
  margin: 0 auto 40px;
  display: table;
  width: 100%;
}

ul.link_box li {
  float: left;
  margin-right: 1%;
  width: calc(100% / 3 - 7px);
}

ul.link_box li:last-child {
  margin-right: 0;
}

ul.link_box li a {
  max-width: 100%;
}

ul.link_box li a:hover {
  background: #00913a;
}

ul.link_box li a.button:hover:before {
  position: relative;
  content: none;
}

@media only screen and (max-width: 767px) {
  ul.link_box li {
    float: none;
    margin: 0 auto 2%;
    width: 300px;
  }

  ul.link_box li:last-child {
    margin-right: auto;
  }
}
.bg-white {
  background: #fff;
  box-sizing: border-box;
  padding: 0.5em 1em;
}

.number_p {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 42px;
  text-indent: -38px;
}

.number {
  background: none repeat scroll 0 0 #00913a;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  vertical-align: middle;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .number_p {
    font-size: 16px !important;
  }
}
/* gallery */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
}

.slide-item img {
  width: auto !important;
  max-height: 50vh;
}

#thumbnail-list {
  margin: 0 auto;
  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: 16%;
  margin: 0 0.33% 1%;
}

.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: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  margin: 0 0 10px;
}

@media only screen and (max-width: 990px) {
  .thumbnail-item img {
    height: 100px;
    object-fit: cover;
  }
}
#gallery_slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

#gallery_slider.slick-initialized {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .slide-item img {
    max-height: 100%;
  }
}
/* gallery_box */
.gallery_box img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery_box figure {
  text-align: left;
}

.gallery_box a span {
  background: #0d3691;
  color: #fff;
  font-size: 85%;
  padding: 3px 8px;
  display: table;
  margin: 10px 0 5px;
}

@media only screen and (max-width: 767px) {
  .gallery_box img {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .gallery_box img {
    height: 215px;
  }
}
@media only screen and (max-width: 420px) {
  .gallery_box img {
    height: 150px;
  }
}
.headerTop {
  background: #00913a;
  color: #fff;
  padding: 5px 0;
}
.headerTop p {
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .headerTop {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* ul01 */
ul.ul01 {
  list-style: none;
  margin: 0 0 10px;
}

ul.ul01 li {
  padding: 0 0 5px 18px;
  position: relative;
  word-wrap: break-word;
  list-style: none;
}

.ul01 li:before {
  background: none repeat scroll 0 0 #00913a;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 13px;
  width: 5px;
}

/* ul02 */
ul.ul02 {
  list-style: none;
  margin: 0;
}
ul.ul02 li {
  padding: 0 0 5px 18px;
  position: relative;
  list-style: none;
}
ul.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fccb00;
}
@media (max-width: 644px) {
  ul.ul02 li {
    padding: 0 0 5px 10px;
  }
}

ul.ul02 li .ul01 li:before {
  background: none repeat scroll 0 0 #00913a;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 3px;
  position: absolute;
  top: 13px;
  width: 5px;
  border: 0;
}

.border_box {
  box-shadow: 1px 1px 10px 1px #ccc;
  padding: 1em;
  width: 99%;
  margin: 0.5em auto;
  background: #fff;
}
@media (min-width: 768px) {
  .border_box {
    padding: 1.5em;
  }
}

.bg_box {
  background: #f3f8fc;
  padding: 2%;
}

.sub_title {
  float: right;
  font-size: 70%;
  line-height: 2.4;
  color: #ed1a1a;
}
@media (max-width: 644px) {
  .sub_title {
    float: none;
    display: block;
    line-height: 1.4;
  }
}

/* courseTable */
.post table.courseTable {
  margin: 10px 0;
}

.courseTable thead th {
  background: #00913a;
  color: #fff;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
  width: auto;
}
.courseTable tbody th {
  padding: 10px 0;
  text-align: center;
  width: 8%;
  vertical-align: middle;
  font-weight: bold;
  border: 1px #cccccc solid;
  background: #f2f2f2;
}
.courseTable tbody td {
  vertical-align: middle;
  padding: 15px;
  border: 1px #cccccc solid;
  background: #fff;
}
.courseTable tbody td.price {
  text-align: right;
}

/* timeTable */
table.timeTable thead th {
  width: 12.5% !important;
  background: #00913a;
  color: #fff;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}

table.timeTable th {
  width: 12.5%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

table.timeTable td {
  /*width: 12.5%;*/
  padding: 5px;
}

table tr.border {
  border-top: 1px solid #ccc;
}

td.tableBg01,
td.tableBg02,
td.tableBg03 {
  text-align: center;
  vertical-align: middle;
  font-size: 90%;
}

td.tableBg01 {
  background: #fffcf2;
}

td.tableBg02 {
  background: #feefb2;
}

td.tableBg03 {
  background: #cce9d8;
}

table.timeTable .vertical {
  padding: 20px;
}

table {
  border: 1px #cccccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 767px) {
  table {
    font-size: 14px;
  }
}

table th {
  padding: 15px;
  border: #cccccc solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  width: 25%;
  background: #f2f2f2;
}

table td {
  padding: 15px;
  border: 1px #cccccc solid;
  border-width: 0 0 1px 1px;
  background: #fff;
}

.service_table {
  font-size: 14px;
}

/* overScroll */
@media screen and (max-width: 767px) {
  .overScroll {
    overflow-x: scroll;
    width: 100%;
    display: block;
    margin: 0 0 5px;
  }

  .overScroll table {
    width: 900px;
    margin: 10px 0;
  }

  .overScroll::-webkit-scrollbar {
    height: 10px;
  }

  .overScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  .overScroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}
ul.kome li {
  position: relative;
  padding-left: 20px;
}
ul.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
}

@media (min-width: 768px) {
  .contact_block p {
    text-align: center;
  }
}

/* contact */
.contact_logo {
  margin: 15px auto 0;
  max-width: 300px;
  width: 60%;
}

.contact_block {
  text-align: center;
}

.contact_block .tel {
  display: inline;
  padding-left: 40px;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url("../img/tel02.png") no-repeat left center;
  background-size: 32px;
}
.contact_block .tel a {
  color: #00913a;
}

.contact_block .tel a:hover {
  color: #00913a;
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
