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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --bg: #ffd96c;
  --bg-subtle: #fff3c2;
  --primary: #ff6f00;
  --accent: #7cbdeb;
  --text-main: #222;
  --white: #ffffff;
  --muted: #5d5d5d;
  --font-family-ja: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  --font-family-en: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  --c-border: #ccc;
  --c-note: #ff6f89;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-ja);
  color: var(--text-main);
  letter-spacing: 0.1em;
  line-height: 1.7;
}

* {
  box-sizing: border-box;
}

h3 {
  font-size: 2.4rem;
}

div {
  font-size: 1.5rem;
  box-sizing: border-box;
}

p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--text-main);
}

a:hover {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul,
dt,
dd,
dl {
  margin: 0;
  padding-inline-start: 0;
}

ul {
  font-size: 0;
}

li {
  list-style-type: none;
  font-size: 1.4rem;
  box-sizing: border-box;
}

table {
  width: 100%;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  will-change: transform
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.65s;
  transition-timing-function: cubic-bezier(0.65,0,0.35,1),cubic-bezier(0.33,1,0.68,1)
}

.fv {
  padding: 30px 60px 60px;
  background-image: url(../images/fv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.fv__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  background: var(--white);
  border-radius: 999px;
  padding: 0 16px;
  width: 200px;
}

.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 80px;
  position: relative;
}

.fv__content {
  width: 45%;
  max-width: 484px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.speech {
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 0;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  background: var(--white);
  padding: 12px 20px;
  border-radius: 16px;
  position: relative;
  max-width: 372px;
  width: 90%;
  height: 70px;
  border: 2px solid var(--text-main);
}

.speech::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 19px;
  height: 19px;
  background: var(--white);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid var(--text-main);
  border-bottom: 2px solid var(--text-main);
}

.speech img {
  width: 216px;
}

.price-block {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 5px;
  position: relative;
}

.tile {
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  place-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--white);
  font-size: min(32px, 2.4vw);
  flex: 1;
  aspect-ratio: 1 / 1;
}

.price-block .yen-note {
  position: absolute;
  top: 4%;
  right: 0px;
}

.tile.number {
  border: 2px solid var(--brand);
  color: #fff067;
  font-size: min(96px, 7vw);
  min-height: 62px;
  font-family: var(--font-family-en);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1.5;
  aspect-ratio: 1 / 1;
  line-height: 1;
}

.compare {
  margin-top: 20px;
  background: #ffefad;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 6%;
  justify-content: center;
  width: 100%;
}

.compare__head {
  margin: 0;
  font-size: min(21px, 1.6vw);
  font-weight: 700;
  color: var(--text-main);
}

.yen {
  font-size: min(44px, 3vw);
  color: var(--primary);
  font-weight: 600;
  line-height: normal;
}

.yen small {
  font-size: 22px;
}

.yen small span {
  color: var(--text-main);
}

.yen-note {
  font-size: 12px;
  margin-left: 4px;
  font-weight: normal;
}

.arrow {
  width: 8%;
}

.benefits {
  margin-top: 19px;
  display: flex;
  justify-content: center;
  gap: 3%;
}

.chip {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  max-width: 150px;
  min-width: 80px;
}

.chip img {
  max-width: 30px;
  width: 20%;
  margin: 0 auto;
}

.chip b {
  font-size: min(16px, 1.3vw);
  line-height: normal;
}

.notes {
  font-size: 12px;
  color: var(--muted);
  margin-top: 24px;
  line-height: 1.7;
}

.fv__image {
  max-width: 710px;
  width: 66%;
  position: absolute;
  right: -3%;
  top: 42%;
  transform: translateY(-50%);
}

section {
  padding: 120px 0;
}

.feature {
  text-align: center;
}

.section__inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

h2.speech {
  margin-bottom: 80px;
  background: var(--bg);
  border-radius: 99px;
  max-width: 574px;
  width: 100%;
  font-size: 30px;
  height: 80px;
}

h2.speech::after {
  background: var(--bg);
}

.feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  margin: 0 auto;
}

