*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background: #ffffff;
  color: #3b261c;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 58px;
}

.p-header {
  background-color: #fff;
  left: 50%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}

.p-header__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 880px;
  padding-bottom: 13px;
  padding-inline: 12px;
  padding-top: 10px;
}

.p-header__toggle {
  background: none;
  border: none;
  display: none;
  padding: 0;
}

.p-header__nav {
  flex: 1;
}

.p-header__nav-list {
  display: flex;
  flex-direction: row;
  gap: 11px;
  justify-content: space-between;
  align-items: center;
}

.p-header__nav-item {
  display: flex;
  align-items: center;
  list-style: none;
}

.p-header__nav-link {
  font-size: 12px;
  letter-spacing: 1.2px;
}

.p-header__nav-link:hover {
  opacity: 0.7;
}

.p-header__cta-btn {
  height: auto;
  width: 160px;
}

.p-header__cta-btn img {
  height: auto;
  width: 100%;
}

.p-fv {
  background: url(../img/fv_background.png) no-repeat center/cover;
}

.p-fv__inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-inline: auto;
  max-width: 780px;
  padding-bottom: 16px;
  padding-inline: 12px;
  padding-top: 33px;
}

.p-fv__contents {
  flex: 1;
}

.p-fv__catch-first {
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
}

.p-fv__catch-first span {
  background-color: #fff;
  color: #17498c;
  display: inline-block;
  font-weight: 600;
}

.p-fv__catch-sub {
  font-size: 26px;
  font-weight: 600;
  padding-top: 30px;
  text-align: center;
}

.p-fv__sp-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-inline: auto;
}

.p-fv__image-sp {
  display: none;
}

.p-fv__catch-main {
  height: auto;
  margin-inline: auto;
  padding-top: 22px;
  text-align: center;
  width: 530px;
}

.p-fv__catch-text {
  font-size: 20px;
  font-weight: 600;
  padding-top: 40px;
  position: relative;
  text-align: center;
}

.p-fv__catch-text::before {
  background: url(../img/fv-line1.png) no-repeat center/contain;
  bottom: 10px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-227px);
  width: 70px;
}

.p-fv__catch-text::after {
  background: url(../img/fv-line2.png) no-repeat center/contain;
  bottom: 10px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(154px);
  width: 70px;
}

.p-fv__circles {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding-top: 20px;
}

.p-fv__circle {
  height: auto;
  width: 140px;
}

.p-fv__circle img {
  height: 100%;
  width: 100%;
}

.p-fv__image-pc {
  height: 408px;
  width: 194px;
}

.p-fv__image-pc img {
  height: 100%;
  width: 100%;
}

.p-fv__cta {
  background: url(../img/blue_background.png) no-repeat center/cover;
  max-width: 100%;
  padding-bottom: 26px;
  padding-top: 76px;
}

.p-fv__cta-wrap {
  background-color: #fff;
  border-radius: 10px;
  height: 222px;
  margin-inline: auto;
  position: relative;
  width: 598px;
}

.p-fv__cta-wrap::before {
  background: url(../img/fv-cta-frame.png) no-repeat center/contain;
  content: "";
  height: 215px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 680px;
}

.p-fv__cta-top {
  font-size: 24px;
  padding-top: 22px;
  position: relative;
  text-align: center;
}

.p-fv__cta-top img {
  height: 30px;
  margin-bottom: 10px;
  margin-inline: 10px;
  width: 45px;
}

.p-fv__cta-top::before {
  background: url(../img/cta-accent-left.png) no-repeat center/contain;
  content: "";
  height: 45px;
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(-109px);
  width: 35px;
}

.p-fv__cta-top::after {
  background: url(../img/cta-accent-right.png) no-repeat center/contain;
  content: "";
  height: 45px;
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(76px);
  width: 35px;
}

.p-fv__cta-catch {
  font-size: 22px;
  letter-spacing: 2.8px;
  text-align: center;
}

.p-fv__cta-btn {
  align-items: center;
  display: flex;
  height: auto;
  margin-inline: auto;
  padding-top: 18px;
  position: relative;
  width: 412px;
  z-index: 10;
}

.p-fv__cta-btn img {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* 5%大きく */
  }
  100% {
    transform: scale(1);
  }
}

.p-worry {
  background: url(../img/worry-background.png) no-repeat center/cover;
}

.p-worry__inner {
  padding-bottom: 50px;
  padding-top: 55px;
}

.p-worry__wrap {
  background-color: #fff;
  color: #17498c;
  margin-inline: auto;
  padding-bottom: 50px;
  padding-inline: 30px;
  padding-top: 32px;
  position: relative;
  width: 700px;
}

.p-worry__wrap::after {
  background: url(../img/worry-arrow1.png) no-repeat center/contain;
  bottom: -46px;
  content: "";
  height: 64px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10px;
}

.p-worry__wrap-heading {
  font-size: 46px;
  text-align: center;
}

.p-worry__lists {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-inline: 40px;
  padding-top: 38px;
  width: 640px;
}

