/* CSS Document */
/*----------------------------------
MAIN
----------------------------------*/
.top_main {
  background-image: url(../img/common/top_main_city.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  width: 100%;
  height: 1200px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top_main {
    height: 1100px;
  }
}
@media (max-width: 840px) {
  .top_main {
    height: 880px;
    background-size: 1440px;
  }
}
@media (max-width: 600px) {
  .top_main {
    background-image: url(../img/common/top_main_city_sp.png);
    background-size: initial;
    height: 580px;
    margin-bottom: 40px;
  }
}
.top_main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgb(187, 233, 252);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top_main:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: rgb(171, 221, 162);
  width: 100%;
  height: 358px;
  z-index: -1;
}
@media (max-width: 840px) {
  .top_main:after {
    height: 270px;
  }
}
@media (max-width: 600px) {
  .top_main:after {
    height: 168px;
  }
}
.top_main .top_main__title img {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90%;
  max-width: 938px;
  height: auto;
}
@media (max-width: 1024px) {
  .top_main .top_main__title img {
    max-width: initial;
    width: 88%;
  }
}
@media (max-width: 600px) {
  .top_main .top_main__title img {
    top: 138px;
    width: 92%;
  }
}
.top_main .top_main__sponser {
  position: absolute;
  top: 120px;
  right: 10px;
  width: 100%;
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .top_main .top_main__sponser {
    max-width: initial;
    width: 13%;
  }
}
.top_main .top_main__sponser img {
  width: 100%;
  height: auto;
}
.top_main .top_main__sponser .bnr_akiya {
  margin-top: 20px;
  max-width: 85%;
}

/*----------------------------------
About
----------------------------------*/
.top_about {
  margin-bottom: 152px;
}
@media (max-width: 600px) {
  .top_about {
    margin-bottom: 96px;
  }
}
.top_about .midasi_txt {
  margin-bottom: 72px;
}
@media (max-width: 600px) {
  .top_about .midasi_txt {
    margin-bottom: 64px;
  }
}
.top_about .danraku p {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 840px) {
  .top_about .danraku p {
    font-size: 1.7rem;
  }
}
@media (max-width: 600px) {
  .top_about .danraku p {
    font-size: 1.6rem;
  }
}
.top_about .obj_human_1 {
  position: absolute;
  left: -1%;
  top: 120px;
  width: 116px;
  max-width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 840px) {
  .top_about .obj_human_1 {
    width: 92.8px;
    left: -4%;
  }
}
@media (max-width: 600px) {
  .top_about .obj_human_1 {
    width: 69.6px;
    top: 85px;
    left: -4%;
  }
}
.top_about .obj_human_2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 54px;
  max-width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 840px) {
  .top_about .obj_human_2 {
    width: 43.2px;
    right: -3%;
  }
}
@media (max-width: 600px) {
  .top_about .obj_human_2 {
    width: 32.4px;
    right: -3%;
    bottom: -70px;
  }
}

/*----------------------------------
Top Common
----------------------------------*/
.top_common {
  margin-bottom: 168px;
}
@media (max-width: 600px) {
  .top_common {
    margin-bottom: 128px;
  }
}

/*----------------------------------
Promise
----------------------------------*/
.top_promise {
  margin-bottom: 168px;
}
@media (max-width: 840px) {
  .top_promise {
    margin-bottom: 128px;
  }
}
@media (max-width: 600px) {
  .top_promise {
    margin-bottom: 80px;
  }
}

.top_promise_container {
  background-color: #fff;
  padding: 80px 0 60px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .top_promise_container {
    padding: 72px 0 60px;
  }
}
@media (max-width: 600px) {
  .top_promise_container {
    padding: 56px 0 48px;
    border-radius: 12px;
  }
}

.top_promise_head {
  width: 92%;
  margin: 0 auto 56px;
}
@media (max-width: 600px) {
  .top_promise_head {
    margin-bottom: 48px;
  }
}
.top_promise_head .promise_tit img {
  width: 238px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 48px;
}
@media (max-width: 600px) {
  .top_promise_head .promise_tit img {
    width: 200px;
    margin: 0 auto 32px auto;
  }
}
.top_promise_head .promise_txt {
  text-align: center;
}

