@charset "UTF-8";

.mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mainvisual__inner {
  position: relative;
  max-width: 1420px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.mainvisual__copy {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22%;
}
@media screen and (max-width: 767px) {
  .mainvisual__copy {
    position: static;
    transform: none;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainvisual__copy__sub {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .mainvisual__copy__sub {
    margin-top: 2rem;
  }
}
.mainvisual__copy img {
  display: block;
  width: 100%;
}
.mainvisual__images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6.5% 3.5% 4% 2%;
  background: url(../images/top/illust_mv.png) no-repeat 30% 1%/contain;
}
@media screen and (max-width: 767px) {
  .mainvisual__images {
    position: relative;
    margin-top: -40px;
    z-index: -1;
  }
}
.mainvisual__image {
  position: relative;
  height: auto;
  aspect-ratio: 1/1;
}
.mainvisual__image--1 {
  margin-top: 4%;
  width: 36%;
}
.mainvisual__image--1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22%;
  transform: translateY(-75%);
  width: 18.75%;
  height: 37.5%;
  aspect-ratio: 1/2;
  background: url(../images/top/illust_wood.svg) no-repeat center center/contain;
  z-index: 1;
}
.mainvisual__image--1::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0;
  transform: translateX(-25%);
  width: 25%;
  height: 25%;
  aspect-ratio: 1/1;
  background: url(../images/top/illust_mv_material.svg) no-repeat center center/contain;
  z-index: 1;
}
.mainvisual__image--2 {
  width: 27%;
}
.mainvisual__image--2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15%;
  transform: translateY(80%);
  width: 66%;
  height: 75%;
  aspect-ratio: 8/9;
  background: url(../images/top/illust_antelope.svg) no-repeat center center/contain;
  z-index: 1;
}
.mainvisual__image img {
  display: block;
  border-radius: 50%;
}

.mainvisual-images {
  position: relative;
  padding-top: 20px;
  background: #FBF0EB;
  height: calc(100vh - 100px - 200px);
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .mainvisual-images {
    height: auto;
    min-height: auto;
  }
}
.mainvisual-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
  background: url(../images/top/illust_mv_01_pc.png) no-repeat top center/100% auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .mainvisual-images::before {
    min-width: clamp(96rem, -75.0626450116rem + 222.7378190255vw, 192rem);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-images::before {
    min-width: auto;
    background: url(../images/top/illust_mv_01_sp.png) no-repeat top center/100% auto;
  }
}
.mainvisual-images::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7.3vw;
  pointer-events: none;
  background: url(/assets/images/top/illust_mv_02_03.svg) no-repeat bottom right/100% auto;
}
.mainvisual-images__bottom-illust {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mainvisual-images__bottom-illust::before, .mainvisual-images__bottom-illust::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.mainvisual-images__bottom-illust::before {
  left: 0;
  width: clamp(35rem, -41.1666666667rem + 63.4722222222vw, 80.7rem);
  background: url(/assets/images/top/illust_mv_02_01.svg) no-repeat bottom left/100% auto;
}
@media screen and (max-width: 767px) {
  .mainvisual-images__bottom-illust::before {
    width: 42%;
  }
}
.mainvisual-images__bottom-illust::after {
  right: 0;
  width: clamp(25rem, -34.3333333333rem + 49.4444444444vw, 60.6rem);
  background: url(/assets/images/top/illust_mv_02_02.svg) no-repeat bottom right/100% auto;
}
@media screen and (max-width: 767px) {
  .mainvisual-images__bottom-illust::after {
    width: 32%;
  }
}
.mainvisual-images__frame {
  position: relative;
  border-radius: 60px;
  width: 62.5%;
  min-width: clamp(116rem, -4rem + 100vw, 120rem);
  height: calc(100% - 7.3vw + 20px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mainvisual-images__frame {
    width: calc(100% - 80px);
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-images__frame {
    width: calc(100% - 40px);
    height: 120vw;
  }
}
.mainvisual-images__buttons {
  position: absolute;
  bottom: 6rem;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .mainvisual-images__buttons {
    bottom: 4rem;
    right: 20px;
  }
}
.mainvisual-images__slider {
  width: 100%;
  height: 100%;
}
.mainvisual-images__slider .slick-list {
  height: 100%;
  overflow: visible;
}
.mainvisual-images__slider .slick-track {
  height: 100%;
}
.mainvisual-images__slider__item {
  width: 100%;
}
.mainvisual-images__slider__item img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mainvisual-images__slider .slide-control {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .mainvisual-images__slider .slide-control {
    gap: 10px;
    right: 10px;
  }
}
.mainvisual-images__slider .slide-pause {
  display: flex;
  align-items: center;
  background: #F5D347;
  border-radius: 15px;
  width: 3rem;
  padding: 10px 0;
  font-weight: 700;
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .mainvisual-images__slider .slide-pause {
    width: 2.5rem;
  }
}
.mainvisual-images__slider .slide-pause.paused::before {
  mask: url(../images/common/i_play.svg) no-repeat center center/contain;
}
.mainvisual-images__slider .slide-pause::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: 0.5em;
  mask: url(../images/common/i_pause.svg) no-repeat center center/contain;
  background: currentColor;
}

.bg-beige {
  background: #FBF0EB;
}

.bg-deco-01 {
  position: relative;
  z-index: 0;
}
.bg-deco-01::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 27%;
  height: auto;
  aspect-ratio: 26/51;
  background: url(../images/top/bg_material_01.svg) no-repeat top right/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-deco-01::before {
    top: 10px;
  }
}
.bg-deco-01::after {
  content: "";
  position: absolute;
  top: 28%;
  left: 0;
  width: 18.75%;
  height: auto;
  aspect-ratio: 1/2;
  background: url(../images/top/bg_material_02.svg) no-repeat center left/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-deco-01::after {
    top: 80px;
  }
}

.bg-deco-02 {
  position: relative;
  z-index: 0;
}
.bg-deco-02::before {
  content: "";
  position: absolute;
  top: 6%;
  right: 0;
  width: 13%;
  height: auto;
  aspect-ratio: 1/2;
  background: url(../images/top/bg_material_03.svg) no-repeat top right/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-deco-02::before {
    width: 12.8%;
    top: 25%;
  }
}
.bg-deco-02::after {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  width: 19%;
  height: auto;
  aspect-ratio: 46/99;
  background: url(../images/top/bg_material_04.svg) no-repeat center left/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-deco-02::after {
    top: 27%;
  }
}

.bg-deco-03 {
  position: relative;
  z-index: 0;
}
.bg-deco-03::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 16.6%;
  height: auto;
  aspect-ratio: 16/33;
  background: url(../images/top/bg_material_05.svg) no-repeat top right/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-deco-03::before {
    display: none;
  }
}
.bg-deco-03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 17.2%;
  height: auto;
  aspect-ratio: 1/2;
  background: url(../images/top/bg_material_06.svg) no-repeat center left/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-deco-03::after {
    width: 24%;
    transform: translateY(34%);
  }
}

