.key {
  background:
    url(../img/index/key_bg.png) no-repeat center top -20px/1200px,
    url(../img/index/key_bot.png) no-repeat center bottom -2px/100%,
    linear-gradient(to bottom, #b6e0ef, #55c0d3);
  padding: 150px 0 120px;
  position: relative;
}
.key::after {
  content: "";
  background: url(../img/index/key_deco1.png) no-repeat 0 0/100%;
  width: 140px;
  height: 140px;
  position: absolute;
  right: calc(50% + 450px);
  bottom: -20px;
}
.key .logo {
  width: 270px;
  margin: 0 auto 25px;
}
.key .big-text {
  width: 706px;
  margin: 0 auto 20px;
  position: relative;
}
.key .key-desc-1 {
  width: 205px;
  margin: 0 auto 165px;
}
.key .key-desc-2 {
  width: 775px;
  margin: 0 auto 30px;
}
.key .box-content {
  text-align: center;
}
.key .box-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.key .box-content .key-txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
}
.key .box-content .box-desc {
  font-size: 13px;
}
.key .box-content .message {
  width: 650px;
  margin: 50px auto 0;
  padding: 15px 10px 10px 120px;
  border: 3px solid #fcd13e;
  background:
    url(../img/index/dot_yellow.PNG) no-repeat left 5px top 5px/10px,
    url(../img/index/dot_yellow.PNG) no-repeat right 5px top 5px/10px,
    url(../img/index/dot_yellow.PNG) no-repeat left 5px bottom 5px/10px,
    url(../img/index/dot_yellow.PNG) no-repeat right 5px bottom 5px/10px,
    url(../img/index/deco_message.png) no-repeat center left 30px/70px,
    #fff;
  box-sizing: border-box;
}
.key .box-content .message p span {
  display: block;
  text-align: left;
  line-height: 25px;
  font-weight: 700;
}
.key .box-content .message p span:first-child {
  font-family: "FOT-Seurat Pro UB";
  font-size: 23px;
  letter-spacing: -1px;
}
.key .box-content .message p span:last-child {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.key .box-content .message p span:last-child a {
  color: #37a392;
  text-decoration: underline;
}
.key .box-content .message p span:last-child a:hover {
  text-decoration: none;
}
.key img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .key::after {
    content: "";
    background: url(../img/index/key_deco1.png) no-repeat 0 0/100%;
    width: 100px;
    height: 100px;
    position: absolute;
    right: auto;
    left: 50px;
    bottom: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .key {
    padding: 100px 0 100px;
    background:
      url("../img/index/key_bg.png") no-repeat center top -20px/1000px,
      url(../img/index/key_bot.png) no-repeat center bottom -5px/100%,
      linear-gradient(to bottom, #b6e0ef, #55c0d3);
  }
  .key .logo {
    width: 200px;
  }
  .key .big-text {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .key .key-desc-2 {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .key::after {
    width: 70px;
    height: 70px;
    bottom: -25px;
  }
  .key {
    padding: 100px 0 50px;
    background:
      url("../img/index/key_bg.png") no-repeat center top -20px/850px,
      url(../img/index/key_bot.png) no-repeat center bottom -2px/100%,
      linear-gradient(to bottom, #b6e0ef, #55c0d3);
  }
  .key .logo {
    width: 180px;
    margin: 0 auto 35px;
  }
  .key .big-text {
    width: 325px;
    z-index: 0;
  }
  .key .key-desc-1 {
    width: 160px;
    margin: 0 auto 100px;
  }
  .key .key-desc-2 {
    width: 95%;
  }
  .key .box-content {
    padding: 0 20px;
  }
  .key .box-content h3 {
    font-size: 18px;
  }
  .key .box-content .key-txt {
    text-align: justify;
  }
  .key .box-content .box-desc {
    text-align: justify;
  }
  .key .box-content .message {
    width: 100%;
    padding: 15px 20px 10px 110px;
  }
  .key .box-content .message p span:first-child {
    font-size: 18px;
  }
}

#bnr {
  padding: 70px 0 50px;
}
#bnr .wrap {
  max-width: 1070px;
}
#bnr ul {
  display: flex;
  justify-content: space-between;
}
#bnr ul li {
  max-width: 490px;
  width: 49%;
  font-family: "FOT-Seurat Pro UB";
}
#bnr ul li .btn-bnr {
  margin-bottom: 10px;
}
#bnr ul li .btn-bnr img {
  width: 100%;
  height: auto;
  border-radius: 0 50px 50px 0;
}
#bnr ul li h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #bnr ul {
    display: block;
  }
  #bnr ul li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  #bnr ul li .btn-bnr img {
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #bnr {
    padding: 50px 0 25px;
  }
  #bnr ul li h3 {
    font-size: 16px;
  }
}

#news {
  padding: 50px 0 150px;
  background:
    url(../img/index/news_deco1.png) no-repeat right calc(50% + 255px) top
      15px/75px,
    url(../img/index/news_deco2.png) no-repeat left calc(50% + 485px) top
      80px/120px,
    url(../img/index/news_deco3.png) no-repeat left calc(50% + 555px) top
      225px/35px,
    url(../img/index/news_deco4.png) no-repeat left calc(50% + 560px) top
      400px/45px,
    url(../img/index/news_deco5.png) no-repeat right calc(50% + 555px) bottom
      120px/125px,
    url(../img/index/about_top.png) no-repeat center bottom/100%;
  margin-bottom: -1px;
}
#news .wrap {
  max-width: 1060px;
}
#news .ttl_t1 {
  margin-bottom: 60px;
  background: url(../img/index/ttl_t1_deco2.png) repeat-x center bottom/205px;
}
#news .ttl_t1 span:first-child {
  color: #fcd13e;
}
#news .news-post {
  border-top: 1px solid #000;
}
#news .news-post dl {
  display: flex;
  align-items: center;
  padding: 32px 20px;
  border-bottom: 1px solid #000;
}
#news .news-post dl:nth-child(2n + 1) {
  background: #fffaec;
}
#news .news-post dl dt {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
#news .news-post dl dt .date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21.5px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 30px;
}
#news .news-post dl dt .news-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 30px;
  background: #fcd13e;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
}
#news .news-post dl dd {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #news .news-post dl dt {
    flex-shrink: 0;
  }
  #news .news-post dl dt .date {
    flex-shrink: 0;
  }
  #news .news-post dl dt .news-label {
    width: auto;
    max-width: 150px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
  }
  #news .news-post dl dd {
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  #news .news-post dl dt .date {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #news {
    padding: 20px 0 100px;
  }
  #news .news-post dl {
    padding: 15px 20px;
  }
  #news .news-post dl dt {
    margin-right: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  #news .news-post dl dt .date {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #news .news-post dl dt .news-label {
    font-size: 16px;
    min-width: 70px;
    padding: 3px 12px;
  }
  #news .news-post dl dd {
    font-size: 16px;
  }
}

#about {
  padding: 50px 0 100px;
  background:
    url(../img/index/about_deco1.jpg) no-repeat bottom 100px left
      calc(50% + 260px) / 585px,
    #fcd13e;
}
#about .wrap {
  max-width: 980px;
}
#about .ttl_t1 {
  margin-bottom: 45px;
}
#about .txt {
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
  width: 450px;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 30px 0 80px;
    background-position: center bottom 40px;
    background-size: 100%;
  }
  #about .txt {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
} /*# sourceMappingURL=index.css.map */