@charset "UTF-8";
/* swiper設定 */
.bnrslider {
  width: 100%;
  max-width: 192rem;
}
.bnrslider .swiper-container {
  width: 100%;
  max-width: 192rem;
}
.bnrslider .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: inherit;
  height: 100%;
  margin-bottom: 5rem;
}
.bnrslider .swiper-slide {
  position: relative;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  max-height: 10rem;
}
.bnrslider .swiper-slide::before {
  display: block;
  padding-top: 33.333333%;
  content: "";
}
.bnrslider .swiper-slide a {
  display: block;
}
.bnrslider .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bnrslider .swiper-pagination-bullets {
  bottom: 0;
}
.bnrslider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #999;
  background: transparent;
}
.bnrslider .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1rem;
}
.bnrslider .swiper-pagination-bullet-active {
  border: 0.1rem solid #55a383;
  background: #55a383;
}

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

html {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #111;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
body .main {
  -webkit-transition: 0.3s;
  position: relative;
  margin-top: 10rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body .main {
    margin-top: 13rem;
  }
}
body a {
  -webkit-transition: all 0.15s ease-in-out 0s;
  color: #111;
  text-decoration: none;
  transition: all 0.15s ease-in-out 0s;
}
body a:hover {
  -webkit-transition: all 0.15s ease-in-out 0s;
  opacity: 0.6;
  transition: all 0.15s ease-in-out 0s;
}
body img {
  -o-object-fit: cover;
  max-width: 100%;
  height: auto;
     object-fit: cover;
  vertical-align: middle;
}
body input[type=text],
body input[type=tel],
body input[type=email],
body input[type=button],
body input[type=submit],
body textarea {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
body input[type=text]::-webkit-search-decoration,
body input[type=tel]::-webkit-search-decoration,
body input[type=email]::-webkit-search-decoration,
body input[type=button]::-webkit-search-decoration,
body input[type=submit]::-webkit-search-decoration,
body textarea::-webkit-search-decoration {
  display: none;
}
body input[type=text]:focus,
body input[type=tel]:focus,
body input[type=email]:focus,
body input[type=button]:focus,
body input[type=submit]:focus,
body textarea:focus {
  outline-offset: -0.2rem;
}
body button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}

/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com/
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  background: #FFF;
  color: #000;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.breadcrumb {
  z-index: 999;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: 1rem 0;
  background: #fafafa;
}
.breadcrumb-navxt {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .breadcrumb-navxt {
    max-width: 65rem;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .breadcrumb-navxt {
    max-width: 100rem;
    font-size: 1.6rem;
  }
}
.breadcrumb-navxt > span:first-of-type {
  color: #55a383;
}
.breadcrumb-navxt span:not(:first-of-type) {
  margin-left: 0.3rem;
}
.breadcrumb-navxt span:not(:last-of-type) {
  margin-right: 0.3rem;
  text-decoration: underline;
  white-space: nowrap;
}
.breadcrumb-navxt .current-item {
  color: #111;
}
.breadcrumb-navxt a {
  color: inherit;
}

.ch {
  position: relative;
  height: 10rem;
  margin: 8rem 0 0;
}
@media screen and (min-width: 768px) {
  .ch {
    max-width: 192rem;
    height: 32rem;
    margin: 13rem auto 0;
  }
}
.ch-img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: inherit;
}
.ch._chokuso {
  position: relative;
  width: 100%;
  max-width: 192rem;
  height: 100%;
  max-height: 61.5rem;
  margin: 0 auto;
}
.ch._chokuso::before {
  display: block;
  padding-top: 106.666667%;
  content: "";
}
@media (min-width: 481px) {
  .ch._chokuso::before {
    padding-top: 32.03125%;
  }
}
.ch._chokuso .ch-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1000px) {
  .container {
    max-width: 100rem;
    padding: 0;
  }
}

.drawerbg {
  visibility: hidden;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  opacity: 0;
}