.heading-top-primary {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  background: url(../images/common/bg_mountain_green.svg) no-repeat center bottom/15.4rem auto;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-top-primary {
    font-size: 3rem;
  }
}
.heading-top-primary--white {
  background: url(../images/common/bg_mountain_white.svg) no-repeat center bottom/15.4rem auto;
}

.heading-top-secondary {
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .heading-top-secondary {
    font-weight: 700;
    font-size: 2rem;
  }
}

.heading-top-tertiary {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .heading-top-tertiary {
    font-size: 2.5rem;
  }
}

.bnr-list-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .bnr-list-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bnr-list-1 {
    gap: 20px;
  }
}
.bnr-list-1__item {
  border-radius: 30px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .bnr-list-1__item {
    border-radius: 20px;
  }
}
.bnr-list-1__item a {
  display: block;
  border-radius: 30px;
  border: 1px solid #242424;
  font-weight: 700;
  color: currentColor;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bnr-list-1__item a {
    border-radius: 20px;
  }
}
.bnr-list-1__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bnr-list-1__text {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .bnr-list-1__text {
    padding: 5px 0;
  }
}

.top-page-link-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-page-link-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.top-page-link-1__item a {
  display: block;
  border-radius: 30px;
  font-weight: 700;
  color: currentColor;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-page-link-1__item a {
    border-radius: 20px;
  }
}
.top-page-link-1__image {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-page-link-1__image {
    border-radius: 20px;
  }
}
.top-page-link-1__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-page-link-1__text {
  margin-top: 10px;
}

.top-page-link-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .top-page-link-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-page-link-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-page-link-2__item a {
  display: flex;
  align-items: center;
  background: #FFF;
  color: currentColor;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-page-link-2__item a {
    border-radius: 20px;
  }
}
.top-page-link-2__image {
  width: 12rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .top-page-link-2__image {
    width: 10rem;
  }
}
.top-page-link-2__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-page-link-2__text {
  flex: 1;
  padding: 20px;
}

