@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%;
}
.wrap .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;
}