<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");

.front__header {
  position: relative;
}

.front__header::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 150px;

  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 90%);
  text-align: center;
}

@media (max-width: 767.98px) {
  .front__header::after {
    content: none;
  }
}

.front__header img {
  width: 100%;
}

.front__header--text {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .front__header--text {
    max-width: 100%;
    padding: 10px;
  }
}

.front__header--text--inner {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 15px 15px 10px 15px;
  color: #000;
}

@media (max-width: 767.98px) {
  .front__header--text--inner {
    position: relative;
    z-index: 1;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
    padding: 0;
    background: none;
  }
}

.front__header--text--title {
  margin-bottom: -1%;
  text-shadow: 1px 1px 2px #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.front__header--text--title p {
  font-weight: bold;
}

.front__header--text--title span {
  margin: 0 5px;
  padding: 1px 4.5px;
  border-radius: 50%;
  background-color: #5079BA;
  text-shadow: none;
  color: #FFF;
  font-family: inherit;
  font-size: .85em;
}

.front__header--text--title img {
  width: auto;
}

.front__header--text--comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.front__article-inner {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .front__article-inner {
    flex-direction: column;
  }
}

.front__article-special {
  display: flex;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  cursor: pointer;
  transition-duration: .4s;

  flex: 0 0 400px;
}

@media (max-width: 767.98px) {
  .front__article-special {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #595757;

    flex: auto;
  }
}

.front__article-special--title {
  margin-right: 15px;

  flex: 0 0 63px;
}

@media (max-width: 767.98px) {
  .front__article-special--title {
    display: flex;

    flex: auto;
  }

  .front__article-special--title img {
    width: 63px;
    height: 63px;
  }

  .front__article-special--title h3 {
    margin-left: 15px;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4761904762;
  }
}

.front__article-special--comment h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333333333;
}

.front__article-special a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__article-special:hover {
  opacity: .7;
}

.front__article-saikou {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  cursor: pointer;
  transition-duration: .4s;

  flex: 0 0 400px;
}

@media (max-width: 767.98px) {
  .front__article-saikou {
    margin-right: 0;

    flex: auto;
  }
}

.front__article-saikou--photo {
  margin-right: 10px;

  flex: 0 0 80px;
}

.front__article-saikou--photo img {
  width: 80px;
  height: 120px;
  border-radius: 50%;

  object-fit: cover;
}

.front__article-saikou a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__article-saikou:hover {
  opacity: .7;
}

.front__article-einou {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  transition-duration: .4s;

  flex: 0 0 400px;
}

.front__article-einou a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__article-einou:hover {
  opacity: .7;
}

@media (max-width: 767.98px) {
  .front__article-einou {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 20px;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;

    flex: auto;
  }
}

.front__article-einou--title {
  position: relative;
  width: 360px;
  height: 70px;
  background: url(../images/front/einou.png) center bottom no-repeat;
  background-size: cover;
  text-align: center;
}

.front__article-einou--title h3 {
  padding-top: 38px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3333333333;
}

@media (max-width: 767.98px) {
  .front__article-einou--title {
    width: 100%;
  }
}

.front__article-einou--comment {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5555555556;
}

.front__article-einou--comment-link {
  color: #595757;
}

.front__article-einou--comment-link img {
  margin-right: 5px;
  vertical-align: bottom;
}

@media (max-width: 767.98px) {
  .front__article-einou--comment {
    padding-top: 20px;
    border-top: 1px solid #595757;
  }
}

.front__article-einou--text {
  margin-bottom: 15px;
  color: #1900FF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.front__article-einou--banner {
  display: flex;
  align-items: center;
}

.front__article-einou--banner--link {
  cursor: pointer;
  transition-duration: .4s;
}

.front__article-einou--banner--link:hover {
  opacity: .7;
}

.front__article-einou--banner--link:first-child {
  margin-right: 15px;
}

.front__news {
  padding: 40px 0;
}

.front__news .swiper-button-next,
.front__news .swiper-button-prev {
  top: 40%;
}

@media (max-width: 767.98px) {

  .front__news .swiper-button-next,
  .front__news .swiper-button-prev {
    top: 30%;
  }
}

.front__news .swiper-button-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 16px 26px 16px 10px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

.front__news .swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 9px;
  width: 0;
  height: 0;
  border-width: 12.5px 20px 12.5px 0;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
}

.front__news .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 16px 8px 16px 26px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

.front__news .swiper-button-next::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-width: 12.5px 0 12.5px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
}

