/*----------
common
----------*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
}

h2 {
  font-size: clamp(1.375rem, 0.5rem + 3.73vw, 2.25rem);
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}

h3 {
  font-size: clamp(1.125rem, 0.25rem + 3.73vw, 2rem);
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 700;
}

p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.inner {
  max-width: 782px;
  margin: 0 auto;
  padding: 0 16px;
}

.subtitle {
  color: #0040ff;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 14px;
  }
}


section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}

.custom-text-box {
  text-align: center;
}

.custom-text-box p {
  display: inline-block;
  text-align: left;
}

.custom-text-box--pc-center p {
  text-align: center;
}

@media (max-width: 767px) {
  .custom-text-box--pc-center p {
    text-align: left;
  }
}

.sec-bg-001 {
  background-color: #f8fbffff;
}

.special-offer {
  text-align: center;
}

.special-offer p {
  display: inline-block;
  text-align: left;
  margin-top: 8px;
  color: #e53935;
  font-weight: bold;
  font-size: 12px;
}

.special-offer--cta p {
  color: #000;
  /* font-weight: 500; */
  margin-top: 1em;
}

/*----------
header
----------*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 16px 0;
  background-color: #fff;
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 767px) {
  header h1 {
    font-size: 22px;
  }
}

header .c-cta-header {
  background-color: #0040ff;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 60px;
}

@media (max-width: 767px) {

  header .c-cta-header {
    font-size: 12px;
    width: 120px;
  }
}


main {
  /* padding-top: 40px; */
}

/*----------
fv
----------*/

.fv {
  padding: 120px 0;
}

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

.fv img {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

.fv h2 {
  font-size: clamp(1.25rem, 0.25rem + 4.27vw, 2.25rem);
}

.fv-notice {
  text-align: center;
  font-size: 10px;
  margin-bottom: 16px;
}

.fv .special-offer {
  margin-top: 1em;
}

.fv .special-offer p {
  margin: 0;
}

/*----------
season
----------*/

.season h2 {
  text-align: center;
}

/*----------
c-cta
----------*/

.c-cta {
  margin: 36px 0;
}

.c-cta a img {
  width: 20px;
}

.c-cta a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 200px;
  height: 50px;
  margin: 0 auto;
  border-radius: 60px;
}

.c-cta-line {
  background-color: #06c755ff;
  margin-bottom: 16px !important;
}

.c-cta-tel {
  background-color: #0040ff;
}

.c-cta__notice {
  margin-top: 16px;
  margin-bottom: 32px;
}

.c-cta__notice p {
  text-align: center;
  font-size: 12px;
}

.c-cta__notice p span {
  color: #FF3B30;
  font-weight: 700;
}

/*----------
problem
----------*/

.problem-items {
  margin: 40px 0;
}

.problem-item {
  margin-bottom: 42px;
}

.problem-items img {
  /* max-width: 120px; */
  max-height: 160px;
  margin: 0 auto;
}

.problem-items p {
  text-align: center;
  margin-top: 8px;
}

.problem-bottom-text {
  color: #0040ffff;
  margin-bottom: 0;
}

/*----------
reason
----------*/

.reason-items {
  margin: 36px 0;
}

.reason-item img {
  object-fit: cover;
  border-radius: 8px;
  height: 360px;
  width: 100%;
  margin-bottom: 20px;
}

.reason-item {
  margin-bottom: 80px;
  overflow: hidden;
}

.reason-item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .reason-item img {
    /* height: 160px; */
    height: 42vw;
  }

  .reason-item {
    margin-bottom: 40px;
  }
}

/*----------
price
----------*/

.price-items {
  margin: 36px 0 0;
}

.price-item:nth-of-type(1) {
  border-top: none;
}

.price-items h3 {
  text-align: center;
  margin-bottom: 20px;
}

.price-item-number {
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  /* color: #0040ff; */
}

.price-item-number span {
  font-size: 16px;
  padding-bottom: 4px;
}

.price-item-number-notice {
  text-align: center;
  margin-top: 4px;
}

.price-item-number-notice p {
  font-size: 12px;
  text-align: left;
  display: inline-block;
}

/*----------
step
----------*/

