@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
/*
@function rem($px) {
	@return 100vw * $px / $pcWidth;
}
  */
#mv {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  #mv {
    overflow: hidden;
    padding-bottom: 0.4rem;
  }
}
#mv .inner-l {
  display: flex;
  position: relative;
  align-items: center;
}
#mv .inner-l .txt-area {
  width: 5.5rem;
  position: relative;
  z-index: 1;
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area {
    width: 100%;
    padding-top: 0;
  }
}
#mv .inner-l .txt-area h1 {
  font-size: 0.56rem;
  line-height: 1.2;
  color: #46382d;
  border-bottom: 1px solid #c8c8c8;
  letter-spacing: 0.08em;
  padding-bottom: 0.16rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area h1 {
    font-size: 0.35rem;
  }
}
#mv .inner-l .txt-area > .txt {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  line-height: 1.2;
  color: #00a1e9;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area > .txt {
    font-size: 0.18rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
  }
}
#mv .inner-l .txt-area > .txt:before {
  content: "";
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  background-image: url("../images/top/icon-heart.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mv .inner-l .txt-area .feature {
  display: flex;
  gap: 0.16rem;
  margin-top: 0.24rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .feature {
    margin-top: 3.24rem;
  }
}
#mv .inner-l .txt-area .feature li {
  width: 1.48rem;
  height: 1.48rem;
  background: #7dccef;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(11, 133, 188, 0.5);
  box-shadow: 5px 5px 10px rgba(11, 133, 188, 0.2);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .feature li {
    width: 1.05rem;
    height: 1.05rem;
    font-size: 0.12rem;
    line-height: 1.2;
  }
}
#mv .inner-l .txt-area .feature li img {
  filter: drop-shadow(0 0 10px rgba(11, 133, 188, 0.5));
  width: 0.6rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .feature li img {
    width: 0.32rem;
  }
}
#mv .inner-l .txt-area .mv-tel {
  margin: 0.24rem auto 0;
  gap: 0.208rem;
  padding: 0.026rem 0.26rem 0.078rem 0.208rem;
  border-radius: 0.65rem;
  border: 0.04rem #6eb92c solid;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .mv-tel {
    padding: 0.052rem 0.13rem 0.078rem 0.104rem;
  }
}
#mv .inner-l .txt-area .mv-tel figure {
  width: 0.442rem;
  height: 0.442rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .mv-tel figure {
    width: 0.39rem;
    height: 0.39rem;
  }
}
#mv .inner-l .txt-area .mv-tel div {
  font-weight: 700;
}
#mv .inner-l .txt-area .mv-tel div .num {
  font-size: 0.416rem;
  line-height: 1;
  letter-spacing: 0.0312em;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .mv-tel div .num {
    font-size: 0.208rem;
  }
}
#mv .inner-l .txt-area .mv-tel div .txt {
  font-size: 0.156rem;
  line-height: 1;
  margin-top: 0.052rem;
  letter-spacing: 0.078em;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .txt-area .mv-tel div .txt {
    font-size: 0.13rem;
  }
}
#mv .inner-l .mv-news {
  width: 160%;
  height: 0.8rem;
  background: #e8f9ff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
  color: #46382d;
  padding: 0 0.4rem;
  margin-top: 0.4rem;
  margin-right: -20%;
  margin-left: -40%;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .mv-news {
    width: 100%;
    height: auto;
    padding: 0.08rem 0.2rem;
    margin-right: 0;
    margin-left: 0;
    gap: 0.16rem;
  }
}
#mv .inner-l .mv-news h2 {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .mv-news h2 {
    font-size: 0.24rem;
  }
}
#mv .inner-l .mv-news dl div {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  width: 4.75rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .mv-news dl div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: initial;
    min-height: 0.65rem;
    gap: 0;
    align-items: flex-start;
  }
}
#mv .inner-l .mv-news dl div dt {
  font-size: 0.16rem;
}
@media screen and (max-width: 768px) {
  #mv .inner-l .mv-news dl div dt {
    font-size: 0.14rem;
  }
}
#mv .inner-l .mv-news dl div dd {
  font-size: 0.14rem;
  line-height: 1.2;
}
#mv .inner-l .mv-news dl div .no-article {
  line-height: 1.5;
  font-size: 0.14rem;
}
#mv .inner-l .img-area {
  position: absolute;
  right: -1rem;
  width: 8.36rem;
}
@media (max-width: 1340px) {
  #mv .inner-l .img-area {
    width: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  #mv .inner-l .img-area {
    width: 4.3rem;
    bottom: 2.5rem;
    right: -0.27rem;
  }
}

#index {
  background: rgba(203, 232, 95, 0.2);
  margin-top: 1rem;
  padding: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  #index {
    margin-top: -0.8rem;
    padding-top: 0.8rem;
  }
}
#index .inner-l {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #index .inner-l {
    flex-direction: column-reverse;
    gap: 0.4rem;
  }
}
#index .inner-l .img-area {
  width: 5.1851851852rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #index .inner-l .img-area {
    width: 100%;
  }
}
#index .inner-l .img-area:after {
  content: "";
  display: inline-block;
  width: 0.9407407407rem;
  height: 1.2296296296rem;
  position: absolute;
  right: -0.7rem;
  top: -0.5rem;
  z-index: 1;
  background-image: url("../images/top/obj-line.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #index .inner-l .img-area:after {
    content: none;
  }
}
#index .inner-l figure {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
#index .inner-l .txt {
  font-size: 0.3rem;
  color: #46382d;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #index .inner-l .txt {
    font-size: 0.18rem;
  }
}