.promise_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promise_list li {
  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;
  text-align: center;
  width: 27%;
  background-color: #d4edd8;
  border-radius: 50%;
  aspect-ratio: 50/50;
  margin: 0 2% 40px;
}
@media (max-width: 1024px) {
  .promise_list li {
    width: 42%;
  }
}
@media (max-width: 600px) {
  .promise_list li {
    width: 80%;
    margin-bottom: 34px;
  }
  .promise_list li:last-child {
    margin-bottom: 0;
  }
}
.promise_list li .promise_icon {
  width: 76px;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .promise_list li .promise_icon {
    width: 80px;
  }
}
.promise_list li .promise_list_title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .promise_list li .promise_list_title {
    font-size: 1.9rem;
    margin-bottom: 14px;
  }
}
.promise_list li .promise_list_txt {
  font-size: 1.4rem;
  line-height: 1.6;
}

.top_promise .obj_mount {
  position: absolute;
  top: -50px;
  left: 2%;
  width: 162px;
  max-width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 840px) {
  .top_promise .obj_mount {
    width: 145.8px;
    top: -38px;
  }
}
@media (max-width: 600px) {
  .top_promise .obj_mount {
    width: 121.5px;
  }
}
.top_promise .obj_tree2 {
  position: absolute;
  top: -30px;
  right: 3%;
  width: 48px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 840px) {
  .top_promise .obj_tree2 {
    width: 43.2px;
  }
}
@media (max-width: 600px) {
  .top_promise .obj_tree2 {
    width: 36px;
  }
}

/*----------------------------------
2col
----------------------------------*/
.top_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .top_2col {
    display: block;
  }
}
.top_2col .top_2col__left {
  width: 28%;
}
@media (max-width: 840px) {
  .top_2col .top_2col__left {
    width: 100%;
  }
}
.top_2col .top_2col__right {
  width: 71%;
}
@media (max-width: 840px) {
  .top_2col .top_2col__right {
    width: 100%;
  }
}

/*----------------------------------
TOP BLOG
----------------------------------*/
.top_news {
  margin-bottom: 168px;
}
@media (max-width: 600px) {
  .top_news {
    margin-bottom: 96px;
  }
}
.top_news .btn a {
  margin: 40px auto 0;
}
@media (max-width: 840px) {
  .top_news .title_wrap {
    margin-bottom: 64px;
  }
}
@media (max-width: 600px) {
  .top_news .title_wrap {
    margin-bottom: 48px;
  }
}
.top_news .obj_human_3 {
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 112px;
  height: auto;
}
@media (max-width: 840px) {
  .top_news .obj_human_3 {
    width: 89.6px;
  }
}
@media (max-width: 600px) {
  .top_news .obj_human_3 {
    width: 84px;
    left: initial;
    right: -3%;
    bottom: 10px;
  }
}
.top_news .obj_mount {
  position: absolute;
  top: -50px;
  right: 2%;
  width: 162px;
  max-width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 840px) {
  .top_news .obj_mount {
    width: 145.8px;
    top: -38px;
  }
}
@media (max-width: 600px) {
  .top_news .obj_mount {
    width: 121.5px;
  }
}

.top_news .blog_list {
  margin-left: -4.2%;
  min-height: 100px;
}
.top_news .blog_list li {
  width: 45.8%;
  margin-left: 4.2%;
  margin-bottom: 4.2%;
}
.top_news .blog_list .wp_error_message {
  margin-left: 4.2%;
}

/*----------------------------------
TOP LINE
----------------------------------*/
.top_line_btn {
  margin-bottom: 152px;
}
@media (max-width: 600px) {
  .top_line_btn {
    margin-bottom: 80px;
  }
}

.top_line_btn a img {
  width: 624px;
  max-width: 100%;
  height: auto;
}