.p-worry__list {
  border-bottom: 1px solid #dfe2f3;
  font-size: 22px;
  letter-spacing: -1px;
  padding-bottom: 7px;
  padding-left: 32px;
  position: relative;
}

.p-worry__list span {
  font-size: 26px;
  font-weight: 600;
}

.p-worry__list::before {
  background: url(../img/worry-check.png) no-repeat center/contain;
  content: "";
  height: 35px;
  left: -6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
}

.p-worry__list:last-child {
  border-bottom: none;
}

.p-worry__order-text1 {
  font-size: 22px;
  letter-spacing: -1px;
  padding-top: 48px;
  text-align: center;
}

.p-worry__order-text1 img {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 10px;
}

.p-worry__order-text2 {
  font-size: 24px;
  margin-top: -28px;
  text-align: center;
}

.p-worry__order-text2 span {
  font-size: 16px;
}

.p-worry__continue {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  padding-top: 63px;
  width: 600px;
}

.p-worry__continue-list {
  align-items: center;
  border-bottom: 1px solid #355f87;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
  padding-bottom: 30px;
}

.p-worry__continue-list:last-child {
  border-bottom: none;
}

.p-worry__result-text1 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.8;
  padding-top: 40px;
  text-align: center;
  font-weight: 600;
}

.p-worry__result-img {
  padding-top: 30px;
  text-align: center;
}

.p-worry__result-text2 {
  font-size: 22px;
  line-height: 2.3;
  padding-top: 52px;
  text-align: center;
  font-weight: 600;
}

.p-worry__result-text2 img {
  padding-bottom: 10px;
  padding-inline: 5px;
}

.p-worry__if {
  font-size: 22px;
  font-weight: 700;
  padding-top: 70px;
  text-align: center;
}

.p-worry__if img {
  padding-bottom: 10px;
}

.p-worry__can-img {
  padding-top: 47px;
  position: relative;
  text-align: center;
}

.p-worry__can-img::before {
  background: url(../img/worry-frame-pc.png) no-repeat center/contain;
  content: "";
  height: 128px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 680px;
}

.p-about {
  background: url(../img/strength-background.png) no-repeat center
    bottom/contain;
}

.p-about__inner {
  padding-bottom: 70px;
  padding-top: 90px;
}

.p-about__title {
  position: relative;
  text-align: center;
}

.p-about__title::after {
  background: url(../img/about-title-wave.png) no-repeat center/contain;
  bottom: -35px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 150px;
}

.p-about__title-text {
  letter-spacing: -1px;
  padding-top: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.p-about__catch {
  padding-top: 80px;
  text-align: center;
}

.p-about__catch-text {
  line-height: 2.2;
  margin-inline: auto;
  max-width: 626px;
  padding-top: 67px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.p-about__catch-sub {
  padding-top: 50px;
  font-size: 20px;
  font-weight: 600;
}

.p-about__catch-sub img {
  margin-bottom: 5px;
}

.p-about__cycle {
  padding-top: 64px;
}

.p-about__cycle-text {
  line-height: 2.7;
  padding-top: 58px;
  font-weight: 600;
  font-size: 20px;
}

.p-about__cycle-text img {
  margin-bottom: 8px;
  margin-right: 2px;
}

.p-about__step {
  font-size: 20px;
  font-weight: 700;
  padding-top: 110px;
  position: relative;
}

.p-about__step img {
  margin-bottom: 5px;
}

.p-about__step::before {
  background: url(../img/about-arrow.png) no-repeat center/contain;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
  width: 10px;
}

.p-about__build {
  padding-top: 50px;
  position: relative;
}

.p-about__build::after {
  background: url(../img/about-emblem-pc.png) no-repeat center/contain;
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: 37px;
  transform: translateX(-50%);
  width: 660px;
}

.p-strength__title {
  padding-top: 70px;
}

.p-strength__inner {
  margin-inline: auto;
  padding-top: 30px;
}

.p-strength__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-inline: auto;
  width: 600px;
}

.p-strength__num {
  padding-left: 53px;
}

.p-strength__heading {
  padding-bottom: 42px;
  padding-top: 42px;
  position: relative;
  text-align: center;
}

.p-strength__heading::after {
  background: url(../img/strength-frame-pc.png) no-repeat center/contain;
  content: "";
  height: 133px;
  left: 50%;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  width: 600px;
}

.p-strength__content:nth-of-type(4) .p-strength__heading {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-strength__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 35px;
}

.p-strength__text p {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 600;
  width: 570px;
}

.p-strength__support {
  padding-top: 70px;
  text-align: center;
}

.p-strength__free {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  padding-left: 24px;
  padding-top: 103px;
  position: relative;
}

.p-strength__free::before {
  background: url(../img/strength-arrow.png) no-repeat center/contain;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: 37px;
  transform: translateX(-50%);
  width: 10px;
}

.p-strength__catch1 {
  font-size: 24px;
  font-weight: 600;
  padding-top: 44px;
  text-align: center;
}

.p-strength__catch2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding-left: 14px;
  padding-top: 75px;
  position: relative;
  text-align: center;
}

