html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
}

.head img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video {
  line-height: 0;
}

.video video {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: bottom;
}

.section2 {
  position: relative;
}

.btn {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 84.25%;
}

.section6 {
  position: relative;
}

.section6 .btn {
  bottom: 5%;
}

.section7-text {
  padding: 10% 0 8.75%;
  width: 59%;
  margin: 0 auto;
  display: block;
}

.slick-slide {
  max-width: 610px;
  height: auto;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-current {
  z-index: 1;
}

.voice-slider-item {
  padding-top: 0.5%;
}

.voice-ttl {
  max-width: 182px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5.75%;
}

@media screen and (max-width: 768px) {
  .voice-ttl {
    max-width: 120px;
  }
}

.voice__item-content {
  font-size: 28px;
  line-height: 2;
  color: #0a0a0a;
}

.voice__item-content span {
  color: #ff776b;
}

@media screen and (max-width: 768px) {
  .voice__item-content {
    font-size: 16px;
    line-height: 1.6;
  }
  .voice__item-content p {
    padding: 2.5rem 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .voice__item-content p {
    font-size: 85%;
  }
}

.voice__item-content {
  padding: 0 5.25% 5%;
  font-feature-settings: "palt";
}

.voice-slider {
  width: 100%;
  margin: 0 auto;
  border: 8px solid #f25663;
  box-sizing: border-box;
}

.voice__item-ttl {
  max-height: 159px;
  width: auto !important;
}

.voice-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 92%;
}

.voice-slider .slick-prev,
.voice-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 8.9875%;
  height: 8.9875%;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.voice-slider .slick-prev::before,
.voice-slider .slick-next::before {
  display: none;
}

.voice-slider .slick-prev {
  left: -5%;
  background-image: url("../img/arrow.png");
  transform: translateY(-50%) rotate(180deg);
}

.voice-slider .slick-next {
  right: -5%;
  background-image: url("../img/arrow.png");
}

.voice-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.voice-slider .slick-dots li {
  margin: 0 5px;
}

.voice-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #d6d6d6;
  border-radius: 50%;
}

.voice-slider .slick-dots li button:hover, .voice-slider .slick-dots li button:focus {
  outline: none;
}

.voice-slider .slick-dots li.slick-active button {
  background: #869791;
}

.voice-slider-item {
  outline: none;
  max-width: 100%;
  margin: 0 auto;
}

.slick-track {
  display: flex;
  align-items: center;
}

.voice {
  margin: 0 auto;
  display: block;
  margin-bottom: 5%;
}

.map {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.map .map-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.map .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  padding: 5%;
  font-size: 2.4rem;
  text-align: center;
}

.case-slider {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .case-slider {
    padding: 0 5%;
  }
}

.case-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .case-slider .slick-slide {
    width: 100%;
    padding: 0 10px;
  }
}

.case-slider .slick-center {
  opacity: 1;
}

.case-slider .slick-slide img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100vh;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .case-slider .slick-slide img {
    max-width: 80%;
    max-height: 80vh;
  }
}

.case-slider {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .case-slider {
    padding: 0 5%;
  }
}

.voice__item-ttl {
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 468px) {
  .voice__item-ttl {
    font-size: 2.4rem;
  }
}

.voice__item-ttl-sub {
  background-color: #ff776b;
  border-radius: 3rem;
  width: fit-content;
  color: #fff;
  padding: 0 3rem;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .voice__item-ttl-sub {
    padding: 0.3rem 2rem !important;
  }
}

.section11 {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding-bottom: 3.6rem;
}

.access__item {
  border-bottom: 1px solid #ff776b;
  width: 98%;
  margin: 0 auto;
  padding: 3rem 0;
  font-size: 2.2rem;
  text-align: center;
}

.access__item:first-of-type {
  padding: 0;
}

.access__item:last-of-type {
  border-bottom: none;
}

.access__item-title {
  font-size: 2.6rem;
  color: #ff776b;
  margin-bottom: 4rem;
}

.precautions {
  margin: 5.3rem auto 6.4rem;
  background-color: #fff5ea;
  border-radius: 2.4rem;
  padding: 4.5rem 2rem 3.1rem;
}

@media screen and (max-width: 768px) {
  .precautions {
    width: 95%;
  }
}

.precautions-ttl {
  font-size: 5.6rem;
  line-height: 6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.6rem;
}

@media screen and (max-width: 768px) {
  .precautions-ttl {
    font-size: 3.6rem;
    line-height: 3rem;
    margin-bottom: 2.4rem;
  }
}

.precautions-list {
  font-size: 2.4rem;
  line-height: 2;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .precautions-list {
    font-size: 1.6rem;
  }
}
