@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@700&display=swap");

.shuno {
  --yellow: #ffef40;
  --light-yellow: #ffea84;
  --light-yellow2: #fffae0;
  --light-yellow3: #fff1a9;
  --white: #fff;
  --navy: #002c72;
  --dark-navy: #406195;
  --orange: #ff941b;
  --light-orange: #ffe2b7;
  --light-orange2: #fff0dd;
  --light-orange3: #fffaf3;
  --gray: #e0e0e2;
  --light-gray: #f2f3f7;
  --dark-yellow: #ffd633;

  --albert-sans: "Albert Sans", "Noto Sans JP", sans-serif;

  --arrow: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M9.88281 7.06592L6.60755 10.4189C6.29696 10.7365 5.78164 10.7365 5.47105 10.4189L2.19579 7.06592" stroke="%23002C72" stroke-width="1.41176" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M6.04297 0.706055L6.04297 10.1931" stroke="%23002C72" stroke-width="1.41176" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');

  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .shuno {
    font-size: 1.4rem;
  }
}

.shuno img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    border-bottom: none;
  }
  .service-detail-items {
    width: 100%;
  }
  .content-wrapper {
    padding-top: 0;
  }
}

/* -------------------------------------
            component 
-------------------------------------*/
/* title */
.sec-title {
  margin-inline: auto;
}
.sec-title--sm {
  max-width: 384px;
}
@media screen and (max-width: 768px) {
  .sec-title--sm {
    max-width: 334px;
  }
}
.sec-title--lg {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .sec-title--lg {
    max-width: 390px;
  }
}

.sec-subtitle {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 4px;
  border-bottom: 4px dashed var(--dark-yellow);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.sec-subtitle .en {
  font-family: var(--albert-sans);
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .sec-subtitle .en {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.sec-tablet {
  width: fit-content;
  min-width: 174px;
  margin-inline: auto;
  padding: 2px 20px;
  border-radius: 100vmax;
  background: var(--dark-navy);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec-tablet .lg {
  font-size: 2rem;
}
.sec-tablet:has(.lg) {
  font-size: 1.6rem;
}

/* content */
.content {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .content {
    margin-top: 40px;
  }
}

/* text */
.marker {
  background: linear-gradient(transparent 78%, var(--yellow) 0%);
}
.marker2 {
  font-weight: 700;
  background-color: var(--light-yellow3);
}
.marker3 {
  background: linear-gradient(transparent 78%, var(--dark-yellow) 0%);
}

.anno {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
}

.anno--lg {
  font-size: 1.3rem;
}

.anno--right {
  text-align: right;
}

.speech {
  width: fit-content;
  margin-inline: auto;
  padding: 12px 20px;
  border-radius: 4px;
  background: var(--dark-yellow);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  inset-inline: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .speech {
    padding: 12px 16px;
    font-size: 1.6rem;
    top: -12px;
  }
}
.speech p {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .speech p {
    flex-direction: column;
    gap: 0;
  }
}

.speech:has(.lg) {
  font-size: 1.6rem;
}

.speech .lg {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .speech .lg {
    font-size: 2.2rem;
  }
}

.speech::after {
  content: "";
  width: 18px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12" fill="none"><path d="M8.66016 12L-9.81331e-05 2.76017e-07L17.3204 1.79022e-06L8.66016 12Z" fill="%23FFD633"/></svg>')
    no-repeat center/contain;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .speech::after {
    width: 20px;
    height: 16px;
  }
}

/* cv */
.cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 80px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 4px 4px 20px 0 rgba(0, 44, 114, 0.3);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cv {
    padding: 32px 8px;
  }
}

.cv-text {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .cv-text {
    font-size: 2.4rem;
  }
}

.btn {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 480px;
  min-height: 56px;
  margin-inline: auto;
  padding: 12px 32px;
  border-radius: 100vmax;
  border: 2px solid var(--border-color);
  background: var(--main-color);
  color: var(--text-color) !important;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none !important;
  position: relative;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 310px;
  }
}

.btn--cv {
  --main-color: var(--orange);
  --text-color: var(--white);
  --border-color: var(--orange);
}

.btn--rashiku {
  --main-color: var(--light-yellow);
  --text-color: var(--navy);
  --border-color: var(--navy);
}
@media screen and (max-width: 768px) {
  .btn--rashiku {
    max-width: 342px;
  }
}

.btn::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-color: var(--text-color);
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.42188 2.82324L13.8925 7.19026C14.316 7.60437 14.316 8.29148 13.8925 8.70559L9.42188 13.0726" stroke="black" stroke-width="1.88235" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M0.941406 7.94336H13.5908" stroke="black" stroke-width="1.88235" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.btn:hover {
  background: var(--text-color);
  color: var(--main-color) !important;
  opacity: 1;
}

.btn:hover::after {
  background-color: var(--main-color);
}

/* voice */
.voice {
  padding: 48px 0;
  background: var(--light-orange3);
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
  }
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 560px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .voice-list {
    gap: 16px;
    margin-inline: max(20px, 50% - 500px/2);
    margin-top: 16px;
  }
}

.voice-item {
  padding-top: 12px;
  padding-left: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice-item {
    padding-left: 32px;
  }
}

.voice-item img {
  width: 72px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .voice-item img {
    width: 56px;
  }
}

.voice-item p {
  padding: 16px 40px;
  border-radius: 4px;
  border: 1px solid var(--navy);
  background: var(--white);
  box-shadow: 4px 4px 0 0 rgba(0, 44, 114, 0.2);
}
@media screen and (max-width: 768px) {
  .voice-item p {
    padding: 20px 28px;
  }
}

/* about */
.about {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  margin-inline: auto;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-inline: max(12px, 50% - 500px/2);
    margin-top: 24px;
  }
}

