p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #fff;
  z-index: 999;
}

@media (max-width: 767px) {
  header.header {
    padding: 0 20px;
  }
}

.logo {
  width: 238px;
}

@media (max-width: 767px) {
  .logo {
    width: 178px;
  }
}

.wrapper {
  padding-top: 0 !important;
}

/* ============================================================= */
/* fv */
/* ============================================================= */
.fv {
  padding-top: 95px;
}

@media (max-width: 767px) {
  .fv {
    padding-top: 55px;
  }
}

.fv__image{
  font-size: 0;
}

/* ============================================================= */
/* lead */
/* ============================================================= */
.lead {
  padding: 70px 2% 80px;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .lead {
    padding: 30px 5.33% 20px;
  }
}

.lead__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .lead__content {
    display: block;
    margin-right: 0;
  }
}

.lead-box__title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  border-bottom: 4px dotted #c70029;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .lead-box__title {
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom: none;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .lead-box__title-accent {
    font-size: 22px;
    padding-bottom: 2px;
    border-bottom: 4px dotted #c70029;
    padding-inline: 4px;
  }
}

.lead-box__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 1286px) {
  .lead-box__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lead-box__text {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media (max-width: 767px) {
  .lead__box {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ============================================================= */
/* point */
/* ============================================================= */
.point {
  padding: 66px 2% 90px;
}
@media (max-width: 767px) {
  .point {
    padding: 40px 5.33% 32px;
  }
}

.point__title {
  text-align: center;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .point__title {
    margin-bottom: 24px;
  }
}

.point__items {
  display: flex;
  gap: 120px;
  justify-content: center;
  margin-bottom: 120px;
  margin-left: 50px;
}
@media (max-width: 1286px) {
  .point__items {
    gap: 72px;
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .point__items {
    gap: 60px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .point__items {
    column-gap: 20px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-left: 0;
  }
}

.point__item {
  width: fit-content;
  position: relative;
}

@media (max-width: 767px) {
  .point__item-box {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 23px;
    align-items: center;
  }
}

.point__item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  position: absolute;
  content: "";
  top: -23px;
  left: -32px;
}
@media (max-width: 1286px) {
  .point__item-wrapper {
    top: -18px;
    left: -24px;
  }
}
@media (max-width: 1024px) {
  .point__item-wrapper {
    top: -12px;
    left: -18px;
  }
}
@media (max-width: 767px) {
  .point__item-wrapper {
    top: -2px;
    left: -14px;
  }
}

.point__item-point {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #c70029;
}
@media (max-width: 1286px) {
  .point__item-point {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .point__item-point {
    font-size: 10px;
  }
}

.point__item-number {
  font-size: 52px;
  line-height: 1;
  text-align: center;
  color: #c70029;
  font-weight: 600;
}
@media (max-width: 1286px) {
  .point__item-number {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .point__item-number {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .point__item-number {
    font-size: 28px;
  }
}

.point__item-title {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-image: url(../img/ico-point-circle.svg?v=20260410);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-inline: auto;
}
@media (max-width: 1286px) {
  .point__item-title {
    width: 160px;
    height: 160px;
    font-size: 20px;
    line-height: calc(28 / 22);
  }
}
@media (max-width: 767px) {
  .point__item-title {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: calc(21 / 16);
  }
}

.point__item-title--accent {
  line-height: calc(28 / 22);
}

.point__item-title-small {
  font-size: 20px;
}
@media (max-width: 1286px) {
  .point__item-title-small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .point__item-title-small {
    font-size: 12px;
  }
}

.point__item-text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #0a0a03;
  font-weight: 600;
}
@media (max-width: 1286px) {
  .point__item-text {
    font-size: 18px;
    line-height: calc(34 / 18);
  }
}
@media (max-width: 767px) {
  .point__item-text {
    font-size: 14px;
    line-height: calc(20 / 14);
    text-align: left;
  }
}

.point__content__lists {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
@media (max-width: 767px) {
  .point__content__lists {
    gap: 40px;
  }
}

.point__schedule-title,
.point__billing-title,
.point__price-title {
  border-top: 4px dotted #c70029;
  border-bottom: 4px dotted #c70029;
  font-size: 42px;
  line-height: calc(66 / 46);
  text-align: center;
  color: #0a0a03;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 28px;
  padding: 6px 0;
}
@media (max-width: 1286px) {
  .point__schedule-title,
  .point__billing-title,
  .point__price-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .point__schedule-title,
  .point__billing-title,
  .point__price-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .point__schedule-title,
  .point__billing-title,
  .point__price-title {
    font-size: 22px;
    margin-bottom: 24px;
    width: 100%;
  }
}

.point__schedule-content-text,
.point__billing-content-text,
.point__price-content-text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #0a0a03;
}
@media (max-width: 767px) {
  .point__schedule-content-text,
  .point__billing-content-text,
  .point__price-content-text {
    font-size: 14px;
    line-height: calc(22 / 14);
    text-align: center;
  }
}

/* ============================================================= */
/* service */
/* ============================================================= */
.service {
  padding: 80px 2% 80px;
}
@media (max-width: 767px) {
  .service {
    padding: 30px 2% 20px;
  }
}

.service__content {
  width: 100%;
  max-width: 1231px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service {
    padding: 30px 5.33% 20px;
  }
}

.service__title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .service__title {
    margin-bottom: 40px;
  }
}
.service__content__item {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
@media (max-width: 767px) {
  .service__content__item {
    gap: 20px;
  }
}

.service__grid {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  column-gap: 34px;
  align-items: center;
}
@media (max-width: 767px) {
  .service__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .service__grid-img img {
    width: 118px;
    height: 118px;
    display: block;
    margin-inline: auto;
  }
}

.service__grid-content-title {
  font-size: 42px;
  line-height: calc(66 / 44);
  color: #0a0a03;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 1286px) {
  .service__grid-content-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .service__grid-content-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .service__grid-content-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.service__grid-content-text {
  font-size: 20px;
  line-height: calc(34 / 20);
  color: #0a0a03;
}
@media (max-width: 767px) {
  .service__grid-content-text {
    font-size: 14px;
    line-height: calc(22 / 14);
  }
}

/* ============================================================= */
/* reader */
/* ============================================================= */
.reader {
  padding: 64px 2% 128px;
}
@media (max-width: 767px) {
  .reader {
    padding: 40px 5.33% 60px;
  }
}

.reader__content {
  width: 100%;
  max-width: 1231px;
  margin: 0 auto;
}

.reader__title {
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .reader__title {
    margin-bottom: 36px;
  }
}

.reader__text {
  font-size: 20px;
  line-height: calc(34 / 20);
  text-align: center;
  color: #0a0a03;
  margin-bottom: 64px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .reader__text {
    font-size: 14px;
    line-height: calc(24 / 14);
    margin-bottom: 28px;
  }
}
.reader__boxs {
  background: #f7f7f7;
  border: 1px solid #c69f71;
  position: relative;
  padding: 10px;
}
@media (max-width: 767px) {
  .reader__boxs {
    padding: 6px;
  }
}
.reader__box {
  border: 4px solid #c69f71;
  padding: 36px 20px 46px;
}
@media (max-width: 767px) {
  .reader__box {
    border: 2px solid #c69f71;
    padding: 32px 16px;
  }
}

.reader__box-title {
  font-size: 44px;
  line-height: 66px;
  text-align: center;
  color: #c70029;
  margin-bottom: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .reader__box-title {
    font-size: 21px;
    line-height: calc(32 / 21);
    margin-bottom: 16px;
  }
}

.reader__box-texts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .reader__box-texts {
    gap: 20px;
  }
}

.reader__box-text {
  font-size: 20px;
  line-height: calc(34 / 20);
  text-align: center;
  color: #0a0a03;
}
@media (max-width: 767px) {
  .reader__box-text {
    font-size: 12px;
    line-height: calc(20 / 12);
    text-align: left;
  }
}
.reader__box-text--bold {
  font-size: 20px;
  line-height: calc(34 / 20);
  text-align: center;
  color: #0a0a03;
  font-weight: 600;
}
@media (max-width: 767px) {
  .reader__box-text--bold {
    font-size: 16px;
    line-height: calc(28 / 16);
    text-align: left;
  }
}

/* ============================================================= */
/* faq */
/* ============================================================= */
.faq {
  padding: 64px 2% 80px;
  background: #f0f0e7;
}
@media (max-width: 767px) {
  .faq {
    padding: 40px 5.33% 36px;
  }
}

.faq__content {
  width: 100%;
  max-width: 1231px;
  margin: 0 auto;
}

.faq__title {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .faq__title {
    margin-bottom: 36px;
  }
}

.faq__title .faq__title-image {
  position: relative;
}

.faq__title .common-title__image-text {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 52px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .faq__title .common-title__image-text {
    font-size: 28px;
  }
}
.faq-item {
  margin: 0;
  border-bottom: 1px solid #E4A8AE;
}
.faq-item:last-of-type {
  border-bottom: none;
}

details.faq-item::details-content {
  overflow: hidden;
}

.faq-item__summary {
  width: 100%;
  gap: 16px;
  padding: 16px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: inherit;
  box-sizing: border-box;
  list-style: none;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 28px;
  column-gap: 17px;
  align-items: center;
}
@media (max-width: 767px) {
  .faq-item__summary {
    grid-template-columns: 40px minmax(0, 1fr) 16px;
    column-gap: 8px;
    gap: 11px;
  }
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__summary:focus-visible {
  outline: 2px solid #0086f7;
  outline-offset: 2px;
}

.faq-item__q {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #c70029;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .faq-item__q {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}

.faq-item__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #0a0a03;
  font-weight: bold;
  font-size: 32px;
  line-height: calc(66 / 36);
  color: #0a0a03;
}
@media (max-width: 767px) {
  .faq-item__question-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.faq-item__toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
  left: -20px;
}
@media (max-width: 767px) {
  .faq-item__toggle {
    left: -6px;
  }
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 4px;
  background-color: #c70029;
  border-radius: 1.5px;
  transform-origin: center;
  transition: transform 0.48s cubic-bezier(0.33, 1, 0.55, 1);
}

.faq-item__toggle::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 767px) {
  .faq-item__toggle::before,
  .faq-item__toggle::after {
    width: 12px;
    height: 2.5px;
    border-radius: 1.25px;
  }
}

.faq-accordion--animated
  details.faq-item.faq-item--expanded
  .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-accordion:not(.faq-accordion--animated)
  details.faq-item[open]
  .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__panel {
  padding: 0;
}

.faq-item__panel-inner {
  padding: 0 0 34px;
}
@media (max-width: 767px) {
  .faq-item__panel-inner {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .faq-accordion > .faq-item:last-child .faq-item__panel-inner {
    padding-bottom: 0;
  }
}

.faq-item__answer-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  column-gap: 17px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .faq-item__answer-row {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 8px;
  }
  .faq-item__answer-row.faq-item__answer-row--contents {
    display: contents;
  }
}

.faq-item__a {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  line-height: calc(34 / 20);
  color: #c70029;
  text-align: right;
}
@media (max-width: 767px) {
  .faq-item__a {
    width: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.faq-item__answer {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  color: #0a0a03;
}
@media (max-width: 767px) {
  .faq-item__answer {
    font-size: 12px;
    line-height: 1.65;
  }
}

.faq-item__answer span {
  font-weight: 600;
}

.faq-item__dl {
  margin: 12px 0 28px 0;
}
@media (max-width: 767px) {
  .faq-item__dl {
    margin: 10px 0 0 0;
  }
}

.faq-item__dl-item {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background: #E2E2D1;
}

@media (max-width: 767px) {
  .faq-item__dl-item {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}

.faq-item__dl-item:nth-of-type(even) {
  background: #f2f2e3;
}

.faq-item__dl-item-title {
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  color: #0a0a03;
  font-weight: 600;
  padding: 8px 20px 6px;
}
@media (max-width: 767px) {
  .faq-item__dl-item-title {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0 8px 15px;
  }
}

.faq-item__dl-item-text {
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  color: #0a0a03;
  padding: 8px 0px 6px;
  margin: 0;
}
@media (max-width: 767px) {
  .faq-item__dl-item-text {
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 10px 6px;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item__toggle::before,
  .faq-item__toggle::after {
    transition: none;
  }
}

.common-title {
  display: flex;
  column-gap: 16px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .common-title {
    column-gap: 2px;
  }
}
.common-title__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.common-title__content-text {
  font-size: 52px;
  line-height: calc(66 / 52);
  text-align: center;
  color: #0a0a03;
  font-weight: 600;
  margin-bottom: -8px;
}
@media (max-width: 1286px) {
  .common-title__content-text {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .common-title__content-text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .common-title__content-text {
    font-size: 28px;
    margin-bottom: -14px;
  }
}

.common-title__image-text-small {
  font-size: 42px;
}
@media (max-width: 767px) {
  .common-title__image-text-small {
    font-size: 23px;
  }
}
.common-title__content-text-accent {
  color: #c70029;
}

.common-title__image-wave {
  width: 100%;
  max-width: 100%;
}
