@charset "UTF-8";
html {
  touch-action: manipulation;
}
.container {
    width: auto!important;
	background-color: #fff;
	margin-bottom: -60px;
}
.container.container--contents-full>.row>.section:first-child {
    margin-top: 0px!important;
}

@media (max-width: 767px) { 
	.container {	
	padding: 0!important;
	margin-bottom: -31px;	
	}
}

.wrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ededed;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
}


section, div,h1,h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

header {
  display: flex;
  font-size: 0;
  background-color: #fff;
  padding: 1% 2%;
  justify-content: space-between;
  box-shadow: 1px 10px 7px -6px rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
section .qa_ttl {
    width: 40%;
    margin: auto;
    padding-bottom: 4%;
}
section #accordion {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
div .js-acc-ttl {
    align-items: center;
    line-height: 1.5;
    padding: 4% 4%;
}
div .faq_c_a {
    padding: 4%;
    line-height: 1.5;
}
span.question {
    padding-right: 4%;
}
body .qa {
    background-image: url(../img/fq_bgsp.jpg.webp);
    padding: 9% 0;
}
}
@media screen and (min-width: 768px) {
.pc {
  display: block;
}
.sp {
  display: none;
}
.mv_cta {
    padding: 2% 0;
}
}
.mv_cta {
    position: relative;
    background-image: url(../img/cta_bg.png.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

a.sp_btn {
    position: absolute;
    bottom: 17%;
    right: 0;
    left: 0;
    width: 80%;
    margin: auto;
}

a.pc_btn {
    width: 50%;
    display: block;
    margin: auto;
}
a:hover {
    opacity: 1;
    cursor: pointer;
}

.qa {
    background-image: url(../img/fg_bg.jpg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;
    background-attachment: fixed;
}
.qa_ttl {
    width: 16%;
    margin: auto;
    padding-bottom: 1.3%;
}

#accordion {
    width: 60%;
    max-width: 900px;
    margin: auto;
}

.js-acc-ttl {
    display: flex;
    background-image: linear-gradient(150deg, rgba(85, 60, 48, 1), rgba(123, 88, 69, 1) 50%, rgba(85, 60, 48, 1));
    color: #fff;
    padding: 2% 5%;
    position: relative;
    align-items: center;
}

.question {
    padding-right: 2%;
    font-size: 21px;
}

.faq_c_a {
    background: #fff;
    padding: 2%;
    color: #553c30;
}

.faq_c {
    padding: 1.5% 0;
}

.faq_c_q::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.faq_c_q::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 24px;
    height: 1px;
    transform: rotate(90deg);
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.accordion-container .acc-ttl.open::before {
    transform: rotate(180deg);
}

.qa {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 全体背景 */
.review_me {
  background-image: url(../img/voice_background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 20px;
}

@media screen and (max-width: 768px) {
  .review_me {
    padding: 50px 0 50px;
  }
}

/* タイトル画像 */
.review_me .ttl {
  display: block;
  max-width: 550px;
  margin: 2% auto 3% auto;
}

@media screen and (max-width: 768px) {
  .review_me .ttl {
    margin: 0 auto 8%;
    width: 100%;
    max-width: 500px;
  }
}



/* voice_slider */
.voice_slider_wrapper{
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  overflow: hidden;
}
.voice_slider_wrapper .swiper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.voice_slider_wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice_slider_wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.voice_slider_wrapper .swiper-container-wrapper {
  padding: 0;
}

.voice_slider_wrapper .swiper-button-next:after,
.voice_slider_wrapper .swiper-button-prev:after {
  display: none;
}
.voice_slider_wrapper .swiper-pagination-bullet{
  background: #aa765a;
  width: 12px;
  height: 12px;
  margin-inline: 10px !important;
}
.voice_slider_wrapper .swiper-pagination-bullet-active{
  background: #aa765a;
}
@media (max-width: 767px) {
  .voice_slider_wrapper .swiper{
    overflow: visible;
  }
  .voice_slider_wrapper .swiper-slide {
    width: 80%; 
  }
.voice_slider_wrapper .swiper-container-wrapper {
  padding: 0 16px;
}
}



/* 注釈テキスト */
.anno {
  font-size: 12px;
  text-align: right;
  width: 80%;
  margin: 3% auto auto;
  color: #351811;
}
ul.anno{
  width: 48%;
  margin: 0 auto;
  line-height: 1.8rem;
  list-style: none;
}
ul.anno li{
  color: #ffe7e7;
  text-align: left;
  padding-left: 1.5em;
  position: relative;
}
ul li::before {
  content: "◦";       /* マーカー */
  position: absolute;
  left: 0;            /* マーカーの位置 */
  top: 0;
  font-size: 1.2em;   /* サイズ調整 */
  color: #fff;        /* 色変更も可 */
}


@media screen and (max-width: 768px) {
  .anno {
    font-size: 10px;
  }
  .mv_cta{
    position: inherit;
  }
  .mv_cta .sp{
    position: relative;
  }
  ul.anno li{
    color: #ffe7e7;
    text-align: left;
    padding-left: 1.2em;
    position: relative;
  }
  ul.anno {
    position: relative;
    margin-top: -15px;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    padding-bottom: 7%;
  }
  section.mv + section>.mv_cta  ul.anno{
    padding-bottom: 0%;
  }
}

.swiper-button-next, .swiper-button-prev{
    background-image: none;
  }
