@charset "UTF-8";
/* ================================================
	TOP
=================================================== */
/*  main
=================================================== */
#top-main {
  position: relative;
  padding-bottom: 70px;
}
#top-main:after {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 70%;
  height: 100%;
  content: "";
  background: url("../img/bg2.jpg");
  background-size: cover;
}

@media (max-width: 767px) {
  #top-main {
    padding-bottom: 0;
  }
  #top-main:after {
    width: 100%;
  }
}
.top-main__inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.top-main-ttl {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.top-main-ttl1 {
  max-width: 250px;
  margin: 0 auto 20px auto;
}
.top-main-ttl2 {
  max-width: 230px;
  margin: 0 auto;
}
.top-main-slider {
  flex-basis: 70%;
  min-width: 0;
}

@media (max-width: 992px) {
  .top-main-ttl {
    padding-top: 50px;
  }
  .top-main-ttl1 {
    max-width: 180px;
  }
  .top-main-ttl2 {
    max-width: 200px;
  }
  .top-main-slider {
    flex-basis: 65%;
  }
}
@media (max-width: 767px) {
  #top-main {
    padding-bottom: 0;
  }
  .top-main__inner {
    flex-wrap: wrap;
  }
  .top-main-ttl {
    flex-basis: 100%;
    order: 2;
    padding: 10px;
  }
  .top-main-ttl1 {
    max-width: 150px;
    margin-bottom: 10px;
  }
  .top-main-ttl2 {
    max-width: 180px;
  }
  .top-main-slider {
    flex-basis: 100%;
    order: 1;
    margin-top: 50px;
  }
}
.swiper {
  --swiper-navigation-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

/*  2clumns
=================================================== */
#top-2clumn {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  #top-2clumn {
    display: block;
  }
}
/*  topics
古いの順次reportへ移す
=================================================== */
#top-topics {
  padding: 70px 0;
  flex-basis: 60%;
}
#top-topics h2 {
  margin-bottom: 20px;
}
#top-topics h3 {
  line-height: 1.6;
  margin-bottom: 20px;
}
#top-topics hr {
  margin: 2em 0;
}
#top-topics time {
  font-size: 110%;
  font-weight: bold;
}

.top-topics__inner {
  padding: 20px;
  border: solid 1px #ccc;
  background: #fff;
}
.top-topics__inner + .top-topics__inner {
  margin-top: 50px;
}
.top-topics__inner p {
  font-size: 1.6rem;
}
.top-topics__inner p + p {
  margin-top: 1em;
}
.top-topics__inner p a {
  text-decoration: underline;
  color: #004ECC;
}
.top-topics__inner h3 {
  font-size: 1.8rem;
  color: #D76360;
  font-weight: bold;
  line-height: 2;
}
.top-topics__inner dl {
  display: flex;
  margin-top: 1em;
  padding: 1em;
  background: #fffaf0;
}
.top-topics__inner dl dt {
  font-weight: bold;
  flex-basis: 14em;
}
.top-topics__inner ul {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.top-topics__inner ul li + li {
  margin-top: 0.5em;
}
.top-topics-text {
  text-align: center;
}
.top-topics-alert {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.top-topics-img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  margin-bottom: 10px;
}
.top-topics-img_name {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 0 10px;
}
.top-topics-img > div {
  flex-basis: 30%;
  position: relative;
}
.top-topics-img > div.two {
  flex-basis: 45%;
}
.top-topics-img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top-topics-img a span {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #fff;
}
.top-topics-imghalf {
  width: 50%;
  margin: 0 auto 20px auto;
}
.top-topics_sensyu {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.top-topics_sensyu > div:first-child {
  flex-basis: 65%;
}
.top-topics_sensyu > div:last-child {
  flex-basis: 30%;
}
.top-topics_more {
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 992px) {
  #top-topics h2 {
    font-size: 2.6rem;
  }
  .top-topics-text {
    text-align: left;
  }
  .top-topics_sensyu {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .top-topics_sensyu > div:first-child {
    margin-bottom: 20px;
  }
  .top-topics_sensyu > div:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #top-topics {
    padding: 0 0 50px 0;
  }
  #top-topics h2 {
    font-size: 5vw;
  }
  .top-topics__inner dl {
    display: block;
  }
  .top-topics-img {
    display: block;
  }
  .top-topics-img > div + div {
    margin-top: 20px;
  }
  .top-topics-imghalf {
    width: 100%;
  }
}
/*  news
=================================================== */
#top-news {
  padding: 70px 0 0 0;
  flex-basis: 38%;
}
#top-news h2 {
  margin-bottom: 20px;
}

.top-news__inner {
  background: #fff;
  padding: 20px;
  border: solid 1px #ccc;
}
.top-news-list dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #bbb;
  font-size: 1.6rem;
}
.top-news-list dl dd a {
  text-decoration: underline;
  color: #004ECC;
}

@media (max-width: 767px) {
  #top-news {
    padding: 50px 0;
  }
  #top-news h2 {
    margin-bottom: 30px;
  }
}
/*  about
=================================================== */
#top-about {
  margin-bottom: 70px;
  padding: 10px 0 70px 0;
  background: linear-gradient(45deg, rgb(231, 228, 214) 0%, rgb(251, 249, 247) 100%);
}
#top-about h2 {
  margin-bottom: 50px;
  padding-top: 50px;
}
#top-about p {
  font-size: 1.8rem;
}

.top-about__inner {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto 0 auto;
}
.top-about-info {
  position: relative;
  z-index: 2;
  width: min(92%, 1000px);
  margin: 0 auto;
}
.top-about-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}

@media (max-width: 1200px) {
  .top-about-img {
    width: 60%;
  }
}
@media (max-width: 992px) {
  #top-about {
    margin-bottom: 10%;
  }
  .top-about-img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #top-about {
    padding: 10px 0 50px 0;
  }
  #top-about h2 {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  #top-about p {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .top-about-img {
    top: 40%;
    width: 70%;
  }
}
@media (max-width: 420px) {
  .top-about-img {
    width: 80%;
  }
}