@media (max-width: 767.98px) {
  .front__news {
    padding: 20px 0 0 0;
  }

  .front__news .swiper-button-prev::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 12.5px 20px 12.5px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
  }

  .front__news .swiper-button-prev::before {
    content: "";
    position: absolute;
    left: 11px;
    width: 0;
    height: 0;
    border-width: 7.5px 10px 7.5px 0;
    border-style: solid;
    border-color: transparent #FFF transparent transparent;
  }

  .front__news .swiper-button-next::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 12.5px 0 12.5px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
  }

  .front__news .swiper-button-next::before {
    content: "";
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-width: 7.5px 0 7.5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
  }
}

.front__news--title {
  position: relative;
  text-align: center;
}

@media (max-width: 767.98px) {
  .front__news--title {
    margin-bottom: 10px;
  }
}

.front__news--list {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  /* transition-duration: .4s; */
}

@media (max-width: 767.98px) {
  .front__news--list {
    /* width: 160px !important; */
  }
}

.front__news--list--title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.front__news--list a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__news--list:hover {
  opacity: .7;
}

.front__news--list--photo {
  text-align: center;
}

/* .front__news--list--photo img {
  width: 100%;
  height: 240px;

  object-fit: cover;
}
@media (max-width: 767.98px) {
  .front__news--list--photo img {
    height: 110px;
  }
} */
.front__news--link-btn {
  display: block;
  width: 260px;
  height: 48px;
  margin: 30px auto;
  border: 1px solid #595757;
  border-radius: 50px;
  color: #595757;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  transition-duration: .4s;
}

.front__news--link-btn:hover {
  opacity: .7;
}

.front__news--link-btn:visited {
  color: #595757;
}

.front__under {
  margin-bottom: 30px;
}

.front__under--wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .front__under--wrapper {
    flex-direction: column;
  }
}

.front__under--inner {
  display: flex;
}

@media (max-width: 767.98px) {
  .front__under--theme {
    order: 3;
  }
}

.front__under--theme-title {
  margin-right: 15px;

  flex: 0 0 100px;
}

.front__under--theme-contents--month {
  display: flex;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--month {
    flex-direction: column;
  }
}

.front__under--theme-contents--special {
  margin: 30px 0;
  padding: 15px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.front__under--theme-contents--list {
  display: flex;
  position: relative;
  cursor: pointer;
  cursor: pointer;
  transition-duration: .4s;
}

.front__under--theme-contents--list a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__under--theme-contents--list:hover {
  opacity: .7;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--list {
    margin-bottom: 30px;
  }
}

.front__under--theme-contents--list--inner {
  flex: 0 0 205px;
}

.front__under--theme-contents--list--inner:first-child {
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--list--inner {
    justify-content: space-between;

    flex: auto;
  }

  .front__under--theme-contents--list--inner:first-child {
    margin-right: 0;
  }

  .front__under--theme-contents--list--inner.sp {
    display: flex;
  }
}

.front__under--theme-contents--list-title {
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
}

.front__under--theme-contents--list-title b {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.front__under--theme-contents--list--photo {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.front__under--theme-contents--list--photo img {
  vertical-align: bottom;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--list--photo {
    flex: 0 0 48%;
  }

  .front__under--theme-contents--list--photo.first {
    display: none;
  }
}

.front__under--theme-contents--list--comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--list--comment {
    display: none;
  }
}

.front__under--theme-contents--banner {
  width: 100%;
  margin: 0 15px;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--banner {
    order: 2;
    margin: 0;
  }
}

.front__under--theme-contents--banner--link {
  cursor: pointer;
  transition-duration: .4s;
}

.front__under--theme-contents--banner--link:hover {
  opacity: .7;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--banner--link {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.front__under--theme-contents--info {
  position: relative;
  padding: 30px 15px;
  background: url(../images/front/information_bk.png) center bottom repeat-y;
  background-size: contain;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
}

.front__under--theme-contents--info a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__under--theme-contents--info:hover {
  opacity: .7;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--info {
    order: 1;
    margin-bottom: 30px;

    flex: auto;
  }
}

.front__under--theme-contents--info--title {
  margin-bottom: 30px;
  color: #00A291;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.front__under--theme-contents--info--link {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
  cursor: pointer;
  transition-duration: .4s;
}

.front__under--theme-contents--info--link:hover {
  opacity: .7;
}

@media (max-width: 767.98px) {
  .front__under--theme-contents--info--link {
    margin-bottom: 15px;
  }
}

.front__under--theme-contents--menu {
  position: relative;
  order: 4;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  transition-duration: .4s;
}

.front__under--theme-contents--menu--text {
  margin-bottom: 15px;
  color: #1900FF;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.front__under--theme-contents--menu a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.front__under--theme-contents--menu:hover {
  opacity: .7;
}

.einou-border {
  margin-top: 5%;
  border: solid 2px #00913A;
}

@media (max-width: 768px) and (min-width: 600px) {
  .einou-border {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* 20230809トップページにトピックスバナー追加 */
.topics-border {
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .topics-border {
    margin-bottom: 2rem;
  }
}</pre></body></html>