.about > picture {
  border-radius: 8px;
  overflow: hidden;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  border-radius: 8px;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .about-content {
    gap: 16px;
    padding-top: 24px;
  }
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px 20px;
}
@media screen and (max-width: 768px) {
  .about-list {
    padding: 0 24px 20px;
  }
}

.about-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-list li .head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about-list li .head {
    font-size: 1.6rem;
  }
}
.about-list li .head::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--gray);
}

/* boxes */
.boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 636px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .boxes {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-inline: max(20px, 50% - 500px/2);
  }
}

.boxes li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .boxes li {
    padding: 20px;
  }
}

.boxes li.head {
  padding: 20px;
}

.boxes--yellow li {
  background: var(--light-yellow3);
}

.boxes li h5 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.boxes li.head h5 {
  margin-inline: -24px;
  margin-top: -20px;
  padding: 8px 0;
  background: var(--dark-navy);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .boxes li.head h5 {
    margin-inline: -20px;
  }
}

.boxes li .price {
  display: inline-block;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.boxes li .price .lg {
  font-family: var(--albert-sans);
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
}

.boxes li table {
  background: var(--white);
  vertical-align: middle;
}

.boxes li table tr {
  border-bottom: 1px solid var(--navy);
}

.boxes li table tr:first-child {
  border-top: 1px solid var(--navy);
}

.boxes li table th,
.boxes li table td {
  vertical-align: middle;
  padding: 4px 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}

.boxes li table th {
  width: 32%;
  background: var(--light-gray);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .boxes li table th {
    width: 29%;
  }
}
.boxes li table td {
  padding-right: 0;
}

.boxes li table .anno {
  font-weight: 400;
}

/* tablet-box */
.tablet-box {
  padding: 40px 0 24px;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 0 8px 0 rgba(0, 44, 114, 0.2);
  position: relative;
}

.tablet-box .sec-tablet {
  min-width: 280px;
  padding: 7.5px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tablet-box .sec-tablet {
    padding: 5px 20px;
    font-size: 1.6rem;
  }
}

.tablet-box .smile-head {
  max-width: 280px;
  margin-inline: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--dark-navy);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .tablet-box .smile-head {
    font-size: 1.6rem;
  }
}

.tablet-box .smile-price {
  display: flex;
  gap: 4px;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  padding-top: 8px;
  font-weight: 900;
  line-height: 1;
}

.tablet-box .smile-price .lg {
  font-family: var(--albert-sans);
  font-size: 4.8rem;
  font-weight: 700;
}

.tablet-box .id-head {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.tablet-box .id-price {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  margin-inline: auto;
  padding-top: 4px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tablet-box .id-price {
    font-size: 1.8rem;
  }
}

.tablet-box .id-price .lg {
  font-family: var(--albert-sans);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tablet-box .id-price .lg {
    font-size: 3rem;
  }
}

.tablet-box-id {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .tablet-box-id {
    padding: 0 24px;
  }
}

.tablet-box-id .head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.tablet-box-id .head::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--dark-navy);
}

