@charset "UTF-8";

/* --------------------------------------------------
　fonts
-------------------------------------------------- */
/* M Plus1p medium */
.mplus1p-m {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Arbotek */
.arbotek {
  font-family: "arbotek", sans-serif;
  font-weight: 300;
  font-style: normal;
}


/* --------------------------------------------------
　style_teaser base
-------------------------------------------------- */
html {
	font-size: 10px;
}
@media (max-width: 1200px) {
	html { font-size: 0.833vw; }
}
@media (max-width: 768px) {
  html { font-size: 1.389vw; }
}

* {
	box-sizing: border-box;
}

body {
  font-family: "m-plus-1p", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #fff;
  background: #009FCD;
  z-index: 1;
}

body::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/2025/img/teaser/bg_texture.png);
  opacity: .058;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.bold {
  font-weight: 700;
}

.link_map {
  margin-left: 2.2rem;
  padding: 0.6rem 1.3rem 0.8rem;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}

/* header */
header {
  position: relative;
  z-index: 2;
}

header .ob_txt {
  position: absolute;
  top: 3.5rem;
  right: -29rem;
  color: #198495;
  font-size: 3.4rem;
  transform: rotate(90deg);
  transform-origin: left top;
}

header h1.mv {
  margin: 0 auto;
}

/* main */
main {
  position: relative;
  margin: -23dvw auto 0;
  padding-bottom: 12.9rem;
  width: 110rem;
  z-index: 2;
}
@media (max-width: 768px) {
  main {
    margin: 7rem auto 0;
    padding: 0 2rem 11.2rem;
    width: 100%;
  }
}

main dl {
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

main dl div {
  display: flex;
  padding: 2.3rem 0;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}

main dl dt {
  width: 23.3rem;
  font-weight: 500;
  color: #E4EB9A
}
@media (max-width: 768px) {
  main dl dt {
    width: 12rem;
  }
}

main dl dd {
  width: calc(100% - 23.3rem);
}
@media (max-width: 768px) {
  main dl dd {
    width: calc(100% - 12rem);
  }
}

main .announcement {
  margin-top: 10.2rem;
  color: #f2da51;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  main .announcement {
    margin-top: 9.8rem;
  }
}

/* footer */
footer {
  position: relative;
  z-index: 2;
}

footer .img_area {
  width: 100%;
  height: 63rem;
  background: url(/assets/2025/img/teaser/footer_img_pc.webp) center 75% / cover no-repeat;
}
@media (max-width: 768px) {
  footer .img_area {
    height: 47rem;
    background: url(/assets/2025/img/teaser/footer_img_sp.webp) center / cover no-repeat;
  }
}

footer .copyright {
  padding: 3.3rem 0 4rem;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .copyright {
    padding: 3rem 0 3.6rem;
    font-size: 3.2rem;
  }
}