#about {
  padding: 0.8rem 0 1.2rem;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 0.6rem 0 0.8rem;
  }
}
#about h2 {
  text-align: center;
  font-size: 0.32rem;
  color: #6eb92c;
}
@media screen and (max-width: 768px) {
  #about h2 {
    font-size: 0.24rem;
  }
}
#about .message {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.24rem;
}
@media screen and (max-width: 768px) {
  #about .message {
    font-size: 0.16rem;
    margin-top: 0.16rem;
  }
}
#about .point-list {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  #about .point-list {
    flex-direction: column;
    gap: 0.4rem;
  }
}
#about .point-list li {
  width: 2.16rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .point-list li {
    width: 100%;
  }
}
#about .point-list li figure {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#about .point-list li span {
  font-size: 0.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #6eb92c;
  position: absolute;
  top: 0rem;
  left: -0.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #about .point-list li span {
    left: 0.5rem;
  }
}
#about .point-list li figcaption {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  #about .point-list li figcaption {
    font-size: 0.16rem;
  }
}

#recommend {
  background: #e8f9ff;
  padding: 0.6rem 0.4rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #recommend {
    padding: 0.4rem 0.16rem 0.6rem;
  }
}
#recommend .inner {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.4rem 0.8rem;
  max-width: 10.8rem;
}
@media screen and (max-width: 768px) {
  #recommend .inner {
    padding: 0.32rem 0.2rem;
  }
}
#recommend .inner h2 {
  font-size: 0.32rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recommend .inner h2 {
    font-size: 0.24rem;
  }
}
#recommend .inner .rec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 0;
  margin-top: 0.24rem;
}
#recommend .inner .rec-list li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.16rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recommend .inner .rec-list li {
    width: 100%;
    align-items: flex-start;
    gap: 0.04rem;
  }
}
#recommend .inner .rec-list li:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../images/top/icon-check.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #recommend .inner .rec-list li:before {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.08rem;
  }
}
#recommend .inner .rec-list li span {
  padding-bottom: 0.02rem;
}
@media screen and (max-width: 768px) {
  #recommend .inner .rec-list li span {
    width: calc(100% - 0.24rem);
  }
}

#service {
  background: #e8f9ff;
  padding: 0rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 0 0 0.6rem;
  }
}
#service .inner h2 {
  font-size: 0.32rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service .inner h2 {
    font-size: 0.24rem;
  }
}
#service .inner .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: 0.24rem;
}
#service .inner .service-list li {
  width: calc((100% - 0.24rem) / 2);
  background: #fff;
  border-radius: 0.16rem;
  border: 0.02rem solid #6eb92c;
  padding: 0.24rem;
  box-shadow: 0 0 0.1rem rgba(130, 222, 255, 0.3);
}
@media screen and (max-width: 768px) {
  #service .inner .service-list li {
    width: 100%;
  }
}
#service .inner .service-list li h3 {
  font-size: 0.24rem;
  text-align: center;
  color: #6eb92c;
  line-height: 1;
}
#service .inner .service-list li div {
  display: flex;
  gap: 0.16rem;
  margin-top: 0.24rem;
}
@media screen and (max-width: 768px) {
  #service .inner .service-list li div {
    flex-direction: column;
    gap: 0.08rem;
  }
}
#service .inner .service-list li div figure {
  width: 2rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #service .inner .service-list li div figure {
    width: 100%;
  }
}
#service .inner .service-list li div p {
  width: calc(100% - 2rem - 0.16rem);
  font-size: 0.16rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #service .inner .service-list li div p {
    width: 100%;
  }
}

#contents {
  padding: 0.6rem 0;
}
#contents .contents-list {
  display: flex;
  gap: 0.24rem;
}
@media screen and (max-width: 768px) {
  #contents .contents-list {
    flex-wrap: wrap;
    gap: 0.16rem;
  }
}
#contents .contents-list li {
  width: calc((100% - 0.72rem) / 4);
  background: #fff;
  border-radius: 0.08rem;
  border: 0.02rem solid #00a1e9;
  padding: 0.24rem;
  box-shadow: 0 0 0.1rem rgba(0, 161, 233, 0.3);
}
@media screen and (max-width: 768px) {
  #contents .contents-list li {
    width: calc((100% - 0.16rem) / 2);
  }
}
#contents .contents-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
}
#contents .contents-list li a:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.05rem;
  transform: skew(45deg);
  border-bottom: 2px solid #00a1e9;
  border-right: 2px solid #00a1e9;
  transition: linear 0.3s;
}
#contents .contents-list li a:hover:after {
  margin-left: 0.1rem;
}
#contents .contents-list li figure {
  width: 1rem;
  height: 1rem;
  background: #00a1e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .contents-list li h3 {
  font-size: 0.18rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */