html {
  font-size: 19px;
}

/* @media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 2.667vw;

  }
} */
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  color: #072334;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 526px) {
  html {
    font-size: 2.532vw;
  }
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}


.sec03 {
  position: relative;
}

.sec03-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  z-index: 1;
}

.sec03-video-mp4 {
  top: 37.5%;
  width: 85%;
  height: 16%;
}

.sec03-video-mp4 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.sec08 {
  position: relative;
}

.sec08-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  z-index: 1;
}

.sec08-video-mp4 {
  top: 41%;
  width: 85%;
  height: 12.5%;
}

.sec08-video-mp4-02 {
  top: 67.9%;
}

.sec08-video-mp4 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.dokidoki {
  -webkit-animation: dokidoki 1s ease 0s infinite alternate;
          animation: dokidoki 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: inline-block;
}
@-webkit-keyframes dokidoki {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dokidoki {
  from {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.sec02-3 {
  position: relative;
}

.sec02-3_btn-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
}

.sec02-3_btn-item a {
  display: block;
  width: 100%;
}

.sec02-3_btn-item:nth-child(2) {
  bottom: 27%;
}

.sec02-3_btn-item.fpc:nth-child(2) {
  bottom: 6%;
}

.sec02-3_btn-item:nth-child(3) {
  bottom: 7%;
}

.sec12 {
  position: relative;
}

.sec12_btn-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
}

.sec12_btn-item a {
  display: block;
  width: 100%;
}

.sec12_btn-item:nth-child(2) {
  bottom: 33%;
}
.sec12_btn-item.fpc:nth-child(2) {
  bottom: 6%;
}

.sec12_btn-item:nth-child(3) {
  bottom: 14%;
}

.sec19 {
  position: relative;
}

.sec19_btn-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
}

.sec19_btn-item a {
  display: block;
  width: 100%;
}

.sec19_btn-item:nth-child(2) {
  bottom: 27%;
}
.sec19_btn-item.fpc:nth-child(2) {
  bottom: 6%;
}

.sec19_btn-item:nth-child(3) {
  bottom: 7%;
}

/* sec04 動画 */
.sec04 {
  position: relative;
}

.sec04-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 91%;
  z-index: 1;
}

.sec04-video-yt {
  top: .9%;
}

.sec04-video-yt iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 8px;
}

.sec04-video-mp4 {
  top: 59%;
  width: 85%;
  height: 30.5%;
}

.sec04-video-mp4 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.sec04-video-case {
  top: 21.3%;
}

.sec04-video-case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec04-video-case ul li {
  width: 49%;
  margin-bottom: 2%;
}

.sec04-video-case ul li video {
  width: 100%;
}

/* sec09 動画オーバーレイ */
.sec09 {
  position: relative;
}

.sec09-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 66.5%;
  z-index: 1;
}

.sec09-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec09-video01 {
  top: 13.5%;
  height: 17.35%;
}

.sec09-video03 {
  top: 72%;
  height: 17.35%;
}

/* FAQ アコーディオン */
.faq {
  background: #ffeff1;
  padding: 2.7rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq-item {
  display: flex;
  flex-direction: column;
}

.faq-question {
  background: #dee1f7;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}

.faq-badge {
  width: 4rem !important;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.faq-question__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  flex: 1;
}

.faq-plus {
  width: 1.7rem !important;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-plus {
  transform: rotate(45deg);
}

.faq-answer {
  background: #ffffff;
  padding: 1.3rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-item.is-open .faq-answer {
  max-height: 20rem;
  padding: 1.3rem 1.4rem;
}

.faq-answer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  flex: 1;
}

.sec17 {
  position: relative;
}

/* sec17 Google Map */
.sec17-map {
  width: 82.5%;
  position: absolute;
  height:11.5%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  top:23%;
}

.sec17-map.omiya {
  height: 9.8% !important;
  top: 19.8% !important;
}

.sec17-map iframe {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.footer_wrap {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #01B1A6;
  padding: 2vw;
}

@media (min-width: 750px) {
    .footer_wrap {
        width: 752px !important;
    }
}