.feature__item {
  background: var(--bg-subtle);
  border-radius: 16px;
  padding: 60px 20px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.feature__number {
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff7a00;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-en);
}

.feature__image {
  margin: 16px 0;
}

.feature__image img {
  height: 157px;
  object-fit: contain;
}

.feature__text {
  display: inline-block;
  font-weight: 600;
  font-size: min(20px, 1.6vw);
  color: var(--text-main);
}

.feature__text.highlight::after {
  bottom: -5%;
}

.highlight {
  position: relative;
  z-index: 1;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 12px;
  background: #ffd862;
  z-index: -1;
}

.points {
  background: #ffd862;
  text-align: center;
}

.section-header {
  margin-bottom: 60px;
}

.section-header__label {
  background: #fff;
  border: 2px solid #ff6a00;
  color: #ff6a00;
  font-weight: 700;
  font-size: 24px;
  padding: 4px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
  max-width: 193px;
  width: 100%;
  font-family: var(--font-family-en);
}

.section-header__label.speech::after {
  border-right: 2px solid #ff6a00;
  border-bottom: 2px solid #ff6a00;
}

.section-header__title {
  font-size: 42px;
  font-weight: 600;
}

.card {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 60px;
  width: 100%;
}

.pricing__intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  background: var(--bg-subtle);
  border-radius: 12px;
  padding: 40px 15px 30px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.pricing__intro-image {
  width: 16%;
}

.pricing__intro-points {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.pricing__intro .speech {
  position: absolute;
  top: -40px;
  left: 60px;
}

.pricing__intro-points li {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 22px;
}

.pricing__intro-points li img {
  width: 35px;
}

.pricing__intro-points b {
  font-size: 42px;
}

.pricing__intro-points b.highlight::after {
  bottom: 0.3em;
}

.pricing__intro-image img {
  max-width: 180px;
}

.pricing__table {
  overflow-x: auto;
  margin-bottom: 20px;
}

.pricing__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.5px solid #333;
  border-radius: 10px;
  overflow: hidden;
  font-size: 18px;
}

