@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanMP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Serif", Meiryo, serif;
  font-size: min(1.38vw,18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #23211f;
  background: url(../images/common/bg.jpg) left top/100% repeat-y;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.125vw;
    line-height: 1.875;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

body.fixed {
  overflow: hidden;
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color: #23211f;
}

@media screen and (min-width: 769px) {
  a {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  a:hover {
    opacity: 0.7;
  }
}

li {
  list-style: none;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.rightTxt {
  text-align: right;
}

.leftTxt {
  text-align: left;
}

.centerTxt {
  text-align: center;
}

.tategaki {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp._inline {
    display: inline;
  }
  .sp._inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
}

.p-faq .p-lower-fv {
  background: url(../images/common/bg_pattern_dot-purple.jpg) left top/5.72917vw 8.85417vw repeat;
}

@media screen and (min-width: 769px) {
  .p-faq .p-lower-fv {
    background-size: min(3.38vw,44px) min(5.23vw,68px);
  }
}

.p-faq .p-lower-fv h1 {
  width: 29.03646vw;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .p-faq .p-lower-fv h1 {
    width: min(17.15vw,223px);
  }
}

.p-faq-nav {
  margin-bottom: 12.36979vw;
}

@media screen and (min-width: 769px) {
  .p-faq-nav {
    margin-bottom: min(7.69vw,100px);
  }
}

.p-faq-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5.20833vw;
}

@media screen and (max-width: 768px) {
  .p-faq-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .p-faq-nav__list {
    gap: min(2.31vw,30px);
  }
}

.p-faq-nav .btn {
  background-color: #c355d9;
  color: #fff;
  width: 68.09896vw;
  height: 15.625vw;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-faq-nav .btn {
    font-size: 3.90625vw;
  }
}

@media screen and (min-width: 769px) {
  .p-faq-nav .btn {
    width: min(31.38vw,408px);
    height: min(8.85vw,115px);
  }
}

.p-faq-nav .btn::after {
  background-image: url(../images/common/icon_arrow-black_bottom.png);
}

.p-faq__group {
  margin-bottom: 11.71875vw;
}

@media screen and (min-width: 769px) {
  .p-faq__group {
    margin-bottom: min(7.69vw,100px);
  }
}

.p-faq__title {
  width: 29.03646vw;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-faq__title {
    width: min(17.15vw,223px);
  }
}

.p-faq__title::after {
  content: "";
  display: block;
  width: 100.13021vw;
  height: 19.01042vw;
  background: url(../images/toppage/img-deco_faq1.png) center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .p-faq__title::after {
    width: min(82.69vw,695px);
    height: min(11.62vw,151px);
  }
}

.p-faq__topicTitle {
  text-align: center;
  margin: 0 auto 5.20833vw;
}

@media screen and (min-width: 769px) {
  .p-faq__topicTitle {
    width: min(38.51vw,647px);
    margin: 0 auto min(2.31vw,30px);
  }
}

.p-faq__topicTitle img {
  height: auto;
}

.p-faq__list:first-of-type {
  margin-bottom: 11.06771vw;
}

@media screen and (min-width: 769px) {
  .p-faq__list:first-of-type {
    margin-bottom: min(6.15vw,80px);
  }
}

.p-faq__item {
  border: 0.78125vw solid #000;
  background-color: #fff;
  border-radius: 2.60417vw;
  overflow: hidden;
  margin-bottom: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .p-faq__item {
    border: 6px solid #000;
    border-radius: 20px;
    margin-bottom: min(3.08vw,40px);
  }
}

.p-faq__item-q {
  padding: 5.20833vw 3.90625vw;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .p-faq__item-q {
    padding: min(3.08vw,40px);
  }
}

.p-faq__item-q-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__item-q-inner .-txt {
  font-size: 4.16667vw;
  padding-right: 6.51042vw;
}

@media screen and (min-width: 769px) {
  .p-faq__item-q-inner .-txt {
    font-size: min(2vw,26px);
    padding-right: min(3.85vw,50px);
  }
}

.p-faq__item-q .-toggle {
  display: inline-block;
  height: 4.03646vw;
  position: absolute;
  right: 3.90625vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.03646vw;
}

@media screen and (min-width: 769px) {
  .p-faq__item-q .-toggle {
    display: inline-block;
    height: min(1.69vw,22px);
    position: absolute;
    right: min(3.85vw,50px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min(1.69vw,22px);
  }
}

.p-faq__item-q .-toggle::before, .p-faq__item-q .-toggle::after {
  background-color: #c355d9;
  border-radius: 50vw;
  content: "";
  position: absolute;
}

.p-faq__item-q .-toggle::before {
  height: 0.78125vw;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.03646vw;
}

@media screen and (min-width: 769px) {
  .p-faq__item-q .-toggle::before {
    height: min(0.31vw,4px);
    width: min(1.69vw,22px);
  }
}

.p-faq__item-q .-toggle::after {
  height: 4.03646vw;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.78125vw;
}

@media screen and (min-width: 769px) {
  .p-faq__item-q .-toggle::after {
    height: min(1.69vw,22px);
    width: min(0.31vw,4px);
  }
}

.p-faq__item-q.is-show .-toggle::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-faq__item-a {
  padding: 5.20833vw 3.90625vw;
  background-color: #f8f8f8;
  border-top: 0.26042vw dotted #b2b2b2;
}

@media screen and (min-width: 769px) {
  .p-faq__item-a {
    padding: min(2.31vw,30px) min(3.08vw,40px);
    border-top: 2px dotted #b2b2b2;
  }
}

.p-faq__item-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__item-a-inner .-txt {
  font-size: 3.64583vw;
  margin-top: 0.52083vw;
}

@media screen and (min-width: 769px) {
  .p-faq__item-a-inner .-txt {
    font-size: min(1.54vw,20px);
    margin-top: min(0.31vw,4px);
  }
}

.p-faq__item .-head {
  color: #c355d9;
  font-weight: 700;
  margin-right: 2.60417vw;
  font-size: 6.51042vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-faq__item .-head {
    margin-right: 1em;
    font-size: min(2.62vw,34px);
  }
}

.p-faq__footer {
  margin: 13.67188vw auto 18.22917vw;
}

@media screen and (min-width: 769px) {
  .p-faq__footer {
    margin: min(6.92vw,90px) auto min(10.77vw,140px);
  }
}

.p-faq__footer .btn {
  width: 68.09896vw;
  height: 15.625vw;
  font-size: 3.90625vw;
}

@media screen and (min-width: 769px) {
  .p-faq__footer .btn {
    width: min(40.38vw,525px);
    height: min(8.92vw,116px);
    font-size: min(2vw,26px);
  }
}

.p-faq__footer .btn::before {
  content: "";
  display: block;
  width: 5.07813vw;
  height: 5.07813vw;
  background: url(../images/common/icon_arrow-black.png) center/contain no-repeat;
  position: absolute;
  left: 3.64583vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 769px) {
  .p-faq__footer .btn::before {
    width: min(3vw,39px);
    height: min(3vw,39px);
    left: min(2.15vw,28px);
  }
}

.p-faq__footer .btn::after {
  display: none;
}
