@charset "UTF-8";
body {
  height: auto !important;
}

.mvArea {
  height: 316px;
  position: relative;
}
.mvArea .acap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px, rgba(0, 0, 0, 0.4) -1px 1px 2px,
    rgba(0, 0, 0, 0.4) 1px -1px 2px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
}
.mvArea .inner {
  position: absolute;
  max-width: 960px;
  width: calc(100% - 5.882352942%);
  padding: 0 2.941176471%;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mvArea .pttl {
}
.mvArea .mv_sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .mvArea {
    height: 230px;
  }
  .mvArea .pttl {
    width: 270px;
  }
}
.mvArea {
  background: url(../imgs/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.mvArea .acap {
  text-shadow: none;
  color: #111;
}

.ftr_cv {
  background: none;
}
.sec01 {
  width: 100%;
}
.sec01 .cttl {
  background: rgb(62, 140, 107);
  background: -moz-linear-gradient(
    left,
    rgba(62, 140, 107, 0.7) 0%,
    rgba(133, 192, 90, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(62, 140, 107, 0.7) 0%,
    rgba(133, 192, 90, 0.7) 100%
  );
  background: linear-gradient(
    to right,
    rgba(62, 140, 107, 0.7) 0%,
    rgba(133, 192, 90, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e8c6b', endColorstr='#85c05a',GradientType=1 );
  text-align: center;
  color: #fff;
}
.sec01 .cttl h2 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
  position: relative;
}
.sec01 .cttl h2 .en {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1;
}
.sec01 .cttl h2 .ja {
  font-size: 42px;
  line-height: 1.5;
  margin-top: calc(25px - (((42px * 1.5) - 42px) / 2));
  margin-bottom: calc(0px - (((42px * 1.5) - 42px) / 2));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec01 .cttl h2 .en {
    font-size: 14px;
  }
  .sec01 .cttl h2 .ja {
    font-size: 31px;
    line-height: 1.5;
    margin-top: calc(25px - (((31px * 1.5) - 31px) / 2));
    margin-bottom: calc(0px - (((31px * 1.5) - 31px) / 2));
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 639px) {
  .sec01 .cttl h2 {
    padding: 30px 15px;
  }
  .sec01 .cttl h2 .en {
    font-size: 12px;
  }
  .sec01 .cttl h2 .ja {
    font-size: 24px;
    margin-top: calc(20px - (((24px * 1.5) - 24px) / 2));
    margin-bottom: calc(0px - (((24px * 1.5) - 24px) / 2));
  }
}

.htxt {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  font-size: 30px;
  line-height: 1.733333333;
}

.htxt::before {
  content: "";
  max-width: 468px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  background: #cfe0d8;
}
.htxt::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0f653e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

@media screen and (max-width: 639px) {
  .htxt {
    margin-bottom: 50px;
    /* line-height: 1.2; */
  }
  .htxt::before {
    bottom: -20px;
  }
  .htxt::after {
    bottom: -20px;
  }
  .htxt span {
    font-size: 18px;
  }
}
.sttl {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .sttl {
    max-width: none;
    width: 100%;
    line-height: 1.2;
  }
}
.sec01 .wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.sec01 .pankuzu {
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 50px;
}
.sec01 .pankuzu li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.sec01 .pankuzu li + li {
  margin-left: 5px;
}
.sec01 .pankuzu li a {
  display: block;
  position: relative;
}
.sec01 .pankuzu li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.3s ease;
}
.sec01 .pankuzu li a.hover::after {
  opacity: 1;
}
.sec01 .block01 {
  padding-left: 15px;
  padding-right: 15px;
}
/* .block01 .htxt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  color: #0f653e;
}
.block01 .htxt .big {
  font-size: 150%;
} */
.block01 .mainmap {
  margin-bottom: 35px;
}
.block01 .info {
  position: relative;
  margin-bottom: 60px;
}
.block01 .info .absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.4375%;
}
@media screen and (max-width: 999px) {
  .block01 .info .absolute {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
.block01 .info > div {
  display: inline-block;
  vertical-align: top;
  width: 48.4375%;
}
.block01 .info > div + div {
  margin-left: 3.125%;
}
.block01 .info > div .imgArea .cap {
  text-align: right;
  font-size: 14px;
  margin: 5px auto 6.048387097%;
}
.block01 .info > div .textArea {
  background: #f4fcf2;
  padding: 6.048387097% 4.032258065%;
}
.block01 .info > div .textArea .textBox {
  background: #fff;
  border: 3px solid #45ad81;
  text-align: center;
  margin-top: 4.032258065%;
  font-size: 24px;
  padding: 21px 10px;
}
.logo_sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .block01 .info > div {
    display: block;
    vertical-align: top;
    width: 100%;
    max-width: 496px;
    margin: 0 auto;
  }
  .block01 .info > div + div {
    margin-left: auto;
    margin-top: 20px;
  }
  .block01 .info > div .textArea .textBox {
    font-size: 18px;
  }
  .block01 .htxt {
    font-size: 14px;
    text-align: center;
  }
  .block01 .htxt .big {
    font-size: 120%;
  }
  .block01 .info {
    margin-bottom: 40px;
  }
  .logo_sp {
    display: block;
    position: absolute;
    left: 15px;
    top: 25px;
  }
}
.btnArea {
  text-align: center;
  margin-bottom: 40px;
}
.btnArea li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  width: 100%;
}
.btnArea li + li {
  margin-left: 32px;
}
.btnArea li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 18px 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #5c5c5c;
}
.btnArea li a:hover {
  opacity: 0.7;
}
.btnArea li a i {
  margin-right: 15px;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  .btnArea li.print {
    display: none;
  }
}

@media print {
  .header,
  .footer,
  .ftr_cv,
  .btnArea {
    display: none !important;
  }
  .sec01 {
    margin-top: 0;
  }
}
.mainmap a {
  pointer-events: none;
  display: block;
}
.mainmap .pinch {
  text-align: center;
  background: #faf7f1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 639px) {
  .mainmap a {
    pointer-events: auto;
  }
  .mainmap .pinch {
    display: block;
  }
}

.content .contTxt {
  font-size: 14px;
  line-height: 2;
}

.captionArea {
  margin: 100px auto 0px;
  /* max-width: 1088px;
  padding: 0 2.941176471%;
  width: 100%; */
  font-size: 12px;
  color: #333333;
}
.captionArea .contInner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 639px) {
  .captionArea {
    margin: 65px auto 0px;
  }
}

.block01 {
  position: relative;
}
.block01 .wrapper {
  z-index: 10;
  position: relative;
}
.block01 .kazari_l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 447px;
  width: 31.041666667%;
  z-index: 1;
}
.block01 .kazari_r {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 283px;
  width: 19.652777778%;
  z-index: 1;
}

br.tab_only {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  br.tab_only {
    display: block;
  }
}

.ftr_cv {
  padding-top: 50px;
}
@media only screen and (max-width: 639px) {
  .ftr_cv {
    padding-top: 20px;
  }
}
