@charset "UTF-8";
body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

html {
  font-size: 62.5%;
}

h2 {
  display: inline-block;
  font-size: 5.1vw;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 7.3vw;
  }
}

h3 {
  font-size: 3vw;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 7vw;
    margin-top: 4px;
  }
}

h4 {
  display: inline-block;
  font-size: 1.6vw;
  font-weight: bold;
  line-height: 2;
  margin: 0;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 4vw;
    margin-top: 17px;
    line-height: 1.3;
  }
}

p {
  font-size: 1.6vw;
  font-weight: bold;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 4.5vw;
  }
}

img {
  height: auto;
  width: 100%;
}

a {
  color: #57C89D;
  display: inline-block;
  font-size: 1.4vw;
  padding: 0 0.5em;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 4vw;
  }
}

a + a {
  position: relative;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

header {
  width: 100%;
}

.l-header {
  background: #fff;
  display: flex;
  height: 7vh;
  margin: 0 auto;
  padding: 3px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 6vh;
  }
}
.l-header__label {
  height: 7vh;
}
@media screen and (max-width: 767px) {
  .l-header__label {
    height: 5vh;
    padding-top: 7vh;
  }
}

.l-header__logo {
  align-items: center;
  display: flex;
  width: 50%;
}

.l-header__menu {
  align-items: center;
  display: flex;
  letter-spacing: 1px;
  width: 70%;
}

.l-header__menu__list {
  font-size: 1.2vw;
  padding: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .l-header__menu__list {
    color: #fff;
    font-size: 4vw;
  }
}

.l-footer {
  background-image: url("images/common/footer.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 14%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-image: url("images/common/footer-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 23%;
  }
}

.l-menu {
  align-items: center;
  display: flex;
  letter-spacing: 1px;
}

.l-section {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-section {
    width: 100%;
  }
}

.l-title {
  text-align: center;
}
.l-title__kv {
  text-align: center;
  padding-top: 15%;
}
@media screen and (max-width: 767px) {
  .l-title__kv {
    padding-top: 38%;
  }
}
.l-title__sub {
  margin-bottom: -6px;
}

.l-contents {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .l-contents {
    width: 80%;
  }
}

.l-textbox {
  padding: 20px 30px;
  width: 94%;
}
@media screen and (max-width: 767px) {
  .l-textbox {
    margin: 0 auto;
    padding: 20px;
    width: 92%;
  }
}
.l-textbox--round {
  border-radius: 30px;
}

.l-post__title {
  text-align: left;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l-post__title {
    padding-top: 0%;
    width: 100%;
  }
}
.l-post__text {
  text-align: left;
  width: 60%;
}

.l-single__title {
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .l-single__title {
    padding-top: 0%;
  }
}
.l-single__text {
  text-align: left;
}

.l-slide__voice {
  margin: 0 10px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .l-slide__voice {
    width: 100%;
  }
}
.l-slide__voice__txt {
  min-height: 200px;
}

.c-button--round {
  border-radius: 30px;
  padding: 1.2em 0;
  text-align: center;
  width: 15.4vw;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button--round {
    width: 40vw;
  }
}
.c-button--round--footer {
  border-radius: 30px;
  padding: 1.2em 0;
  text-align: center;
  width: 15.4vw;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button--round--footer {
    border-radius: 0px;
    width: 50vw;
  }
}

.c-button {
  position: absolute;
  width: 37.5vw;
}
.c-button--tel {
  top: 0;
  left: 32.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button--tel {
    top: 0vw;
    left: 6vw;
  }
}
.c-button--line {
  top: -5vw;
  left: 52.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button--line {
    top: 6vw;
    left: 6vw;
  }
}
.c-button--mail {
  top: 1vw;
  left: 14.8vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button--mail {
    top: 3vw;
    left: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 90%;
  }
}

.c-logo__header {
  width: 29.6vw;
}
@media screen and (max-width: 767px) {
  .c-logo__header {
    width: 41.4vw;
  }
}
.c-logo__footer {
  width: 7.5vw;
}
@media screen and (max-width: 767px) {
  .c-logo__footer {
    width: 19.7vw;
  }
}

.c-map {
  width: 100%;
  height: auto;
}

.c-cta {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 40%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .c-cta {
    width: 100%;
  }
}

.u-color--wh {
  color: #fff;
}
.u-color--gr {
  color: #57C89D;
}
.u-color--yl {
  color: #F1C846;
}
.u-color--bk {
  color: #222222;
}
.u-color--rd {
  color: #FF6900;
}
.u-color__bg--wh {
  background-color: #fff;
}
.u-color__bg--gr {
  background-color: #57C89D;
}
.u-color__bg--lgr {
  background-color: #F0FDF6;
}

