@charset "UTF-8";
@font-face {
  font-family: "galano";
  src: url("../fonts/galano.eot") format("embedded-opentype’");
  src: url("../fonts/galano.woff") format("woff");
}
img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi__1 {
  font-size: 8rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 80px;
  line-height: 1;
}
.c-midashi__1 span {
  display: block;
  font-size: 2rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-midashi__1 {
    font-size: 5.5rem;
    margin-bottom: 50px;
  }
  .c-midashi__1 span {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .c-midashi__1:before {
    content: "";
    display: block;
    height: 2px;
    background: #333634;
    width: 50px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.c-midashi__2 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 1.3;
}
.c-midashi__2__s {
  font-size: 2.8rem;
}
.c-midashi__2 span {
  display: block;
  font-size: 2rem;
  color: #9B7652;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-midashi__2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .c-midashi__2__s {
    font-size: 2.2rem;
  }
  .c-midashi__2 span {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.c-midashi__3 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
.c-midashi__3__s {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .c-midashi__3 {
    font-size: 2.6rem;
  }
  .c-midashi__3__s {
    font-size: 2.2rem;
  }
}
.c-midashi__4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-midashi__4 span {
  display: inline-block;
  padding-right: 100px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.c-midashi__4:before {
  background: #F1F1F1;
  height: 3px;
  content: "";
  width: 100%;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.c-midashi__4:after {
  background: #4D7561;
  height: 3px;
  content: "";
  width: 175px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-midashi__4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .c-midashi__4 span {
    padding-right: 5%;
  }
  .c-midashi__4:after {
    width: 50px;
  }
}
/*-------------------------------
  dot
-------------------------------*/
.backTop {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #8FA7C9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  z-index: 5;
  opacity: 1;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
.backTop:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg) translateX(-2px) translateY(1px);
          transform: rotateZ(-45deg) translateX(-2px) translateY(1px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.backTop:hover {
  -webkit-animation: backtop 0.6s forwards;
          animation: backtop 0.6s forwards;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(143, 167, 201, 0.6);
          box-shadow: 0 0 20px rgba(143, 167, 201, 0.6);
}
.backTop:hover:before {
  -webkit-animation: backtop_border 0.6s forwards;
          animation: backtop_border 0.6s forwards;
}
.backTop.isActive {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes backtop {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(143, 167, 201, 0);
            box-shadow: 0 0 0 rgba(143, 167, 201, 0);
    background: #8FA7C9;
  }
  100% {
    -webkit-box-shadow: 0 0 20px rgba(143, 167, 201, 0.6);
            box-shadow: 0 0 20px rgba(143, 167, 201, 0.6);
    background: #fff;
  }
}

@keyframes backtop {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(143, 167, 201, 0);
            box-shadow: 0 0 0 rgba(143, 167, 201, 0);
    background: #8FA7C9;
  }
  100% {
    -webkit-box-shadow: 0 0 20px rgba(143, 167, 201, 0.6);
            box-shadow: 0 0 20px rgba(143, 167, 201, 0.6);
    background: #fff;
  }
}
@-webkit-keyframes backtop_border {
  0% {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  100% {
    border-top: 1px solid #8FA7C9;
    border-right: 1px solid #8FA7C9;
  }
}
@keyframes backtop_border {
  0% {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  100% {
    border-top: 1px solid #8FA7C9;
    border-right: 1px solid #8FA7C9;
  }
}
/*-------------------------------
  1-main
-------------------------------*/
.p-box1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-box1__l, .p-box1__r {
  width: 530px;
  max-width: 49%;
}
.p-box1__l__1, .p-box1__r__1 {
  width: 450px;
  max-width: 38%;
}
.p-box1__l__2, .p-box1__r__2 {
  width: 630px;
  max-width: 62%;
}
.p-box1__img {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-box1__img picture {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-box1__img picture img {
  max-width: 200%;
  width: auto;
}
.p-box1__img__1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-box1__img__2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-box1__img__2 picture {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-box1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-box1__l, .p-box1__r {
    max-width: 100%;
  }
  .p-box1__l__1, .p-box1__r__1 {
    width: 100%;
    max-width: 100%;
  }
  .p-box1__l__2, .p-box1__r__2 {
    width: 100%;
    max-width: 100%;
  }
  .p-box1__img {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-box1__img picture {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-box1__img picture img {
    max-width: calc(100% + 40px);
    width: auto;
  }
  .p-box1__img__1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-box1__img__2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-box1__img__2 picture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-fda {
  border: 5px solid #4D7561;
  padding: 10px 20px;
  text-align: center;
  color: #4D7561;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-water__hikaku {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  max-width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-water__hikaku__item {
  width: 33%;
}
.p-water__hikaku__item h4 {
  color: #4D7561;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.p-water__hikaku__item h4:after {
  display: block;
  content: "";
  width: 110px;
  height: 2px;
  background: #4D7561;
  margin: 15px auto auto auto;
}
.p-water__hikaku__item figure {
  text-align: center;
  margin-bottom: 30px;
}
.p-water__hikaku__item p {
  font-weight: 600;
  line-height: 2;
  padding: 0 10px;
}
.p-water__hikaku__txt {
  font-size: 2rem;
  color: #4D7561;
}

@media screen and (max-width: 767px) {
  .p-water__hikaku {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-water__hikaku__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-water__hikaku__item h4 {
    font-size: 2.4rem;
  }
  .p-water__hikaku__item h4:after {
    width: 110px;
    margin: 15px auto auto auto;
  }
  .p-water__hikaku__item figure {
    margin-bottom: 20px;
  }
  .p-water__hikaku__item p {
    padding: 0 10px;
  }
  .p-water__hikaku__txt {
    font-size: 1.8rem;
  }
}
.p-anzen__midashi {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4D7561;
  margin-bottom: 40px;
  position: relative;
}
.p-anzen__midashi span {
  display: block;
  font-weight: 500;
  letter-spacing: -1px;
  color: #333634;
  font-family: "Poppins", sans-serif;
}
.p-anzen__midashi:after {
  display: block;
  width: 100px;
  background: #333634;
  margin-top: 10px;
  height: 1px;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-anzen__midashi {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .p-anzen__midashi:after {
    width: 90px;
  }
}
.p-point__midashi {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4D7561;
  margin-bottom: 40px;
  position: relative;
}
.p-point__midashi span {
  display: block;
  font-weight: 500;
  width: 120px;
  border-radius: 20px;
  height: 30px;
  font-size: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4D7561;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.p-point__midashi:after {
  display: block;
  width: 100px;
  background: #333634;
  margin-top: 10px;
  height: 1px;
  content: "";
}

.p-water__koka {
  position: relative;
}
.p-water__koka__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 555px;
}
.p-water__koka__inner__1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 130px;
}
.p-water__koka__inner__2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 200px;
}
.p-water__koka__midashi {
  width: 300px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: #4D7561;
  height: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.p-water__koka__txt {
  position: absolute;
  top: 200px;
  z-index: 2;
  width: 700px;
}
.p-water__koka__txt__inner {
  position: relative;
  padding: 70px 40px 70px 80px;
}
.p-water__koka__txt__inner:before {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
}
.p-water__koka__txt__1 {
  left: 0;
}
.p-water__koka__txt__1 .p-water__koka__txt__inner:before {
  right: 0;
}
.p-water__koka__txt__2 {
  right: 0;
}
.p-water__koka__txt__2 .p-water__koka__txt__inner:before {
  left: 0;
}
.p-water__koka__txt p {
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.p-water__koka__txt figure {
  position: relative;
  z-index: 2;
}
.p-water__koka__img {
  z-index: 1;
  width: 100vw;
  height: 100%;
  max-height: 535px;
  overflow-y: hidden;
  content: "";
}
.p-water__koka__img picture {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-water__koka__img img {
  width: 100vw;
  max-width: 100vw;
}
.p-water__koka__img__1 picture {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-water__koka__img__2 picture {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-water__koka__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .p-water__koka__inner__1 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .p-water__koka__inner__2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .p-water__koka__midashi {
    width: 300px;
    max-width: 100%;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .p-water__koka__txt {
    position: relative;
    top: auto;
    max-width: 100%;
  }
  .p-water__koka__txt__inner {
    padding: 40px 20px;
  }
  .p-water__koka__txt__1 {
    left: -20px;
    margin: 0px auto;
  }
  .p-water__koka__txt__1 .p-water__koka__txt__inner:before {
    right: 0;
  }
  .p-water__koka__txt__2 {
    right: 0;
  }
  .p-water__koka__txt__2 .p-water__koka__txt__inner:before {
    left: 0;
  }
  .p-water__koka__txt p {
    font-size: 1.8rem;
  }
}
.p-event {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-event__item {
  width: 24.5%;
}
.p-event__item figure {
  display: block;
}
.p-event__item figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-event__item figure figcaption {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 15px;
}
.p-event__item p {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  padding-left: 20px;
}
.p-event__item p span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E03D30;
}

@media screen and (max-width: 767px) {
  .p-event {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-event__item {
    width: 49%;
    margin-bottom: 30px;
  }
  .p-event__item figure figcaption {
    font-size: 1.3rem;
  }
  .p-event__item p {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    padding-left: 10px;
  }
  .p-event__item p span {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: #E03D30;
  }
}
.p-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-youtube iframe {
  width: 100%;
  height: 100%;
}

.p-demikouka {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-demikouka__item {
  width: 31%;
}
.p-demikouka__tit {
  font-size: 5.5rem;
  line-height: 1;
  margin-bottom: 30px;
}
.p-demikouka__tit span {
  display: block;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  font-size: 2.4rem;
  width: 1em;
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 1px solid #333634;
}
.p-demikouka__img {
  text-align: center;
  margin-bottom: 60px;
  height: 250px;
}
.p-demikouka p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-demikouka {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-demikouka__item {
    width: 100%;
    margin-bottom: 45px;
  }
  .p-demikouka__tit {
    font-size: 6.5rem;
  }
  .p-demikouka__tit span {
    font-size: 2.4rem;
    width: 1em;
    margin-bottom: 15px;
  }
  .p-demikouka__img {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
  }
  .p-demikouka p {
    line-height: 2;
  }
}
.p-demiphoto {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-demiphoto figure {
  width: 50%;
}
.p-demiphoto figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-demiphoto {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-demiphoto figure {
    width: 100%;
    padding-bottom: 20px;
  }
}
.p-demi__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-demi__list__item {
  text-align: center;
}
.p-demi__list__item figcaption {
  display: block;
  text-align: center;
  padding-top: 25px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-demi__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-demi__list__item {
    text-align: center;
    width: 48%;
  }
  .p-demi__list__item figcaption {
    padding-top: 20px;
  }
}
.p-reason {
  background: #fff;
  width: 960px;
  max-width: 100%;
  margin: auto;
  padding: 25px 40px;
}
.p-reason__item {
  border-bottom: 1px solid #333634;
  padding: 30px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-reason__item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
.p-reason__txt {
  width: 520px;
  max-width: 60%;
}
.p-reason__tit {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.p-reason__tit span {
  width: 30px;
  height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #333634;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-reason {
    padding: 20px 30px;
  }
  .p-reason__item {
    border-bottom: 1px solid #333634;
    padding: 25px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-reason__txt {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .p-reason__tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-left: 45px;
  }
}
.p-demi__shiyo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-demi__shiyo__img {
  max-width: 35%;
}
.p-demi__shiyo__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-demi__shiyo table {
  width: 680px;
  max-width: 63%;
}
.p-demi__shiyo table tr {
  border-bottom: 1px solid #BFBFBF;
}
.p-demi__shiyo table tr th {
  padding: 20px 20px 20px 50px;
  text-align: left;
  width: 30%;
}
.p-demi__shiyo table tr td {
  padding: 20px 50px 20px 0px;
}
.p-demi__shiyo table ul li {
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .p-demi__shiyo {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-demi__shiyo__img {
    max-width: 80%;
    margin: auto auto 25px auto;
  }
  .p-demi__shiyo table {
    max-width: 100%;
  }
  .p-demi__shiyo table tr {
    border-bottom: 1px solid #BFBFBF;
  }
  .p-demi__shiyo table tr th {
    padding: 20px 10px;
    width: 30%;
  }
  .p-demi__shiyo table tr td {
    padding: 20px 10px;
  }
  .p-demi__shiyo table ul li {
    list-style: disc;
  }
}
.p-mini__miryoku {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
.p-mini__miryoku__item {
  width: 20%;
  padding: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #4D7561;
  border-right: 1px solid #E5E5E5;
}
.p-mini__miryoku__item:nth-last-of-type(1) {
  border-right: 0;
}
.p-mini__miryoku__item span {
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-size: 6rem;
  letter-spacing: -0.02em;
  color: #333634;
}
.p-mini__miryoku__item span:after {
  display: block;
  width: 30px;
  content: "";
  height: 2px;
  background: #333634;
  margin: 15px auto auto auto;
}

@media screen and (max-width: 767px) {
  .p-mini__miryoku {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-mini__miryoku__item {
    width: 100%;
    font-size: 2rem;
    border-bottom: 1px solid #E5E5E5;
    border-right: 0;
  }
  .p-mini__miryoku__item:last-child {
    border-bottom: 0;
  }
  .p-mini__miryoku__item span {
    margin-bottom: 10px;
    font-size: 6rem;
  }
}
.p-cuddle__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-cuddle__list figure, .p-cuddle__list div {
  margin-bottom: 1.5%;
  display: block;
  content: "";
  width: 33%;
}
.p-cuddle__list figure:nth-of-type(3n), .p-cuddle__list div:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-cuddle__list figure, .p-cuddle__list div {
    width: 48%;
    margin-bottom: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-cuddle__list figure:nth-of-type(3n), .p-cuddle__list div:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-qa__list {
  display: block;
  width: 960px;
  max-width: 100%;
  margin: auto auto 100px auto;
  border-bottom: 1px solid #BFBFBF;
}
.p-qa__list__q {
  border-top: 1px solid #BFBFBF;
  padding: 20px 80px 20px 0;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-qa__list__q:before, .p-qa__list__q:after {
  display: block;
  width: 24px;
  height: 2px;
  content: "";
  background: #4D7561;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-qa__list__q:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-qa__list__q.hover {
  background: #EAF4EF;
  padding-left: 20px;
}
.p-qa__list__q.hover:before, .p-qa__list__q.hover:after {
  right: 40px;
}
.p-qa__list__q.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-qa__list__a {
  font-size: 1.4rem;
  padding-bottom: 20px;
  font-weight: 400;
  padding-top: 20px;
  display: none;
}
.u-anker {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  clear: both;
  content: "";
  width: 100%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
#main {
  position: relative;
  margin-top: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-top: 60px;
  }
}
/*-------------------------------
  footer
-------------------------------*/
.p-footer {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f9f9f9;
  padding-bottom: 40px;
}
.p-footer__logo {
  width: 335px;
  max-width: 40%;
  padding-top: 60px;
  padding-right: 30px;
  position: relative;
}
.p-footer__logo img {
  display: block;
}
.p-footer__logo p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-footer__menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 40px 60px;
  width: 560px;
  max-width: 60%;
}
.p-footer__menu__list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-footer__menu__item {
  display: block;
  margin-bottom: 20px;
  width: 50%;
}
.p-footer__menu__item__1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-footer__menu__item__2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-footer__menu__item__3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-footer__menu__item__4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-footer__menu__item__5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.p-footer__menu__item__6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.p-footer__menu__item__7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.p-footer__menu__item__8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.p-footer__menu__item__9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.p-footer__menu__item__10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.p-footer__menu__item__11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.p-footer__menu__item__12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.p-footer__menu__item > a, .p-footer__menu__item > span {
  display: block;
  letter-spacing: 1px;
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
}
.p-footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
  max-width: 96%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.p-footer__copyright {
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  color: #333634;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 30px;
  }
  .p-footer__logo {
    width: 335px;
    max-width: 100%;
    padding-top: 30px;
    padding-right: 0;
    position: relative;
  }
  .p-footer__logo img {
    display: block;
    width: 200px;
    margin: auto;
  }
  .p-footer__logo figcaption {
    text-align: center;
  }
  .p-footer__logo p {
    font-size: 1.4rem;
    text-align: center;
  }
  .p-footer__menu {
    padding: 40px 20px;
    max-width: 100%;
  }
  .p-footer__menu__list {
    width: 100%;
  }
  .p-footer__menu__item {
    margin-bottom: 15px;
  }
  .p-footer__menu__item > a, .p-footer__menu__item > span {
    font-size: 1.4rem;
  }
  .p-footer__copyright {
    font-size: 1.2rem;
  }
}
/*-------------------------------
  -cotnact お問い合わせ
-------------------------------*/
/*TOP*/
.c-cta {
  width: 100%;
  height: 240px;
  background: url("../images/cta_bg.png") 50% 50% no-repeat;
  background-size: 130%;
  position: relative;
  z-index: 2;
}
.c-cta__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  height: 100%;
  padding: 0;
  max-width: calc(100% - 80px);
  margin: auto;
}
.c-cta__inner p {
  margin-right: auto;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.c-cta__inner a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 350px;
  max-width: 50%;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #4D7561;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.c-cta__inner a:after {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background-image: url("../images/ico_mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 20px;
}
.c-cta__inner a:hover {
  background-color: rgba(77, 117, 97, 0.9);
  color: #EAF4EF;
}

@media screen and (max-width: 767px) {
  .c-cta {
    background: url("../images/cta_bg@2x.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .c-cta__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(100% - 40px);
    padding: 30px 0 40px 0;
  }
  .c-cta__inner p {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .c-cta__inner a {
    max-width: 100%;
    height: 60px;
    font-size: 2rem;
  }
}
.c-contactform {
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 100px;
}
.c-contactform table, .c-contactform tbody, .c-contactform tr {
  display: block;
  width: 100%;
  max-width: 100%;
}
.c-contactform th {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.c-contactform th.text__top {
  vertical-align: top;
}
.c-contactform th .hissu {
  background: #333634;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2.5em;
  width: 75px;
  height: 25px;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}
.c-contactform td {
  padding-bottom: 35px;
  width: 800px;
  max-width: 100%;
}
.c-contactform td input[type=text], .c-contactform td input[type=email], .c-contactform td textarea {
  background: #F1F1F1;
  padding: 18px 15px;
  width: 100%;
  display: block;
  font-size: 1.45rem;
}
.c-contactform td input[type=text]:invalid, .c-contactform td input[type=email]:invalid, .c-contactform td textarea:invalid {
  background: rgba(224, 61, 48, 0.2);
}
.c-contactform td select {
  background: #f9f9f9;
  padding: 12px 30px 12px 12px;
}
.c-contactform td select select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}
.c-contactform td .selectbox {
  display: inline-block;
  position: relative;
}
.c-contactform td .selectbox::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #333634;
  content: "";
  position: absolute;
  right: 9px;
  top: 16px;
  width: 0;
}
.c-contactform td .form_privacy {
  overflow: hidden;
  border: 1px solid #333634;
  padding: 5px 10px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.c-contactform td .form_privacy ul {
  overflow-y: scroll;
  height: 230px;
  padding: 7px;
}
.c-contactform td .form_privacy ul li {
  margin-bottom: 10px;
}
.c-contactform td .form_privacy ul::-webkit-scrollbar {
  width: 7px;
}
.c-contactform td .form_privacy ul::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}
.c-contactform td .form_privacy ul::-webkit-scrollbar-thumb {
  background-color: #BFBFBF;
}
.c-contactform .form_check {
  padding-left: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.c-contactform .form_check > label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-contactform .form_check {
    padding-left: 10px;
  }
  .c-contactform .form_check > label {
    padding-left: 50px;
  }
}
.c-contactform .form_check_submit {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-contactform .form_check_submit:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  display: none;
}
.c-contactform .form_check_submit.active:before {
  display: none;
}
.c-contactform .Chkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .c-contactform .Chkbox input {
    display: none;
  }
}
.c-contactform .Chkbox .mwform-checkbox-field {
  margin: 0;
}
.c-contactform .Chkbox-Text::before {
  position: absolute;
  left: 0;
  display: block;
  border: 1px solid #333634;
  content: "";
  width: 26px;
  height: 26px;
}
.c-contactform .Chkbox-Input + .Chkbox-Text::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  content: "";
  background: #4D7561;
  width: 16px;
  opacity: 0;
  height: 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.c-contactform .Chkbox-Input:checked + .Chkbox-Text::after {
  opacity: 1;
}
.c-contactform .submit__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 260px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 70px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  background: #f9f9f9;
  margin-right: 55px;
  border: 1px solid #f9f9f9;
}
.c-contactform .submit__btn input {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: 700;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.c-contactform .submit__btn span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.c-contactform .submit__btn.active {
  background: #4D7561;
  border: 1px solid #4D7561;
}
.c-contactform .submit__btn.active span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.c-contactform .submit__btn.active:hover {
  border: 1px solid #333634;
  color: #333634;
  background: #fff;
}
.c-contactform .submit__btn.active:hover input {
  color: #333634;
}

.error_messe {
  color: #E03D30 !important;
}

.c-nolink {
  pointer-events: none !important;
}

.p-thanks__tel {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-thanks__tel {
    pointer-events: auto;
  }
}