/* =========================================================
Page top
========================================================= */
#kv {
  text-align: center;
  background: #faf6eb;
}

.kvText {
  padding: 25px 0 20px;
  background: url("../images/bg_002.webp") repeat center top #faf6eb;
}
.kvText-ttl {
  gap: 0 45px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kvText-ttl dt {
  font-size: 18px;
}
.kvText-ttl dt span {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .kvText {
    padding: 20px 0 28px;
  }
  .kvText-ttl {
    text-align: center;
  }
  .kvText-ttl dt span {
    font-size: 27px;
  }
}

.anchorList {
  margin: 40px 0;
}
.anchorList ul {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchorList ul li {
  width: 170px;
}
.anchorList ul li:first-child a {
  border-radius: 8px 0 0 8px;
}
.anchorList ul li:last-child a {
  border-radius: 0 8px 8px 0;
}
.anchorList ul a {
  background: #d2e6b5;
  color: #199b4e;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 21px;
  padding: 11px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.anchorList ul a > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.anchorList ul a > span:before {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: url("../images/icon_arrow_01.webp") no-repeat center left;
  width: 20px;
  height: 20px;
}
.anchorList ul a:hover {
  text-decoration: none;
  background-color: #199b4e;
  color: #fff;
}
.anchorList ul a:hover > span:before {
  background-image: url("../images/icon_arrow_01_on.webp");
}

.top-news {
  margin: 40px 0 95px;
}
.top-news .ttlMain {
  letter-spacing: 0.1em;
}
.top-news .ttlMain .ico {
  margin-left: -20px;
  width: 40px;
}
.top-news .listBox_01 {
  margin-top: 35px;
}
.top-news .listBox_02 {
  padding-top: 40px;
  border-top: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin: 40px 0 55px;
  }
  .top-news .ttlMain .ico {
    margin-left: 0;
    width: 30px;
  }
  .top-news .listBox_01 {
    margin-top: 28px;
  }
}

.top-feature {
  margin: 50px 0 80px;
}
.top-feature .ttlMain {
  letter-spacing: 0.1em;
}
.top-feature .ttlMain .ico {
  margin-left: -20px;
  width: 40px;
}
.top-feature .feature-bnr {
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .top-feature .feature-bnr {
    position: relative;
  }
  .top-feature .feature-bnr li:nth-child(1) {
    width: calc(716 / 1240 * 100%);
  }
  .top-feature .feature-bnr li:nth-child(2) {
    width: calc(500 / 1240 * 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  .top-feature .feature-bnr li:nth-child(3) {
    width: calc(500 / 1240 * 100%);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-feature {
    margin-bottom: 60px;
  }
  .top-feature .ttlMain .ico {
    margin-left: 0;
    width: 30px;
  }
  .top-feature .feature-bnr {
    margin-top: 30px;
  }
  .top-feature .feature-bnr__item {
    margin-bottom: 20px;
  }
}

.top-banner {
  margin: 75px 0 60px;
}
.top-banner .banner-list {
  margin-top: 22px;
}
.top-banner .banner-list ul {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .top-banner {
    margin-top: 50px;
  }
  .top-banner .banner-list {
    margin: 10px 13px 0;
  }
  .top-banner .banner-list ul {
    gap: 10px;
  }
}

.top-search {
  padding: 75px 0 80px;
  background-color: #f5f5f5;
}
.top-search .searchBox {
  max-width: 1080px;
  margin: 57px auto 0;
}
.top-search .searchBox .areaList {
  margin-top: 30px;
}
.top-search .searchBox_btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-search {
    padding: 55px 0 40px;
  }
  .top-search .searchBox {
    margin-top: 30px;
  }
  .top-search .searchBox .areaList {
    margin-top: 20px;
  }
  .top-search .searchBox .areaItem__namesub,
  .top-search .searchBox .areaItem__name {
    display: none;
  }
  .top-search .searchBox_btn {
    margin-top: 30px;
  }
}

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.searchBox_left {
  width: calc(500 / 1080 * 100%);
}
.searchBox_right {
  width: calc(520 / 1080 * 100%);
}
.searchBox_btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .searchBox_left {
    width: 100%;
  }
  .searchBox_right {
    width: 100%;
  }
}
@media not screen and (max-width: 768px) {
  .flex_pc {
    display: flex;
    justify-content: space-evenly;
  }
}


