.s-title {
  display: block;
  position: relative;
}
.s-title--teigaku {
  padding-top: 30px;
}
.s-title--teigaku::after {
  content: "";
  background: url("../images/teigakumember.svg") no-repeat;
  background-size: auto 100%;
  aspect-ratio: 93/17;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.link-more {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.link-more :hover {
  filter: contrast(1.75);
}
.link-more--bottom::after {
  content: "";
  width: 20px;
  height: 26px;
  background: url("../images/arrow_bottom.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.link-more--bottom:hover::after {
  transform: translateY(3px);
}
.link-more--left::after {
  content: "";
  width: 20px;
  height: 26px;
  background: url("../images/arrow_left.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.link-more--left:hover::after {
  transform: translateX(3px);
}

[class*="--osusume"] {
  background: #3C4379;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.slider--wrap {
  position: relative;
}

.slider {
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
}
.slider-box {
  padding-right: 20px;
}

.slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slider-nav--prev {
  left: -12px;
}
.slider-nav--next {
  right: -12px;
}

main {
  width: 100%;
  max-width: 414px;
  margin: 50px auto 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 414px) {
  main {
    box-shadow: none;
  }
}

figure {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.topback {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 99;
  background: none;
  border: none;
  cursor: pointer;
}
.topback::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/button_bk.svg") no-repeat;
  background-size: 100% auto;
  top: 5px;
  right: -2px;
  z-index: -1;
}
.topback:hover {
  bottom: 15px;
  right: 38px;
}
.topback:hover::after {
  display: none;
}
@media screen and (max-width: 414px) {
  .topback {
    width: 40px;
    right: 8px;
  }
  .topback:hover {
    right: 6px;
  }
}

.pc-side {
  display: block;
  position: fixed;
  width: calc((100% - 414px) / 2);
  min-height: 100vh;
}
@media screen and (max-width: 979px) {
  .pc-side {
    display: none;
  }
}
.pc-side.pc-side-right {
  right: 0;
}
.pc-side.pc-side-left {
  left: 0;
}
.pc-side h1 {
  width: 100%;
  aspect-ratio: 10/3.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc-side h1 figure {
  width: 60%;
  max-width: 320px;
  position: relative;
}
.pc-side--nav {
  width: 70%;
  max-width: 280px;
  padding: 40px 0px;
}
.pc-side--nav h2 {
  margin-bottom: 30px;
}
.pc-side--nav ul li {
  margin-bottom: 20px;
}
.pc-side-right-text {
  width: 100%;
  aspect-ratio: 10/3.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc-side-right-text img {
  width: 90%;
  max-width: 550px;
}
.pc-side-right-tokuten {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pc-side-right-tokuten img {
  width: 70%;
  max-width: 350px;
}

footer {
  text-align: center;
  padding: 40px 20px 40px;
}

/*header
---------------------*/
header {
  top: 0;
  background: #fff;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: -1;
}
header .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .header_inner {
  max-width: 1200px;
}

.logo img {
  width: 180px;
}

@media screen and (max-width: 979px) {
  header {
    z-index: 20;
  }
  header .logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
a.btn {
  background: #e60012;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
}
a.btn:hover {
  background: #0A3A85;
}
a:hover {
  color: #e60012;
}

section {
  padding: 0 20px;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h2.title {
  background: #0A3A85;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.date_place {
  padding-top: 20px;
  padding-bottom: 0px;
}
.date_place .date {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.date_place .place {
  padding-bottom: 20px;
}
.date_place .place dt {
  background: #ee6b7a;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.date_place .place dd {
  font-weight: bold;
  line-height: 1.5;
}

.program {
  padding: 40px 20px;
  background: #fff100;
}
.program_wrap {
  padding-bottom: 30px;
}
.program_wrap > dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.program_time {
  display: flex;
  flex-wrap: wrap;
}
.program_time dt, .program_time dd {
  box-sizing: border-box;
  padding: 5px;
}
.program_time dt {
  flex-basis: 40%;
  background: #0A3A85;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.program_time dd {
  flex-basis: 60%;
  background: #fff;
  border-bottom: 1px solid #0A3A85;
  font-size: 14px;
}

.haregi {
  padding: 40px 20px;
}
.haregi_text {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

.parking {
  padding: 40px 20px;
  background: #eeeeee;
}
.parking_list {
  padding-left: 20px;
}
.parking_list li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  list-style: disc;
  font-weight: bold;
}

.carity {
  padding: 40px 20px;
  background: #8bd2f5;
}
.carity h3 {
  margin-bottom: 20px;
}
.carity_text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
  background: #fff100;
  padding: 10px;
}/*# sourceMappingURL=style.css.map */