/* -------------------------------------
            section 
-------------------------------------*/
/* anchor */
.anchor {
  display: flex;
  min-height: 53px;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
}
@media screen and (max-width: 768px) {
  .anchor {
    min-height: 60px;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

.anchor a {
  display: grid;
  place-content: center;
  justify-items: center;
  flex: 1;
  padding: 6px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor a {
    padding: 3px 4px 7px;
  }
}

.anchor a:after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--white);
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.anchor a:not(:last-child) {
  border-right: 1px solid var(--white);
}

/* check */
.check {
  padding: 40px 20px;
  background: var(--light-orange);
}
@media screen and (max-width: 768px) {
  .check {
    padding: 48px 20px 40px;
  }
}

.check-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 480px;
  margin-top: 28px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .check-area {
    gap: 32px;
    max-width: 500px;
    margin-top: 44px;
  }
}

.check-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 28px 16px;
  border-radius: 8px;
  background: var(--white);
  position: relative;
}
@media screen and (max-width: 768px) {
  .check-box {
    gap: 16px;
    padding: 40px 20px 24px;
  }
}

.check-head {
  display: grid;
  place-content: center;
  width: 104px;
  height: 40px;
  border-radius: 100vmax;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  font-family: var(--albert-sans);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -12px);
}
@media screen and (max-width: 768px) {
  .check-head {
    height: 48px;
    transform: translate(-50%, -50%);
  }
}

.check-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .check-item {
    grid-template-columns: 40px 1fr;
    font-size: 1.6rem;
  }
}

.check-item input {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6.4px;
  border: 1px solid var(--navy);
  background: var(--gray);
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .check-item input {
    border-radius: 8px;
  }
}

.check-item input:checked {
  background: var(--navy);
}

.check-item input::after {
  content: "";
  background-color: var(--white);
  mask-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"%3E%3Cpath d="M17.5996 0.765625C16.7222 2.44248 8.99707 17.1834 8.36133 18.4004C6.90473 17.0625 1.55317 12.1697 0 10.7432L3.07422 7.35059L7.44141 11.2861L16.4248 0L17.5996 0.765625Z" fill="%23000"/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 60%;
  position: absolute;
  inset: 0;
}

/* result */
.result {
  max-width: 560px;
  margin-top: 32px;
  margin-inline: auto;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid var(--navy);
  background: var(--dark-yellow);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .result {
    max-width: 500px;
    margin-top: 40px;
    padding: 20px 12px 12px;
  }
}

.result.is-none {
  display: none;
}

.result a {
  display: block;
  margin-top: 16px;
  padding: 16px 20px 48px;
  border-radius: 8px;
  text-decoration: none;
  background: var(--white);
  color: var(--navy);
  position: relative;
}
@media screen and (max-width: 768px) {
  .result a {
    padding: 16px 11px 56px;
  }
}

.result a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--light-gray);
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .result a::after {
    width: 40px;
    background-size: 16px 16px;
  }
}

.result-text--1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .result-text--1 {
    font-size: 1.6rem;
  }
}
.result-text--2 {
  display: inline-block;
  font-size: 2.8rem;
}
.result-text--3 {
  margin-right: 4px;
  font-size: 3.6rem;
}
.result-text--4 {
  margin-bottom: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .result-text--4 {
    margin-bottom: 16px;
  }
}
.result-text--5 {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .result-text--5 {
    flex-direction: column;
    gap: 0;
    white-space: nowrap;
  }
}
.result-text--6 {
  padding: 0 20px;
  border-radius: 100vmax;
  background: var(--light-yellow);
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .result-text--6 {
    padding: 0 12px;
  }
}

/* option */
.option {
  padding: 64px 0 0;
}

.option-merit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 580px;
  margin-inline: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 20px 40px;
  border-radius: 8px;
  background: var(--light-orange2);
}
@media screen and (max-width: 768px) {
  .option-merit {
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 40px;
    margin-inline: max(12px, 50% - 500px/2);
    padding: 20px 20px 32px;
  }
}

.option-merit ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .option-merit ul {
    gap: 16px;
    width: fit-content;
    margin-inline: auto;
  }
}

.option-merit ul li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: flex-start;
  gap: 4px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .option-merit ul li {
    font-size: 1.6rem;
  }
}

.option-merit ul li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 1.77148C17.6488 1.77148 22.2284 6.35119 22.2285 12C22.2285 17.6489 17.6489 22.2285 12 22.2285C6.35119 22.2284 1.77148 17.6488 1.77148 12C1.77159 6.35126 6.35126 1.77159 12 1.77148Z" fill="white" stroke="%23002C72" stroke-width="1.14353"/><path d="M10.449 16.8921L18.0217 9.31944L16.7003 8.02344L10.449 14.262L7.28527 11.111L5.97656 12.407L10.449 16.8921Z" fill="%23002C72"/></svg>')
    no-repeat center/contain;
}

.option-parts-content {
  padding: 48px 0;
  background: var(--light-orange2);
}
@media screen and (max-width: 768px) {
  .option-parts-content {
    padding: 40px 0;
  }
}

/* rebound */
.rebound {
  padding-top: 64px;
  background: var(--light-yellow2);
}
@media screen and (max-width: 768px) {
  .rebound {
    padding-top: 80px;
  }
}

.rebound-ba-img {
  max-width: 580px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .rebound-ba-img {
    margin-inline: max(24px, 50% - 500px/2);
  }
}

.rebound-smilage {
  margin-top: 72px;
  padding: 73px 32px 56px;
  background: var(--light-yellow3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .rebound-smilage {
    margin-top: 68px;
    padding: 40px 0;
  }

  .rebound-smilage .anno {
    margin-inline: max(20px, 50% - 500px/2);
  }
}

.rebound-smilage-content {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .rebound-smilage-content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 16px;
    margin-inline: max(20px, 50% - 500px/2);
  }
}

/* web */
.web {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .web {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .web .about-list {
    padding: 0 8px 20px;
  }
}

.kasikosh {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 580px;
  margin-top: 24px;
  margin-inline: auto;
  padding: 20px 32px;
  border-radius: 8px;
  background: var(--light-yellow3);
}
@media screen and (max-width: 768px) {
  .kasikosh {
    margin-inline: max(20px, 50% - 500px/2);
    padding: 20px;
  }
}

.kasikosh h5 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.kasikosh-content {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .kasikosh-content {
    grid-template-columns: 1fr;
  }
}

.web-kaitori {
  margin-top: 72px;
  padding: 56px 40px;
  background: var(--light-yellow2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .web-kaitori {
    margin-top: 77px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .web-kaitori-content {
    margin-inline: max(20px, 50% - 500px/2);
  }
}

.web-kaitori-head {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .web-kaitori-head {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}

.web-step {
  margin: 48px 0 69px;
  border-radius: 8px;
  border: 1px solid var(--dark-navy);
  background: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .web-step {
    margin: 24px 0 41px;
  }
}

.web-step-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 2px;
  background: var(--light-yellow3);
  font-weight: 700;
}

.web-step-head .lg {
  font-size: 2.2rem;
  line-height: 1.4;
}

.web-step ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 32px;
}
@media screen and (max-width: 768px) {
  .web-step ol {
    padding: 20px 24px;
  }
}

.web-step ol li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .web-step ol li {
    grid-template-columns: 1fr;
  }
}

.web-step ol li .head {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.rashiku {
  margin-top: 48px;
  padding: 64px 0;
  background: var(--dark-navy);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .rashiku {
    margin-top: 56px;
    padding: 40px 0 56px;
  }
}

.rashiku-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .rashiku-head {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .rashiku-head .text1 {
    font-size: 1.6rem;
  }
}

.rashiku-head .text2 {
  width: fit-content;
  margin-inline: auto;
  padding: 4px 16px;
  border-radius: 4px;
  background: var(--white);
  color: var(--navy);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .rashiku-head .text2 {
    padding: 0 8px;
  }
}

.rashiku-head h3 {
  font-family: var(--albert-sans);
  font-size: 5.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .rashiku-head h3 {
    margin-top: 8px;
    font-size: 4.8rem;
  }
}

.rashiku-img {
  max-width: 480px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rashiku-img {
    margin-inline: max(24px, 50% - 500px/2);
  }
}

.rashiku-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 24px 0 32px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .rashiku-list {
    margin: 16px 0 24px;
    margin-inline: max(24px, 50% - 500px/2);
    gap: 8px;
  }
}

.rashiku-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 4px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .rashiku-list li {
    font-size: 1.6rem;
  }
}

.rashiku-list li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--dark-yellow);
  margin-top: calc((1lh - 1em) / 2);
}
