@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

about

-------------------------------------------------- */
.about-read {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .about-read {
    font-size: 2rem;
  }
}

.kyushu-block {
  justify-content: center;
  margin-bottom: 5em;
}

#fukuoka:after {
  background: #6AAFE0;
}

#saga:after {
  background: #FFAED1;
}

#nagasaki:after {
  background: #F67E7E;
}

#kumamoto:after {
  background: #6EC593;
}

#oita:after {
  background: #80DEEA;
}

#miyazaki:after {
  background: #FFD370;
}

#kagoshima:after {
  background: #FFAD65;
}

.area-txt {
  font-size: 1.8rem;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .area-txt {
    font-size: 1.6rem;
  }
}

.block-lr {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 4em;
}
.block-lr p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .block-lr p {
    font-size: 1.4rem;
  }
}

.about-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2.4rem;
}
.about-link > li {
  width: 30%;
  margin: 0 0 1.5em 0;
  margin-right: 5%;
}
.about-link > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .about-link > li {
    width: 48%;
    margin-right: 4%;
  }
  .about-link > li:nth-child(3n) {
    margin-right: auto;
  }
  .about-link > li:nth-child(2n) {
    margin-right: 0;
  }
}
.about-link > li a {
  border: 1px solid #9a9a9a;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2.5rem 2.5rem 10rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .about-link > li a {
    font-size: 1.8rem;
  }
}
.about-link > li a:after {
  content: "";
  width: 6.5rem;
  height: 6.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .about-link > li a {
    padding: 2rem 1rem 2rem 4.5rem;
  }
  .about-link > li a:after {
    content: "";
    width: 3rem;
    height: 3rem;
    left: 1rem;
  }
}
.about-link > li .art:after {
  background: url(../../about/img/ico_art.svg) no-repeat center top/cover;
}
.about-link > li .eco:after {
  background: url(../../about/img/ico_eco.svg) no-repeat center top/cover;
}
.about-link > li .peace:after {
  background: url(../../about/img/ico_peace.svg) no-repeat center top/cover;
}
.about-link > li .history:after {
  background: url(../../about/img/ico_history.svg) no-repeat center top/cover;
}
.about-link > li .industry:after {
  background: url(../../about/img/ico_industry.svg) no-repeat center top/cover;
}
.about-link > li .nature:after {
  background: url(../../about/img/ico_nature.svg) no-repeat center top/cover;
}
.about-link > li .heritage:after {
  background: url(../../about/img/ico_heritage.svg) no-repeat center top/cover;
}
.about-link > li .world:after {
  background: url(../../about/img/ico_world.svg) no-repeat center top/cover;
}
.about-link > li .sdgs:after {
  background: url(../../about/img/ico_sdgs.svg) no-repeat center top/cover;
}
/*# sourceMappingURL=about.css.map */