@charset "UTF-8";
@font-face {
  font-family: "hare";
  src: url(../font/hare.otf) format("opentype");
}
/*---------------------------------------------
    common
---------------------------------------------*/
h2 {
  color: #00A95C;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 2.4rem;
  }
}
h2 span {
  display: block;
  font-size: 1.2rem;
}

.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  position: relative;
}
.mv .cover {
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.mv .cover p {
  bottom: 120px;
  left: 3%;
  position: absolute;
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .mv .cover p {
    bottom: 130px;
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mv .img {
    display: none;
  }
}
.mv .img img {
  width: 100%;
}
.mv header {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .mv header {
    top: 30px;
  }
}

/*---------------------------------------------
    greeting
---------------------------------------------*/
.greeting {
  margin-bottom: 40px;
  margin-top: -30px;
  padding-top: 30px;
  position: relative;
}
.greeting h2::before {
  background: url(../images/common/icon_flower_01.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 20px;
}
.greeting .inner {
  margin: 0 auto;
  width: 90%;
}
.greeting .inner .text {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .greeting .inner .text {
    font-size: 1.4rem;
  }
}
.greeting .inner dl {
  display: flex;
}
.greeting .inner dl dt {
  align-items: center;
  background: url(../images/index/bg_greeting.png) no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 38%;
  writing-mode: vertical-rl;
}
.greeting .inner dl dt span.position {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
.greeting .inner dl dt span.name {
  display: block;
  font-size: 2.1rem;
  line-height: 1.4;
}
.greeting .inner dl dt span.en {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  transform: rotate(180deg);
}
.greeting .inner dl dd {
  width: 62%;
}
.greeting .inner dl dd img {
  display: block;
}

/*---------------------------------------------
    about
---------------------------------------------*/
.about {
  background-position: top 100px;
  background-size: 80px;
  margin-bottom: 60px;
  padding-top: 20px;
  position: relative;
}
.about::before {
  background: url(../images/common/icon_bird.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 76px;
  position: absolute;
  right: 5%;
  top: 0;
  width: 80px;
}
@media screen and (max-width: 500px) {
  .about::before {
    height: 48px;
    width: 50px;
  }
}
.about h2::before {
  background: url(../images/common/icon_flower_02.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 20px;
}
.about .inner {
  margin: 0 auto;
  width: 90%;
}
.about .inner .text {
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .about .inner .text {
    font-size: 1.4rem;
  }
}
.about .inner dl {
  display: flex;
  flex-direction: row-reverse;
}
.about .inner dl dt {
  align-items: center;
  background: url(../images/index/bg_about.png) no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 38%;
}
.about .inner dl dt span.title {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 500px) {
  .about .inner dl dt span.title {
    font-size: 1.8rem;
  }
}
.about .inner dl dt span.address {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .about .inner dl dt span.address {
    font-size: 1.2rem;
  }
}
.about .inner dl dt span.detail {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .about .inner dl dt span.detail {
    font-size: 1.2rem;
  }
}
.about .inner dl dt span.detail::after {
  background: url(../images/common/icon_arrow.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
@media screen and (max-width: 500px) {
  .about .inner dl dt span.detail::after {
    height: 20px;
    width: 20px;
  }
}
.about .inner dl dd {
  width: 62%;
}
.about .inner dl dd img {
  display: block;
}

/*---------------------------------------------
    news
---------------------------------------------*/
.news {
  background: #EBF5F0;
  margin-bottom: 32px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.news h2::before {
  background: url(../images/common/icon_leaf.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 20px;
}
.news .inner {
  color: #00A95C;
  margin: 0 auto;
  width: 90%;
}
.news .inner .text {
  font-size: 1.7rem;
}
@media screen and (max-width: 500px) {
  .news .inner .text {
    font-size: 1.4rem;
  }
}
.news .inner .insta {
  margin: 28px auto 0;
  width: 90%;
}

/*---------------------------------------------
    faq
---------------------------------------------*/
.faq {
  margin-bottom: 60px;
  position: relative;
}
.faq::before {
  background: url(../images/common/icon_wood.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 90px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 120px;
}
@media screen and (max-width: 500px) {
  .faq::before {
    height: 65px;
    width: 80px;
  }
}
.faq h2::before {
  background: url(../images/common/icon_flower_03.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  left: -8px;
  position: relative;
  top: 2px;
  width: 20px;
}
.faq .inner {
  margin: 0 auto;
  width: 90%;
}
.faq .inner .text {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .faq .inner .text {
    font-size: 1.4rem;
  }
}
.faq .inner .box {
  border: #000 solid 1px;
  border: #fff solid 1px;
  border-radius: 14px;
  box-shadow: 3px 3px 15px -10px #888;
  margin-bottom: 20px;
  padding: 14px 30px;
}
.faq .inner .box dl {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 50px;
  padding-right: 30px;
}
.faq .inner .box dl dt {
  align-content: center;
  height: 54px;
  margin-bottom: 10px;
  position: relative;
}
.faq .inner .box dl dt::before {
  border: #00A95C solid 2px;
  border-radius: 50%;
  color: #00A95C;
  content: "Q";
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 50px;
  left: -64px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.faq .inner .box dl dt::after {
  background: url(../images/common/icon_plus.png) no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 16px;
  width: 20px;
}
.faq .inner .box dl dt.open::after {
  background: url(../images/common/icon_minus.png) no-repeat;
  background-size: contain;
  top: 24px;
}
.faq .inner .box dl dd {
  color: #00A95C;
  display: none;
  padding-top: 6px;
  position: relative;
}
.faq .inner .box dl dd::before {
  background: #00A95C;
  border: #00A95C solid 2px;
  border-radius: 50%;
  color: #fff;
  content: "A";
  display: block;
  font-size: 2rem;
  height: 50px;
  left: -64px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

/*---------------------------------------------
    loading
---------------------------------------------*/
#loading {
  background: #fff;
  color: #fff;
  height: 100%;
  /*fixedで全面に固定*/
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000000000000000000000000;
}

#loading02 {
  background: #fff;
  color: #fff;
  height: 100vh;
  /*fixedで全面に固定*/
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000000000000000000000000000000;
}

/* Loading画像中央配置 */
#loading-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#loading-logo img {
  width: 500px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}