.u-display--flex {
  display: flex;
}
.u-display--flex--between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-display--flex--evenly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

HTML CSS JSResult Skip Results Iframe EDIT ON .hamburger a {
  color: #fff;
  text-decoration: none;
}

.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
  content: "閉じる";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 2.5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #57C89D;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #57C89D;
  transition: inherit;
}

.hamburger.-active .hamburger__line:before,
.hamburger.-active .hamburger__line:after {
  background-color: #fff;
}

.hamburger__line:before {
  top: -8px;
}

.hamburger__line:after {
  top: 8px;
}

.header {
  width: 300px;
}

.header__nav-area {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background-color: #57C89D;
  transition: 0.4s;
  opacity: 0.9;
}

.header__nav-area.-active {
  left: 0;
  visibility: visible;
}

.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}

.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e9ee;
}

.global-navigation__list > li + li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #57C89D;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 0.75rem;
}

.accordion__list li + li {
  margin-top: 21px;
}

.accordion__link {
  color: #57C89D;
}

.u-mc {
  margin: 0 auto;
}

.u-mt--15 {
  margin-top: 15px;
}
.u-mt--20 {
  margin-top: 20px;
}
.u-mt---30 {
  margin-top: -30px;
}

.u-mb--10 {
  margin-bottom: 10px;
}
.u-mb--20 {
  margin-bottom: 20px;
}

.u-ml--20 {
  margin-left: 20px;
}
.u-ml--30 {
  margin-left: 30px;
}

.u-pt--35 {
  padding-top: 35px;
}

.u-pd--20 {
  padding: 20px;
}
.u-pd--10-20 {
  padding: 10px 20px;
}
.u-pd--0-20 {
  padding: 0 20px;
}

.u-pb--20 {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .u-sp--none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp--block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-sp--reverse {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
.u-sp--br {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--br {
    display: block;
  }
}

.u-pc--none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc--none {
    display: block;
  }
}

.u-width--100 {
  width: 100%;
}
.u-width--86 {
  width: 86%;
}
.u-width--50 {
  width: 50%;
}

.u-tc {
  text-align: center;
}

.u-tl {
  text-align: left;
}

.u-tshadow {
  text-shadow: 1px 2px 3px #808080;
}

.u-border__round__top {
  padding: 0.5em 0.5em;
}
.u-border__round__bottom {
  padding: 0.5em 0.5em;
}
.u-border__round--gr {
  margin: 2em 0;
  font-weight: bold;
  background: #FFF;
  border: solid 2px #57C89D;
  border-radius: 10px;
}
.u-border__round--wh {
  font-weight: bold;
  background: #FFF;
  border: solid 0.5px #777;
  border-radius: 10px;
}

.p-top-section1 {
  margin-top: 0;
  width: 100%;
}

.p-top__section1__kv {
  background-image: url("images/top/kv.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 21%;
}
@media screen and (max-width: 767px) {
  .p-top__section1__kv {
    background-image: url("images/top/kv-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 65%;
  }
}

.p-top-section2 {
  background-image: url("images/top/section2.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 47.51%;
}
@media screen and (max-width: 767px) {
  .p-top-section2 {
    background-image: url("images/top/section2-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 109%;
  }
}

.p-top-section2-2 {
  background-image: url("images/top/section2-2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 63.51%;
}
@media screen and (max-width: 767px) {
  .p-top-section2-2 {
    background-image: url("images/top/section2-2-sp.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 166%;
  }
}

.p-top-section3 {
  padding-bottom: 18%;
}
@media screen and (max-width: 767px) {
  .p-top-section3 {
    padding-bottom: 50%;
  }
}

.p-top-section4 {
  background-image: url("images/top/section4.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 23%;
}
@media screen and (max-width: 767px) {
  .p-top-section4 {
    background-image: url("images/top/section4-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 105%;
  }
}

.p-top-section5 {
  padding-bottom: 13%;
}
@media screen and (max-width: 767px) {
  .p-top-section5 {
    padding-bottom: 15%;
  }
}

.p-top-section6 {
  background-image: url("images/top/section6.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .p-top-section6 {
    background-image: url("images/top/section6-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 8%;
  }
}

.p-top-section7 {
  padding-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .p-top-section7 {
    padding-bottom: 7%;
  }
}

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