@charset "UTF-8";
/* breakpoint
---------------------- */
/* color
---------------------- */
/* Component
---------------------- */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  .c-pc-none {
    display: none;
  }
}
.gothic {
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.c-mb15 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-mb15 {
    margin-bottom: 30px;
  }
}

.c-mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-mb30 {
    margin-bottom: 60px;
  }
}

.c-mb60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c-mb60 {
    margin-bottom: 120px;
  }
}

.c-red {
  color: #C30D19;
}

#lp-faq {
  width: 100%;
  max-width: 780px;
  margin: 20px auto 0;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #lp-faq {
    margin: 53px auto 0;
  }
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  /* Safariで表示されるデフォルトの三角形アイコンを非表示にします */
}
summary::-webkit-details-marker {
  display: none;
}

/* faq
---------------------- */
.faq {
  width: 94%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .faq {
    width: 660px;
    padding-top: 60px;
  }
}
.faq__ttl {
  position: relative;
  font-size: calc(2rem + 5 * (100vw - 320px) / 447);
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .faq__ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__ttl {
    margin-bottom: 60px;
  }
}
.faq__ttl span {
  font-size: calc(1.6rem + 5 * (100vw - 320px) / 447);
  display: block;
}
@media screen and (min-width: 768px) {
  .faq__ttl span {
    font-size: 3.2rem;
  }
}
.faq__ttl::before {
  position: absolute;
  content: "";
  border-bottom: 3px solid #5AC3E0;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}
@media screen and (min-width: 768px) {
  .faq__ttl::before {
    border-bottom: 7px solid #5AC3E0;
    width: 140px;
  }
}
.faq__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    gap: 10px;
  }
}
.faq__item {
  position: relative;
  width: calc(50% - 0.25rem);
}
@media screen and (min-width: 768px) {
  .faq__item {
    width: 325px;
  }
}
.faq__item:first-child {
  width: 100%;
}
.faq__item::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.4rem;
}
@media screen and (min-width: 768px) {
  .faq__item::after {
    width: 12px;
    height: 12px;
    border-top: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    right: 2rem;
    margin-top: -0.8rem;
  }
}
.faq__link {
  display: block;
  font-size: calc(1.2rem + 5 * (100vw - 320px) / 447);
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  background-color: #5AC3E0;
  padding: 1.5rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__link {
    padding: 2rem 0;
  }
}

/* accordion
---------------------- */
.accordion {
  width: 94%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .accordion {
    width: 660px;
    margin: 0 auto 60px;
  }
}
.accordion__note {
  font-size: calc(1.4rem + 5 * (100vw - 320px) / 447);
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .accordion__note {
    font-size: 2.4rem;
  }
}
.accordion__note span {
  font-size: calc(1.2rem + 5 * (100vw - 320px) / 447);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .accordion__note span {
    font-size: 2rem;
  }
}
.accordion__note-link {
  color: #5AC3E0;
  text-decoration: underline;
}
.accordion__block {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .accordion__block {
    padding-top: 160px;
  }
}
.accordion__ttl {
  font-size: calc(1.6rem + 5 * (100vw - 320px) / 447);
  line-height: 1;
  font-weight: bold;
  border-bottom: 3px solid #5AC3E0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (min-width: 768px) {
  .accordion__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__ttl {
    border-bottom: 7px solid #5AC3E0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: -180px;
    padding-top: 180px;
  }
}
.accordion__details {
  border-bottom: 1px solid #5AC3E0;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .accordion__details {
    padding: 40px 0;
  }
}
.accordion__summary {
  cursor: pointer;
  position: relative;
}
.accordion__summary-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: calc(1.4rem + 5 * (100vw - 320px) / 447);
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .accordion__summary-inner {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__summary-inner {
    padding-left: 80px;
  }
}
.accordion__summary-inner::before {
  content: "Q";
  color: #ffffff;
  background-color: #5AC3E0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-size: calc(1.6rem + 5 * (100vw - 320px) / 447);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .accordion__summary-inner::before {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__summary-inner::before {
    left: 0.5rem;
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
}
.accordion__summary-icon {
  display: block;
  position: relative;
  width: 12px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  /* アイコンのバーのスタイル */
}
@media screen and (min-width: 768px) {
  .accordion__summary-icon {
    width: 24px;
  }
}
.accordion__summary-icon::before, .accordion__summary-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #5AC3E0;
}
@media screen and (min-width: 768px) {
  .accordion__summary-icon::before, .accordion__summary-icon::after {
    width: 16px;
    height: 5px;
  }
}
.accordion__summary-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.accordion__summary-icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.accordion__content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
.accordion__content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  color: #333333;
  padding-top: 20px;
  padding-left: 4rem;
  padding-right: calc(1rem + 12px);
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .accordion__content-inner {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: calc(1rem + 24px);
    padding-bottom: 25px;
  }
}
.accordion__content-inner::before {
  content: "A";
  color: #5AC3E0;
  border: 1px solid #5AC3E0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-size: calc(1.6rem + 5 * (100vw - 320px) / 447);
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  line-height: 2.7rem;
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .accordion__content-inner::before {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__content-inner::before {
    border: 2px solid #5AC3E0;
    top: 40px;
    left: 0.5rem;
    width: 54px;
    height: 54px;
    line-height: 50px;
  }
}
.accordion__content-txt {
  font-size: calc(1.2rem + 5 * (100vw - 320px) / 447);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .accordion__content-txt {
    font-size: 2rem;
  }
}
.accordion__content-link {
  color: #5AC3E0;
  text-decoration: underline;
}
.accordion__content-indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

/* アイコンの変化
---------------------- */
details.is-opened .accordion__summary-icon {
  transform: rotate(180deg);
}

.c-mpt0 {
  margin-top: 0;
  padding-top: 0;
}