.p-strength__catch2::before {
  background: url(../img/strength-dot.png) no-repeat center/contain;
  content: "";
  height: 33px;
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  width: 3px;
}

.p-strength__trial {
  background: url(../img/strength-trial-frame-pc.png) no-repeat center/contain;
  height: 200px;
  margin-bottom: 42px;
  margin-inline: auto;
  margin-top: 80px;
  padding-top: 75px;
  width: 590px;
}

.p-strength__trial-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
  margin-inline: auto;
  padding-left: 120px;
  position: relative;
}

.p-strength__trial-text img {
  margin-bottom: 8px;
  margin-right: 3px;
}

.p-strength__trial-text::before {
  background: url(../img/strength-trial-check.png) no-repeat center/contain;
  content: "";
  height: 20px;
  left: 80px;
  position: absolute;
  top: 16px;
  width: 22px;
}

.p-line-cta {
  background: url(../img/strength-cta-background.png) no-repeat center/cover;
  max-width: 100%;
  padding-bottom: 48px;
  padding-top: 57px;
}

.p-line-cta__wrap {
  background-color: #fff;
  border-radius: 10px;
  height: 236px;
  margin-inline: auto;
  position: relative;
  width: 632px;
}

.p-line-cta__wrap::before {
  background: url(../img/fv-cta-frame.png) no-repeat center/contain;
  content: "";
  height: 226px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 622px;
}

.p-line-cta__top {
  font-size: 26px;
  font-weight: 600;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.p-line-cta__top span {
  color: #1aa62a;
  font-weight: 600;
}

.p-line-cta__top::before {
  background: url(../img/cta-accent-left.png) no-repeat center/contain;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: 26px;
  transform: translateX(-300px);
  width: 42px;
}

.p-line-cta__top::after {
  background: url(../img/cta-accent-right.png) no-repeat center/contain;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: 26px;
  transform: translateX(252px);
  width: 42px;
}

.p-line-cta__btn {
  align-items: center;
  display: flex;
  height: auto;
  margin-inline: auto;
  padding-top: 40px;
  position: relative;
  width: 412px;
  z-index: 10;
}

.p-line-cta__btn img {
  animation: pulse 2s infinite ease-in-out;
}

.p-contents {
  background: url(../img/contents-background.png) no-repeat center/cover;
}

.p-contents__inner {
  margin-inline: auto;
  padding-bottom: 143px;
  padding-top: 90px;
}

.p-contents__title {
  position: relative;
  text-align: center;
}

.p-contents__title::after {
  background: url(../img/contents-wave.png) no-repeat center/contain;
  bottom: -42px;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 180px;
}

.p-contents__title-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  padding-top: 66px;
  text-align: center;
}

.p-contents__catch {
  padding-top: 56px;
  text-align: center;
}

.p-contents__wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 73px;
  margin-inline: auto;
  margin-top: 76px;
  padding-bottom: 40px;
  padding-top: 38px;
  position: relative;
  width: 680px;
}

.p-contents__wrap::before {
  background: url(../img/contents-frame-pc.png) no-repeat center/contain;
  content: "";
  height: 55px;
  left: 50%;
  position: absolute;
  top: -7px;
  transform: translateX(-50%);
  width: 700px;
}

.p-contents__wrap::after {
  background: url(../img/contents-frame-pc.png) no-repeat center/contain;
  bottom: -12px;
  content: "";
  height: 55px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(180deg);
  width: 700px;
}

.p-contents__lists {
  width: 620px;
}

.p-contents-list__heading {
  text-align: center;
}

.p-contents-list {
  display: grid;
  gap: 15px 30px;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  padding-top: 40px;
  padding-left: 10px;
}

.p-contents__lists:nth-of-type(2) .p-contents-list,
.p-contents__lists:nth-of-type(6) .p-contents-list {
  grid-template-rows: repeat(6, auto);
}

.p-contents__lists:nth-of-type(3) .p-contents-list,
.p-contents__lists:nth-of-type(4) .p-contents-list,
.p-contents__lists:nth-of-type(5) .p-contents-list,
.p-contents__lists:nth-of-type(7) .p-contents-list {
  grid-template-rows: repeat(4, auto);
}

.p-contents-list li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1.6px;
  position: relative;
  list-style: none;
}

.p-contents-list li::before {
  color: #ae873e;
  content: "●";
  font-size: 0.2em;
  left: -10px;
  line-height: 1.4;
  position: absolute;
  top: 11px;
}

.p-contents__caution {
  font-size: 15px;
  letter-spacing: -0.8px;
  text-align: center;
}

.p-support__inner {
  margin-inline: auto;
  padding-bottom: 80px;
  padding-top: 90px;
}

.p-support__title {
  position: relative;
  text-align: center;
}

.p-support__title::after {
  background: url(../img/support-wave.png) no-repeat center/contain;
  bottom: -50px;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 190px;
}

.p-support__title-text {
  font-weight: 700;
  letter-spacing: -0.8px;
  padding-top: 68px;
  text-align: center;
  font-size: 20px;
}