.sns-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.sns-list__item a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .sns-list__item a {
    padding: 20px;
    border-radius: 35px;
    font-size: 1.6rem;
  }
}
.sns-list__item a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-2px);
  margin-right: 1em;
}
.sns-list__item--facebook a::before {
  background-image: url(/assets/images/top/icon_facebook.png);
}
.sns-list__item--x a::before {
  background-image: url(/assets/images/top/icon_x.png);
}
.sns-list__item--insta a::before {
  background-image: url(/assets/images/top/icon_instagram.png);
}
.sns-list__item--youtube a::before {
  background-image: url(/assets/images/top/icon_youtube.png);
}

.p-top-search__inner {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-search__inner {
    padding: 30px 20px;
  }
}
.p-top-search__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(calc(100% - 45px), calc(100% - 60px));
  width: 180px;
  height: 160px;
  background: url(../images/top/illust_lizard.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-search__inner::after {
    right: -10px;
    width: 72px;
    height: 64px;
    transform: translateY(calc(100% - 20px));
  }
}

.top-search-2col {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-search-2col {
    flex-direction: column;
    gap: 20px;
  }
}
.top-search-2col__item:first-child {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .top-search-2col__item:first-child {
    width: 100%;
  }
}
.top-search-2col__item:nth-child(2) {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .top-search-2col__item:nth-child(2) {
    width: 100%;
  }
}

.p-top-hr {
  border-top: 1px solid #242424;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-hr {
    margin-top: 30px;
  }
}
.p-top-hr--dot {
  border-top: 4px dotted #242424;
}

.keyword-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  height: 4.8rem;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.keyword-search #___gcse_0 {
  width: 100%;
  height: 100%;
}
.keyword-search .gsc-control-cse {
  padding: 0 10px 0 0;
  width: 100%;
  height: 100%;
}
.keyword-search .gsc-control-wrapper-cse {
  height: 100%;
}
.keyword-search form.gsc-search-box {
  margin-bottom: 0;
  height: 100%;
  margin: 0;
}
.keyword-search table.gsc-search-box {
  margin-bottom: 0;
  height: 100%;
}
.keyword-search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.keyword-search .gsc-input-box {
  border: none;
  padding: 0;
  height: 100%;
}
.keyword-search .gsc-input-box table {
  height: 100%;
}
.keyword-search .gsib_a {
  padding: 5px 10px 5px 56px;
}
/* @media screen and (max-width: 767px) {
  .keyword-search .gsib_a {
    padding-left: 20px;
  }
} */
.keyword-search .gsib_a input {
  background-size: 1em auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .keyword-search .gsib_a input {
    font-size: 1.6rem;
  }
}
.keyword-search a.gsst_a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.keyword-search button.gsc-search-button {
  width: 70px;
  height: 30px;
  background: #242424;
  border-radius: 0;
  text-align: center;
  padding: 0;
  transition: 0.5s;
}
.keyword-search button.gsc-search-button:hover {
  opacity: 0.7;
}
.keyword-search button.gsc-search-button svg {
  fill: #FFF;
  width: 18px;
  height: 18px;
}
.keyword-search__input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.keyword-search__input::placeholder {
  color: #222222;
}
.keyword-search__button {
  position: relative;
  display: block;
  width: 105px;
  height: 34px;
  background: #1774AD;
}
.keyword-search__button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/top/icon_seaerch.svg) no-repeat center/contain;
}

.page-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  height: 4.8rem;
  border-radius: 10px;
  overflow: hidden;
}
.page-search__input {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 1.8rem;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .page-search__input {
    padding-left: 20px;
  }
}
.page-search__input::placeholder {
  color: #747474;
}
.page-search__button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  background: #242424;
  font-weight: 700;
  color: #FFF;
  border-radius: 0 10px 10px 0;
}
.page-search__button:hover {
  opacity: 0.7;
}