.floating._sp {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-animation: dropup 0.5s ease-out 0s 1 alternate none running;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
          align-items: center;
          justify-content: space-evenly;
  width: 100%;
  height: 5rem;
  background: #333;
          animation: dropup 0.5s ease-out 0s 1 alternate none running;
}
@media screen and (min-width: 768px) {
  .floating._sp {
    display: none;
  }
}
@-webkit-keyframes dropup {
  0% {
    margin-bottom: -5rem;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes dropup {
  0% {
    margin-bottom: -5rem;
  }
  100% {
    margin-bottom: 0;
  }
}

.floating._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .floating._pc {
    -webkit-animation: dropfromright 0.5s ease-out 0s 1 alternate none running;
    display: block;
    position: absolute;
    top: 13rem;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 192rem;
    margin: 0 auto;
            animation: dropfromright 0.5s ease-out 0s 1 alternate none running;
  }
  @-webkit-keyframes dropfromright {
    0% {
      margin-right: -6rem;
    }
    100% {
      margin-right: 0;
    }
  }
  @keyframes dropfromright {
    0% {
      margin-right: -6rem;
    }
    100% {
      margin-right: 0;
    }
  }
}

.floating-btn {
  position: relative;
}
.floating-btn._contact, .floating-btn._topsite, .floating-btn._recruit {
  z-index: 10;
  width: 100%;
  max-width: 6rem;
  margin-left: auto;
}
.floating-btn._contact a, .floating-btn._topsite a, .floating-btn._recruit a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  display: block;
  position: relative;
          align-items: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  padding: 2rem 0.8rem 5rem 1.2rem;
  color: #edfaf5;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
          writing-mode: vertical-rl;
}
.floating-btn._contact a::before, .floating-btn._topsite a::before, .floating-btn._recruit a::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/module/header-bbtn-arr.png) no-repeat center/contain;
  content: "";
}
.floating-btn._contact a .span-1st, .floating-btn._topsite a .span-1st, .floating-btn._recruit a .span-1st {
  font-size: 1.2rem;
}
.floating-btn._contact a .span-2nd, .floating-btn._topsite a .span-2nd, .floating-btn._recruit a .span-2nd {
  color: #d9bc2b;
}
.floating-btn._line {
  z-index: 10;
  width: 100%;
  max-width: 6rem;
  margin-left: auto;
}
.floating-btn._line a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  display: block;
  position: relative;
          align-items: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  padding: 5rem 2rem 5rem 1.2rem;
  color: #edfaf5;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
          writing-mode: vertical-rl;
}
.floating-btn._line a::before {
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  background: url(../img/icon-line.png) no-repeat center/contain;
  content: "";
}
.floating-btn._line a::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(../img/module/header-bbtn-arr.png) no-repeat center/contain;
  content: "";
}
.floating-btn._tel {
  width: calc(33.3333333333% - 1rem);
  height: 4.2rem;
}
.floating-btn._tel a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: inherit;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 400px) {
  .floating-btn._tel a {
    font-size: 1.6rem;
  }
}
.floating-btn._tel a::before {
  display: block;
  width: 1.5rem;
  height: 2rem;
  margin-left: auto;
  font-weight: 900;
  content: "\f879";
}
.floating-btn._tel a::after {
  display: block;
  margin-right: auto;
  content: "";
}
.floating-btn._contact-sp {
  width: calc(33.3333333333% - 1rem);
  height: 4.2rem;
}
.floating-btn._contact-sp a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: inherit;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 400px) {
  .floating-btn._contact-sp a {
    font-size: 1.6rem;
  }
}
.floating-btn._contact-sp a::before {
  display: block;
  width: 2rem;
  height: 1.4rem;
  margin-left: auto;
  background: url(../img/module/header-contact.png) no-repeat center/contain;
  content: "";
}
.floating-btn._contact-sp a::after {
  display: block;
  margin-right: auto;
  content: "";
}
.floating-btn._line-sp {
  width: calc(33.3333333333% - 1rem);
  height: 4.2rem;
}
.floating-btn._line-sp a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  width: 100%;
  height: inherit;
  color: #edfaf5;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .floating-btn._line-sp a {
    font-size: 1.6rem;
  }
}
.floating-btn._line-sp a::before {
  display: block;
  width: 2rem;
  height: 3rem;
  margin-left: auto;
  background: url(../img/icon-line.png) no-repeat center/contain;
  content: "";
}
.floating-btn._line-sp a::after {
  display: block;
  margin-right: auto;
  content: "";
}
.floating-btn._contact {
  background: #cc4747;
}
.floating-btn._topsite {
  background: #55a383;
}
.floating-btn._recruit {
  background: #113c5a;
}
.floating-btn._line {
  background: #13ca5e;
}
.floating-btn._tel {
  -webkit-box-shadow: 0 1px 2px #606060;
  background-color: #a00;
          box-shadow: 0 1px 2px #606060;
}
.floating-btn._contact-sp {
  -webkit-box-shadow: 0 1px 2px #606060;
  background: #e67373;
          box-shadow: 0 1px 2px #606060;
}
.floating-btn._line-sp {
  -webkit-box-shadow: 0 1px 2px #606060;
  background: #13ca5e;
          box-shadow: 0 1px 2px #606060;
}