.p-support__catch {
  padding-top: 65px;
  text-align: center;
}

.p-support__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  padding-top: 53px;
  text-align: center;
}

.p-support__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
  padding-top: 134px;
  position: relative;
}

.p-support__wrap::before {
  background-color: #bb9a3b;
  content: "";
  height: 55px;
  left: 50%;
  position: absolute;
  top: 45px;
  transform: translateX(-50%);
  width: 2px;
}

.p-support__content {
  padding-bottom: 61px;
  padding-top: 61px;
  position: relative;
  width: 530px;
}

.p-support__content::after {
  background: url(../img/support-frame01-pc.png) no-repeat center/contain;
  content: "";
  height: 290px;
  left: 50%;
  position: absolute;
  top: -3px;
  transform: translateX(-50%);
  width: 600px;
}

.p-support__content--02::after {
  background: url(../img/support-frame02-pc.png) no-repeat center/contain;
}

.p-support__content--03::after {
  background: url(../img/support-frame03-pc.png) no-repeat center/contain;
  height: 270px;
}

.p-support__content-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.p-support__content-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  padding-top: 30px;
}

.p-support__bottom {
  padding-top: 24px;
  text-align: center;
}

.p-voice {
  background: url(../img/voice-background.png) no-repeat center/cover;
}

.p-voice__inner {
  margin-inline: auto;
  padding-bottom: 86px;
  padding-top: 90px;
}

.p-voice__title {
  position: relative;
  text-align: center;
}

.p-voice__title::after {
  background: url(../img/voice-wave.png) no-repeat center/contain;
  bottom: -40px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 150px;
}

.p-voice__title-text {
  font-size: 20px;
  font-weight: 700;
  padding-top: 53px;
  text-align: center;
}

.p-voice__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 73px;
  justify-content: center;
  padding-top: 65px;
}

.p-voice__content {
  position: relative;
}

.p-voice__frame {
  align-items: center;
  position: absolute;
  top: 2px;
  z-index: 0;
}

.p-voice__text {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 2.1;
  padding-bottom: 30px;
  padding-inline: 25px;
  padding-top: 92px;
  position: relative;
  width: 580px;
  z-index: 5;
}

.p-flow__inner {
  margin-inline: auto;
  padding-top: 90px;
}

.p-flow__title {
  position: relative;
  text-align: center;
}

.p-flow__title::after {
  background: url(../img/flow-wave.png) no-repeat center/contain;
  bottom: -30px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
}

.p-flow__title-text {
  font-size: 20px;
  font-weight: 700;
  padding-top: 47px;
  text-align: center;
}

.p-flow__wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-inline: auto;
  padding-top: 70px;
  width: 500px;
}

.p-flow__step {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-left: 9px;
}

.p-flow__step-img {
  position: relative;
}

.p-flow__step-img::after {
  background: url(../img/flow-line.png) no-repeat center/contain;
  bottom: -46px;
  content: "";
  height: 44px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
}

.p-flow__step:last-of-type .p-flow__step-img::after {
  display: none;
}

.p-flow__step-text {
  flex: 1;
  font-size: 26px;
  padding-top: 20px;
}

.p-faq__inner {
  margin-inline: auto;
  padding-top: 90px;
  padding-bottom: 60px;
}

.p-faq__title {
  position: relative;
  text-align: center;
}

.p-faq__title::after {
  background: url(../img/faq-wave.png) no-repeat center/contain;
  bottom: -30px;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 110px;
}

.p-faq__title-text {
  font-size: 20px;
  font-weight: 700;
  padding-top: 47px;
  text-align: center;
}

.p-faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 77px;
  margin-inline: auto;
  padding-top: 60px;
  width: 660px;
}

.p-faq__content {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 68px;
  position: relative;
}

.p-faq__content:nth-child(1) {
  padding-top: 55px;
}

.p-faq__content:nth-child(1) .p-faq__content-a {
  padding-top: 34px;
}

.p-faq__frame {
  margin-left: -34px;
  position: absolute;
  top: -2px;
  width: 660px;
  z-index: -1;
}

.p-faq__content-q {
  font-size: 24px;
  letter-spacing: -1.5px;
  padding-left: 95px;
  height: 70px;
  display: flex;
  align-items: center;
}

.p-faq__content-a {
  font-size: 20px;
  letter-spacing: -1.3px;
  line-height: 1.9;
  padding-left: 34px;
  padding-right: 24px;
  padding-top: 42px;
}

.p-message {
  background: url(../img/message-background.png) no-repeat center/cover;
}

.p-message__inner {
  margin-inline: auto;
  padding-bottom: 50px;
  padding-top: 90px;
}

.p-message__title {
  position: relative;
  text-align: center;
}

.p-message__title img {
  margin-right: 35px;
}

.p-message__title::after {
  background: url(../img/message-wave.png) no-repeat center/contain;
  bottom: -19px;
  content: "";
  height: 56px;
  left: 50%;
  position: absolute;
  transform: translateX(-62%);
  width: 205px;
}

