@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
/* to preserve line-height and selector appearance */
/*to enable resizing for IE*/
/* ページ共通
---------------------------------------------------- */
/* Slider */
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes "kakudai" {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes "kakudai" {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes "coverIn" {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes "coverIn" {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes "news-show" {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes "news-show" {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@-webkit-keyframes "modal-show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "modal-show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "fadeInUp" {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes "fadeInUp" {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes "fadeInUp2" {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes "fadeInUp2" {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes "hayabusachan" {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes "hayabusachan" {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@-webkit-keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes "historyBox" {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes "historyBox" {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@-webkit-keyframes "bgZoom" {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes "bgZoom" {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@-webkit-keyframes "fadeInBlur" {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes "fadeInBlur" {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-webkit-keyframes "bounce" {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes "bounce" {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes "flash" {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes "flash" {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes "pulse" {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes "pulse" {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------
 レイアウト
---------------------------------------*/
/*--------------------------------------
 要素
---------------------------------------*/
/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
/*--------------------------------------
 INTRO
---------------------------------------*/
@-webkit-keyframes "fade" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fade" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------
 RENEWAL
---------------------------------------*/
/*--------------------------------------
 TIPS
---------------------------------------*/
/*--------------------------------------
 LINE UP
---------------------------------------*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
/*# sourceMappingURL=srcmap/style.css.map */
*:focus {
  outline: none;
}
*:first-child + html body {
  font-size: 87%;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  font: 10px/1.4 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}

div {
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

pre {
  margin: 0;
  padding: 0;
}

u {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

b {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

mark {
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
}

code {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

legend {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

p {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  border: 0;
  vertical-align: top;
  height: auto;
}

address {
  font-style: normal;
  font-weight: inherit;
}

caption {
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

cite {
  font-style: normal;
  font-weight: inherit;
}

dfn {
  font-style: normal;
  font-weight: inherit;
}

em {
  font-style: normal;
  font-weight: inherit;
}

strong {
  font-style: normal;
  font-weight: inherit;
}

var {
  font-style: normal;
  font-weight: inherit;
}

small {
  font-size: 100%;
  font-weight: inherit;
}

q:before {
  content: "";
}
q:after {
  content: "";
}

abbr {
  border: 0;
  font-variant: normal;
}

acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "";
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: "";
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -25px;
}
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:focus:before {
  opacity: 1;
}
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: -25px;
}
.slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before {
  opacity: 1;
}
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated2.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.l-wrapper {
  overflow: hidden;
}

.l-btnTotop {
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.l-btnTotop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f80;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.l-btnTotop a:not([disabled]):hover {
  opacity: 0.7;
}
.l-btnTotop a:before {
  content: "";
  display: block;
  width: 31.50685%;
  height: 31.50685%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(0, 25%) rotate(-45deg);
}

.l-btnTotop.show {
  opacity: 1;
}

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

.p-ttl1 {
  font-size: 3rem;
  font-weight: bold;
}

.mainZone .bg {
  text-align: center;
  padding: 80px 0 0 0;
  background: #007a28;
  background: linear-gradient(180deg, #007a28 8%, white 100%);
  padding-bottom: 80px;
}
.mainZone .bg ul {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .mainZone .bg ul {
    padding-left: 0;
  }
}
.mainZone .bg li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
.mainZone .bg li span {
  font-size: 20px;
}

.introZone .imgBox {
  position: relative;
}
.introZone .imgBox > * {
  position: absolute;
}
.introZone .imgBox .box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: 0.3s;
}
.introZone .imgBox .box .label {
  position: absolute;
  transition-duration: 0.8s;
  opacity: 0;
  z-index: 3;
}
.introZone .imgBox .box .txt {
  position: absolute;
  transition-duration: 1s;
  opacity: 0;
  z-index: 3;
}
.introZone .imgBox .box .txt a {
  display: none;
}
.introZone .imgBox .box .mov {
  position: absolute;
  transition: 1s;
  opacity: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.introZone .imgBox .box .mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introZone .imgBox .box .mov.show {
  opacity: 1;
}
.introZone .imgBox .box .mov.show.fade {
  opacity: 0.4;
}
.introZone .imgBox .box .mov.show.fade2 {
  opacity: 0.2;
}
.introZone .imgBox .box .label.show {
  opacity: 1;
}
.introZone .imgBox .box .txt.show {
  opacity: 1;
}
.introZone .imgBox .box .txt.show a {
  display: block;
}
.introZone .imgBox .box .txt.show a:hover {
  opacity: 0.7;
}
.introZone .imgBox .box.show {
  opacity: 1;
}
.introZone .imgBox .box1 {
  position: relative;
}
.introZone .imgBox .box1::before {
  content: "";
  width: 504px;
  height: 341px;
  display: block;
  background-image: url("../img/intro/circle1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
}
.introZone .imgBox .box1 .mov {
  top: 0;
  left: 0;
}
.introZone .imgBox .box2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/intro/circle2.svg");
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  left: 0px;
  top: 0px;
}
.introZone .imgBox .obj {
  transform: scale(0);
  opacity: 0;
  transition: 0.8s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.introZone .imgBox .obj.show {
  opacity: 1;
  transform: scale(1);
}
.introZone .imgBox .objTimes {
  opacity: 0;
  transition-duration: 0.5s;
}
.introZone .imgBox .objTimes.show {
  opacity: 1;
}
.introZone .btmTxt {
  color: #00843D;
  text-align: center;
}
.introZone .btmTxt a {
  color: #1D5BA2;
  font-weight: bold;
  border-bottom: 1px solid #1D5BA2;
}
.introZone .btmTxt a:hover {
  opacity: 0.7;
}
.introZone .btmTxt a i {
  display: inline-block;
  background: url("../img/intro/txt_q.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.76111em;
  height: 0.76111em;
}
.introZone .why_blk {
  background: url("../img/intro/bg_why.webp") no-repeat;
  background-position: center 20px;
  background-size: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.introZone .why_blk .in_why {
  max-width: 580px;
  margin: 100px auto 0 auto;
}
.introZone .why_blk .in_why .ttl {
  max-width: 232px;
  margin: 0 auto;
}
.introZone .why_blk .in_why .next_tit {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  color: #00843D;
  margin: 30px 0 40px 0;
}
.introZone .why_blk .in_why dl {
  display: flex;
}
.introZone .why_blk .in_why dl dt {
  width: 45%;
}
.introZone .why_blk .in_why dl dt .cap {
  color: #00843D;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.introZone .why_blk .in_why dl dt .cap em {
  font-size: 1.4rem;
}
.introZone .why_blk .in_why dl dt .cap span {
  display: block;
  font-size: 2.3rem;
  color: #ff7db3;
}
.introZone .why_blk .in_why dl dt .cap::after {
  content: "";
  background: url("../img/intro/ic_h.svg") 0 0 no-repeat;
  background-size: contain;
  width: 62.2px;
  height: 52px;
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
}
.introZone .why_blk .in_why dl dt ul {
  margin-top: 10px;
}
.introZone .why_blk .in_why dl dt ul li {
  color: #00843D;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.introZone .why_blk .in_why dl dt ul li + li {
  margin-top: 20px;
}
.introZone .why_blk .in_why dl dt ul li.pink {
  color: #ff7db3;
}
.introZone .why_blk .in_why dl dt ul.mt {
  margin-top: 35px;
}
.introZone .why_blk .in_why dl dt:nth-child(1) {
  margin: 0 30px;
  border-right: 1px dotted #00843D;
}
.introZone .why_blk .in_why dl dt:nth-child(1) .cap::after {
  content: "";
  background: url("../img/intro/ic_pp.svg") 0 0 no-repeat;
  background-size: contain;
  width: 39px;
  height: 59px;
  position: absolute;
  display: block;
  right: 60px;
  top: 0;
}
.introZone .why_blk .in_why .notes {
  font-size: 1.3rem;
  margin: 20px 0 0 30px;
}

.renewalZone img {
  width: 100%;
}
.renewalZone .inner {
  max-width: 1065px;
  margin: 0 auto;
  background: url("../img/renewal/bg.webp") no-repeat;
  background-size: 100%;
  padding-bottom: 160px;
}
.renewalZone .ttl {
  max-width: 692px;
  margin: 0 auto 40px auto;
}
.renewalZone .fl_three {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.renewalZone .fl_three li {
  max-width: 235px;
  position: relative;
}
.renewalZone .fl_three li:nth-child(2) {
  max-width: 466px;
  margin: -10px -62px -25px -38px;
  z-index: 3;
}
.renewalZone .pink {
  max-width: 181px;
  margin: 0 auto;
  position: relative;
  left: 5px;
}

.tipsZone img {
  width: 100%;
}
.tipsZone .bg_p1p2 {
  background: url("../img/tips/bg.webp") 0 0 repeat;
}
.tipsZone .bg_p3 {
  background: url("../img/tips/bg_p3.webp") 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.tipsZone .t1 {
  font-size: 2rem;
  text-align: center;
  color: #00843d;
  margin-bottom: 0.8em;
}
.tipsZone .t2 {
  text-align: center;
  color: #00843d;
  font-size: 1.5rem;
  margin-top: 1em;
}
.tipsZone .point {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 75px;
  font-size: 2rem;
  color: #fff;
  padding: 5px;
  line-height: 1;
  background: linear-gradient(90deg, #db8e2e 7%, #f4cf85 20%, #ca7a00 42%);
}
.tipsZone .point img {
  height: 23px;
}
.tipsZone .point span {
  font-size: 3.2rem;
  display: inline-block;
  margin-left: 10px;
}
.tipsZone .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.tipsZone .tit .txt {
  color: #00843d;
  font-weight: bold;
  font-size: 3.1rem;
}
.tipsZone .tit .txt em {
  font-size: 2rem;
}
.tipsZone .tit .txt span {
  font-size: 5.1rem;
  display: inline-block;
}
.tipsZone .tit .txt span .small {
  display: inline-block;
  font-size: 3.1rem;
}
.tipsZone .tit .img {
  max-width: 100%;
  width: 173px;
  height: auto;
  margin-left: 45px;
}
.tipsZone .tit.tit2 {
  flex-direction: column;
}
.tipsZone .tit.tit2 .txt {
  color: #1d5ba2;
}
.tipsZone .tit.tit2 .txt .last {
  font-size: 5.1rem;
}
.tipsZone .tit.tit2 .txt span {
  border-bottom: 2px solid #1d5ba2;
  position: relative;
  cursor: pointer;
}
.tipsZone .tit.tit2 .txt span:hover {
  opacity: 0.8;
}
.tipsZone .tit.tit2 .txt span::after {
  content: "";
  background: url("../img/tips/tit2_af.svg") 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.tipsZone .tit.tit2 .img {
  width: 260px;
  margin-left: 20px;
  margin-right: -20px;
}
.tipsZone .p3 {
  width: 90%;
  margin: 0 auto;
}
.tipsZone .gr_t {
  font-size: 2rem;
  color: #00843d;
  margin: 35px 0 15px;
}
.tipsZone .gr_t .num_sm {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  bottom: 4px;
}
.tipsZone sup {
  font-size: 80%;
}
.tipsZone small {
  font-size: 1.3rem;
  display: block;
  padding: 20px 0 40px 0;
  text-indent: -1em;
  margin-left: 1em;
}
.tipsZone small.b0 {
  padding: 0;
}
.tipsZone small.ofp2 {
  padding-bottom: 70px;
}
.tipsZone small.ofp2 p + p {
  margin-top: 5px;
}
.tipsZone h2.ttl {
  color: #ff7db3;
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
}
.tipsZone h2.ttl span {
  font-size: 5.1rem;
  display: block;
}
.tipsZone .next_t {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #00843d;
  padding-top: 400px;
}
.tipsZone .fl_two {
  display: flex;
  justify-content: space-between;
}
.tipsZone .fl_two li {
  width: 48%;
}
.tipsZone .fl_two li p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00843d;
  color: #fff;
  padding: 5px;
  font-size: 2rem;
}
.tipsZone .fl_two li.r_im p {
  font-weight: bold;
  color: #fff048;
}

.lineupZone .inner {
  max-width: 1050px;
  margin-top: 100px;
}
.lineupZone .row {
  display: flex;
  border-bottom: 1px solid #00843d;
  padding: 8px 0;
  align-items: stretch;
}
.lineupZone .row .ttlS {
  padding: 0.8em 0.2em;
  background-color: #00843d;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.lineupZone .row .ttlS span {
  color: #FFF;
  display: inline-block;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
}
.lineupZone .row .col {
  width: calc(50% - 15px);
  box-sizing: border-box;
  padding: 30px 50px;
}
.lineupZone .row .col p {
  font-size: 2rem;
  line-height: 1.6;
}
.lineupZone .row .col p + p {
  margin-top: 0.8em;
}
.lineupZone .row .col .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lineupZone .row .col .img span {
  font-size: 2.4rem;
}
.lineupZone .row .col .img .img1 {
  display: block;
  width: 136px;
}
.lineupZone .row .col .img .img2 {
  display: block;
  width: 194px;
}
.lineupZone .row .col.taC {
  text-align: center;
}
.lineupZone .row .col.full {
  width: 100%;
}
.lineupZone .row .link {
  color: #00843d;
  font-weight: bold;
  font-size: 2.4rem;
  align-items: left;
}
.lineupZone .row .link:hover {
  opacity: 0.7;
}
.lineupZone .notes {
  font-size: 1.3rem;
  margin-top: 0.8em;
}
.lineupZone .ttl {
  border-bottom: 1px solid #00843d;
  padding-bottom: 20px;
  text-align: center;
}
.lineupZone .ttl img {
  height: 30px;
  width: auto;
}
.lineupZone ul {
  display: flex;
  margin-bottom: 30px;
}
.lineupZone ul li {
  max-width: 255px;
  text-align: center;
  margin: 0 5px;
}
.lineupZone ul li a:hover {
  opacity: 0.7;
}
.lineupZone ul li img {
  max-width: 100%;
}
.lineupZone .btn {
  text-align: center;
}
.lineupZone .btn a {
  display: inline-block;
  padding: 0.8em;
  border: 1px solid #000;
  width: 100%;
  max-width: 320px;
  font-size: 2rem;
}
.lineupZone .btn a:hover {
  opacity: 0.7;
}
.lineupZone .konyuBox .scrlPos {
  position: relative;
}
.lineupZone .konyuBox h2 {
  border-bottom: none;
}
.lineupZone .konyuBox h2 img {
  height: auto;
}
.lineupZone .konyuBox ul {
  justify-content: center;
}
.lineupZone .konyuBox ul li {
  width: auto;
  max-width: none;
  margin: 0;
}
.lineupZone .konyuBox ul li a {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.lineupZone .konyuBox ul li img {
  width: 100%;
}
.lineupZone .konyuBox ul li:nth-child(1) {
  border-right: 1px solid #00843D;
}
.lineupZone .konyuBox p {
  padding-left: 1em;
  text-indent: -1em;
}
.lineupZone .konyuBox p a {
  text-decoration: underline;
}
.lineupZone .konyuBox p a:hover {
  text-decoration: none;
}

.modalWrap {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  z-index: 100;
}
.modalWrap .modalIn {
  background-color: #00843d;
  width: 90%;
  max-width: 390px;
  padding: 50px 25px;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
}
.modalWrap .modalIn .ttl {
  text-align: center;
  font-size: 23px;
  align-items: center;
  font-weight: bold;
}
.modalWrap .modalIn .ttl span {
  font-size: 70%;
}
.modalWrap .modalIn .ttl .img {
  margin: 10px auto 0 auto;
  width: 220px;
}
.modalWrap .modalIn .close {
  width: 26px;
  height: 26px;
  right: 15px;
  top: 15px;
  position: absolute;
  cursor: pointer;
}
.modalWrap .modalIn .close:hover {
  opacity: 0.7;
}
.modalWrap .modalIn .in dl {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #FFF;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.modalWrap .modalIn .in dl dt {
  line-height: 1;
  background-color: #1d5ba2;
  padding: 1em 0.1em;
}
.modalWrap .modalIn .in dl dd {
  line-height: 1;
  padding: 1em 0.1em;
}
.modalWrap .modalIn .in p {
  width: 100%;
  max-width: 700px;
  margin: 1em auto 0 auto;
  font-size: 13px;
}
.modalWrap .modalIn .in p a {
  text-decoration: underline;
  display: inline-flex;
  align-items: baseline;
}
.modalWrap .modalIn .in p a:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background-image: url("../img/q2.svg");
  background-size: 100%;
}
.modalWrap .modalIn .box {
  border: 2px solid #FFF;
  border-radius: 15px;
  padding: 15px 100px 10px 20px;
  position: relative;
  max-width: 670px;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
}
.modalWrap .modalIn .box .img {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 85px;
}
.modalWrap .modalIn .box .img img {
  max-width: 100%;
}
.modalWrap .modalIn .box .t2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.modalWrap .modalIn .box p {
  font-size: 14px;
}
.modalWrap .modalIn .box p span {
  color: #fcc640;
  font-weight: bold;
}
.modalWrap .modalIn .box p em {
  font-weight: bold;
}
.modalWrap .txt2 {
  font-size: 12px;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 1em;
}

.WAuto {
  width: auto !important;
}

.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

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

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

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

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

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

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

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

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

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

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

footer nav {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
}
footer .footer-link {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
}

header {
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  letter-spacing: 0.03em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
}

.fixBn {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 15;
}
.fixBn a {
  display: block;
  transition: 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fixBn a .waku {
  width: auto;
  transition: 0.3s;
}
.fixBn a:hover .waku {
  filter: brightness(130%);
}
.fixBn .imgShow .pht {
  position: absolute;
}

.fixBn.show .imgHide {
  visibility: hidden;
  opacity: 0;
}

.fixBn.hide .imgShow {
  visibility: hidden;
  opacity: 0;
}

.movieBox {
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.movieBox iframe {
  width: 100%;
  height: 440px;
}

@media screen and (min-width: 768px) {
  html {
    min-width: 1200px;
  }
  .l-btnTotop {
    bottom: 30px;
    right: 30px;
  }
  .l-btnTotop a {
    width: 50px;
    height: 50px;
  }
  .mainZone .bg img {
    width: 829px;
  }
  .introZone .inner {
    max-width: 1010px;
  }
  .introZone .imgBox {
    height: 380px;
    margin-bottom: 30px;
  }
  .introZone .imgBox .box1 {
    width: 330px;
    height: 330px;
    top: 0;
    left: 0;
  }
  .introZone .imgBox .box1 .label {
    width: 96px;
    top: 0px;
    left: 20px;
  }
  .introZone .imgBox .box1 .txt {
    width: 355px;
    left: 60px;
    top: 105px;
  }
  .introZone .imgBox .box2 {
    width: 330px;
    height: 335px;
    top: 0;
    position: absolute;
    right: 0;
  }
  .introZone .imgBox .box2 .label {
    width: 153px;
    top: 0;
    right: 0;
  }
  .introZone .imgBox .box2 .txt {
    width: 403px;
    top: 110px;
    right: 40px;
  }
  .introZone .imgBox .box2 .mov {
    top: 0;
    right: 0;
  }
  .introZone .imgBox .obj1-1 {
    width: 53px;
    top: 270px;
    left: 30px;
  }
  .introZone .imgBox .obj1-2 {
    width: 36px;
    top: 20px;
    left: 630px;
  }
  .introZone .imgBox .obj1-3 {
    width: 20px;
    top: 450px;
    left: 200px;
  }
  .introZone .imgBox .obj2-1 {
    width: 20px;
    top: 57px;
    left: 597px;
  }
  .introZone .imgBox .obj2-2 {
    width: 50px;
    top: 260px;
    right: 25px;
  }
  .introZone .imgBox .obj2-3 {
    opacity: 0;
  }
  .introZone .imgBox .objTimes {
    width: 85px;
    top: 116px;
    left: 448px;
  }
  .introZone .imgBox .obj3 {
    width: 150px;
    top: 250px;
    left: 600px;
  }
  .introZone .imgBox .obj4 {
    width: 150px;
    top: 10px;
    left: 350px;
  }
  .introZone .btmTxt {
    font-size: 2rem;
    line-height: 1.8;
  }
  .lineupZone .konyuBox .scrlPos {
    top: calc((100vh - 190px) / -2);
  }
  .lineupZone .konyuBox h2 {
    padding-bottom: 27px;
  }
  .lineupZone .konyuBox h2 img {
    width: 190px;
  }
  .lineupZone .konyuBox ul {
    margin-bottom: 28px;
  }
  .lineupZone .konyuBox ul li a {
    margin: -20px 0;
    padding: 20px;
  }
  .lineupZone .konyuBox ul li:nth-child(1) img {
    width: 176px;
  }
  .lineupZone .konyuBox ul li:nth-child(2) img {
    width: 180px;
  }
  .lineupZone .konyuBox p {
    font-size: 1.3rem;
    text-align: center;
  }
  .sp {
    display: none !important;
  }
  .fixBn a .waku {
    height: 106px;
  }
  .fixBn .imgShow .pht {
    width: 87px;
    top: 9px;
    left: 23px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .l-btnTotop {
    bottom: 18vw;
    right: 1.33333vw;
  }
  .l-btnTotop a {
    width: 10vw;
    height: 10vw;
  }
  .l-btnTotop a:before {
    border-top-width: 0.48vw;
    border-right-width: 0.48vw;
  }
  .mainZone {
    border-top: 2px solid #FFF;
  }
  .mainZone .bg {
    padding: 0;
    position: relative;
  }
  .mainZone .bg ul {
    position: absolute;
    left: 8vw;
    width: 85vw;
    bottom: 20vw;
    padding-top: 0;
  }
  .mainZone .bg li {
    font-size: 2.66667vw;
  }
  .mainZone .bg li span {
    font-size: 4vw;
  }
  .introZone {
    margin-top: -14.53333vw;
  }
  .introZone .imgBox {
    height: 125.2vw;
    margin-bottom: 11.2vw;
  }
  .introZone .imgBox .box1 {
    width: 55.5vw;
    height: 55.5vw;
    top: 0vw;
    left: 2.13333vw;
  }
  .introZone .imgBox .box1::before {
    width: 85vw;
    height: 80vw;
  }
  .introZone .imgBox .box1 .label {
    width: 16.66667vw;
    top: -1.33333vw;
    left: 3.33333vw;
  }
  .introZone .imgBox .box1 .txt {
    width: 70.26667vw;
    top: 17.06667vw;
    left: 8.13333vw;
  }
  .introZone .imgBox .box1 .mov {
    width: 100%;
    height: 100%;
  }
  .introZone .imgBox .box2 {
    width: 56.86667vw;
    height: 57.48vw;
    top: 67.6vw;
    left: 40.66667vw;
  }
  .introZone .imgBox .box2 .label {
    width: 26.53333vw;
    top: -3.6vw;
    left: 26.53333vw;
  }
  .introZone .imgBox .box2 .txt {
    width: 81.2vw;
    top: 17.46667vw;
    left: -29.6vw;
  }
  .introZone .imgBox .box2 .mov {
    top: 0;
    left: 0;
  }
  .introZone .imgBox .obj1-1 {
    width: 7vw;
    top: 77vw;
    left: 5vw;
  }
  .introZone .imgBox .obj1-2 {
    width: 9.73333vw;
    top: 46.8vw;
    left: 8.4vw;
  }
  .introZone .imgBox .obj1-3 {
    display: none;
  }
  .introZone .imgBox .obj2-1 {
    width: 5vw;
    top: 25vw;
    right: 3vw;
  }
  .introZone .imgBox .obj2-2 {
    width: 9.6vw;
    bottom: 2vw;
    right: 8vw;
  }
  .introZone .imgBox .obj2-3 {
    width: 3.5vw;
    top: 72vw;
    left: 13.5vw;
  }
  .introZone .imgBox .objTimes {
    width: 12.66667vw;
    top: 56.13333vw;
    left: 43.6vw;
  }
  .introZone .imgBox .obj3 {
    width: 33.33333vw;
    bottom: -2vw;
    left: 5vw;
  }
  .introZone .imgBox .obj4 {
    width: 34.4vw;
    top: -1vw;
    left: 61vw;
  }
  .introZone .btmTxt {
    font-size: 3.6rem;
    line-height: 1.66667;
  }
  .introZone .why_blk {
    background: url("../img/intro/bg_why-sp.webp") no-repeat;
    background-position: center 8vw;
    background-size: 100%;
    padding-bottom: 10vw;
    margin: 0 5.33333vw;
  }
  .introZone .why_blk .in_why {
    margin: 13.33333vw auto 0 auto;
  }
  .introZone .why_blk .in_why .ttl {
    max-width: 48.93333vw;
  }
  .introZone .why_blk .in_why .next_tit {
    font-size: 3rem;
    margin: 6.66667vw 0 5.33333vw 0;
  }
  .introZone .why_blk .in_why dl dt .cap {
    font-size: 2.8rem;
  }
  .introZone .why_blk .in_why dl dt .cap em {
    font-size: 1.6rem;
  }
  .introZone .why_blk .in_why dl dt .cap span {
    font-size: 4rem;
  }
  .introZone .why_blk .in_why dl dt .cap::after {
    width: 9.33333vw;
    height: 9.6vw;
    right: 6vw;
    top: 11vw;
  }
  .introZone .why_blk .in_why dl dt ul {
    margin-top: 3vw;
  }
  .introZone .why_blk .in_why dl dt ul li {
    font-size: 2.7rem;
  }
  .introZone .why_blk .in_why dl dt ul li + li {
    margin-top: 1.5vw;
  }
  .introZone .why_blk .in_why dl dt ul.mt {
    margin-top: 8vw;
  }
  .introZone .why_blk .in_why dl dt:nth-child(1) {
    margin: 0 5vw;
  }
  .introZone .why_blk .in_why dl dt:nth-child(1) .cap::after {
    width: 7.06667vw;
    height: 10.8vw;
    right: 10vw;
    top: 7vw;
  }
  .introZone .why_blk .in_why dl dt:nth-child(1) ul li + li {
    margin-top: 4vw;
  }
  .introZone .why_blk .in_why .notes {
    font-size: 2.3rem;
    margin: 5vw 0 0 5vw;
  }
  .renewalZone .inner {
    padding-bottom: 15vw;
    background: url("../img/renewal/bg_sp.webp") no-repeat;
    background-size: 100%;
    margin: 0 5.33333vw;
  }
  .renewalZone .ttl {
    max-width: 86.4vw;
    margin: 10vw auto 5vw auto;
  }
  .renewalZone .fl_three {
    padding-top: 1vw;
  }
  .renewalZone .fl_three li {
    max-width: 33.86667vw;
  }
  .renewalZone .fl_three li:nth-child(2) {
    max-width: 59.46667vw;
    margin: 19.8vw -21vw -1vw -20vw;
  }
  .renewalZone .pink {
    max-width: 29.06667vw;
    left: 0;
  }
  .tipsZone .inner {
    padding: 0 5.33333vw;
  }
  .tipsZone .bg_p3 {
    padding-bottom: 0vw;
    background: url("../img/tips/bg_p3-sp.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .tipsZone .t1 {
    text-align: left;
    margin-top: 8vw;
    font-size: 3.2rem;
  }
  .tipsZone .t2 {
    font-size: 2.4rem;
  }
  .tipsZone .point {
    font-size: 2.5rem;
    padding: 1vw;
    margin-bottom: 8vw;
  }
  .tipsZone .point span {
    font-size: 4rem;
    margin-left: 2vw;
  }
  .tipsZone .tit {
    margin-bottom: 6vw;
  }
  .tipsZone .tit .txt {
    font-size: 3.5rem;
  }
  .tipsZone .tit .txt em {
    font-size: 2.8rem;
  }
  .tipsZone .tit .txt span {
    font-size: 5.7rem;
  }
  .tipsZone .tit .txt span .small {
    font-size: 3.5rem;
  }
  .tipsZone .tit .img {
    width: 34vw;
    margin-left: 3vw;
  }
  .tipsZone .tit.tit2 .txt .last {
    font-size: 5.7rem;
  }
  .tipsZone .tit.tit2 .txt span {
    border-bottom: 1px solid #1d5ba2;
  }
  .tipsZone .tit.tit2 .txt span::after {
    width: 4.2vw;
    height: 4.2vw;
  }
  .tipsZone .tit.tit2 .img {
    width: 41vw;
    margin-left: 34vw;
    margin-right: 0vw;
    margin-top: -8vw;
    position: relative;
  }
  .tipsZone .p3 {
    padding-bottom: 8vw;
  }
  .tipsZone .gr_t {
    font-size: 3.2rem;
    margin-top: 5vw;
  }
  .tipsZone .gr_t .num_sm {
    bottom: 0.5vw;
  }
  .tipsZone small.b1 {
    margin-bottom: 8vw;
  }
  .tipsZone small.b0 {
    width: 100%;
  }
  .tipsZone small {
    font-size: 2.3rem;
    padding: 2vw 0 0vw 0;
  }
  .tipsZone small small {
    padding-top: 0;
  }
  .tipsZone small.ofp2 {
    padding-bottom: 10vw;
  }
  .tipsZone h2.ttl {
    font-size: 3.5rem;
  }
  .tipsZone h2.ttl span {
    font-size: 5.7rem;
  }
  .tipsZone .next_t {
    font-size: 3.4rem;
    padding-top: 52vw;
  }
  .tipsZone .fl_two li p {
    font-size: 2.6rem;
  }
  .lineupZone {
    margin-top: 10vw;
  }
  .lineupZone .inner {
    width: 90%;
    margin: 10vw auto 0 auto;
  }
  .lineupZone .row {
    padding: 4vw 0;
  }
  .lineupZone .row .ttlS span {
    font-size: 2.7rem;
  }
  .lineupZone .row .col {
    padding: 0 3vw;
  }
  .lineupZone .row .col p {
    font-size: 2.5rem;
  }
  .lineupZone .row .col .img {
    display: block;
  }
  .lineupZone .row .col .img span {
    font-size: 3rem;
  }
  .lineupZone .row .col .img .img1 {
    margin-top: 3vw;
    width: 22.66667vw;
  }
  .lineupZone .row .col .img .img2 {
    margin-top: 2vw;
    width: 32vw;
  }
  .lineupZone .row .link {
    align-items: flex-end;
    text-align: left;
    display: block;
    padding: 4vw 0;
    font-size: 3rem;
  }
  .lineupZone .row.alC {
    align-items: center;
  }
  .lineupZone .notes {
    font-size: 2.2rem;
  }
  .lineupZone .ttl {
    padding-bottom: 4vw;
    margin-bottom: 0;
  }
  .lineupZone .ttl img {
    height: 4.66667vw;
  }
  .lineupZone ul {
    flex-wrap: wrap;
    margin-bottom: 5vw;
    justify-content: space-between;
  }
  .lineupZone ul li {
    width: 48%;
    margin: 0;
    font-size: 2.4rem;
  }
  .lineupZone .btn a {
    width: auto;
    padding: 1em 2em;
    font-size: 2.5rem;
  }
  .lineupZone .konyuBox .inner {
    width: 86.66667%;
  }
  .lineupZone .konyuBox .scrlPos {
    top: calc((100vh - 51.33333vw) / -2);
  }
  .lineupZone .konyuBox h2 {
    padding-bottom: 6.53333vw;
  }
  .lineupZone .konyuBox h2 img {
    width: 36.8vw;
  }
  .lineupZone .konyuBox ul {
    margin-bottom: 5.6vw;
  }
  .lineupZone .konyuBox ul li {
    width: 50%;
    box-sizing: border-box;
  }
  .lineupZone .konyuBox ul li a {
    margin-top: -2.66667vw;
    margin-bottom: -2.66667vw;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
  .lineupZone .konyuBox ul li:nth-child(1) a {
    margin-left: -2.66667vw;
    padding-left: 2.66667vw;
  }
  .lineupZone .konyuBox ul li:nth-child(1) img {
    width: 38.93333vw;
  }
  .lineupZone .konyuBox ul li:nth-child(2) a {
    justify-content: flex-end;
    margin-right: -2.66667vw;
    padding-right: 2.66667vw;
  }
  .lineupZone .konyuBox ul li:nth-child(2) img {
    width: 40vw;
  }
  .lineupZone .konyuBox p {
    font-size: 2.3rem;
    line-height: 1.52174;
  }
  .lineupZone .konyuBox p a {
    font-weight: bold;
  }
  .modalWrap .modalIn {
    width: 100%;
    padding: 13.33333vw 5.33333vw;
  }
  .modalWrap .modalIn .ttl {
    font-size: 4rem;
    display: block;
  }
  .modalWrap .modalIn .ttl .img {
    margin: 3vw auto;
    width: 56.26667vw;
  }
  .modalWrap .modalIn .close {
    width: 6.66667vw;
    height: 6.66667vw;
    right: 4vw;
    top: 3.33333vw;
  }
  .modalWrap .modalIn .in dl {
    font-size: 3rem;
    margin-top: 5vw;
  }
  .modalWrap .modalIn .in dl dt {
    padding: 1em;
  }
  .modalWrap .modalIn .in dl dd {
    padding: 1em;
  }
  .modalWrap .modalIn .in p {
    margin-top: 3vw;
    font-size: 2.5rem;
  }
  .modalWrap .modalIn .box {
    padding: 4vw 32vw 4vw 4vw;
  }
  .modalWrap .modalIn .box .img {
    right: 7vw;
    width: 22vw;
  }
  .modalWrap .modalIn .box .t2 {
    font-size: 3.4rem;
  }
  .modalWrap .modalIn .box p {
    font-size: 2.7rem;
  }
  .pc {
    display: none !important;
  }
  .spWAuto {
    width: auto !important;
  }
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
  header .container {
    padding-bottom: 3px;
  }
  footer .footer-link ul {
    width: 100vw;
  }
  footer .footer-link img {
    max-width: none;
    width: 150%;
  }
  footer a {
    font-size: 11px !important;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0.5em 0.2em;
    border-right: 1px solid #CCCCCC;
  }
  footer a:last-of-type {
    border: 0px;
  }
  .fixBn a .waku {
    height: 23.2vw;
  }
  .fixBn .imgShow .pht {
    width: 21.2vw;
    top: 0.93333vw;
    left: 4.26667vw;
  }
  .movieBox {
    padding-top: 7vw;
  }
  .movieBox iframe {
    height: 48.6vw;
  }
}
.zendamaPage .pageNavi {
  max-width: 1000px;
  margin: -50px auto 100px auto;
  border-top: 1px solid #008733;
  border-bottom: 1px solid #008733;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .zendamaPage .pageNavi {
    margin: -15vw auto 25vw;
  }
}
.zendamaPage .pageNavi ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .zendamaPage .pageNavi ul {
    flex-wrap: wrap;
    position: relative;
  }
  .zendamaPage .pageNavi ul::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 33.3%;
    width: 1px;
    display: block;
    background-color: #008733;
    height: 100%;
  }
  .zendamaPage .pageNavi ul::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 33.3%;
    width: 1px;
    display: block;
    background-color: #008733;
    height: 100%;
  }
}
.zendamaPage .pageNavi ul li {
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .zendamaPage .pageNavi ul li {
    width: 33.3333333333%;
    position: relative;
  }
  .zendamaPage .pageNavi ul li:nth-child(1), .zendamaPage .pageNavi ul li:nth-child(2), .zendamaPage .pageNavi ul li:nth-child(3) {
    padding-bottom: 1vw;
  }
  .zendamaPage .pageNavi ul li:nth-child(1):after, .zendamaPage .pageNavi ul li:nth-child(2):after, .zendamaPage .pageNavi ul li:nth-child(3):after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    display: block;
    background-color: #008733;
    height: 1px;
  }
}
.zendamaPage .pageNavi ul li + li {
  border-left: 1px solid #008733;
}
@media screen and (max-width: 767px) {
  .zendamaPage .pageNavi ul li + li {
    border-left: 0;
  }
}
.zendamaPage .pageNavi ul li a {
  display: block;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: bold;
  flex-direction: column;
  color: #008733;
}
@media screen and (max-width: 767px) {
  .zendamaPage .pageNavi ul li a {
    font-size: 2.5rem;
  }
}
.zendamaPage .pageNavi ul li a:hover {
  color: #b37600;
}
.zendamaPage .pageNavi ul li a:hover:after {
  background-image: url("../img/arrow_nav_on.svg");
}
.zendamaPage .pageNavi ul li a:after {
  content: "";
  width: 18px;
  display: block;
  margin: 0 auto 0 auto;
  height: 10px;
  background-image: url("../img/arrow_nav.svg");
  background-repeat: no-repeat;
}
.zendamaPage .pageNavi ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8em;
  flex-direction: column;
}
.zendamaPage .pageNavi ul li a em {
  font-size: 80%;
}/*# sourceMappingURL=style.css.map */


.mainZone .mv {
  /* text-align: center;
  padding: 80px 0 0 0;
  background: #007a28;
  background: linear-gradient(180deg, #007a28 8%, white 100%);*/
  /* background: linear-gradient(180deg, #007a28 8%, white 100%); */
  margin-top: -1px;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mainZone .mv {
    padding-bottom: 15vw;
  }
}