.l-floating-btn {
  margin-bottom: 2rem;
}

.fnav {
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fnav {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 1000px) {
  .fnav {
    margin-right: 0;
    margin-left: 0;
  }
}
.fnav a {
  font-size: 1.5rem;
}
.fnav .menu {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fnav .menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
  }
}
.fnav .menu > .menu-item {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .fnav .menu > .menu-item {
    max-width: 15rem;
  }
}
.fnav .menu > .menu-item > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fnav .menu > .menu-item > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fnav .sub-menu .menu-item {
  height: 3rem;
}
.fnav .sub-menu .menu-item a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .fnav .sub-menu .menu-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-fnav {
  margin-bottom: 2rem;
}

.footer {
  position: relative;
}
.footer-top {
  padding: 8rem 0;
  background: #edfaf5;
}
.footer-tbnr {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .footer-tbnr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  .footer-tbnr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}
.footer-tttl {
  color: #111;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.48rem;
  text-align: center;
}
.footer-tblink {
  display: block;
  width: 100%;
  max-width: 23.4rem;
}
.footer-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .footer-middle {
    display: block;
    padding: 2rem 0;
    background: #55a383;
  }
}
.footer-mmedia {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.footer-mttl {
  position: relative;
  padding: 1.6rem 2.4rem;
  border-top: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.21rem;
  line-height: 1;
}
.footer-mttl::before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: -1.8rem;
  bottom: 0;
  width: 3.6rem;
  height: 3.6rem;
  margin: auto;
          transform: rotate(45deg);
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  content: "";
}
.footer-cashless {
  width: 100%;
  max-width: 70.5rem;
  margin: 0;
}
.footer-cashless img {
  width: 100%;
  height: 100%;
}
.footer-bottom {
  padding: 5rem 0 7rem;
}
@media screen and (min-width: 1000px) {
  .footer-cntwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
  }
}
.footer-cta {
  width: 100%;
  max-width: 33rem;
  max-height: 22rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  border: 0.1rem solid #55a383;
}
@media screen and (min-width: 1000px) {
  .footer-cta {
    max-height: 20rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.footer-cttl {
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  background: #55a383;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .footer-cttl {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}
.footer-ctel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin-right: 1.4rem;
}
.footer-ctel a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: inherit;
  color: #55a383;
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  white-space: nowrap;
}
.footer-ctel a::before {
  display: block;
  width: 2.2rem;
  height: 2.8rem;
  margin-right: 0.4rem;
  background: url(../img/module/header-tel.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .footer-ctel a {
    font-size: 3.8rem;
    letter-spacing: -0.1rem;
  }
}
.footer-cinfo {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.footer-cbtn {
  width: 100%;
  max-width: 27rem;
  height: 6rem;
  margin: 0 auto;
  background: #e67373;
}
@media screen and (min-width: 1000px) {
  .footer-cbtn {
    max-width: 31rem;
  }
}
.footer-cbtn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  padding: 1.8rem 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6875;
  text-align: center;
}
.footer-cbtn a::before {
  /* くの字を山なりに見た時、右側の太さと色 */
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 0.6rem;
  /* くの字を山なりに見た時、左側の長さ */
  height: 0.6rem;
  margin: auto;
          transform: rotate(45deg);
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 0.1rem solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 0.1rem solid #fff;
  content: "";
  /* くの字の向き */
}
.footer-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .footer-main {
    margin: 0;
  }
}
.footer-logo img {
  -o-object-fit: contain;
  width: 100%;
  max-width: 33rem;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .footer-logo img {
    max-width: 22.4rem;
  }
}
.footer-ittl {
  font-size: 1.58rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer-ittl {
    text-align: left;
  }
}
.footer-itxt {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer-itxt {
    text-align: left;
  }
}
.footer-snslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 1000px) {
  .footer-snslist {
    margin: 0;
    padding: 2rem 0 1.5rem;
  }
}
.footer-snsitem:not(:last-child) {
  margin-right: 2rem;
}
.footer-snsitem._line {
  width: 100%;
  max-width: 3rem;
}
.footer-snsitem._fb {
  width: 100%;
  max-width: 1.5rem;
}
.footer-snsitem._tw {
  width: 100%;
  max-width: 3rem;
}
.footer-snsbtn {
  position: relative;
  width: 100%;
  max-width: 33rem;
  height: 5rem;
}
@media screen and (min-width: 1000px) {
  .footer-snsbtn {
    max-width: 22.4rem;
  }
}
.footer-snsbtn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 50rem;
}
.footer-snsbtn a::before {
  display: block;
  padding-top: 22.3214286%;
  content: "";
}
.footer-snsbtn a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 2.6rem;
  height: 3.1rem;
  margin: auto;
  background: url(../img/icon-yt.png) no-repeat center/contain;
  content: "";
}
.footer-snsbtn a .footer-snstxt1,
.footer-snsbtn a .footer-snstxt2 {
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px 0 46px;
  line-height: 1;
}
.footer-snsbtn a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .copy-right {
  background: #55a383;
}
.footer .copy-right small {
  display: block;
  padding: 2rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
}

