@font-face {
  font-family: "Hannari";
  src: url(../font/HannariMincho-Regular.woff) format("woff");
}
#visual {
  min-width: 1040px;
  background: #fff;
}
@media (max-width: 599px) {
  #visual {
    min-width: 100%;
  }
}
#visual .visual {
  line-height: 1;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  #visual .visual {
    max-width: 100%;
  }
}
#visual .visual .slick-slide:focus {
  outline: none;
}
#visual .visual div {
  line-height: 0;
}
#visual .visual img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#visual .visual .visual_text {
  position: absolute;
  top: calc(50% - 88px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 1020px;
}
@media (max-width: 599px) {
  #visual .visual .visual_text {
    display: none;
  }
}
#visual .visual .visual_text img {
  width: auto;
  margin: 0;
}
#visual .slick-slider {
  margin-bottom: 0;
}
#visual .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#visual .slick-prev, #visual .slick-next {
  width: 33px;
  height: 73px;
  z-index: 1;
}
@media (max-width: 599px) {
  #visual .slick-prev, #visual .slick-next {
    width: 19px;
    height: 42px;
  }
}
#visual .slick-prev {
  left: 8px;
}
#visual .slick-next {
  right: 8px;
}
#visual .slick-next:before {
  background: url(../img/arrow_r.png) !important;
  background-size: contain !important;
}
#visual .slick-prev:before {
  background: url(../img/arrow_l.png) !important;
  background-size: contain !important;
}

#contents section h2 {
  font-size: 3rem;
}
#contents .section.top_about {
  background: url(../img/top_about_backimg.png) right bottom no-repeat #222222;
}
#contents .section.top_about h2 {
  color: #fff;
}
#contents .section.top_about .pick_text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4;
  text-align: center;
}
#contents .section.top_about .wp-block-button a {
  color: #fff;
}
#contents .section.top_about .wp-block-button a::before {
  background: url(../img/arrow02.png) top left/contain no-repeat;
}
#contents .section.top_pickup {
  background: #222222;
}
#contents .section.top_pickup .section_inner {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
#contents .section.top_pickup .section_inner h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#contents .section.top_pickup .wp-block-button {
  margin: 0 !important;
}
#contents .section.top_titan {
  color: #fff;
  background: #222222;
  padding: 0;
}
#contents .section.top_titan .wp-block-columns {
  gap: 0;
}
#contents .section.top_titan .wp-block-columns .wp-block-column {
  text-decoration: none;
  width: 50%;
  height: 600px;
  position: relative;
  padding: 50px 30px;
}
@media (max-width: 599px) {
  #contents .section.top_titan .wp-block-columns .wp-block-column {
    width: 100%;
    height: 300px;
  }
}
#contents .section.top_titan .wp-block-columns .wp-block-column::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: 0.7s;
}
#contents .section.top_titan .wp-block-columns .wp-block-column:hover::before {
  background: rgba(0, 0, 0, 0.7);
}
#contents .section.top_titan .wp-block-columns .wp-block-column.top_titan01 {
  background: url(../img/top_titan01.png) center/cover no-repeat;
}
#contents .section.top_titan .wp-block-columns .wp-block-column.top_titan02 {
  background: url(../img/top_titan02.png) center/cover no-repeat;
}
#contents .section.top_titan .wp-block-columns .wp-block-column h2 {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
#contents .section.top_titan .wp-block-columns .wp-block-column p {
  color: #fff;
  width: 70%;
  margin: 0 auto 12px;
  position: relative;
}
#contents .section.top_titan .wp-block-columns .wp-block-column p.pick_text {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
#contents .section.top_titan .wp-block-button {
  margin: 0 !important;
}
#contents .section.top_news {
  background: #fff;
}
#contents .section.top_news h2 {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  #contents .section.top_news h2 {
    margin-bottom: 10px;
  }
}
#contents .section.top_news .pick_text {
  font-size: 1.5rem;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (max-width: 599px) {
  #contents .section.top_news .pick_text {
    margin-bottom: 24px;
  }
}
#contents .section.top_news ul.blog_list {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
#contents .section.top_news ul.blog_list li {
  width: 320px;
  margin: 0 10px 15px;
}
@media (max-width: 599px) {
  #contents .section.top_news ul.blog_list li {
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
#contents .section.top_news ul.blog_list li a {
  color: #222;
  text-decoration: none;
  position: relative;
}
#contents .section.top_news ul.blog_list li a::before {
  width: 100%;
  height: 100%;
  background: black;
  content: "";
  z-index: 100;
}
#contents .section.top_news ul.blog_list li a .thumbnail {
  width: 100%;
  position: relative;
  border: 1px solid #424037;
  line-height: 0;
}
#contents .section.top_news ul.blog_list li a .thumbnail img {
  width: 100%;
  height: auto;
}
#contents .section.top_news ul.blog_list li a .thumbnail .category {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 5px 10px;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#contents .section.top_news ul.blog_list li a h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}
#contents .section.top_news ul.blog_list li a h3 .blog_intitle {
  display: block;
}
#contents .section.top_news ul.blog_list li a h3 time {
  text-align: right;
  display: block;
}/*# sourceMappingURL=top.css.map */