.p-message__title-text {
  font-size: 20px;
  font-weight: 700;
  margin-right: 30px;
  padding-top: 49px;
  text-align: center;
}

.p-message__catch {
  padding-top: 66px;
  text-align: center;
}

.p-message__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding-top: 55px;
}

.p-message__text p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 2.5;
  text-align: center;
}

.p-message__text p span {
  font-size: 20px;
  color: #cf5282;
  font-weight: 700;
}

.p-message__trial {
  font-size: 26px;
  font-weight: 700;
  padding-top: 58px;
  text-align: center;
}

.p-message__trial span {
  font-size: 32px;
  font-weight: 700;
}

.p-message__trial img {
  margin-bottom: 30px;
  padding-right: 10px;
}

.p-message__trial-box {
  margin-bottom: 60px;
  margin-top: 72px;
  position: relative;
}

.p-message__trial-box::before {
  background: url(../img/message-arrow.png) no-repeat center/contain;
  content: "";
  height: 70px;
  left: 50%;
  position: absolute;
  top: -110px;
  transform: translateX(-50%);
  width: 30px;
}

.p-footer {
  background-color: #fff;
}

.p-footer__inner {
  margin-inline: auto;
  padding-bottom: 10px;
  padding-top: 20px;
}

.p-footer__items {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.p-footer__item {
  border-right: 1px solid #3b261c;
  font-size: 12px;
  padding-right: 10px;
  position: relative;
}

.p-footer__item:hover {
  opacity: 0.7;
}

.p-footer__item:not(:last-child) {
  border-left: 1px solid #3b261c;
  padding-left: 10px;
}

.p-footer__copy {
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
}

.u-br-sp {
  display: none;
}

.u-hide-pc {
  display: none;
}

.u-antique {
  font-family: "Shippori Antique", sans-serif;
}

.u-fz20 {
  font-size: 20px;
}

.p-privacy {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #3b261c;
}

.p-privacy h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  border-left: 4px solid #ccc;
  padding-left: 10px;
}

.p-privacy p {
  margin-bottom: 1.5em;
}

.p-privacy ul,
.p-privacy ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.p-law {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 15px;
  color: #3b261c;
}

.p-law__title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
  border-left: 4px solid #ccc;
  padding-left: 10px;
}

.p-law__table {
  width: 100%;
  border-collapse: collapse;
}

.p-law__table th,
.p-law__table td {
  border: 1px solid #ddd;
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
}