.pricing__table th,
.pricing__table td {
  border: 0.5px solid #333;
  padding: 24px 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.pricing__table th {
  background: var(--accent);
  font-weight: bold;
  padding: 14px 5px;
  color: #fff;
}

.pricing__table th.important-cell {
  color: var(--text-main);
  background: var(--primary);
}

.pricing__table .logo-area {
  background: #fff;
  border-radius: 99px;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  padding: 10px 5px;
  font-size: 18px;
}

.pricing__table .logo-area img {
  max-width: 164px;
  width: 50%;
}

.pricing__table th:first-of-type {
  border-top-left-radius: 10px;
}

.pricing__table th:last-of-type {
  border-top-right-radius: 10px;
}

.pricing__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.pricing__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.pricing__row-label {
  font-weight: 700;
  background: var(--bg);
}

.pricing__highlight {
  color: #ff6a00;
  font-weight: 700;
  font-size: 40px;
}

.pricing__table td .highlight::after {
  bottom: -0.1em;
}

.pricing__list {
  width: 90%;
  margin: 0 auto;
}

.pricing__list li {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.pricing__list li span {
  text-align: left;
}

.pricing__list li:not(last-child) {
  border-bottom: 1px solid #eee;
}

.pricing__plus {
  font-size: 27px;
  font-weight: bold;
}

.table-cell--pc {
  display: table-cell;
}

.pricing__notes {
  font-size: 18px;
  color: var(--text-main);
  margin-top: 16px;
  font-weight: bold;
  background: var(--bg);
  border: 1px solid #333;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1%;
}

.pricing__note {
  background: var(--bg-subtle);
  border-radius: 10px;
  padding: 8px 8px;
  display: inline-block;
  width: 30%;
}

.note {
  text-align: left;
}

.plan__header {
  margin-bottom: 40px;
  position: relative;
  font-weight: bold;
}

.plan__header img {
  position: absolute;
  left: 2%;
  bottom: -40px;
  max-width: 153px;
  width: 15%;
}

.plan__catchcopy {
  font-size: 22px;
}

.plan__lead {
  font-size: 34px;
  color: var(--primary);
  display: inline-block;
}

.plan__title {
  background: var(--primary);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.plan__table-wrapper {
  overflow-x: auto;
}

.plan__table {
  width: 100%;
  border-collapse: separate;
  border: 0.5px solid #ccc;
  border-spacing: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.plan__table-header {
  background: var(--bg);
  font-weight: bold;
  padding: 18px 10px;
  font-size: 18px;
  border: 0.5px solid #ccc;
}

.plan__table-cell {
  border: 0.5px solid #ccc;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  width: 30%;
}

.plan__table-cell--highlight {
  font-weight: bold;
  color: #f26522;
  line-height: normal;
}

.plan__table-cell--highlight span {
  font-size: 40px;
}

.plan__table-body tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.plan__table-body tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.plan__table-body .plan__table-row:nth-child(even) {
  background-color: #fffcf4;
}

.plan__cta {
  margin-top: 20px;
}

.plan__cta .speech {
  font-size: 18px;
  max-width: 305px;
  border-radius: 99px;
  height: 47px;
  z-index: 2;
  border: 4px solid var(--primary);
}

.plan__cta .speech::after {
  bottom: -10px;
  width: 14px;
  height: 14px;
  border-right: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
}

.button {
  position: relative;
  display: inline-block;
  max-width: 680px;
  padding: 18px 0;
  background-color: var(--primary);
  border-radius: 99px;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.plan__cta-button.button {
  margin-top: -16px;
}

.button:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

.button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 42px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.info__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.info__top {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
}

.info__character-question {
  max-width: 657px;
  width: 100%;
}

.info__character-guide {
  max-width: 888px;
  width: 100%;
}

.info__speech-note {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.info__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.info__cta-button {
  flex: 1;
  text-align: center;
  background: var(--bg);
  font-weight: bold;
  text-decoration: none;
  padding: 18px 14px;
  border-radius: 8px;
  position: relative;
  font-size: 16px;
  color: var(--text-main);
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.info__cta-button.button::after {
  border-top-color: var(--text-main);
  border-right-color: var(--text-main);
}

.info__tel {
  border: 2px solid var(--primary);
  border-radius: 20px;
  padding: 30px;
  background: #fff;
}

.info__tel-title {
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  max-width: 400px;
  border-radius: 99px;
  padding: 8px 0;
  margin: 0 auto;
  width: 100%;
}

.info__tel-number {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  font-size: 60px;
  font-weight: 600;
  font-family: var(--font-family-en);
  line-height: normal;
  margin-top: 15px;
}

.info__tel-number a {
  color: var(--primary);
}

.info__tel-number img {
  width: 50px;
}

.apply__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
}

.apply__features {
  display: flex;
  gap: 1.5%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.apply__feature {
  flex: 1;
  background: #ffea95;
  border-radius: 18px;
  padding: 20px 16px 26px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: end;
  gap: 20px;
}

.apply__feature-title {
  font-size: min(20px, 1.6vw);
  font-weight: 600;
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply__feature:first-child .apply__feature-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.apply__highlight {
  font-size: 22px;
  color: #f26522;
  font-weight: bold;
}

.apply__highlight span {
  font-size: 50px;
  line-height: normal;
}

.apply__feature-image img {
  width: 100%;
}

.apply__feature-text {
  font-size: 15px;
  font-weight: bold;
}

.campaign .speech {
  max-width: 658px;
  margin-bottom: 60px;
}

.campaign__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  position: relative;
}

.campaign__item {
  background: #fff6d9;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.campaign__item-head {
  font-weight: 700;
  color: #fff;
  padding: 14px 18px;
  font-size: 20px;
}

.campaign__item-head span {
  font-size: 26px;
}

.campaign__item--orange .campaign__item-head {
  background: var(--primary);
}
.campaign__item--blue .campaign__item-head {
  background: var(--accent);
}

.campaign__item-body {
  padding: 30px 20px;
  text-align: center;
}

.campaign__lead {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 20px;
}

.campaign__amount {
  display: block;
  text-align: center;
  margin: 0;
}

.campaign__amount > .highlight {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.campaign__amount-label,
.campaign__amount-unit {
  font-weight: 800;
  font-size: 32px;
}

.campaign__amount-num {
  font-weight: 800;
  font-family: var(--font-family-en);
  font-size: clamp(50px, 6.2vw, 80px);
  line-height: 1;
  color: var(--primary);
  -webkit-text-stroke: 2px var(--text-main);
}

.campaign__item--blue .campaign__amount-num {
  color: var(--bg);
}

.campaign__amount-tax {
  font-size: 12px;
}

.campaign__sub {
  font-weight: 800;
  margin: 6px 0 20px;
  font-size: 32px;
}

.campaign__decoration {
  position: absolute;
  right: 16px;
  top: -130px;
  width: 174px;
  object-fit: cover;
}

.campaign__item--orange {
  background: var(--bg-subtle);
}
.campaign__item--blue {
  background: #d9efff;
}

.readme {
  background: var(--bg-subtle);
}

.readme__alert {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding: 18px 16px;
  border-radius: 999px;
  margin: 0 auto 60px;
  max-width: 658px;
  width: 100%;
}

.readme__alert-icon {
  width: 33px;
}

.readme__hero {
  max-width: 718px;
  width: 100%;
  margin: 0 auto 40px;
}

.readme__formula {
  width: 100%;
  margin-bottom: 80px;
}

.readme__md {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.readme__card {
  position: relative;
}

.readme__card-head {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  position: absolute;
  top: -20px;
  border-radius: 99px;
  max-width: 290px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}

.readme__card-head--orange {
  background: var(--primary);
}
.readme__card-head--blue {
  background: var(--accent);
}

.readme__card-body {
  background: var(--bg-subtle);
  padding: 60px 14px 40px;
  display: grid;
  gap: 10px;
  place-items: center;
  border-radius: 20px;
}

.readme__card--demerit .readme__card-body {
  background: #d9efff;
}

.readme__card-img {
  height: 172px;
  object-fit: contain;
}

.readme__card-text {
  margin: 0;
  font-weight: 700;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.apply-form {
  background: var(--bg);
}

.apply-form .section-header__label {
  max-width: 298px;
  font-size: 20px;
  height: 55px;
}

form {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.entry__form {
  max-width: 760px;
  margin: 0 auto;
}

.entry__group {
  margin: 18px 0 22px;
}

.entry__label {
  display: block;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 1rem;
}

.entry__hint {
  color: #bbb;
  font-weight: 400;
  font-size: 0.9em;
  margin-left: 0.2em;
}

.entry__row {
  display: grid;
  gap: 12px;
}
.entry__row--2 {
  grid-template-columns: 1fr 1fr;
}
.entry__row--3 {
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}
.entry__row--flex {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.entry__field {
  width: 100%;
  height: 50px;
  padding: 10px 12px;
  border: 1px solid var(--c-border);
  border-radius: 5px;
  background: #fff;
  color: var(--text-main);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  font-size: 15px;
}
.entry__field::placeholder {
  color: #c7c7c7;
}

.entry__field:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(244, 118, 0, 0.15);
}

.entry__field--short {
  width: 160px;
}

.entry__select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.entry__field--select {
  appearance: none;
  padding-right: 44px;
  background: none;
}

.entry__select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #333;
  pointer-events: none;
}

.entry__row--3 .entry__select::after {
  right: 36px;
}

.entry__addon {
  color: #555;
}
.entry__addon--inline {
  margin: 0 2px 0 2px;
}

.entry__controls--inline {
  display: flex;
  gap: 18px;
}

.entry__choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.entry__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}

.entry__radio label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.entry__radio label::before,
.entry__radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}

.entry__radio label::before {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.entry__radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--primary);
}

.entry__radio input {
  display: none;
}

.entry__note {
  margin: 0.5rem 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.entry__note--pink {
  color: var(--c-note);
}

.u-width-half {
  width: 50%;
  max-width: 100%;
}

.entry__date {
  position: relative;
}

.entry__cal {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid var(--c-border);
  display: inline-block;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff),
    radial-gradient(circle, #f47600 45%, transparent 46%);
  background-size: 100% 6px, 6px 100%, 6px 6px;
  background-position: 0 0, 0 0, 50% 65%;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 640px) {
  .entry__row--2 {
    grid-template-columns: 1fr;
  }
  .entry__row--3 {
    grid-template-columns: 1fr;
  }
  .entry__field--short {
    width: 140px;
  }
}

#form_submit {
  text-align: center;
  margin: 24px 0 0;
}

.apply-form label {
  cursor: pointer;
}
.apply-form .note {
  line-height: 1.5;
}

.confirm__inner {
  background: var(--bg-subtle);
  border-radius: 20px;
  padding: 60px;
}

.confirm__title {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 600;
}

.confirm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  margin-bottom: 18px;
}

.confirm-item--full {
  grid-column: 1 / -1;
}

.confirm-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 16px;
  border: 1px solid #ccc;
}

.confirm-item__text {
  font-weight: 600;
}

.confirm-item__badge {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 26px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  border-radius: 999px;
}

.confirm-item__badge--pdf,
.confirm-item__badge--web {
  background: var(--primary);
}

.confirm-check {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: var(--muted);
}

.confirm-check__label {
  font-size: 14px;
}

.confirm-check__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.confirm-check__input:checked {
  background-color: var(--primary);
  border-color: var(--primary); 
}

.confirm-check__input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.confirm__notes {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.confirm-list {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 14px;
}

.confirm-list__item {
  margin: 0.25em 0;
}

form .button {
  max-width: 545px;
  font-size: 20px;
}

.contact h2 {
  font-size: 32px;
  margin-bottom: 35px;
}

.contact .info__tel {
  position: relative;
}

.contact .info__tel .contact__image {
  position: absolute;
  width: 166px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.site-footer {
  background: #fff;
}

.site-footer__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 36px 16px 28px;
  text-align: center;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__brand img {
  width: 346px;
}

.site-footer__badge {
  display: inline-block;
  background: var(--bg);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  max-width: 304px;
  width: 90%;
  font-size: 1.4rem;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 6vw, 60px);
  margin: 40px 0 30px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.site-footer__link {
  text-decoration: none;
}

.site-footer__bar {
  background: var(--text-main);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 14px 16px;
  font-weight: lighter;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 20px 10px;
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.6s ease,
    visibility 0s 0.6s;
}

.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: var(--bg);
  border-top: 1px solid var(--text-main);
  transition-delay: 0s;
}

.sticky-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 28px);
}

.cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.cta--phone {
  background: var(--accent);
}
.cta--web {
  background: var(--primary);
}

.cta--phone.button::after {
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}

.sticky-cta__button .speech {
  border-radius: 999px;
  padding: 10px 20px;
  height: auto;
  font-weight: 700;
  font-size: min(14px, 1.4vw);
  line-height: 1;
  border: 3px solid var(--primary);
  z-index: 1;
  max-width: 390px;
}

.sticky-cta__button .button {
  margin-top: -10px;
}

.sticky-cta__button.sticky-cta__button--phone .speech {
  border: 3px solid var(--accent);
}

.sticky-cta__button .speech::after {
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
  bottom: -7px;
  width: 12px;
  height: 12px;
}

.sticky-cta__button.sticky-cta__button--phone .speech::after {
  border-right-color: var(--accent);
  border-bottom-color: var(--accent);
}

.cta__label {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: clamp(16px, 2.2vw, 22px);
}

.confirm-page,
.complete-page {
  background: var(--bg-subtle);
}

.confirm-page section,
.complete-page section {
  padding-top: 60px;
}

.confirm-page .section__inner,
.complete-page .section__inner {
  text-align: left;
}

.logo-wrapper {
  display: inline-block;
  padding: 30px;
}

.confirm-page .logo,
.complete-page .logo {
  background: #fff;
  width: 200px;
  padding: 2px 15px;
  border-radius: 999px;
}

.progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 343px;
  margin: 0 auto 60px;
  padding: 0 8px;
  list-style: none;
}

.progress::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 13px;
  height: 2px;
  background: #c9c9c9;
  z-index: 0;
}

.progress::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  height: 2px;
  background: #ff8a00;
  z-index: 0;
  width: 0;
}

.progress[data-step="1"]::after {
  width: 0%;
}
.progress[data-step="2"]::after {
  width: calc(50% - 16px);
}
.progress[data-step="3"]::after {
  width: calc(100% - 16px);
}

.progress__item {
  position: relative;
  text-align: center;
  flex: 0 0 auto;
}

.progress__dot {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #c9c9c9;
}

.progress__item--current .progress__dot {
  background: var(--primary);
}
.progress__item--current ~ .progress__item .progress__dot {
  background: #c9c9c9;
}

.progress__label {
  font-size: 12px;
  color: #777;
  position: absolute;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}

.progress__item--current .progress__label {
  color: var(--primary);
  font-weight: 700;
}

.confirm-page__title {
  margin: 0 0 60px;
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
}

.confirm-page__title span {
  font-size: 24px;
}

.sheet {
  margin-top: 8px;
}

.sheet__title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  padding-left: 12px;
}

