@charset "UTF-8";
.voice__background-wrap {
  background-color: #f8fcff;
}

.voice__container {
  padding-bottom: 57px;
}

.voice__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice__cards {
    display: block;
  }
}

.voice__card {
  width: 495px;
  background-color: #fff;
  padding: 32px 20px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .voice__card {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .voice__card {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .voice__card:last-child {
    margin-bottom: 70px;
  }
}

.voice__summary {
  display: flex;
  margin-bottom: 41px;
}

.voice__summary-thumbnail {
  margin-left: 16px;
}

.voice__summary-image {
  width: 140px;
}

.voice__personal-data {
  margin: 44px 0 0 91px;
}
@media screen and (max-width: 1280px) {
  .voice__personal-data {
    margin: 44px 0 0 clamp(0rem, -22.75rem + 35.55vw, 5.688rem);
  }
}
@media screen and (max-width: 767px) {
  .voice__personal-data {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}

.voice__address,
.voice__name {
  font-size: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .voice__address,
.voice__name {
    font-size: clamp(0.938rem, 0.639rem + 1.28vw, 1.25rem); /* max20pxmin15px */
  }
}

@media screen and (max-width: 767px) {
  .voice__lead-area {
    margin-top: 50px;
  }
}

.voice__lead {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .voice__lead {
    font-size: 15px;
  }
}

/* 共通アコーディオンパーツ */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 916px;
  position: relative;
  width: 100%;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.accordion-content {
  display: none;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.45);
}

.accordion-content {
  font-size: 16px;
  line-height: 1.5;
}

/* アイコン */
.accordion-title,
.accordion-content {
  position: relative;
  padding-left: 68px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .accordion-title {
    padding-right: 40px;
  }
}
.accordion-title::before {
  content: "Q";
  background-color: #0048AA;
}

.accordion-content::before {
  content: "A";
  background-color: #F0853C;
}

.accordion-title::before,
.accordion-content::before {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* タイトルの背景色 */
.accordion-item .accordion-title {
  background-color: #fff;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 2px #3B4043;
  border-top: solid 2px #3B4043;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* 共通アコーディオンパーツここまで */
.faq__background-wrap {
  background: url("../../../img/faq/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 150px;
}

.faq__container {
  padding-bottom: 50px;
}

.faq__accordion {
  margin-bottom: 70px;
}

.place__container {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .place__container {
    margin-bottom: 75px;
  }
}

.place__sp-contens {
  display: none;
}
@media screen and (max-width: 767px) {
  .place__sp-contens {
    display: block;
  }
}

.place__pc-map-image-wrap {
  margin-top: 56.7px;
}
@media screen and (max-width: 767px) {
  .place__pc-map-image-wrap {
    display: none;
  }
}

.place__pc-map-image {
  width: 100%;
}

.place__sp-lead-wrap {
  margin-top: 56.7px;
}
@media screen and (max-width: 767px) {
  .place__sp-lead-wrap {
    margin: 20px 0 30px;
  }
}

.place__sp-lead {
  font-size: 18px;
  line-height: 2.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .place__sp-lead {
    font-size: 20px;
  }
}

.place__sp-map {
  font-size: 24px;
  line-height: 2.28;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .place__sp-map {
    font-size: clamp(1.25rem, 0.878rem + 1.86vw, 1.75rem);
  }
}

.place__marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.place__sp-map-image-wrap {
  display: flex;
  justify-content: center;
}

.place__sp-map-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .place__sp-map-image {
    width: 85%;
  }
}

.place__sp-comment-image {
  width: 100%;
}

.banner__background-wrap {
  width: 1010px;
  background: linear-gradient(135deg, #A9D0EF, #fff);
  display: flex;
  padding: 20px 20px 0;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 50px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 1114px) {
  .banner__background-wrap {
    width: 80%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .banner__background-wrap {
    width: 90%;
  }
}

.banner__pc-image-wrap {
  width: 506px;
}
@media screen and (max-width: 1114px) {
  .banner__pc-image-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .banner__pc-image-wrap {
    display: none;
  }
}

.banner__pc-image {
  width: 100%;
}

.banner__sp-image-wrap {
  width: 95%;
  margin-bottom: 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__sp-image-wrap {
    display: block;
  }
}

.banner__sp-image {
  width: 100%;
}

.banner__contents {
  width: 382px;
}
@media screen and (max-width: 767px) {
  .banner__contents {
    width: 308px;
  }
}

.banner__button {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.banner__reception {
  position: relative;
}

.banner__catch {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.08823529;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner__catch {
    font-size: 29px;
  }
}
@media screen and (max-width: 374px) {
  .banner__catch {
    font-size: 24px;
  }
}

.banner__reception {
  display: inline-block;
  top: 24px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3125;
  position: relative;
  padding: 1rem 1.5rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .banner__reception {
    font-size: 13px;
    left: -15px;
  }
}
@media screen and (max-width: 374px) {
  .banner__reception {
    font-size: 12px;
    top: 21px;
    left: -5%;
    transform: rotate(-21deg);
  }
}

.banner__reception::before,
.banner__reception::after {
  position: absolute;
  top: 24px;
  height: 17px;
  content: "";
}

.banner__reception::before {
  border-left: solid 1px;
  left: 12px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 374px) {
  .banner__reception::before {
    left: 15px;
  }
}

.banner__reception::after {
  border-right: solid 1px;
  right: 12px;
  transform: rotate(30deg);
}
@media screen and (max-width: 374px) {
  .banner__reception::after {
    right: 15px;
  }
}

.banner__lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .banner__lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .banner__button-link {
    width: 100%;
  }
}/*# sourceMappingURL=voice.css.map */