@charset "utf-8";

body {
  margin-inline: auto;
  line-height: 1.4;
  letter-spacing: 0.5;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

a {
  display: inline-block;
}

.sec-container {
  width: 100%;
  text-align: center;
}

.sec-width {
  max-width: 750px;
  margin-inline: auto;
}

/* ここまで共通 */
.fv-img {
  width: 100%;
  aspect-ratio: 1440 / 750;
}

.fv-inner {
  position: relative;
}

.fv-cta {
  position: absolute;
  bottom: 5%;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(20 / 1440 * 100vw, 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.line-btn,
.tel-btn {
  width: min(368 / 1440 * 100vw, 600px);
}

@media (max-width: 767px) {
  .fv-img {
    width: 100%;
    aspect-ratio: 750 / 1133;
  }

  .fv-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 3%;
  }

  .line-btn,
  .tel-btn {
    width: min(368 / 768 * 100vw, 368px);
  }
}

.line-btn:hover,
.tel-btn:hover,
.line-followBtn:hover,
.tel-followBtn:hover {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0.5;
}

.line-followBtn,
.tel-followBtn {
  width: min(505 / 768 * 100vw, 505px);
}

.follow-btn {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  /* padding: 10px 0; */
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.follow-btn.is-show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .follow-btn a {}

  .line-followBtn,
  .tel-followBtn {
    width: min(300 / 375 * 100vw, 400px);
  }
}

/* about */
.about {
  background-color: #E9F0EA;
}

.about-img {
  width: 100%;
  aspect-ratio: 750 / 1314;
}

/* voice */
.voice {
  background-color: #FFFAF8;
}

.voice-img {
  width: 100%;
  aspect-ratio: 750 / 2130;
}

/* reason */
.reason {
  background-color: #E9F0EA;
}

.reason-img {
  width: 100%;
  aspect-ratio: 750 / 1810;
}

/* present */
.present {
  background-color: #FFFAF8;
}

.present-img {
  width: 100%;
  aspect-ratio: 750 / 1135;
}

/* flow */
.flow {
  background-color: #E9F0EA;
}

.flow-img {
  width: 100%;
  aspect-ratio: 750 / 2173;
}

/* qa */
.qa {
  background-color: #ffffff;
}

.qa-img {
  width: 100%;
  aspect-ratio: 750 / 2464;
}

/* access */
.access {
  background-color: #E9F0EA;
}

.access-img {
  width: 100%;
  aspect-ratio: 750 / 1939;
}

.access-inner {
  position: relative;
}

.access-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.access-lineBtn,
.access-telBtn {
  width: min(460 / 768 * 100vw, 460px);
}

.hp-link {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: min(18 / 375 * 100vw, 36px);
  font-weight: bold;
  color: #424242;
}

.hp-link a {
  text-decoration: underline;
}

.map {
  position: absolute;
  top: 69.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  aspect-ratio: 690 / 440;
  /* padding: 20px; */
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}

.map-link {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: underline;
  font-size: min(14 / 375 * 100vw, 28px);
}
.map-link a{
color: #1E8D2E;
font-weight: 500;
}
/* footer */
.footer {
  padding: 20px 40px;
  background-color: #1E8D2E;
}

.footer-copylight {
  color: #ffffff;
  font-size: min(14 / 375 * 100vw, 28px);
  letter-spacing: 5%;
}