.sheet__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 90%;
  border-radius: 3px;
  background: var(--primary);
}

.sheet__table {
  outline: 1px solid #ddd;
  border-radius: 10px;
}

.sheet-table {
  width: 100%;
  border-collapse: collapse; 
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.sheet-table__head {
  background: var(--primary);
  color: #fff;
  border: 1px solid #ddd;
  padding: 18px 12px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 22%;
}

.sheet-table__head--spanned {
  width: 10%;
}

.sheet-table__body {
  border: 1px solid #ddd;
  padding: 18px 12px;
  background: #fff;
  word-break: break-all;
}

.sheet-table__body .note {
  font-size: 1.4rem;
  margin-top: 8px;
  color: #777;
}

.sheet-table a {
  color: var(--primary, #0073e6);
  text-decoration: underline;
}

.sheet-table small {
  font-size: 12px;
  color: #666;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: 0 0 60px;
  flex-wrap: wrap;
}

.btn--ghost {
  background: #fff;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn--ghost.button::before {
  background: var(--primary);
}

.btn--ghost.button::after {
  border-top-color: #fff;
  border-right-color: #fff;
  right: 39px;
  transform: rotate(225deg);
}

.actions .button {
  max-width: 545px;
  font-size: 20px;
}

.notice {
  background: #EBEBEB;
  border-radius: 10px;
  padding: 60px;
}

.notice__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}

.notice__text {
  font-size: 14px;
  color: var(--text-main);
  margin: 0 0 12px;
}

.note a,
.notice a {
  color: var(--primary);
  text-decoration: underline;
}

.complete-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.complete-page main {
  flex: 1;
}

.complete-page .card {
  text-align: center;
}

.complete-page .card img {
  width: 90px;
  margin: 0 auto 30px;
}

.complete-page .card h3 {
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 40px;
}

.complete-page .card p {
  text-align: left;
}

.error-message {
  color: red;
  font-size: 13px;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .pricing__intro {
    flex-flow: column;
    gap: 20px;
    padding: 55px 15px 30px;
  }

  .pricing__intro-points b {
    font-size: min(28px, 20vw);
  }

  .pricing__intro-points li {
    display: flex;
    align-items: baseline;
    gap: 3px;
    font-size: min(22px, 3.2vw);
  }

  .pricing__intro-points li img {
    width: max(24px, 3.6vw);
  }

  .pricing__intro-image {
    width: 25%;
  }

  .pricing__intro .speech {
    left: 50%;
    transform: translateX(-50%);
  }

  .plan.card {
    padding-top: 110px;
  }

  .plan__header img {
    bottom: inherit;
    max-width: 153px;
    width: 15%;
    top: -126px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 860px) {
  .card {
    padding: 30px 15px;
  }

  .campaign .speech {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .campaign__list {
    grid-template-columns: 1fr;
  }
  .campaign__decoration {
    right: 10px;
    top: inherit;
    transform: scale(0.9);
    bottom: -78px;
    min-width: 120px;
    width: 20%;
  }

  .campaign__headline {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-120 {
    margin-bottom: 60px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }

  .fv {
    padding: 15px;
    background-image: url(../images/fv-bg-sp.png);
  }

  .fv__inner {
    margin: 0 auto;
    padding: 40px 0 80px;
    display: flex;
    flex-flow: column;
  }

  .fv__content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .fv__content .speech {
    width: 100%;
    max-width: 100%;
  }

  .fv__image {
    max-width: 100%;
    width: 100%;
    position: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
    margin-top: -28px;
  }

  .tile {
    font-size: max(25px, 6vw);
  }

  .tile.number {
    font-size: max(72px, 19vw);
  }

  .compare {
    padding: 22px 15px;
    gap: 3%;
  }

  .arrow {
    width: 25px;
  }

  .compare__head {
    font-size: max(16px, 4.6vw);
  }

  .yen {
    font-size: max(36px, 8vw);
  }

  .chip {
    max-width: 100%;
  }

  .chip b {
    font-size: max(13px, 3.3vw);
  }

  section {
    padding: 60px 0;
  }

  .section__inner {
    width: 100%;
    padding: 0 15px;
  }

  .speech {
    padding: 0;
  }

  h2.speech {
    font-size: max(15px, 4.8vw);
    height: 66px;
  }

  .feature__text {
    font-size: min(22px, 4.5vw);
  }

  .section-header__label {
    font-size: 18px;
    max-width: 150px;
  }

  .section-header__label.speech {
    height: 45px;
  }

  .section-header__title {
    font-size: 26px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 15px;
  }

  .pricing__intro .speech {
    width: 70%;
    height: 55px;
    top: -30px;
  }

  .pricing__intro .speech span {
    font-size: 15px;
  }

  .speech img {
    width: 155px;
  }

  .pricing__intro {
    padding: 40px 15px 15px;
    gap: 10px;;
  }

  .pricing__intro-points {
    width: 100%;
  }

  .pricing__intro-points li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: min(22px, 4.2vw);
    margin: 8px 0;
  }

  .pricing__intro-image {
    width: 35%;
  }

  .table-cell--pc {
    display: none;
  }

  .pricing__table.sp {
    width: 100%;
  }

  .pricing__table th, .pricing__table td {
    font-size: 14px;
  }

  .pricing__list li {
    font-size: 12px;
  }

  .pricing__highlight {
    font-size: 30px;
  }

  .pricing__plus {
    font-size: 20px;
  }

  .pricing__notes {
    font-size: 15px;
    flex-flow: column;
  }

  .pricing__note {
    width: 100%;
  }

  .plan__catchcopy {
    font-size: 16px;
  }

  .plan__lead {
    font-size: 24px;
  }

  .plan__lead.highlight::after {
    display: none;
  }

  .plan__header img {
    width: 100px;
  }

  .plan__header {
    margin-bottom: 25px;
  }

  .plan__title {
    font-size: 18px;
  }

  .plan__table-header {
    padding: 10px 10px;
    font-size: 14px;
  }

  .plan__table-cell {
    padding: 10px 10px;
    font-size: 14px;
  }

  .plan__table-cell--highlight span {
    font-size: 28px;
  }

  .plan__cta .speech {
    font-size: 14px;
    max-width: 245px;
    height: 40px;
    border: 3px solid var(--primary);
  }

  .button {
    font-size: 18px;
  }

  .button::before {
    right: 12px;
    width: 23px;
    height: 23px;
  }

  .button::after {
    right: 21px;
    width: 7px;
    height: 7px;
  }

  .info__inner {
    gap: 40px;
  }

  .info__cta {
    flex-flow: column;
  }

  .info__cta-button {
    font-size: 15px;
  }

  .info__tel {
    padding: 30px 15px;
  }

  .info__tel-title {
    font-size: 16px;
  }

  .info__tel-number {
    gap: 6px;
    font-size: max(31px,9vw);
    margin-top: 20px;
  }

  .info__tel-number img {
    width: max(25px,7vw);
  }

  .info__tel p {
    font-size: 1.3rem;
  }

  .apply__title {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .apply__features {
    flex-flow: column;
    gap: 15px;
    margin-bottom: 20px;
  }

  .apply__feature {
    gap: 15px;
  }

  .apply__feature-title {
    font-size: 18px;
  }

  .campaign__item-head {
    font-size: 16px;
  }

  .campaign__item-head span {
    font-size: 22px;
  }

  .campaign__amount-label,
  .campaign__amount-unit,
  .campaign__sub {
    font-size: max(20px, 5.5vw);
  }

  .readme__alert {
    font-size: 22px;
    text-align: left;
    padding: 14px;
    margin-bottom: 30px;
  }

  .readme__formula {
    margin-bottom: 40px;
  }

  .readme__md {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .readme__card-head {
    padding: 6px 12px;
    max-width: 220px;
    font-size: 18px;
  }

  .readme__card-body {
    padding-top: 45px;
  }

  .readme__card-img {
    height: 130px;
  }

  .confirm__inner {
    padding: 30px 15px;
  }

  h3.confirm__title {
    font-size: 2rem;
  }

  .contact h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .contact .info__tel .contact__image {
    position: absolute;
    width: 100px;
    right: 0;
    top: inherit;
    transform: inherit;
  }

  .site-footer__brand img {
    width: 240px;
  }

  .site-footer__badge {
    padding: 8px 18px;
    max-width: 230px;
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .site-footer__links {
    flex-flow: column;
  }

  form .button {
    max-width: 100%;
    font-size: 16px;
    padding: 10px 0;
  }

  .sticky-cta {
    padding: 12px 10px;
  }

  .sticky-cta__inner {
    gap: 8px;
  }

  .sticky-cta__button .speech {
    font-size: 11px;
    line-height: 1.4;
    padding: 5px 5px;
    border-radius: 12px;
    border: 2px solid var(--primary);
    min-height: 46px;
  }

  .sticky-cta__button.sticky-cta__button--phone .speech {
    border: 2px solid var(--accent);
  }

  .sticky-cta__button .button {
    padding: 0 12px;
  }

  .sticky-cta__button .button::before {
    right: 12px;
    width: 18px;
    height: 18px;
  }

  .sticky-cta__button .button::after {
    right: 19px;
    width: 7px;
    height: 7px;
  }

  .cta__label {
    font-size: 13px;
    text-align: left;
  }

  .progress {
    max-width: 260px;
  }

  .confirm-page__title {
    font-size: 26px;
  }

  .confirm-page__title span {
    font-size: 20px;
  }

  .sheet__title {
    font-size: 18px;
  }

  .sheet-table__head {
    white-space: inherit;
    width: 34%;
  }

  .notice {
    padding: 30px 15px;
  }

  .sheet-table__head--spanned {
    width: 10%;
  }

  .actions {
    margin: 0 0 30px;
  }

  .actions .button {
    max-width: 100%;
    font-size: 16px;
  }

  .confirm__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .confirm-item--full {
    grid-column: auto;
  }

  .btn--ghost.button::after {
    right: 19px;
  }

  .apply-form__list {
    grid-template-columns: 1fr;
  }

  .apply-form__list dt {
    padding-top: 0;
  }

  dd.name {
    grid-template-columns: 1fr;
  }

  .p-terms_list {
    grid-template-columns: 1fr;
  }

  .feature__list {
    grid-template-columns: 1fr;
  }

  .feature__item {
    padding-top: 48px;
  }

  .logo-wrapper {
    padding: 20px 15px;
  }

  .complete-page .card img {
    width: 60px;
    margin: 0 auto 20px;
  }

  .complete-page .card h3 {
    font-size: 20px;
  }
}