.step h2 {
  text-align: left;
}

.step .subtitle {
  text-align: left;
}

.step-items {
  margin: 36px auto 24px;
}

.step-item {
  margin-bottom: 36px;
}

.step-item:last-of-type {
  margin-bottom: 0;
}

.step-item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.step-item img {
  width: 36px;
}

.step-item h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}

.step-item span {
  font-size: 12px;
  display: inline-block;
}

.step-item-notice {
  font-size: 12px;
}

/*----------
voice
----------*/
.voice h2 {
  text-align: left;
}

.voice .subtitle {
  text-align: left;
}

.voice-items {
  margin: 42px auto;
  /* max-width: 500px; */
}

.voice-item {
  margin-bottom: 36px;
}

.voice-item img {
  width: 36px;
  margin-bottom: 12px;
}

.voice-item h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #0040ff;
}

.voice-img {
  overflow: scroll;
}

.voice-img img {
  width: 750px;
  max-width: 750px;
}

.voice-img-title {
  margin-bottom: 8px;
}

.voice-img-notice {
  margin-top: 8px;
}

/*----------
flip-color
----------*/
.flip-color {
  background-color: #081640ff;
}

.flip-color h2 {
  color: #fff;
}


.flip-color p {
  color: #fff;
}

.flip-color h3 {
  color: #fff;
}

.flip-color h3 span {
  color: #57ffa5ff;
}

.flip-color .subtitle {
  color: #57ffa5ff;
}

/*----------
qa
----------*/
.qa {}

.qa-items {
  margin: 42px auto 0;
}

.qa-item {
  margin-bottom: 36px;
}

.qa-item:last-of-type {
  margin-bottom: 0;
}

.qa-item span {
  color: #0040ff;
  display: inline-block;
  font-size: clamp(1.125rem, 0.25rem + 3.73vw, 2rem);
  position: relative;
  top: -0.05em;
}

.qa-item h3 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

/*----------
formTable
----------*/
.formTable {
  width: 100%;
}

.formTable th {
  text-align: left;
}

.formTable tr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.formTable input {
  width: 100%;
}

.formTable textarea {
  width: 100%;
}

.formTable-submit {
  text-align: center;

}

.formTable span {
  color: red;
}

input[type='submit'] {
  padding: 10px 40px;
  border: none;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
}


footer {
  padding: 60px 0 20px;
}

footer h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

footer .footer-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  gap: 4px;
}

footer a {
  font-size: 14px;
  color: #777;
  text-decoration: underline;
}

footer p {
  text-align: center;
  font-size: 12px;
}


/*----------
about
----------*/
.about  {
  padding: 120px 0;
}

.about .about-table {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}

.about .about-table__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #ddd;
}

.about .about-table__row:last-child {
  border-bottom: none;
}

.about .about-table__head {
  padding: 12px 14px;
  font-weight: 700;
  background-color: #f8fbff;
  border-right: 1px solid #ddd;
}

.about .about-table__cell {
  padding: 12px 14px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .about .about-table__row {
    grid-template-columns: 1fr;
  }

  .about .about-table__head {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }

  .about .about-table__cell {
    padding-top: 8px;
  }
}


.back-btn {
  background-color: #0040ff;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 60px;
  margin: 0 auto;
  margin-top: 60px;
}


/*----------
privacy-policy
----------*/
.privacy-policy .privacy-policy-content {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.privacy-policy .privacy-policy-content > p + p {
  margin-top: 1.25em;
}

.privacy-policy .privacy-policy-table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}

.privacy-policy .privacy-policy-table__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #ddd;
}

.privacy-policy .privacy-policy-table__row:last-child {
  border-bottom: none;
}

.privacy-policy .privacy-policy-table__head {
  padding: 12px 14px;
  font-weight: 700;
  background-color: #f8fbff;
  border-right: 1px solid #ddd;
}

.privacy-policy .privacy-policy-table__cell {
  padding: 12px 14px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .privacy-policy .privacy-policy-table__row {
    grid-template-columns: 1fr;
  }

  .privacy-policy .privacy-policy-table__head {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
  }

  .privacy-policy .privacy-policy-table__cell {
    padding-top: 8px;
  }
}