.p-law__table th {
  background-color: #f6f6f6;
  width: 25%;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 45px;
  }

  .p-header__inner {
    max-width: 400px;
    padding-inline: 14px;
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .p-header__toggle {
    cursor: pointer;
    display: block;
  }

  .p-header__nav {
    display: none;
  }

  .p-header__nav.is-open {
    background: #fff;
    display: block;
    left: 50%;
    margin-inline: auto;
    padding-bottom: 60px;
    padding-inline: 50px;
    padding-top: 20px;
    position: absolute;
    top: 45px;
    transform: translateX(-90%);
    width: 220px;
    z-index: 50;
  }

  .p-header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .p-header__cta-btn {
    width: 120px;
  }

  .p-fv__inner {
    align-items: center;
    max-width: 375px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
  }

  .p-fv__catch-first {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 15px;
    text-align: left;
  }

  .p-fv__catch-sub {
    font-size: 22px;
    padding-left: 3px;
    padding-top: 20px;
    text-align: left;
  }

  .p-fv__image-sp {
    display: block;
    height: 150px;
    width: 102px;
  }

  .p-fv__catch-main {
    padding-top: 8px;
    width: 355px;
  }

  .p-fv__catch-text {
    font-size: 14px;
    padding-top: 24px;
  }

  .p-fv__catch-text::before {
    bottom: 6px;
    transform: translateX(-165px);
    width: 50px;
  }

  .p-fv__catch-text::after {
    bottom: 6px;
    transform: translateX(107px);
    width: 50px;
  }

  .p-fv__circles {
    gap: 16px;
    padding-top: 7px;
  }

  .p-fv__circle {
    width: 107px;
  }

  .p-fv__image-pc {
    display: none;
  }

  .p-fv__cta {
    margin-top: -50px;
    padding-bottom: 28px;
    padding-top: 65px;
  }

  .p-fv__cta-wrap {
    height: 145px;
    width: 330px;
  }

  .p-fv__cta-wrap::before {
    display: none;
  }

  .p-fv__cta-wrap::after {
    background: url(../img/blank_cta.png) no-repeat center/contain;
    content: "";
    height: 170px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 345px;
    z-index: 1;
  }

  .p-fv__cta-top {
    font-size: 18px;
    padding-top: 13px;
    position: relative;
    z-index: 10;
  }

  .p-fv__cta-top img {
    height: 20px;
    margin-bottom: 5px;
    margin-inline: 8px;
    width: 30px;
  }

  .p-fv__cta-top::before {
    display: none;
  }

  .p-fv__cta-top::after {
    display: none;
  }

  .p-fv__cta-catch {
    font-size: 16px;
    position: relative;
    z-index: 10;
  }

  .p-fv__cta-btn {
    padding-top: 8px;
    position: relative;
    width: 270px;
    z-index: 10;
  }

  .p-worry__inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .p-worry__wrap {
    padding-top: 24px;
    padding-bottom: 26px;
    padding-inline: 15px;
    width: 312px;
  }

  .p-worry__wrap::after {
    bottom: -20px;
    height: 36px;
    width: 5px;
  }

  .p-worry__wrap-heading {
    font-size: 42px;
    text-align: right;
    line-height: 1;
    padding-left: 10px;
    padding-right: 20px;
  }

  .p-worry__wrap-heading span {
    font-size: 20px;
    position: relative;
  }

  .p-worry__wrap-heading span::before {
    position: absolute;
    content: "";
    background: #17498c;
    width: 90px;
    height: 1px;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-worry__lists {
    gap: 11px;
    padding-inline: 0;
    padding-top: 24px;
    width: 290px;
  }

  .p-worry__list {
    font-size: 15px;
    letter-spacing: -1.9px;
    padding-left: 20px;
  }

  .p-worry__list span {
    font-size: 15px;
    font-weight: 700;
  }

  .p-worry__list::before {
    height: 23px;
    width: 23px;
    top: 12px;
  }

  .p-worry__order-text1 {
    font-size: 17px;
    padding-top: 45px;
  }

  .p-worry__order-text1 img {
    margin-right: -15px;
    margin-top: -24px;
    padding-bottom: 0;
    width: 215px;
  }

  .p-worry__order-text2 {
    font-size: 18px;
    margin-top: -21px;
  }

  .p-worry__continue {
    gap: 20px;
    padding-top: 48px;
    width: 282px;
  }

  .p-worry__continue-list {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 18px;
    padding-inline: 10px;
  }

  .p-worry__continue-list img {
    width: 92px;
  }

  .p-worry__continue-list:last-child img {
    width: 60px;
  }

  .p-worry__result-text1 {
    font-size: 18px;
    padding-top: 28px;
  }

  .p-worry__result-img img {
    height: auto;
    width: 74px;
  }

  .p-worry__result-text2 {
    letter-spacing: -1.2px;
    line-height: 2;
    padding-top: 28px;
    font-size: 18px;
  }

  .p-worry__if {
    padding-top: 100px;
    position: relative;
  }

  .p-worry__if img {
    width: 240px;
  }

  .p-worry__if::before {
    background: url(../img/worry-arrow2.png) no-repeat center/contain;
    content: "";
    height: 42px;
    left: 50%;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    width: 6px;
  }

  .p-worry__can-img {
    padding-top: 25px;
  }

  .p-worry__can-img img {
    width: 260px;
  }

  .p-worry__can-img::before {
    background: url(../img/worry-frame-sp.png) no-repeat center/contain;
    height: 155px;
    top: 10px;
    transform: translateX(-48%);
    width: 300px;
  }

  .p-about__inner {
    padding-bottom: 80px;
    padding-top: 70px;
  }

  .p-about__title img {
    width: 120px;
  }

  .p-about__title::after {
    bottom: -20px;
    height: 20px;
    width: 95px;
  }

  .p-about__title-text {
    font-size: 16px;
    padding-top: 30px;
  }

  .p-about__catch {
    padding-top: 50px;
  }

  .p-about__catch img {
    width: 320px;
  }

  .p-about__catch-text {
    font-size: 15px;
    line-height: 1.9;
    max-width: 330px;
    padding-top: 40px;
  }

  .p-about__catch-sub {
    line-height: 1.8;
    font-size: 17px;
  }

  .p-about__catch-sub img {
    width: 140px;
  }

  .p-about__cycle {
    padding-top: 30px;
  }

  .p-about__cycle img {
    height: auto;
    width: 290px;
  }

  .p-about__cycle-text {
    font-size: 18px;
    line-height: 2;
    padding-top: 30px;
  }

  .p-about__cycle-text img {
    width: 180px;
  }

  .p-about__cycle-text img:nth-of-type(2) {
    width: 240px;
  }

  .p-about__step {
    font-size: 16px;
    padding-top: 75px;
  }

  .p-about__step img {
    width: 215px;
  }

  .p-about__step::before {
    height: 36px;
    top: 20px;
  }

  .p-about__build {
    padding-top: 34px;
  }

  .p-about__build img {
    width: 196px;
  }

  .p-about__build::after {
    background: url(../img/about-emblem-sp.png) no-repeat center/contain;
    height: 102px;
    width: 300px;
  }

  .p-strength__title {
    padding-top: 50px;
  }

  .p-strength__title img {
    width: 216px;
  }

  .p-strength__inner {
    padding-top: 32px;
  }

  .p-strength__contents {
    gap: 30px;
    width: 315px;
  }

  .p-strength__num {
    padding-left: 34px;
  }

  .p-strength__heading {
    padding-bottom: 42px;
    padding-top: 42px;
  }

  .p-strength__heading img {
    height: auto;
    width: 160px;
  }

  .p-strength__heading::after {
    background: url(../img/strength-frame-sp.png) no-repeat center/contain;
    height: 200px;
    top: -36px;
    width: 320px;
  }

  .p-strength__content:nth-of-type(4) .p-strength__heading {
    padding-bottom: 55px;
    padding-top: 55px;
  }

  .p-strength__content:nth-of-type(4) .p-strength__heading img {
    height: auto;
    width: 230px;
  }

  .p-strength__content:nth-of-type(5) .p-strength__heading {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .p-strength__content:nth-of-type(5) .p-strength__heading img {
    height: auto;
    width: 230px;
  }

  .p-strength__content:nth-of-type(2) .p-strength__heading img {
    height: auto;
    width: 220px;
  }

  .p-strength__content:nth-of-type(3) .p-strength__heading img {
    height: auto;
    width: 186px;
  }

  .p-strength__text {
    padding-top: 30px;
  }

  .p-strength__text p {
    font-size: 16px;
    letter-spacing: -0.9px;
    line-height: 1.8;
    width: 320px;
  }

  .p-strength__support {
    padding-top: 60px;
  }

  .p-strength__support img {
    height: auto;
    width: 285px;
  }

  .p-strength__free {
    align-items: start;
    flex-direction: column;
    gap: 5px;
    margin-inline: auto;
    padding-left: 36px;
    padding-top: 74px;
    width: 345px;
  }

  .p-strength__free::before {
    height: 36px;
    top: 27px;
  }

  .p-strength__public {
    height: auto;
    padding-left: 16px;
    width: 290px;
  }

  .p-strength__catch1 {
    font-size: 16px;
    letter-spacing: -0.6px;
    padding-top: 22px;
  }

  .p-strength__catch2 {
    font-size: 16px;
    line-height: 2;
    padding-top: 54px;
  }

  .p-strength__catch2::before {
    top: 16px;
  }

  .p-strength__trial {
    background: url(../img/strength-trial-frame-sp.png) no-repeat center/contain;
    height: 152px;
    margin-bottom: 87px;
    margin-top: 25px;
    padding-top: 68px;
    width: 320px;
  }

  .p-strength__trial-text {
    font-size: 17px;
    padding-left: 38px;
  }

  .p-strength__trial-text img {
    margin-bottom: 5px;
    height: auto;
    width: 130px;
  }

  .p-strength__trial-text::before {
    height: 14px;
    left: 15px;
    top: 10px;
    width: 16px;
  }

  .p-line-cta {
    margin-top: -50px;
    padding-bottom: 16px;
    padding-top: 57px;
  }

  .p-line-cta__wrap {
    height: 145px;
    width: 330px;
  }

  .p-line-cta__wrap::before {
    display: none;
  }

  .p-line-cta__wrap::after {
    background: url(../img/strength-cta-frame-sp.png) no-repeat center/contain;
    content: "";
    height: 170px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 345px;
    z-index: 1;
  }

  .p-line-cta__top {
    font-size: 18px;
    padding-top: 10px;
    position: relative;
    z-index: 10;
  }

  .p-line-cta__top::before {
    display: none;
  }

  .p-line-cta__top::after {
    display: none;
  }

  .p-line-cta__btn {
    padding-top: 8px;
    position: relative;
    width: 270px;
    z-index: 10;
  }

  .p-contents__inner {
    padding-bottom: 60px;
    padding-top: 70px;
  }

  .p-contents__title img {
    width: 150px;
  }

  .p-contents__title::after {
    bottom: -26px;
    height: 30px;
    width: 111px;
  }

  .p-contents__title-text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 32px;
  }

  .p-contents__catch {
    padding-top: 22px;
  }

  .p-contents__catch img {
    height: auto;
    width: 320px;
  }

  .p-contents__wrap {
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 24px;
    padding-top: 29px;
    width: 310px;
  }

  .p-contents__wrap::before {
    background: url(../img/contents-frame.png) no-repeat center/contain;
    height: 42px;
    width: 320px;
  }

  .p-contents__wrap::after {
    background: url(../img/contents-frame.png) no-repeat center/contain;
    bottom: -7px;
    height: 42px;
    width: 320px;
  }

  .p-contents__lists {
    width: 270px;
  }

  .p-contents-list__heading img {
    width: 250px;
  }

  .p-contents-list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .p-contents-list li {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .p-contents__caution {
    font-size: 12px;
  }

  .p-support__inner {
    padding-bottom: 60px;
    padding-top: 70px;
  }

  .p-support__title img {
    width: 150px;
  }

  .p-support__title::after {
    bottom: -33px;
    height: 30px;
    width: 111px;
  }

  .p-support__title-text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 42px;
  }

  .p-support__catch {
    padding-top: 40px;
  }

  .p-support__catch img {
    height: auto;
    width: 235px;
  }

  .p-support__text {
    font-size: 16px;
    line-height: 2;
    padding-top: 36px;
  }

  .p-support__wrap {
    gap: 45px;
    padding-bottom: 40px;
    padding-top: 70px;
  }

  .p-support__wrap::before {
    height: 30px;
    top: 14px;
  }

  .p-support__content {
    padding-bottom: 24px;
    padding-top: 24px;
    width: 280px;
  }

  .p-support__content::after {
    background: url(../img/support-frame01-sp.png) no-repeat center/contain;
    height: 226px;
    top: -20px;
    transform: translateX(-52%);
    width: 330px;
  }

  .p-support__content--02::after {
    background: url(../img/support-frame02-sp.png) no-repeat center/contain;
    height: 240px;
    top: -15px;
    transform: translateX(-53%);
    width: 330px;
  }

  .p-support__content--03::after {
    background: url(../img/support-frame03-sp.png) no-repeat center/contain;
    height: 207px;
    top: -25px;
    transform: translateX(-52%);
    width: 330px;
  }

  .p-support__content-title {
    font-size: 20px;
  }

  .p-support__content-text {
    font-size: 15px;
    padding-top: 20px;
  }

  .p-support__bottom {
    padding-top: 0;
  }

  .p-support__bottom img {
    height: auto;
    width: 275px;
  }

  .p-voice__inner {
    padding-bottom: 60px;
    padding-top: 70px;
  }

  .p-voice__title img {
    width: 100px;
  }

  .p-voice__title::after {
    bottom: -26px;
    height: 20px;
    width: 75px;
  }

  .p-voice__title-text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 32px;
  }

  .p-voice__wrap {
    gap: 37px;
    padding-top: 45px;
  }

  .p-voice__frame img {
    height: auto;
    width: 320px;
  }

  .p-voice__text {
    font-size: 15px;
    letter-spacing: -1.2px;
    line-height: 1.5;
    padding-bottom: 28px;
    padding-inline: 20px;
    padding-top: 60px;
    width: 320px;
  }

  .p-flow__inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .p-flow__title img {
    width: 100px;
  }

  .p-flow__title::after {
    bottom: -19px;
    height: 20px;
    width: 75px;
  }

  .p-flow__title-text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 28px;
  }

  .p-flow__wrap {
    gap: 32px;
    padding-top: 42px;
    width: 310px;
  }

  .p-flow__step {
    gap: 18px;
  }

  .p-flow__step-img img {
    height: 70px;
    width: 70px;
  }

  .p-flow__step-img::after {
    bottom: -31px;
    height: 30px;
  }

  .p-flow__step-text {
    font-size: 18px;
    padding-top: 15px;
  }

  .p-faq__inner {
    padding-top: 70px;
  }

  .p-faq__title img {
    width: 90px;
  }

  .p-faq__title::after {
    bottom: -20px;
    height: 17px;
    width: 70px;
  }

  .p-faq__title-text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 28px;
  }

  .p-faq__wrap {
    gap: 30px;
    padding-top: 32px;
    width: 350px;
  }

  .p-faq__content {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 26px;
  }

  .p-faq__content:nth-child(1) {
    padding-top: 21px;
  }

  .p-faq__content:nth-child(1) .p-faq__content-a {
    padding-top: 12px;
  }

  .p-faq__frame {
    margin-left: -15px;
    width: 350px;
  }

  .p-faq__content-q {
    font-size: 16px;
    letter-spacing: -2px;
    padding-left: 65px;
  }

  .p-faq__content-a {
    font-size: 14px;
    letter-spacing: -0.6px;
    line-height: 1.7;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
  }

  .p-message__inner {
    padding-bottom: 60px;
    padding-top: 70px;
  }

  .p-message__title img {
    width: 200px;
    margin-right: 6px;
  }

  .p-message__title::after {
    bottom: -2px;
    height: 20px;
    transform: translateX(-50%);
    width: 120px;
  }

  .p-message__title-text {
    font-size: 15px;
    line-height: 1.6;
    margin-right: 0;
    padding-top: 21px;
  }

  .p-message__catch {
    padding-top: 40px;
  }

  .p-message__catch img {
    width: 300px;
  }

  .p-message__text {
    gap: 27px;
    margin-inline: auto;
    max-width: 300px;
    padding-top: 40px;
  }

  .p-message__text p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .p-message__text p span {
    font-size: 16px;
  }

  .p-message__trial {
    font-size: 18px;
    line-height: 0.8;
    padding-top: 40px;
  }

  .p-message__trial span {
    font-size: 22px;
  }

  .p-message__trial img {
    height: auto;
    margin-bottom: 20px;
    width: 170px;
  }

  .p-message__trial-box {
    margin-top: 6px;
  }

  .p-message__trial-box::before {
    height: 50px;
    top: -57px;
  }

  .p-footer__item {
    font-size: 10px;
  }

  .p-footer__copy {
    font-size: 8px;
  }

  .u-br-sp {
    display: inline;
  }

  .u-br-pc {
    display: none;
  }

  .p-privacy {
    font-size: 14px;
  }

  .p-privacy h1 {
    font-size: 18px;
    font-weight: 700;
  }

  .p-law {
    font-size: 13px;
  }
  .p-law__title {
    font-size: 18px;
  }
}
