@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #00a599;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice .contents {
  width: min(100% - 20px, 1100px);
  margin: 0 auto;
  display: flex;
  gap: 30px 8.5454545455%;
  flex-wrap: wrap;
}
#voice .contents .block {
  width: 27.6363636364%;
}
#voice .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#voice .contents .block a:hover {
  opacity: 0.6;
}
#voice .contents .block .image {
  aspect-ratio: 277/380;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 13.5px 32px;
  position: relative;
}
#voice .contents .block .image img {
  max-width: 70%;
  max-height: 70%;
}
#voice .contents .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 8px solid #99c681;
  background-color: #fff;
  z-index: -1;
  border-radius: 130px;
}
#voice .contents .block .image .bgs .bd {
  position: absolute;
  width: 11px;
  height: 134%;
  transform: rotate(43.5deg);
  background-color: #99c681;
  z-index: -2;
  border-radius: 50%/5.5px;
}
#voice .contents .block .image .bgs .bd:first-child {
  top: -21.5789473684%;
  left: 40.0722021661%;
}
#voice .contents .block .image .bgs .bd:last-child {
  top: -15.7894736842%;
  left: 46.9314079422%;
}
#voice .contents .block .title {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #6bac5a;
  text-align: center;
  margin-bottom: 13px;
}
#voice .contents .block .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.8888888889;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 999px) {
  #voice .contents .block .image {
    margin-bottom: 20px;
  }
  #voice .contents .block .title {
    font-size: 28px;
  }
  #voice .contents .block .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #voice .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #voice .contents .block {
    width: 47%;
  }
  #voice .contents .block .image {
    margin-bottom: 10px;
  }
  #voice .contents .block .image::before {
    border-width: 5px;
  }
  #voice .contents .block .image .bgs .bd {
    width: 5px;
  }
  #voice .contents .block .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  #voice .contents .block .text {
    font-size: 14px;
  }
}

#voice-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
#voice-popup.is-open {
  display: block;
}
#voice-popup .contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px 0;
}
#voice-popup .contents .block {
  position: relative;
  display: flex;
  max-width: 1100px;
  background-color: #fff;
  border: 5px solid #99c681;
  padding: 20px;
  margin: auto 10px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  border-radius: 65px;
  width: -moz-fit-content;
  width: fit-content;
}
#voice-popup .contents .block .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: initial;
  margin-right: 1.8181818182%;
  width: 18.1818181818%;
  aspect-ratio: initial;
}
#voice-popup .contents .block .image::before {
  display: none;
}
#voice-popup .contents .block .image .bgs {
  display: none;
}
#voice-popup .contents .block .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: initial;
  max-height: initial;
}
#voice-popup .contents .block .txtbox {
  width: 80%;
}
#voice-popup .contents .block .txtbox .title {
  padding-left: 20px;
  border-left: 4px solid #99c681;
  color: #99c681;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  font-family: unset;
}
#voice-popup .contents .block .txtbox .text {
  font-size: unset;
  line-height: unset;
  display: unset;
}
#voice-popup .popup-close {
  position: absolute;
  transition: all 0.5s ease-out;
}
#voice-popup .popup-close:hover {
  opacity: 0.6;
}
#voice-popup .popup-close {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #99c681;
  border-radius: 50%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#voice-popup .popup-close::before {
  content: "";
  background-color: #fff;
  width: 36px;
  height: 36px;
  clip-path: polygon(10% 0%, 0% 10%, 40% 50%, 0% 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0%, 50% 40%);
}
@media (max-width: 1150px) {
  #voice-popup .popup-close {
    transform: translate(15px, -20px);
  }
}
@media (max-width: 767px) {
  #voice-popup .popup-close {
    width: 40px;
    height: 40px;
  }
  #voice-popup .popup-close::before {
    width: 24px;
    height: 24px;
  }
  #voice-popup .contents .block {
    padding: 10px 10px 30px;
    flex-direction: column;
  }
  #voice-popup .contents .block .image {
    margin-right: initial;
    margin-bottom: 20px;
    width: 100%;
  }
  #voice-popup .contents .block .image img {
    max-width: 200px;
  }
  #voice-popup .contents .block .txtbox {
    width: 100%;
  }
  #voice-popup .contents .block .txtbox .title {
    padding-left: 10px;
    border-left-width: 3px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* ----------------------------------------------
info
------------------------------------------------- */
#information {
  margin-bottom: 108px;
}
#information .contents article {
  padding-left: 15px;
  padding-right: 10px;
}
#information .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .contents article a:hover {
  opacity: 0.6;
}
#information .contents article time {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #231815;
  margin-bottom: 7px;
}
#information .contents article .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
#information .contents article:not(:last-child) {
  padding-bottom: 42px;
  border-bottom: 1px solid #000;
  margin-bottom: 17px;
}
@media (max-width: 999px) {
  #information {
    margin-bottom: 90px;
  }
  #information .contents article time {
    font-size: 12px;
    margin-bottom: 0;
  }
  #information .contents article .title {
    font-size: 14px;
  }
  #information .contents article:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #information {
    margin-bottom: 80px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
