<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* ==========================================================
 top
========================================================== */
.ContentsArea {
  padding: 0;
}

/* section01 */
#section01 {
  text-align: center;
}

.KvArea {
  width: 100%;
  height: 341px;
  padding-top: 200px;
  background-image: url(../img/top/kv_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
}
.KvArea .kv-text {
  line-height: 1.8;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 639px) {
  .KvArea {
    height: auto;
    padding-top: 0;
    background-image: none;
    border: none;
  }
  .KvArea .kv-text {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .KvArea .btn {
    margin: auto;
  }
}
/* jstream */
.top-jstream {
  position: relative;
  max-width: 640px;
  height: 360px;
  margin: 16px auto 0;
}

@media screen and (max-width: 639px) {
  /* jstream */
  .top-jstream {
    height: 240px;
  }
}
/* section02 */
#section02 {
  padding-top: 35px;
  margin-bottom: 40px;
}

.ContentsArea h3.ttl-top-content {
  margin: 0 4.5em 1em;
  padding: 0.3em 5em;
  background-image: url(../img/top/ttl_content_l_pc.png), url(../img/top/ttl_content_r_pc.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  border: none;
  letter-spacing: 0.25em;
  text-indent: 0;
  text-align: center;
  font-size: 150%;
  color: #196360;
  box-sizing: border-box;
}
.ContentsArea h3.ttl-top-content::before {
  content: "";
  display: none;
}
.ContentsArea h3.ttl-top-content span {
  font-size: 86%;
}
.ContentsArea .target {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 115%;
}

@media screen and (max-width: 639px) {
  #section02 {
    padding-top: 35px;
    margin-bottom: 30px;
  }

  .ContentsArea h3.ttl-top-content {
    width: 100%;
    margin: 0 0 1em;
    padding: 0.3em 5em 0.1em;
    background-image: url(../img/top/ttl_content_l_sp.png), url(../img/top/ttl_content_r_sp.png);
    background-size: auto 1em;
    font-size: 96%;
  }
  .ContentsArea .target {
    margin-bottom: 1em;
    font-size: 85%;
  }
}
/* section03 */
#section03 {
  margin-bottom: 45px;
}

ul li p a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 639px) {
  #section03 {
    margin-bottom: 1.5em;
  }
}
/* section04 */
.list-link-cnt01 li {
  position: relative;
  float: left;
  width: 49%;
  height: 11.3em;
  padding: 1.5em 0.8em 1.5em 1.3em;
  background-color: #d5f1f0;
  margin-left: 1.8%;
}
.list-link-cnt01 li dt {
  line-height: 1.6;
  font-size: 113%;
  font-weight: bold;
  color: #2a7a77;
}
.list-link-cnt01 li .img {
  float: left;
  width: 95px;
  margin-right: 18px;
}
.list-link-cnt01 li .img img {
  width: 100%;
}
.list-link-cnt01 li .text-link-icn01 {
  position: absolute;
  right: 17px;
  bottom: 18px;
  text-align: right;
}
.list-link-cnt01 li .text-link-icn01 a {
  color: #000;
}
.list-link-cnt01 li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  .list-link-cnt01 li {
    float: none;
    width: 100%;
    height: inherit;
    margin-top: 1em;
    padding: 0.8em;
    margin-left: 0;
  }
  .list-link-cnt01 li .img {
    width: 75px;
    margin-right: 10px;
  }
  .list-link-cnt01 li .text-link-icn01 {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 1em;
    text-align: right;
  }
  .list-link-cnt01 li .text-link-icn01 a {
    font-size: 123%;
  }
  .list-link-cnt01 li:first-child {
    margin-top: 0;
  }
}
/* section05 */
.list-link-bnr {
  display: flex;
  flex-wrap: wrap;
}
.list-link-bnr li {
  width: 48%;
  margin-left: 4%;
}
.list-link-bnr li:nth-child(odd) {
  margin-left: 0;
}
.list-link-bnr li:nth-child(odd) dt {
  width: 240px;
}
.list-link-bnr li:nth-child(-n+2) {
  margin-bottom: 4%;
}
.list-link-bnr li dl {
  display: flex;
  align-items: center;
}
.list-link-bnr li dt a {
  display: block;
  height: 58px;
}
.list-link-bnr li dt a img {
  height: 100%;
}
.list-link-bnr li dt a:hover img {
  opacity: 0.6;
}
.list-link-bnr li dd {
  flex: 1;
  padding-left: 1em;
  letter-spacing: -0.05em;
}
.list-link-bnr li dd a {
  display: inline-block;
  padding-top: 5px;
  color: #000;
}

@media screen and (max-width: 639px) {
  .list-link-bnr li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
  }
  .list-link-bnr li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .list-link-bnr li:nth-child(odd) dl {
    flex-wrap: wrap;
  }
  .list-link-bnr li:nth-child(odd) dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .list-link-bnr li:nth-child(odd) dd {
    padding-left: 0;
  }
  .list-link-bnr li:nth-child(-n+2) {
    margin-bottom: 16px;
  }
  .list-link-bnr li dd p {
    font-size: 100%;
  }
}
/*# sourceMappingURL=../maps/top.css.map */
</pre></body></html>