.l-footer-tttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  .l-footer-tttl {
    margin-bottom: 3rem;
  }
}

.l-footer-tbnr {
  margin-top: -2rem;
}

.l-footer-tblink {
  margin: 0 auto;
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .l-footer-tblink {
    margin-right: 0;
    margin-left: 0;
  }
}

.l-footer-cta {
  margin-bottom: 3rem;
}

.l-footer-info {
  margin-top: 2rem;
}

.l-footer-snsbtn {
  margin-bottom: 2rem;
}

_::-webkit-full-page-media,
_:future,
:root .footer-ctel a {
  font-size: 3rem;
}
@media screen and (min-width: 1000px) {
  _::-webkit-full-page-media,
_:future,
:root .footer-ctel a {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 400px) {
  _::-webkit-full-page-media,
_:future,
:root .footer-cttl {
    padding: 1.5rem 0;
  }
}

@-moz-document url-prefix() {
  .footer-snsbtn a .footer-snstxt1,
.footer-snsbtn a .footer-snstxt2 {
    top: 42%;
    white-space: nowrap;
  }

  @media screen and (min-width: 1000px) {
    .footer-cta {
      max-height: 21rem;
    }
  }

  .footer-cinfo {
    margin-top: -0.5rem;
  }
}
.gnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: block;
    width: 100%;
    height: inherit;
  }
}
.gnav .menu {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  height: inherit;
}
.gnav .menu > .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.6666666667%;
}
.gnav .menu > .menu-item:hover {
  background: #55a383;
}
.gnav .menu > .menu-item:hover > a {
  -webkit-transition: all 0.5s ease;
  color: #fff;
  opacity: 1;
  transition: all 0.5s ease;
}
.gnav .menu > .menu-item > a {
  display: grid;
  place-items: center;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .gnav .menu > .menu-item > a {
    font-size: 1.5rem;
  }
}
.gnav .menu > .menu-item-has-children {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gnav .menu > .menu-item-has-children:hover .sub-menu {
  -webkit-transition: all 0.5s ease;
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease;
}
.gnav .menu > .menu-item-has-children:nth-child(1) .sub-menu::before {
  content: "料金・プラン";
}
.gnav .menu > .menu-item-has-children:nth-child(1) .sub-menu .sub-menu-mpic {
  background: url(../img/module/sub-menu-pic1.jpg) no-repeat center/contain;
}
.gnav .menu > .menu-item-has-children:nth-child(1) .sub-menu .sub-menu-mbody {
  width: 42.116%;
  height: 12.5rem;
}
.gnav .menu > .menu-item-has-children:nth-child(1) .sub-menu .menu-item {
  height: 25%;
}
.gnav .menu > .menu-item-has-children:nth-child(1) .sub-menu .menu-item > a:hover {
  color: #55a383;
  opacity: 1;
}
.gnav .menu > .menu-item-has-children:nth-child(2) .sub-menu::before {
  content: "和光葬儀社のサポートとアドバイス";
}
.gnav .menu > .menu-item-has-children:nth-child(2) .sub-menu .sub-menu-mpic {
  background: url(../img/module/sub-menu-pic2.jpg) no-repeat center/contain;
}
.gnav .menu > .menu-item-has-children:nth-child(2) .sub-menu .sub-menu-mbody {
  width: 65.116%;
  height: 12.5rem;
}
.gnav .menu > .menu-item-has-children:nth-child(2) .sub-menu .menu-item {
  height: 25%;
}
.gnav .menu > .menu-item-has-children:nth-child(2) .sub-menu .menu-item > a:hover {
  color: #55a383;
  opacity: 1;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu::before {
  content: "火葬場・斎場・病院施設一覧";
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 48.116%;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mpic {
  background: url(../img/module/sub-menu-pic3.jpg) no-repeat center/contain;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item {
  position: relative;
  width: calc((100% - 1rem) / 3);
  height: 20%;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > a::before {
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  top: 0;
  bottom: 0;
  left: 0.7rem;
  width: 1rem;
  /*点の幅*/
  height: 1rem;
  margin: auto 0;
  border-radius: 0;
  background: #55a383;
  content: "";
  /*点の色*/
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > .sub-menu {
  top: -0.5rem;
  height: auto;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > .sub-menu > .sub-menu-media {
  border-top: none;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > .sub-menu > .sub-menu-media > .sub-menu-mpic {
  display: none;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item {
  height: 2.5rem;
}
.gnav .menu > .menu-item-has-children:nth-child(3) > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > .sub-menu > .sub-menu-media > .sub-menu-mbody > .menu-item > a:hover {
  color: #55a383;
  opacity: 1;
}
.gnav .menu > .menu-item-has-children:nth-child(6) .sub-menu::before {
  content: "会社概要";
}
.gnav .menu > .menu-item-has-children:nth-child(6) .sub-menu .sub-menu-mpic {
  background: url(../img/module/sub-menu-pic4.jpg) no-repeat center/contain;
}
.gnav .menu > .menu-item-has-children:nth-child(6) .sub-menu .sub-menu-mbody {
  height: 16.5rem;
}
.gnav .menu > .menu-item-has-children:nth-child(6) .sub-menu .menu-item {
  height: 20%;
}
.gnav .menu > .menu-item-has-children:nth-child(6) .sub-menu .menu-item > a:hover {
  color: #55a383;
  opacity: 1;
}
.gnav .sub-menu {
  visibility: hidden;
  z-index: -20;
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100rem;
  height: 35rem;
  margin: 0 auto;
  padding-top: 2rem;
  background: #fff;
  opacity: 0;
}
.gnav .sub-menu::before {
  display: block;
  position: relative;
  width: calc(100% - 10rem);
  margin: 0 auto;
  font-size: 2rem;
}
.gnav .sub-menu-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding-top: 1.8rem;
  border-top: 0.1rem solid #55a383;
}
.gnav .sub-menu-mpic {
  display: block;
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 2rem 0 0;
  content: "";
}
.gnav .sub-menu-mbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          flex-wrap: wrap;
}
.gnav .sub-menu-mbody .menu-item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.gnav .sub-menu-mbody .menu-item a::before {
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  top: 0;
  bottom: 0;
  left: 1rem;
  /*丸くする*/
  width: 0.3rem;
  /*点の幅*/
  height: 0.3rem;
  margin: auto 0;
  border-radius: 50%;
  background: #55a383;
  content: "";
  /*点の色*/
}
@media screen and (min-width: 1000px) {
  .gnav .sub-menu-mbody .menu-item a {
    font-size: 1.5rem;
  }
}

_::-webkit-full-page-media,
_:future,
:root .gnav .sub-menu {
  height: 35rem;
}

.hamburger {
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  -webkit-transition: ease 0.5s;
  display: block;
  position: relative;
  width: 3rem;
  height: 0.2rem;
  background: #000;
  transition: ease 0.5s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 0.7rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.hamburger[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 0.9rem;
          transform: rotate(45deg);
}

.hamburger[aria-expanded=true] span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hamburger[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  top: -0.9rem;
          transform: rotate(-45deg);
}

.header {
  z-index: 9999;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
}
.header-logo {
  z-index: 3;
}
.header-logo img {
  width: 100%;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    max-width: 31rem;
  }
}
.header-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: 97%;
  max-width: 100rem;
  height: 5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-top {
    height: 8rem;
  }
}
.header-tleft {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: inherit;
}
.header-tright {
  position: relative;
  height: inherit;
}
.header-tright._pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-tright._pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    width: 100%;
    max-width: 53rem;
    margin-left: auto;
  }
}
.header-tright._sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-tright._sp {
    display: none;
  }
}
.header-rttl {
  display: none;
}
@media screen and (min-width: 400px) {
  .header-rttl {
    display: block;
    font-size: 1.2rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .header-rttl {
    padding: 0.5rem 0;
  }
}
.header-rttl span {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-rttl span {
    display: inline-block;
  }
}
.header-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
@media screen and (min-width: 400px) {
  .header-info {
    margin-left: 1rem;
  }
}
.header-tel {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-tel {
    margin-right: 1.4rem;
  }
}
.header-tel a {
  display: none;
  font-size: 1.6rem;
}
.header-tel a::before {
  display: block;
  width: 1rem;
  height: 2.7rem;
  margin-left: 1rem;
  background: url(../img/module/header-tel.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 400px) {
  .header-tel a::before {
    margin-right: 0.4rem;
    margin-left: 0;
  }
}
@media (min-width: 500px) {
  .header-tel a::before {
    width: 2rem;
  }
}
@media screen and (min-width: 400px) {
  .header-tel a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    height: inherit;
    color: #55a383;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
  }
}
@media (min-width: 500px) {
  .header-tel a {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .header-tel a {
    font-size: 3.6rem;
  }
}
.header-contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-contact {
    display: block;
    width: 100%;
    max-width: 18.5rem;
    height: 5rem;
    background: #e67373;
  }
}
.header-contact a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  padding: 1.8rem 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.header-contact a::before {
  display: block;
  width: 2rem;
  height: 1.4rem;
  margin-right: 1rem;
  background: url(../img/module/header-contact.png) no-repeat center/contain;
  content: "";
}
.header-bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    width: 100%;
    max-width: 100rem;
    height: 5rem;
    margin: 0 auto;
  }
}

.is-dropdown {
  -webkit-animation: dropdown 0.5s ease-out 0s 1 alternate none running;
  position: fixed;
          animation: dropdown 0.5s ease-out 0s 1 alternate none running;
}
@media screen and (min-width: 400px) {
  .is-dropdown {
    -webkit-animation: dropdown-pc 0.5s ease-out 0s 1 alternate none running;
            animation: dropdown-pc 0.5s ease-out 0s 1 alternate none running;
  }
}
@-webkit-keyframes dropdown {
  0% {
    margin-top: -5.6rem;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes dropdown {
  0% {
    margin-top: -5.6rem;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes dropdown-pc {
  0% {
    margin-top: -8rem;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes dropdown-pc {
  0% {
    margin-top: -8rem;
  }
  100% {
    margin-top: 0;
  }
}

/* header-spnav */

.header-spnav {
  display: flex;
  height: 5rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.header-spnav__item {
  flex: 1;
}

.header-spnav__item + .header-spnav__item {
  border-left: 1px solid #ddd;
}

.header-spnav__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-spnav__item span {
  margin-top: 2px;
}

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

.navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0 5rem;
  font-size: 1.8rem;
  line-height: 1.3334;
}
.navigation .nav-links .nav-previous a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  max-width: 22rem;
  overflow: hidden;
  color: #f5a623;
}
.navigation .nav-links .nav-next {
  margin-left: 1rem;
}
.navigation .nav-links .nav-next a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  max-width: 22rem;
  overflow: hidden;
  color: #f5a623;
}

/* ページトップボタン */
.js-scroll-fadein {
  -webkit-transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}
.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

.arrow {
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 5;
  position: fixed;
  right: 1.2rem;
  bottom: 0.5rem;
  padding: 2.7rem;
  border-radius: 2.7rem;
  background-color: #c4c4c4;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.arrow:hover {
  -webkit-box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.5);
  bottom: 0.8rem;
          box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}
.arrow:before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 2.1rem;
  left: 1.8rem;
  width: 1.5rem;
  height: 1.5rem;
          transform: rotate(-45deg);
  border-top: solid 0.3rem #fff;
  border-right: solid 0.3rem #fff;
  content: "";
}
@media screen and (min-width: 400px) {
  .arrow {
    right: 2.4rem;
    bottom: 3.5rem;
  }
  .arrow:hover {
    bottom: 3.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .arrow._positionlg {
    right: 3.2rem;
    bottom: 1.5rem;
  }
  .arrow._positionlg:hover {
    bottom: 1.8rem;
  }
}

.pagination .nav-links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .pagination .nav-links {
    width: 100%;
    max-width: 74rem;
    margin-top: 5rem;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.pagination .nav-links .prev {
  display: none;
}
.pagination .nav-links .next {
  display: none;
}
.pagination .page-numbers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid rgba(204, 204, 204, 0.9);
  font-size: 1.6rem;
  line-height: 1.6875;
}
.pagination a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pagination a:hover {
  -webkit-transform: translateY(-0.5rem);
  -webkit-transition: 0.4s;
          transform: translateY(-0.5rem);
  color: #333;
  transition: 0.4s;
}
.pagination .dots {
  border: none;
}

.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  -webkit-clip-path: inset(50%);
  word-wrap: normal;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  border: 0;
          clip-path: inset(50%);
}

.snav {
  -webkit-transform: translateX(100%);
  -webkit-transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 0 1.5rem;
  overflow: hidden;
          transform: translateX(100%);
  background-color: #edfaf5;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .snav {
    width: 40rem;
  }
}
.snav-cntwrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 80%;
  overflow-y: auto;
}
.snav .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.snav .menu.is-adjust {
  -webkit-transform: translateY(15rem);
  -webkit-transition: 0.3s;
          transform: translateY(15rem);
  transition: 0.3s;
}
.snav .menu-item {
  display: grid;
  place-items: center;
  width: 100%;
  height: 6rem;
}
.snav .menu-item a {
  display: grid;
  place-items: center;
  color: #222;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  line-height: 1;
}
.snav .menu-item-has-children:nth-child(1) .sub-menu::before {
  display: block;
  position: relative;
  width: calc(100% - 10rem);
  margin: 0 auto;
  font-size: 2rem;
  content: "";
}
.snav .sub-menu {
  display: none;
  height: 100%;
}
.snav .sub-menu-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.8rem auto;
  font-size: 2rem;
}
.snav .sub-menu-ttl::before {
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 0.1rem solid #55a383;
  content: "";
}
@media screen and (min-width: 400px) {
  .snav .sub-menu-ttl .br-lessthan-sm {
    display: none;
  }
}
.snav .sub-menu-mpic {
  position: relative;
  width: 100%;
  max-width: 12.5rem;
  height: 100%;
  max-height: 12.5rem;
  margin: 2rem auto 1.5rem;
}
.snav .sub-menu-mpic::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.snav .sub-menu-mpic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.snav-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
}
.snav-inner.is-adjust {
  -webkit-transform: translateY(15rem);
  -webkit-transition: 0.3s;
          transform: translateY(15rem);
  transition: 0.3s;
}
.snav-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
}
.snav-tel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 2.5rem;
}
.snav-tel a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: inherit;
  color: #55a383;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.snav-tel a::before {
  display: block;
  width: 2rem;
  height: 2.7rem;
  margin-right: 0.4rem;
  background: url(../img/module/header-tel.png) no-repeat center/contain;
  content: "";
}
.snav-contact {
  width: 100%;
  max-width: 18.5rem;
  height: 5rem;
  background: #e67373;
}
.snav-contact a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  padding: 1.8rem 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.snav-contact a::before {
  display: block;
  width: 2rem;
  height: 1.4rem;
  margin-right: 1rem;
  background: url(../img/module/header-contact.png) no-repeat center/contain;
  content: "";
}

