@charset "UTF-8";
.header_img {
  position: relative;
}

@media print {
  .header_img {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
  }
}

.header_img .slick-slide {
  overflow-y: hidden;
}

.header_img .slick-slide img {
  min-width: 100%;
}

.header_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  .header_img img {
    height: auto;
  }
}

.header_img .header_bnr {
  position: absolute;
  top: -58px;
  right: 195px;
}

@media screen and (max-width: 1170px) {
  .header_img .header_bnr {
    right: 3%;
  }
}

@media screen and (max-width: 768px) {
  .header_img .header_bnr {
    top: -10px;
    right: 3%;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .header_img .header_bnr a:hover {
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.header_img .header_bnr img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header_img .header_bnr img {
    width: 30%;
    max-width: 240px;
  }
}

.header_img .slick-dotted.slick-slider {
  margin: 0;
}

.header_img .slick-dots {
  bottom: 24px;
}

.header_img .slick-dots li {
  background: rgba(128, 128, 128, 0.5);
  width: 40px;
  height: 5px;
}

.header_img .slick-dots li.slick-active {
  background: #C8A032;
}

.ico_info {
  margin: 90px auto 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ico_info {
    margin: 28px auto 20px;
  }
}

.news_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_list ul li {
  border-bottom: solid 1px #E6E6E6;
  display: inline-block;
  padding: 23px 0;
  width: 560px;
}

@media screen and (max-width: 1170px) {
  .news_list ul li {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .news_list ul li {
    width: 100%;
  }
}

.news_list ul li:nth-child(1),
.news_list ul li:nth-child(2) {
  border-top: solid 1px #E6E6E6;
}

.news_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .news_list ul li a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.news_list ul li .img_box {
  margin: 0;
  padding: 0;
  width: 120px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news_list ul li .img_box {
    padding: 0 4% 0 0;
  }
}

.news_list ul li .img_box img {
  width: 100%;
  height: auto;
}

.news_list ul li .txt_box {
  width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
  .news_list ul li .txt_box {
    width: 100%;
  }
}

.news_list ul li .txt_box .date {
  line-height: 1.5;
  position: relative;
  margin: 0 0 18px;
}

@media screen and (max-width: 768px) {
  .news_list ul li .txt_box .date {
    font-size: 12px;
  }
}

.news_list ul li .txt_box .date::before {
  content: "";
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 15px;
  height: 1px;
}

.news_list ul li .txt_box .title {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .news_list ul li .txt_box .title {
    font-size: 12px;
  }
}

.news_list .read_more {
  margin: 10px 0 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .news_list .read_more {
    max-width: 320px;
    width: 60%;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .news_list .read_more img {
    width: 100%;
    height: auto;
  }
}

.news_list .read_more a {
  color: #C8A032;
}

@media screen and (min-width: 768px) {
  .news_list .read_more a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.info_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 78px 0 0;
  padding: 0 18px;
}

@media screen and (max-width: 1170px) {
  .info_block ul {
    margin: 60px 0 0;
    padding: 0;
  }
}

.info_block ul li {
  position: relative;
  margin: 0 0 16px;
}

@media screen and (max-width: 1170px) {
  .info_block ul li {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li {
    width: 48.5%;
    margin: 0 0 3%;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(4) {
    width: 66%;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(4) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li img {
    width: 100%;
    height: auto;
  }
}

.info_block ul li .txt_box {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

@media screen and (max-width: 1170px) {
  .info_block ul li .txt_box {
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li .txt_box {
    top: 13vw;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(1) .txt_box {
    top: 8vw;
  }
}

.info_block ul li:nth-child(2) .txt_box {
  top: 32px;
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(2) .txt_box {
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(2) .txt_box {
    top: 9vw;
  }
}

.info_block ul li:nth-child(4) .txt_box {
  top: 32px;
  left: 66px;
  right: auto;
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(4) .txt_box {
    top: 3vw;
    left: 5%;
    width: 40%;
  }
  .info_block ul li:nth-child(4) .txt_box h3 {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(4) .txt_box {
    top: 9vw;
    left: 5%;
    width: 40%;
  }
}

.info_block ul li .txt_box h3 {
  text-align: center;
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(1) .txt_box h3 {
    width: 78%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(1) .txt_box h3 {
    width: 67%;
    margin: auto;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(2) .txt_box h3 {
    width: 55%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(2) .txt_box h3 {
    width: 78%;
    margin: auto;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(3) .txt_box h3 {
    width: 65%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(3) .txt_box h3 {
    width: 73%;
    margin: auto;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(5) .txt_box h3 {
    width: 45%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(5) .txt_box h3 {
    width: 75%;
    margin: auto;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(6) .txt_box h3 {
    width: 55%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(6) .txt_box h3 {
    width: 78%;
    margin: auto;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(7) .txt_box h3 {
    width: 33%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(7) .txt_box h3 {
    width: 53%;
    margin: auto;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(8) .txt_box h3 {
    width: 65%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li:nth-child(8) .txt_box h3 {
    width: 92%;
    margin: auto;
  }
}

.info_block ul li .txt_box p {
  color: #fff;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 48px auto 0;
  width: 255px;
}

@media screen and (max-width: 1170px) {
  .info_block ul li .txt_box p {
    font-size: 14px;
    width: 90%;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li .txt_box p {
    display: none;
  }
}

.info_block ul li:nth-child(2) .txt_box p, .info_block ul li:nth-child(4) .txt_box p {
  margin: 28px auto 0;
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(2) .txt_box p {
    margin: 7px auto 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(4) .txt_box p {
    margin: 15px auto 0;
  }
}

.info_block ul li .btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 200px;
  z-index: 2;
}

@media screen and (max-width: 1170px) {
  .info_block ul li .btn {
    bottom: 15px;
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li .btn {
    bottom: 20px;
  }
}

.info_block ul li .btn a {
  display: block;
}

@media screen and (min-width: 768px) {
  .info_block ul li .btn a:hover {
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.info_block ul li .black_over {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.info_block ul li:nth-child(4) .btn {
  left: 87px;
  right: auto;
}

@media screen and (max-width: 1170px) {
  .info_block ul li:nth-child(4) .btn {
    left: 7%;
    width: 35%;
  }
}

.info_block ul li .right_box {
  position: absolute;
  top: 15px;
  right: 40px;
  text-align: center;
}

@media screen and (max-width: 1170px) {
  .info_block ul li .right_box {
    top: 0;
    right: 8%;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li .right_box {
    top: 8%;
  }
}

@media screen and (max-width: 640px) {
  .info_block ul li .right_box {
    top: 2%;
  }
}

@media screen and (max-width: 1170px) {
  .info_block ul li .right_box h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0;
  }
  .info_block ul li .right_box h4 img {
    width: auto;
    height: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li .right_box h4 {
    line-height: 1;
    margin: 5px 0 0;
  }
  .info_block ul li .right_box h4 img {
    width: auto;
    height: 2.5vw;
  }
}

.info_block ul li .right_box .right_mv_box {
  position: relative;
  margin: 10px 0 14px;
  z-index: 5;
}

@media screen and (max-width: 1170px) {
  .info_block ul li .right_box .right_mv_box {
    margin: 5px 0 7px;
  }
}

@media screen and (max-width: 768px) {
  .info_block ul li .right_box .right_mv_box {
    margin: 2vw auto;
    width: 21vw;
  }
}

.info_block ul li .right_box .right_mv_box img {
  border: solid 1px #fff;
}

.info_block ul li .right_box .right_img_box img {
  border: solid 1px #fff;
}

.souritsu_box {
  background: url(../img/top/img_souritsu150.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 392px;
}

@media screen and (max-width: 768px) {
  .souritsu_box {
    background: url(../img/top/img_souritsu150_sp.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 130vw;
  }
}

.souritsu_box .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: auto;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .souritsu_box .btn {
    bottom: 30px;
    width: 60%;
  }
  .souritsu_box .btn img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .souritsu_box .btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.footer_bnr {
  display: none;
}

/*# sourceMappingURL=top.css.map */