.sp_only {
  display: none;
}

.newopen {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #1F70C3;
}
.newopen a {
  text-decoration: none;
}
.newopen a:hover {
  text-decoration: none;
}

.newopen_inner {
  box-sizing: content-box;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .newopen {
    font-size: 12px;
  }
}
.newopen_mv {
  height: 500px;
  background: url(../images/bg_mv.png) center bottom no-repeat;
  background-size: cover;
  padding: 0 120px 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newopen_mv h1 {
  width: 48%;
  margin-top: -60px;
}

.newopen_slide {
  width: 40%;
  filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.5));
}
.newopen_slide li {
  position: relative;
}
.newopen_slide img {
  border-radius: 18px;
}
.newopen_slide .slide_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 8px 0 18px;
}

@media screen and (max-width: 767px) {
  .newopen_mv {
    height: auto;
    background: url(../images/bg_mv_sp.png) center bottom no-repeat;
    background-size: cover;
    padding: 20px 0 36px;
    display: block;
  }
  .newopen_mv h1 {
    width: 90%;
    margin: 0 auto;
  }
  .newopen_slide {
    width: 65%;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.5));
  }
  .newopen_slide li {
    position: relative;
  }
  .newopen_slide img {
    border-radius: 9px;
  }
  .newopen_slide .slide_txt {
    font-size: 8px;
    border-radius: 0 8px 0 9px;
  }
}
.newopen_2025 {
  margin-top: 80px;
}
.newopen_2025 h2 {
  max-width: 979px;
  margin: 0 auto;
}
.newopen_2025 .newopen_bg {
  background: #F7FBFF;
  border-radius: 16px;
  padding: 0 2% 100px;
}

.newopen_2024 {
  margin: 80px auto 0;
}
.newopen_2024 h2 {
  max-width: 635px;
  margin: 0 auto 40px;
}
.newopen_2024 .newopen_bg {
  padding: 0 2%;
}

.newopen_div {
  max-width: 935px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.newopen_div + .newopen_div {
  margin-top: 96px;
}

.newopen_pic {
  position: relative;
  width: 30%;
  overflow: hidden;
}

.newopen_date {
  position: absolute;
  top: -11px;
  left: -46px;
  background: #C02730;
  padding: 20px 40px 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  transform: rotate(-45deg);
}
.newopen_date span {
  font-size: 10px;
}

.newopen_prefectures {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #1F70C3;
  padding: 5px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
}

.newopen_contents {
  width: 67%;
}

.newopen_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.newopen_table {
  width: 100%;
  margin-bottom: 10px;
}
.newopen_table th {
  font-size: 14px;
  text-align: left;
  width: 64px;
  font-weight: 400;
  padding: 3px 0;
}
.newopen_table td {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 0;
  line-height: 1.2;
}

.newopen_list {
  display: flex;
  margin-bottom: 16px;
}
.newopen_list li {
  width: 48px;
  text-align: center;
  margin-right: 16px;
}
.newopen_list li p {
  margin-top: 2px;
  line-height: 1.2;
  font-size: 10px;
}

.newopen_links {
  display: flex;
  justify-content: space-between;
}
.newopen_links li {
  width: 48.5%;
}

.newopen_btn01 {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  background: #1F70C3;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.newopen_btn01:hover {
  opacity: 0.7;
}

.newopen_btn02 {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  background: #9A8F73;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
.newopen_btn02:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .newopen_2025 {
    margin-top: 60px;
  }
  .newopen_2025 h2 {
    max-width: 112%;
    margin: 0 -6% -20px;
  }
  .newopen_2025 .newopen_bg {
    border-radius: 0;
    padding: 0 5% 50px;
    overflow: hidden;
  }
  .newopen_2024 {
    margin: 30px auto 0;
  }
  .newopen_2024 h2 {
    max-width: 635px;
    margin: 0 auto 30px;
  }
  .newopen_2024 .newopen_bg {
    padding: 0 5%;
  }
  .newopen_div {
    display: block;
  }
  .newopen_div + .newopen_div {
    margin-top: 80px;
  }
  .newopen_pic {
    width: 100%;
  }
  .newopen_contents {
    width: 100%;
    margin-top: 30px;
  }
  .newopen_ttl {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .newopen_table {
    width: 100%;
    margin-bottom: 10px;
  }
  .newopen_table th {
    font-size: 12px;
    width: 64px;
    font-weight: 400;
    padding: 2px 0;
  }
  .newopen_table td {
    font-weight: 700;
    padding: 2px 0;
  }
  .newopen_list {
    display: flex;
    margin-bottom: 16px;
  }
  .newopen_list li {
    width: 48px;
    text-align: center;
    margin-right: 16px;
  }
  .newopen_list li p {
    margin-top: 2px;
    line-height: 1.2;
    font-size: 10px;
  }
  .newopen_btn01 {
    height: 55px;
  }
  .newopen_btn02 {
    height: 55px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  width: auto;
  position: absolute;
  z-index: 3;
  text-align: center;
  bottom: 10px;
  right: 10px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
}

.slick-dots button {
  position: relative;
  font-size: 0;
  border: none;
  background: none;
}
.slick-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #EEEEEE;
}

.slick-dots .slick-active button::after {
  background: #1F70C3;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 8px;
    right: 0px;
  }
}/*# sourceMappingURL=style.css.map */