.is-drawerActive {
  overflow: hidden;
}
.is-drawerActive .snav {
  -webkit-transform: translateX(0);
  -webkit-transition: 0.3s;
          transform: translateX(0);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .is-drawerActive .snav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.is-drawerActive .drawerbg {
  -webkit-transition: 0.3s;
  visibility: visible;
  opacity: 0.5;
  transition: 0.3s;
}

.subpage {
  position: relative;
  padding: 6rem 0;
}
@media screen and (min-width: 1000px) {
  .subpage {
    padding: 12rem 0;
  }
}
.subpage-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #222;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  text-align: center;
}
.subpage-ttl::before {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  max-width: 4rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #55a383;
  content: "";
}
@media screen and (min-width: 768px) {
  .subpage-ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .subpage-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.72rem;
  }
}
.subpage-txt {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.58rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  line-height: 1.44;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .subpage-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 400px) {
  .subpage-txt .br-lessthan-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .subpage-txt .br-lessthan-md {
    display: none;
  }
}

.l-subpage-ttl1 {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1000px) {
  .l-subpage-ttl1 {
    margin-bottom: 12rem;
  }
}

.l-subpage-ttl2 {
  margin-bottom: 8rem;
}
@media screen and (min-width: 1000px) {
  .l-subpage-ttl2 {
    margin-bottom: 11rem;
  }
}

.l-subpage-txt {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .l-subpage-txt {
    margin-bottom: 5rem;
  }
}

.tabcnt-item {
  display: none;
}
.tabcnt-item.is-active {
  -webkit-animation: fade 0.5s ease;
  display: block;
          animation: fade 0.5s ease;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=sourcemaps/base-style.css.map */