@keyframes m_fixed {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}
@keyframes remove {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  99.9% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  z-index: 2;
  padding-left: 1.75%;
}
#header .top.remove {
  animation: remove 1s forwards;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
  animation: m_fixed 1s forwards;
}
#header .logo {
  max-width: 201px;
  margin-top: 22px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav > ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 33px;
}
#header #gnav > ul > li {
  position: relative;
}
#header #gnav > ul > li a, #header #gnav > ul > li p {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
#header #gnav > ul > li:not(.btn) a, #header #gnav > ul > li:not(.btn) p {
  display: block;
  padding: 10px 0;
}
#header #gnav > ul > li.btn {
  margin-left: -4px;
}
#header #gnav > ul > li.btn a, #header #gnav > ul > li.btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 225px;
  height: 97px;
  font-variation-settings: "wght" 500;
  font-size: 20.15px;
  color: #fff;
}
#header #gnav > ul > li.contact a, #header #gnav > ul > li.contact p {
  background-color: #99c681;
}
#header #gnav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding-top: 20px;
  background: transparent;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: all 0.5s ease-out;
}
#header #gnav > ul > li > ul > li:not(.btn) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: all 0.4s ease-out;
}
#header #gnav > ul > li > ul > li:not(.btn) a, #header #gnav > ul > li > ul > li:not(.btn) p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
}
#header #gnav > ul > li > ul > li:not(.btn) a:hover, #header #gnav > ul > li > ul > li:not(.btn) p:hover {
  opacity: 0.6;
}
#header #gnav > ul > li > ul > li:not(.btn) a, #header #gnav > ul > li > ul > li:not(.btn) p {
  background-color: #99c681;
  color: #fff;
  padding: 0 17px;
  font-size: 16px;
  border-radius: 35px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#header #gnav > ul > li > ul > li:not(:last-child) {
  margin-bottom: 2px;
}
#header #gnav > ul > li:hover > ul {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 999px) {
  #header .top {
    padding-left: 10px;
  }
  #header #gnav > ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav > ul > li a, #header #gnav > ul > li p {
    font-size: 16px;
  }
  #header #gnav > ul > li.btn {
    margin-left: 0;
  }
  #header #gnav > ul > li.btn a, #header #gnav > ul > li.btn p {
    min-width: 190px;
    height: 70px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-right: 70px;
  }
  #header #gnav > ul > li a, #header #gnav > ul > li p {
    color: #fff;
  }
  #header #gnav > ul > li.btn a, #header #gnav > ul > li.btn p {
    width: unset;
    height: unset;
    justify-content: start;
  }
  #header #gnav > ul > li.contact a, #header #gnav > ul > li.contact p {
    background-color: unset;
  }
  #header #gnav > ul > li > ul {
    display: block;
    opacity: 1;
    position: relative;
    padding: 0;
    max-height: unset;
    width: 100%;
  }
  #header #gnav > ul > li > ul > li:not(.btn) {
    border-bottom: 0px;
    height: 40px;
  }
  #header #gnav > ul > li > ul > li:not(.btn) a, #header #gnav > ul > li > ul > li:not(.btn) p {
    background-color: unset;
    border-bottom: 1px solid #ffffff;
    border-radius: unset;
    padding-left: unset;
    padding-top: 5px;
  }
  #header #gnav > ul > li > ul > li:not(.btn) a::before, #header #gnav > ul > li > ul > li:not(.btn) p::before {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: linear-gradient(90deg, #94ca83 0%, #c8e2b2 100%);
  padding: 61px 0 30px 9.625%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 30px;
}
#footer .inner .left {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px 36px;
  margin-top: 78px;
  margin-bottom: 20px;
}
#footer .inner .left .logo {
  max-width: 427px;
}
#footer .inner .right {
  margin-left: auto;
}
#footer .inner .right .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 55px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 -10px 10px;
}
#footer .inner .right .title small {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.101em;
  color: #6bac5a;
  margin-bottom: 15px;
}
#footer .inner .right #fnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 84px;
  background-color: #fff;
  padding: 27px 148px 30px 80px;
}
#footer .inner .right #fnav > ul > li a, #footer .inner .right #fnav > ul > li p {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0.101em;
  color: #6bac5a;
}
#footer .inner .right #fnav > ul > li > ul > li {
  line-height: 1.8;
}
#footer .inner .right #fnav > ul > li > ul > li::before {
  content: "・";
  font-size: 18px;
  color: #6bac5a;
}
#footer .inner .right #fnav > ul > li > ul > li a, #footer .inner .right #fnav > ul > li > ul > li p {
  transition: all 0.5s ease-out;
}
#footer .inner .right #fnav > ul > li > ul > li a:hover, #footer .inner .right #fnav > ul > li > ul > li p:hover {
  opacity: 0.6;
}
#footer .inner .right #fnav > ul > li > ul > li a, #footer .inner .right #fnav > ul > li > ul > li p {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #6bac5a;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-align: end;
  padding: 0 3.5625% 0 10px;
}
@media (max-width: 1300px) {
  #footer {
    padding-left: 10px;
  }
  #footer .inner .right #fnav {
    padding: 20px 30px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 50px 0 50px 10px;
  }
  #footer .inner .left {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-top: 40px;
  }
  #footer .inner .left .logo {
    max-width: 250px;
  }
  #footer .inner .right .title {
    font-size: 40px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #footer .inner .right .title small {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #footer .inner .right #fnav {
    padding: 15px 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #footer .inner .right #fnav > ul > li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 10px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .inner .left {
    margin-top: 0;
    margin-bottom: 0;
  }
  #footer .inner .left .logo {
    max-width: 230px;
  }
  #footer .inner .left .insta {
    width: 40px;
  }
  #footer .inner .right {
    margin-left: unset;
  }
  #footer .inner .right .title {
    font-size: 30px;
  }
  #footer .inner .right .title small {
    font-size: 14px;
  }
  #footer .inner .right #fnav {
    padding: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .inner .right #fnav > ul > li a {
    font-size: 14px;
  }
  #footer .inner .right #fnav > ul > li > ul > li {
    line-height: 1.6;
  }
  #footer .inner .right #fnav > ul > li > ul > li a {
    font-size: 12px;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */