@charset "UTF-8";
/* CSS Document */
/*トップ*/
.top-image{
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/top-image-bg3.jpg") no-repeat center/cover;
}
.top-filter {
  background-color: rgba(0, 0, 0, 0.20);
  height: 100%;
  width: 100%;
}
.top-image::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  bottom: -1px;
  background-size: 1200px;
}
.top-logo {
  display: block;
  position: absolute;
  width: 220px;
  cursor: pointer;
  z-index: 500;
  transition: all .5s;
  top: 12px;
  left: 15px;
}
.top-logo img {
  width: 100%;
  object-fit: cover;
}
.page-title {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  color: #fff;
}
.page-title h1 {
  font-size: 2.6rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  opacity: 0;
}
.page-title p {
  font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  opacity: 0;
}
/*トップ(タブレット)*/
@media(min-width:600px) {
  .top-logo {
    width: 260px;
  }
  .page-title {
  top: 43%;
}
}
/*トップ(PC)*/
@media(min-width:1000px) {
  .top-image {
    height:85vh;
  }
  .top-image::after {
    height: 27px;
    background-position: center;
    width: 100%;
    bottom: -5px;
    background-size: 1500px;
  }
  .page-title {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.4;
    color: #fff;
  }
  .page-title h1 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .page-title p {
    font-size: 2.0rem;
  }
}
/*よくある質問*/
.section-faq {
  padding: 60px 20px;
  position: relative;
}
.faq-content {
  margin: 0 auto;
  max-width: 460px;
  z-index: 100;
}
.faq-content li {
  background-color: #fff;
  border: dotted 2.5px #DBC8AD;
  border-radius: 15px;
  margin-bottom: 30px;
}
.faq-content li:last-of-type {
  margin-bottom: 0;
}
.question {
  padding: 25px 20px 25px 15px;
  position: relative;
}
.answer {
  display: none;
  padding: 0 45px 25px 15px;
}
.question, .answer-heading {
  display: flex;
  align-items: flex-start;
}
.answer-heading {
  margin-bottom: 5px;
}
.question h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 3px 30px 0 10px;
  transition: all .5s ease;
  cursor: pointer;
  text-align: justify;
}
.answer h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 3px 0 0 10px;
  text-align: justify;
}
.question h3::before, .question h3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #DBC8AD;
}
.question h3::before {
  right: 20px;
  top: 48%;
  transform: rotate(0deg);
  transition: all .3s ease;
  border-radius: 5px;
}
.question h3::after {
  right: 20px;
  top: 48%;
  transition: all .3s ease;
  transform: rotate(90deg);
  border-radius: 5px;
}
.question.close h3::before {
  transform: rotate(45deg);
}
.question.close h3::after {
  transform: rotate(-45deg);
}
.icon-question {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.answer-discription {
  margin-left: 40px;
  text-align: justify;
}
.faq-illust3 {
  position: absolute;
  width: 16vw;
  left: -2%;
  bottom: 4%;
  z-index: 10;
  max-width: 76px;
}
.faq-illust3 img {
  width: 100%;
  object-fit: cover;
}
.faq-illust4 {
  width: 15vw;
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 10;
  max-width: 75px;
}
.faq-illust4 img {
  width: 100%;
  object-fit: cover;
}
/*よくある質問（タブレット）*/
@media(min-width:600px) {
  .section-faq {
    padding: 80px 70px 80px;
  }
  .faq-illust1 {
    width: 6vw;
    left: 7%;
    top: 9%;
  }
  .faq-illust2 {
    width: 7vw;
    right: 5%;
    top: 11%;
  }
  .section-faq h2 {
    margin-bottom: 30px;
  }
  .faq-content {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .faq-content li {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .faq-content li:last-of-type {
    margin-bottom: 0;
  }
  .question {
    padding: 30px;
    position: relative;
  }
  .answer {
    display: none;
    padding: 0 50px 30px 30px;
  }
  .question h3 {
    font-size: 1.8rem;
    padding: 3px 30px 0 15px;
  }
  .answer h3 {
    font-size: 1.8rem;
    padding:3px 0 0 15px;
  }
  .answer-discription {
    margin-left: 45px;
    text-align: justify;
  }
  .question h3::before {
    right: 30px;
  }
  .question h3::after {
    right: 30px;
  }
  .faq-illust3 {
    width: 10vw;
    left: 0%;
    bottom: 9%;
  }
  .faq-illust4 {
    width: 9vw;
    right: 2%;
    bottom: 10%;
  }
}
/*よくある質問（PC）*/
@media(min-width:1000px) {
  .section-faq {
    padding: 100px 110px 100px;
  }
  .faq-illust1 {
    width: 7vw;
    left: 7%;
    top: 8%;
    max-width: 80px;
  }
  .faq-illust2 {
    width: 6vw;
    right: 4%;
    top: 11%;
    max-width: 70px;
  }
  .section-faq h2 {
    margin-bottom: 40px;
  }
  .faq-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .faq-content li {
    border-radius: 20px;
    margin-bottom: 45px;
  }
  .faq-content li:last-of-type {
    margin-bottom: 0;
  }
  .icon-question {
    width: 35px;
    height: 35px;
  }
  .question {
    padding: 35px;
    position: relative;
  }
  .answer {
    display: none;
    padding: 0 65px 35px 35px;
  }
  .question h3 {
    font-size: 2.0rem;
    padding: 2.5px 30px 0 15px;
    transition: all .5s ease;
    cursor: pointer;
  }
  .answer h3 {
    font-size: 2.0rem;
    padding:2.5px 0 0 15px;
  }
  .answer-discription {
    margin-left: 50px;
  }
  .question h3::before, .question h3::after {
    width: 24px;
    height: 4px;
  }
  .question h3::before {
    right: 35px;
  }
  .question h3::after {
    right: 35px;
  }
  .faq-illust3 {
    width: 13vw;
    left: -1%;
    bottom: 6%;
    max-width: 140px;
  }
  .faq-illust4 {
    width: 10vw;
    right: 2%;
    bottom: 9%;
    max-width: 120px;
  }
}