@charset "UTF-8";
body {
  scroll-behavior: smooth;
}

.page-top-img {
  padding-top: 136px;
}

@media screen and (max-width: 1200px) {
  .page-top-img {
    padding-top: 112px;
  }
}

.fv-bg {
  width: 100%;
  aspect-ratio: 36 / 19;
  position: relative;
}

@media screen and (max-width: 900px) {
  .fv-bg {
    aspect-ratio: 125 / 101;
  }
}

.fv-bg .fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.fv-bg .fv-img.pc {
  display: block;
}

.fv-bg .fv-img.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .fv-bg .fv-img.pc {
    display: none;
  }
  .fv-bg .fv-img.sp {
    display: block;
  }
}

.fv-bg .page-top-onimg {
  margin-top: 100px;
  width: 482px;
}

@media screen and (max-width: 900px) {
  .fv-bg .page-top-onimg {
    width: 62%;
    margin-top: 6%;
  }
  .fv-bg .fv-img-pc {
    display: none;
  }
  .fv-bg .sp-content {
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
  }
  .fv-bg .sp-content img {
    width: 100%;
  }
  .fv-bg .sp-content .index-img-on-sp-text-list {
    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;
    bottom: -18px;
    left: 16px;
    gap: 8px;
  }
  .fv-bg .sp-content .index-img-on-sp-text {
    padding: 4px 14px;
    background-color: #fff;
  }
}

.index-img {
  width: 100%;
}

.page-top-info {
  display: block;
  border-radius: 24px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  text-decoration: none;
  color: #111111;
}

.page-top-info.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .page-top-info.pc {
    display: none;
  }
  .page-top-info.sp {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 32px auto 52px;
  }
}

.page-top-info .link-wrapper {
  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: relative;
  padding-top: 36px;
  padding-left: clamp(24px, calc(1.5rem + ((1vw - 9px) * 18.6667)), 80px);
  padding-right: clamp(24px, calc(1.5rem + ((1vw - 9px) * 18.6667)), 80px);
  padding-bottom: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .page-top-info .link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
}

.page-top-info .link-wrapper .detail-news-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 13px;
}

.page-top-info .link-wrapper .detail-news-arrow span {
  color: #c1d72e;
  font-size: 12px;
}

.page-top-info .link-wrapper .detail-news-arrow img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 900px) {
  .page-top-info .link-wrapper .detail-news-arrow {
    top: -2px;
    right: 0;
    bottom: initial;
  }

  .page-top-info .link-wrapper .detail-news-arrow img {
    width: 16px;
    height: 16px;
  }
}

.page-top-info h5 {
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .page-top-info h5 {
    font-size: 13px;
  }
}

.page-top-title-img-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(32px, calc(2rem + ((1vw - 9px) * 7.2)), 68px);
  overflow: hidden;
  margin-top: clamp(80px, calc(5rem + ((1vw - 10.24px) * 5.3191)), 100px);
  margin-left: clamp(40px, calc(2.5rem + ((1vw - 10.24px) * 26.5957)), 140px);
  margin-bottom: clamp(
    120px,
    calc(7.5rem + ((1vw - 10.24px) * 15.9574)),
    180px
  );
}

@media screen and (max-width: 900px) {
  .page-top-title-img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 600px) {
  .page-top-title-img-list {
    gap: 4px;
    width: 100%;
    padding: 0 16px;
    margin: 0;
    margin-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.page-top-info-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  border-left: 2px solid #e7e7e7;
  padding-left: 50px;
  margin-left: 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 900px) {
  .page-top-info-text-list {
    width: 100%;
    border-left: none;
    padding: 0;
    margin: 0;
    margin-top: 4px;
  }
}

.page-top-info-text-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-top-info-text-list span {
  color: #888888;
  margin-right: 18px;
}

@media screen and (max-width: 900px) {
  .page-top-info-text-list span {
    margin-right: 8px;
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  .page-top-info-text-list span {
    margin-right: 0;
    display: block;
  }
}

.page-top-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 600px) {
  .page-top-title-list {
    margin-bottom: 90px;
  }
}

.page-top-title {
  text-align: left;
  margin: 22px 0px 28px;
}

.page-top-sub-title {
  text-align: left;
  color: #8cba71;
}

.page-top-detail-btn {
  margin-top: 48px;
}

@media screen and (max-width: 900px) {
  .page-top-detail-btn {
    margin-top: 32px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.page-top-text {
  text-align: left;
}

.top-img-wrap {
  margin-right: -72px;
}

@media screen and (max-width: 900px) {
  .top-img-wrap {
    margin-right: 0;
  }
}

.top-img-wrap .top-img {
  width: clamp(500px, calc(31.25rem + ((1vw - 9.01px) * 66.8896)), 700px);
}

@media screen and (max-width: 900px) {
  .top-img-wrap .top-img {
    width: 100%;
  }
}

.top-img-wrap .top-img img {
  width: 100%;
}

.service-info-list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 100px;
}

.page-top-center-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 110px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .page-top-center-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 90px;
  }
}

.page-top-center-menu {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 20px);
  padding: 32px 32px 48px;
  border: 4px solid #c1d72e;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .page-top-center-menu {
    padding: 24px 24px 32px;
  }
}

@media screen and (max-width: 600px) {
  .page-top-center-menu {
    padding: 16px 16px 24px;
    width: 100%;
  }
}

.page-top-center-menu-img {
  width: 100%;
  gap: 0px;
  border-radius: 14px;
  opacity: 0px;
}

.page-top-center-menu-on-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #ffffff;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  .page-top-center-menu-on-img {
    margin-top: 20px;
  }
}

.page-top-center-menu-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-top-center-menu-content .v-stack {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .page-top-center-menu-content br {
    display: none;
  }
}

.page-top-center-menu-overlap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 56px 0;
  border-radius: 12px;
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
}

.page-top-center-menu-icon-img {
  width: 36px;
  height: auto;
}

.service-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding-left: clamp(40px, calc(2.5rem + ((1vw - 6px) * 10.6667)), 104px);
  padding-right: clamp(24px, calc(1.5rem + ((1vw - 9px) * 8.6667)), 50px);
  width: 100%;
  border-radius: 14px;
  border: 4px solid #c1d72e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .service-area-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 600px) {
  .service-area-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 28px 20px;
  }
  .service-area-list h4 {
    text-align: center;
  }
}

.service-area-text {
  margin: 20px 0px 32px;
}

.service-area-image-wrap {
  width: clamp(250px, calc(15.625rem + ((1vw - 10.24px) * 20.6522)), 307px);
  padding: 24px 0 56px;
}

@media screen and (max-width: 600px) {
  .service-area-image-wrap {
    width: 100%;
    padding: 0;
  }
}

.service-area-map-img {
  width: 100%;
}

.service-area-search-img {
  width: 25px;
  height: 25px;
  padding: 3.57px;
  gap: 0px;
  border-radius: 160.71px 0px 0px 0px;
  opacity: 0px;
}

.page-top-detail-btn:hover,
.page-top-center-btn:hover,
.service-area-more-btn:hover {
  background-color: #ffffff;
  color: #c1d72e;
}

.detail-arrow {
  width: 24px;
  height: auto;
  content: url("../img/header-right-arrow-white.png");
}

/* ホバー時の矢印画像 */
.page-top-detail-btn:hover .detail-arrow,
.page-top-center-btn:hover .detail-arrow,
.service-area-more-btn:hover .detail-arrow {
  content: url("../img/header-right-arrow-green.png");
}

/* ポップアップのスタイル */
.popup {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup img {
  width: 100%;
  height: auto;
}

.overlay {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