.top-news-rss {
  position: absolute;
  bottom: 70px;
  right: 40px;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .top-news-rss {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin-top: 20px;
  }
}
.top-news-rss a {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: currentColor;
  text-decoration: none;
}
.top-news-rss a::before {
  content: "";
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background: url(../images/top/icon_rss.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-news-rss a::before {
    width: 2rem;
    height: 2rem;
  }
}

.top-image-area {
  position: relative;
  z-index: -3;
}
.top-image-area::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(calc(-100% - 70px), -100%);
  width: 20.4%;
  height: auto;
  aspect-ratio: 393/180;
  background: url(../images/top/illust_deer.svg) no-repeat center center/contain;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-image-area::before {
    width: 215px;
    left: 14.6%;
    transform: translateY(-100%);
  }
}
.top-image-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12.5%;
  transform: translateY(32%);
  width: 17%;
  height: auto;
  aspect-ratio: 11/10;
  background: url(../images/top/illust_citrus.svg) no-repeat center center/contain;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-image-area::after {
    left: 4%;
    transform: translateY(40%);
    width: 140px;
  }
}
.top-image-area__image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-image-area__image {
    height: 450px;
  }
}
.top-image-area__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: url(../images/top/bg_semicircle_pc.svg) no-repeat top center/100% 100%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-image-area__image::before {
    height: 160px;
    background: url(../images/top/bg_semicircle_sp.svg) no-repeat top center/100% 100%;
  }
}
.top-image-area__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-image-area__text {
  position: absolute;
  bottom: 17%;
  right: 10.4%;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .top-image-area__text {
    right: 5.3%;
    bottom: 94px;
    width: auto;
    height: 108px;
  }
}
.top-image-area__text img {
  display: block;
  height: 100%;
}

.top-about-wrap {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.top-about {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  .top-about {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}
.top-about__image-wrap {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .top-about__image-wrap {
    width: fit-content;
  }
}
.top-about__image {
  position: absolute;
  right: 0;
  width: 110%;
  max-width: 616px;
}
@media screen and (max-width: 1199px) {
  .top-about__image {
    width: 100%;
    position: static;
  }
}
.top-about__image img {
  display: block;
}
.top-about__main {
  flex: 1;
}
.top-about__head {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-about__head {
    font-size: 2rem;
  }
}
.top-about__text {
  margin-top: 20px;
}

.top-about-info__head {
  background: #46695A;
  border-radius: 30px 30px 0 0;
  padding: 10px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about-info__head {
    border-radius: 20px 20px 0 0;
    font-size: 2rem;
  }
}
.top-about-info__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
  background: #FFF;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .top-about-info__content {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
}
.top-about-info__list {
  padding: 15px 0;
}
.top-about-info__list:not(:last-child) {
  border-bottom: 1px solid currentColor;
}
.top-about-info__list:nth-last-child(-n+2) {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .top-about-info__list:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.top-about-info__list:nth-last-child(2):nth-child(even) {
  border-bottom: 1px solid currentColor;
}
.top-about-info__list:nth-child(even) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .top-about-info__list:nth-child(even) {
    padding-left: 0;
  }
}
.top-about-info__list:nth-child(odd) {
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .top-about-info__list:nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .top-about-info__list {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .top-about-info__list:not(:last-child) {
    border-bottom: 1px solid currentColor;
  }
}
.top-about-info__label {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top-about-info__label {
    width: 12.8rem;
    font-size: 1.8rem;
  }
}
.top-about-info__icon {
  display: flex;
  align-items: center;
}
.top-about-info__icon::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-about-info__icon::before {
    width: 4rem;
    height: 4rem;
  }
}
.top-about-info__icon--01::before {
  background: #A0C3B9 url(../images/top/icon_mens.svg) no-repeat center center/contain;
}
.top-about-info__icon--02::before {
  background: #A0C3B9 url(../images/top/icon_female.svg) no-repeat center center/contain;
}
.top-about-info__icon--03::before {
  background: #A0C3B9 url(../images/top/icon_population.svg) no-repeat center center/contain;
}
.top-about-info__icon--04::before {
  background: #A0C3B9 url(../images/top/icon_household.svg) no-repeat center center/contain;
}
.top-about-info__detail {
  font-weight: 700;
}
.top-about-info__detail strong {
  margin-right: 10px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top-about-info__detail strong {
    font-weight: 600;
    font-size: 3rem;
  }
}
.top-about-info__note {
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: right;
}

.top-link-sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 6.9%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-link-sns {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}

.top-link__item:not(:last-child) {
  margin-bottom: 20px;
}
.top-link__item a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  font-weight: 600;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .top-link__item a {
    padding: 20px;
    border-radius: 20px;
    font-size: 1.8rem;
  }
}
.top-link__item a figure {
  display: flex;
  align-items: center;
  width: 100%;
}
.top-link__item a figure img {
  width: 120px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #242424;
}
@media screen and (max-width: 767px) {
  .top-link__item a figure img {
    width: 90px;
    height: 70px;
    padding-right: 20px;
    margin-right: 20px;
  }
}
.top-link__item a figure figcaption {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-link__item a figure figcaption {
    font-size: 1.8rem;
  }
}