@charset "UTF-8";

/* Reset
----------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

header,
menu,
nav,
footer,
section,
article,
aside,
details,
summary,
figure,
figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::placeholder {
  color: #c9c9c9;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

a:focus {
  outline: none;
}

a img {
  border: none;
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  transition: all 0.5s;
}

strong {
  font-weight: normal;
}

ul,
ol {
  list-style-type: none;
}

body {
  font-family:
    "futura-pt-bold", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #333;
  background: #fefefe;
  width: 100%;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.inner {
  margin: 0 auto;
  width: 1200px;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
}

/* Project base
----------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #333333;
  background: #fff;
  font-family: "futura-pt-bold", "Noto Sans JP", "Yu Gothic", sans-serif;
}

.site {
  width: 100%;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

.problem-section,
.reason-section,
.pickup-section,
.development-section,
.price-section,
.case-section,
.step-section,
.faq-section,
.contact-section {
  scroll-margin-top: 100px;
}

/* Content width
----------------------------------------------------------- */
.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner--wide {
  width: 1260px;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background: rgba(255, 255, 255, 0.96);
}
.header__inner {
  width: min(1200px, calc(100% - 48px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.logo img {
  width: 77px;
  display: block;
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  white-space: nowrap;
}
.nav .nav__cta {
  box-sizing: border-box;
  padding: 10px 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #c90010 0%, #ed0013 50%, #ff0014 100%);
  font-weight: 600;
  width: 270px;
  height: 50px;
}

.nav__cta span,
.btn span {
  font-size: 11px;
  margin-left: 7px;
}
.menu {
  display: none;
}
.header__contact,
.nav-overlay {
  display: none;
}
.hero {
  position: relative;
  min-height: 930px;
  padding-top: 118px;
}
.hero__inner {
  position: relative;
  width: min(1200px, calc(100% - 48px));
  height: 812px;
  margin: auto;
}
.hero__copy {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 72px;
}
.eyebrow {
  color: #f02a36;
  font-size: 18px;
  font-weight: 600;
}
.hero h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.hero h1 strong {
  background: linear-gradient(90deg, #c90010 0%, #ed0013 50%, #ff0014 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 110px;
  letter-spacing: 0.01em;
}
.hero h1 span {
  font-size: 54px;
  font-weight: 500;
}
.lead {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 2.1;
  color: #555;
  letter-spacing: 1.2px;
}
.hero__visual {
  position: absolute;
  right: 37px;
  top: 32px;
  width: 576px;
  height: 467px;
}
.hero__visual img {
  width: 100%;
  display: block;
}
.hero__buttons {
  position: absolute;
  z-index: 3;
  top: 555px;
  left: 300px;
  display: flex;
  gap: 18px;
}
.btn {
  width: 270px;
  height: 60px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.btn--fill {
  background: linear-gradient(90deg, #c90010 0%, #ed0013 50%, #ff0014 100%);
  color: #fff;
}
.btn--outline {
  background: #fff;
  color: #ed0018;
  border: 3px solid #ed0018;
}
.support {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 134px;
  padding: 22px 32px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(229, 76, 91, 0.11);
  display: flex;
  align-items: center;
}
.support__intro {
  width: 290px;
  text-align: center;
}
.support__intro p {
  margin: 0 0 10px;
  color: #ed0018;
  font-size: 13px;
}
.support__intro strong {
  font-size: 15px;
}
.support__items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.support__items div {
  text-align: center;
}
.support__items img {
  display: block;
  width: 50px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 9px;
}
.support__items span {
  font-size: 12px;
  white-space: nowrap;
}
.hero__decor {
  position: absolute;
  border: 48px solid rgba(248, 203, 207, 0.31);
  border-radius: 50%;
}
.hero__decor--left {
  width: 760px;
  height: 500px;
  left: -420px;
  top: -30px;
}
.hero__decor--right {
  width: 630px;
  height: 630px;
  right: -240px;
  top: 260px;
}
.dot {
  position: absolute;
  display: block;
  background: #ef001b;
}
.dot--1 {
  width: 7px;
  height: 7px;
  right: 375px;
  top: 175px;
}
.dot--2 {
  width: 20px;
  height: 20px;
  right: 330px;
  top: 510px;
}
.dot--3 {
  width: 10px;
  height: 10px;
  left: 55%;
  top: 215px;
  background: #f88b28;
  border-radius: 50%;
}

@media (max-width: 431px) {
  .header {
    height: 130px;
    background: #fff;
  }

  .header__inner {
    position: relative;
    width: calc(100% - 32px);
    padding: 12px 0;
    align-items: flex-start;
  }

  .logo {
    position: relative;
    z-index: 103;
  }

  .logo img {
    width: 76px;
    margin: 0 0 0 10px;
  }

  .header__contact {
    display: flex;
    position: absolute;
    z-index: 103;
    top: 88px;
    right: 0px;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 30px;
    border-radius: 999px 0 0 999px;
    color: #fff;
    background: linear-gradient(90deg, #ff0014 0%, #d50011 24%, #ff0014 100%);
    font-size: 14px;
    font-weight: 1000;
    text-decoration: none;
  }

  .menu {
    display: block;
    position: absolute;
    z-index: 103;
    top: 16px;
    right: 0;
    width: 52px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu img {
    display: block;
    width: 40px;
    height: 58px;
    object-fit: contain;
  }

  .nav {
    display: flex;
    position: fixed;
    z-index: 104;
    top: 0;
    left: 0;
    width: min(302px, 80vw);
    height: 100vh;
    margin: 0;
    padding: 15px 14px 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.12);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .nav.is-open {
    transform: translateX(0);
  }

  .nav a {
    display: block;
    width: 100%;
    padding: 11px 10px;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }

  .nav a:first-child {
    border-radius: 5px;
    background: #e9e9e9;
  }

  .nav .nav__cta {
    display: flex;
    width: 100%;
    height: 47px;
    margin-top: 4px;
    padding: 0 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    background: linear-gradient(180deg, #e5001b 0%, #f58220 100%);
    font-size: 16px;
    font-weight: 700;
  }

  .nav .nav__cta .btn__circle-icon {
    display: none;
  }

  .nav-overlay {
    display: block;
    position: fixed;
    z-index: 101;
    inset: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .hero {
    padding-top: 72px;
    min-height: auto;
  }
  .hero__inner {
    width: calc(100% - 40px);
    height: auto;
    padding: 42px 14px 42px;
  }
  .hero__copy,
  .hero__visual,
  .hero__buttons,
  .support {
    position: relative;
    inset: auto;
    height: 248px;
  }
  .hero__buttons {
    height: 60px;
  }
  .eyebrow {
    font-size: 12px;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .hero h1 strong {
    font-size: 42px;
  }
  .hero h1 span {
    font-size: 29px;
  }
  .lead {
    font-size: 14px;
    line-height: 1.85;
  }
  .lead br {
    display: none;
  }
  .hero__visual {
    width: 100%;
    margin: 0px auto 6px;
    position: relative;
    top: -38px;
    right: 10px;
  }
  .hero__buttons {
    display: grid;
    gap: 12px;
    margin-top: 5px;
  }
  .btn {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }
  .support {
    display: block;
    margin-top: 38px;
    padding: 25px 15px 70px;
    border-radius: 22px;
    height: 330px;
  }
  .support__intro {
    width: 100%;
    margin-bottom: 24px;
  }
  .support__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px 8px;
  }
  .support__items img {
    width: 48px;
  }
  .support__items span {
    font-size: 11px;
  }
  .hero__decor--left {
    width: 420px;
    height: 300px;
    left: -310px;
    top: 40px;
    border-width: 30px;
  }
  .hero__decor--right {
    width: 360px;
    height: 360px;
    right: -260px;
    top: 480px;
    border-width: 30px;
  }
  .dot {
    display: none;
  }
}
.important-section {
  padding: 110px 24px 100px;
  background: #fff;
}
.important-section__inner {
  width: min(1200px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 500px 428px;
  justify-content: center;
  align-items: center;
  column-gap: 57px;
}
.important-section__visual {
  text-align: center;
}
.important-section__visual img {
  display: block;
  width: 100%;
  max-width: 500px;
}

.section-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 4px 10px;
  background: #e90016;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.important-section h2 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 400;
}
.important-section h2 strong {
  color: #e90016;
  font-size: 46x;
  line-height: 1.3;
  font-weight: 700;
}
.important-section__content > p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 2.1;
}
.problem-section {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: #f9cdd0;
  padding: 88px 24px 108px;
}
.problem-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  align-items: center;
  align-content: start;
}
.problem-section__heading {
  padding-right: 25px;
}
.problem-section__heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}
.problem-section__heading h2 strong {
  font-size: 46px;
  font-weight: 600;
}
.problem-card {
  min-height: 154px;
  padding: 35px 35px;
  border-radius: 26px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.problem-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.problem-card h3 {
  margin: 0 0 17px;
  color: #e90016;
  font-size: 24px;
}
.problem-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.problem-section__person {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: -140px;
  width: 77px;
}

.problem-section__arrows {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -153px;
  transform: translateX(-50%);
  width: 43px;
  height: auto;
  display: block;
}
@media (max-width: 431px) {
  .important-section {
    padding: 20px 20px 20px;
  }
  .important-section__inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .important-section__visual {
    order: 2;
  }
  .important-section__content {
    padding: 0;
    order: 1;
  }
  .important-section h2 {
    font-size: 22px;
  }
  .important-section h2 strong {
    font-size: 29px;
  }
  .important-section__content > p:last-child {
    font-size: 13px;
  }
  .pc-only {
    display: none;
  }
  .problem-section {
    padding: 65px 20px 45px;
  }
  .problem-section__inner {
    display: block;
    min-height: 0;
  }
  .problem-section__heading {
    padding: 0;
    margin-bottom: 30px;
  }
  .problem-section__heading h2 {
    font-size: 21px;
  }
  .problem-section__heading h2 strong {
    font-size: 28px;
  }
  .problem-card {
    min-height: 0;
    padding: 20px 20px;
    margin-bottom: 18px;
    border-radius: 20px;
    gap: 13px;
  }
  .problem-card img {
    width: 31px;
    height: 31px;
  }
  .problem-card h3 {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 10px;
  }
  .problem-card p {
    font-size: 11px;
  }
  .problem-card p br {
    display: none;
  }
  .problem-section__person {
    right: -5px;
    bottom: -80px;
    width: 44px;
  }
  .problem-section__arrows {
    bottom: -82px;
    width: 34px;
  }
}
.reason-section {
  position: relative;
  padding: 100px 24px 140px;
  background: #fff;
  overflow: hidden;
}
.reason-message {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto 0px;
  text-align: center;
  padding: 0 0 72px;
}
.reason-message::before {
  content: "";
  position: absolute;
  left: -112px;
  top: -8px;
  width: 40px;
  height: 40px;
  background: url("../img/reason-message-dot.png") center / contain no-repeat;
  pointer-events: none;
}
.reason-message p {
  font-size: 36px;
  font-weight: 700;
}
.reason-message strong {
  position: relative;
  display: inline-block;
  color: #e50012;
  font-size: 40px;
  font-weight: 700;
}
.reason-message strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: #e50012;
}
.reason-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
}
.reason-section__inner::before,
.reason-section__inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reason-section__inner::before {
  left: -489px;
  top: -226px;
  width: 635px;
  height: 635px;
  background-image: url("../img/reason-circle-left.png");
}
.reason-section__inner::after {
  right: -331px;
  bottom: -524px;
  width: 640px;
  height: 640px;
  background-image: url("../img/reason-circle-right.png");
}
.reason-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
}
.reason-heading img {
  width: 99px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.reason-heading h2 {
  margin: 0;
  color: #e50012;
  font-size: 58px;
  line-height: 1.2;
}
.reason-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}
.reason-card {
  position: relative;
  min-height: 252px;
  padding: 37px;
  border: 6px solid transparent;
  border-radius: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96))
      padding-box,
    linear-gradient(90deg, #ffc3ab 0%, #ffa3a3 100%) border-box;
  z-index: 1;
  width: 580px;
}
.reason-card h3 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
}
.reason-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.reason-card > img {
  position: absolute;
  right: 22px;
  top: -23px;
  width: 170px;
  height: 150px;
  object-fit: contain;
  z-index: 5;
}
.reason-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 89px;
  left: 50%;
  width: 123px;
  height: 185px;
  transform: translateX(330px);
  background: url("../img/reason-dot-large.png") left 40px no-repeat;
  pointer-events: none;
}
.reason-section::after {
  content: "";
  position: absolute;
  left: -3%;
  bottom: -76px;
  width: 106%;
  height: 130px;
  background: #fff4f1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

@media (max-width: 431px) {
  .reason-section {
    padding: 56px 20px 100px;
  }
  .reason-message p {
    font-size: 20px;
  }
  .reason-message strong {
    font-size: 22px;
  }
  .reason-heading {
    margin-bottom: 28px;
  }
  .reason-heading img {
    width: 80px;
  }
  .reason-heading h2 {
    font-size: 31px;
  }
  .reason-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .reason-card {
    min-height: 205px;
    padding: 20px;
    border-width: 4px;
    border-radius: 24px;
    width: 100%;
    z-index: 1;
  }

  /* 3枚目 */
  .reason-card:nth-child(3) {
    min-height: 170px;
  }
  .reason-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .reason-card p {
    font-size: 14px;
    line-height: 1.7;
  }
  .reason-card > img {
    right: 25px;
    top: -38px;
    width: 27%;
  }
  .reason-card:nth-child(4) > img {
    right: 21px;
    top: -47px;
    width: 20%;
  }
  .reason-message::before {
    left: -18px;
    top: -30px;
    width: 28px;
    height: 28px;
  }
  .reason-section__inner::before {
    left: -245px;
    top: 10px;
    width: 300px;
    height: 300px;
  }
  .reason-section__inner::after {
    right: -205px;
    bottom: 10px;
    width: 260px;
    height: 260px;
  }
  .reason-section::before {
    position: absolute;
    z-index: 100;
    top: 133px;
    width: 130px;
    height: 170px;
    transform: translateX(72px);
    background: url(../img/reason-dot-large.png) left 10px no-repeat;
  }
}

.pickup-section {
  position: relative;
  padding: 105px 24px 118px;
  background: #fff3f1;
  overflow: hidden;
}
.pickup-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
}
.pickup-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 58px;
}
.pickup-heading .section-label {
  margin-bottom: 15px;
}
.pickup-heading__sub {
  font-size: 28px;
  font-weight: 700;
}
.pickup-heading h2 {
  margin: 0 0 25px;
  color: #e50012;
  font-size: 64px;
  line-height: 1.25;
}
.pickup-heading__lead {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}
.pickup-section__visual {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 40px;
  width: 281px;
  height: 240px;
  object-fit: contain;
}
.pickup-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.pickup-card {
  position: relative;
  height: 300px;
  padding: 50px 66px;
  border-radius: 28px;
  background: #fff;
  width: 580px;
  box-sizing: border-box;
}
.pickup-card__body h3 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.4;
}
.pickup-card:nth-child(4) .pickup-card__body h3 {
  font-size: 24px;
}
.pickup-card__body span {
  display: inline-block;
  margin-bottom: 23px;
  padding: 5px 12px;
  background: #f1f1f1;
  font-size: 16px;
}
.pickup-card__body p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}
.pickup-card > img {
  position: absolute;
  right: 58px;
  top: 28px;
  width: 112px;
  height: 105px;
  object-fit: contain;
}

@media (max-width: 431px) {
  .pickup-section {
    position: relative;
    z-index: 1;
    padding: 35px 20px 50px;
    background: #fff3f1;
    overflow: hidden;
  }
  .pickup-heading {
    margin-bottom: 35px;
    padding-right: 0;
  }
  .pickup-heading__sub {
    font-size: 16px;
  }
  .pickup-heading h2 {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .pickup-heading__lead {
    font-size: 14px;
  }
  .pickup-heading__lead br {
    display: none;
  }
  .pickup-section__visual {
    position: absolute;
    z-index: 2;
    top: -14px;
    right: 10px;
    display: block;
    width: 141px;
    height: auto;
    margin: 0;
  }
  .pickup-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .pickup-card {
    height: 240px;
    padding: 30px 20px 28px 20px;
    border-radius: 22px;
    width: 100%;
  }
  .pickup-card__body h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }
  .pickup-card__body span {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .pickup-card__body p {
    font-size: 14px;
    line-height: 1.75;
  }
  .pickup-card:nth-child(3) {
    height: 220px;
  }
  .pickup-card:nth-child(4) .pickup-card__body h3 {
    font-size: 18px;
  }
  .pickup-card > img {
    right: 7px;
    top: 10px;
    width: 92px;
    height: 90px;
  }
}

.development-section {
  position: relative;
  padding: 112px 24px 160px;
  background: #fff;
  overflow: hidden;
}
.development-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
}
.development-section__decor {
  position: absolute;
  left: 900px;
  top: -360px;
  width: 969px;
  height: 969px;
  border: 55px solid rgba(255, 222, 217, 0.35);
  border-radius: 50%;
}
.development-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
}
.development-heading__label {
  display: block;
  width: 143px;
  height: auto;
  margin-bottom: 14px;
}
.development-heading h2 {
  margin: 0 0 23px;
  font-size: 64px;
  line-height: 1.35;
  font-weight: 700;
}
.development-heading p {
  margin: 0;
  font-size: 20px;
  line-height: 1.9;
}
.development-section__visual {
  position: absolute;
  z-index: 1;
  right: 110px;
  top: 0px;
  width: 242px;
  height: 310px;
  object-fit: contain;
  z-index: 100;
}
.development-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.development-card {
  min-height: 455px;
  padding: 28px 25px 25px;
  border: 2px solid #f5c4c0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
}
.development-card h3 {
  margin: 0 0 18px;
  color: #e50012;
  font-size: 28px;
  line-height: 1.45;
}
.development-card > img {
  display: block;
  width: 180px;
  height: 130px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.development-card__catch {
  position: relative;
  margin: 0 0 24px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.development-card__catch::before {
  content: "“";
  position: absolute;
  left: 40px;
  top: 0px;
  color: #e8e8e8;
  font-family: serif;
  font-size: 42px;
  line-height: 1;
}

.development-card:nth-child(3) .development-card__catch::before {
  left: 55px;
}
.development-card:nth-child(4) .development-card__catch::before {
  left: 55px;
}
.development-card ul {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

.development-card li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 16px;
  text-align: left;
}

.development-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e50012;
  font-weight: 700;
}
.development-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: #f9cdd0;
}

.price-section {
  position: relative;
  padding: 60px 24px 100px;
  background: #f9cdd0;
}
.price-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
}
.price-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 52px;
}
.price-heading .section-label {
  margin-bottom: 14px;
}
.price-heading h2 {
  margin: 0 0 22px;
  font-size: 48px;
  line-height: 1.3;
}
.price-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.price-section__visual {
  position: absolute;
  right: 110px;
  top: -26px;
  width: 190px;
  height: 190px;
  object-fit: contain;
}
.price-table-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 3px solid #e50012;
  border-radius: 18px;
  background: #fff;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.price-table th,
.price-table td {
  padding: 18px 24px;
  text-align: left;
  vertical-align: middle;
}
.price-table thead th {
  background: #e50012;
  color: #fff;
  font-size: 18px;
}
.price-table thead th:nth-child(1) {
  width: 26%;
}
.price-table thead th:nth-child(2) {
  width: 35%;
}
.price-table thead th:nth-child(3) {
  width: 19%;
}
.price-table thead th:nth-child(4) {
  width: 20%;
}
.price-table tbody tr + tr {
  border-top: 1px solid #efb9bd;
}
.price-table tbody th {
  color: #e50012;
  font-size: 20px;
  font-weight: 700;
}
.price-table tbody td {
  font-size: 14px;
  line-height: 1.7;
}
.price-table tbody td:last-child {
  background: #fff4f4;
  color: #e50012;
  font-size: 17px;
  font-weight: 700;
}
.price-section__button {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.price-section__button .btn {
  width: 285px;
  height: 58px;
}
.price-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 431px) {
  .price-section {
    padding: 60px 20px 60px;
  }
  .price-section__visual {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: 145px;
    height: auto;
    margin: 0 auto 28px;
  }
  .price-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
  }
  .price-table thead {
    display: none;
  }
  .price-table tbody {
    display: grid;
    gap: 18px;
  }
  .price-table tbody tr {
    overflow: hidden;
    border: 2px solid #e50012;
    border-radius: 18px;
    background: #fff;
  }
  .price-table tbody tr + tr {
    border-top: 2px solid #e50012;
  }
  .price-table tbody th {
    padding: 18px 18px 10px;
    font-size: 17px;
  }
  .price-table tbody td {
    padding: 8px 18px;
    font-size: 14px;
  }
  .price-table tbody td::before {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
  }
  .price-table tbody td:nth-child(2)::before {
    content: "内容";
  }
  .price-table tbody td:nth-child(3)::before {
    content: "目安期間";
  }
  .price-table tbody td:nth-child(4)::before {
    content: "価格目安";
  }
  .price-table tbody td:last-child {
    padding: 14px 18px;
    background: #fff4f4;
    font-size: 17px;
  }
  .price-section__button {
    margin-top: 36px;
  }
  .price-section__button .btn {
    width: 100%;
  }
}

/* Section labels use the supplied image assets. */
.section-label-image {
  display: block;
  height: auto;
  margin: 0 0 14px;
  object-fit: contain;
}
.section-label-image--important {
  width: 116px;
}
.section-label-image--problem {
  width: 99px;
}
.section-label-image--pickup {
  width: 116px;
}
.section-label-image--price {
  width: 68px;
}

/* The old text-label rules are no longer used. */
.important-section__content .section-label-image {
  margin-bottom: 14px;
}
.problem-section__heading .section-label-image {
  margin-bottom: 12px;
}
.pickup-heading .section-label-image {
  margin-bottom: 15px;
}
.price-heading .section-label-image {
  margin-bottom: 14px;
}

@media (max-width: 431px) {
  .development-section {
    padding: 50px 24px 50px;
    overflow: visible;
  }

  .development-heading {
    min-height: 188px;
    margin-bottom: 32px;
  }
  .development-section__visual {
    position: absolute;
    z-index: 2;
    top: -90px;
    right: -8px;
    width: 148px;
    height: 120px;
    margin: 0;
    object-fit: contain;
  }
  .development-heading h2 {
    font-size: 28px;
  }
  .development-heading p {
    width: calc(100vw - 40px);
    margin-top: 24px;
    font-size: 14px;
  }
  .development-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    background: #f9cdd0;
  }

  /* Put the Price illustration at the upper right of the heading. */
  .price-heading {
    min-height: 160px;
    margin-bottom: 0px;
  }
  .price-section__visual {
    position: absolute;
    z-index: 2;
    top: -86px;
    right: -2px;
    width: 112px;
    height: 117px;
    margin: 0;
    object-fit: contain;
  }
  .price-heading h2 {
    font-size: 29px;
  }
  .price-heading p {
    width: calc(100vw - 40px);
    margin-top: 15px;
    font-size: 14px;
  }

  .price-heading .section-label-image {
    margin-bottom: 0;
  }

  .section-label-image--important {
    width: 102px;
  }
  .section-label-image--problem {
    width: 86px;
  }
  .section-label-image--pickup {
    width: 80px;
  }
  .section-label-image--price {
    width: 60px;
  }
}

/* Case section */
.case-section {
  position: relative;
  padding: 100px 24px 100px;
  background: #fff;
}
.case-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
}
.case-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 52px;
}
.section-label-image--case {
  width: 68px;
}
.case-heading h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.35;
}
.case-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.case-section__visual {
  position: absolute;
  right: 60px;
  top: -50px;
  width: 157px;
  height: 222px;
  object-fit: contain;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 38px;
}
.case-card {
  --case-color: #ef332f;
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 168px;
  border: 3px solid var(--case-color);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.case-card__category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  background: var(--case-color);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}
.case-card__body {
  padding: 20px 24px;
  color: #333;
}
.case-card__body h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.case-card__body p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
}
.case-card__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-card__body li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 16px;
  font-size: 14px;
}
.case-card__body li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--case-color);
  font-size: 8px;
  top: 2px;
}
.case-card--care {
  --case-color: #ef332f;
}
.case-card--food {
  --case-color: #f28a00;
}
.case-card--manufacturing {
  --case-color: #2174c9;
}
.case-card--it {
  --case-color: #2f8a3a;
}
.case-card--medical {
  --case-color: #7024b6;
}
.case-card--property {
  --case-color: #0896a8;
}

/* SP: place section illustrations at the upper-right of headings */

@media screen and (max-width: 431px) {
  .case-section {
    padding: 60px 20px 60px;
  }

  .case-section__inner {
    width: 100%;
  }

  .case-heading {
    position: relative;
    min-height: 145px;
    margin-bottom: 15px;
  }

  .section-label-image--case {
    width: 60px;
    margin-bottom: 0;
  }

  .case-heading h2 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.4;
  }

  .case-heading p {
    width: calc(100vw - 40px);
    font-size: 14px;
    line-height: 1.8;
  }

  .case-section__visual {
    position: absolute;
    z-index: 2;
    top: -90px;
    right: -5px;
    width: 105px;
    height: 120px;
    object-fit: contain;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .case-card {
    grid-template-columns: 52px 1fr;
    min-height: 0;
    border-width: 2px;
    border-radius: 14px;
  }

  .case-card__category {
    padding: 12px 6px;
    font-size: 14px;
    line-height: 1.4;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .case-card__body {
    padding: 18px 16px;
  }

  .case-card__body h3 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.6;
  }

  .case-card__body p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.7;
  }

  .case-card__body li {
    margin-bottom: 5px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1.6;
  }

  .case-card__body li::before {
    top: 2px;
    font-size: 7px;
  }
}

/* Genuine vertical writing for the industry labels */
.case-card__category {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;
  white-space: normal;
}

/* Step section */
.step-section {
  position: relative;
  padding: 50px 24px 50px;
  background: #fff4f1;
}
.step-section__inner {
  position: relative;
  width: min(1200px, 100%);
  margin: auto;
}
.step-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.section-label-image--step {
  width: 89px;
}
.step-heading h2 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.35;
}
.step-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.step-section__visual {
  position: absolute;
  z-index: 1;
  right: 116px;
  top: -35px;
  width: 175px;
  height: 210px;
  object-fit: contain;
}
.step-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-card {
  position: relative;
  min-height: 270px;
  padding: 58px 18px 28px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.step-card__number {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e50012;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.step-card > img {
  display: block;
  width: 105px;
  height: 105px;
  margin: 0 auto 16px;
  object-fit: contain;
}
.step-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
}
.step-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
.step-card p:nth-of-type(3) {
  margin-top: 10px;
}

.step-card p:nth-of-type(4) {
  margin-top: 20px;
}
@media (max-width: 431px) {
  .case-card__category {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.04em;
    white-space: normal;
  }
  .step-heading {
    min-height: 160px;
    margin-bottom: 15px;
  }
  .section-label-image--step {
    width: 60px;
    margin-bottom: 0;
  }
  .step-heading h2 {
    font-size: 28px;
    line-height: 1.45;
  }
  .step-heading p {
    width: calc(100vw - 40px);
    margin-top: 22px;
    font-size: 14px;
  }
  .step-section__visual {
    top: -75px;
    right: -5px;
    width: 115px;
    height: 130px;
  }
  .step-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .step-card {
    min-height: 220px;
    padding: 48px 20px 26px;
  }
  .step-card__number {
    top: -25px;
    width: 52px;
    height: 52px;
  }
  .step-card > img {
    width: 96px;
    height: 96px;
  }
}

/* FAQ */
.faq-section {
  position: relative;
  padding: 105px 24px 120px;
  background: #fff;
}
.faq-section__inner {
  position: relative;
  width: min(900px, 100%);
  margin: auto;
  padding: 68px 90px 65px;
  border: 1px solid #f3bfc2;
  border-radius: 26px;
}
.faq-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
}
.section-label-image--faq {
  width: 89px;
}
.faq-heading h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.3;
}
.faq-section__visual {
  position: absolute;
  right: 120px;
  top: 34px;
  width: 105px;
  height: 170px;
  object-fit: contain;
}
.faq-list {
  position: relative;
  z-index: 2;
}
.faq-item {
  border-bottom: 1px solid #777;
}
.faq-item__question {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 20px 1fr 24px;
  gap: 10px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.faq-item__mark {
  font-size: 11px;
}
.faq-item__text {
  font-size: 16px;
  font-weight: 700;
}
.faq-item__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #e50012;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item__question[aria-expanded="true"] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.35s ease,
    opacity 0.35s ease;
}
.faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}
.faq-item__answer-inner {
  overflow: hidden;
  padding: 0 34px 0 30px;
  font-size: 16px;
  line-height: 1.9;
}
.faq-item.is-open .faq-item__answer-inner {
  padding-bottom: 20px;
}

@media (max-width: 431px) {
  .faq-section {
    padding: 50px 20px 50px;
  }
  .faq-section__inner {
    padding: 42px 22px 35px;
    border-radius: 22px;
  }
  .faq-heading {
    min-height: 75px;
    padding-right: 100px;
    margin-bottom: 10px;
  }
  .section-label-image--faq {
    width: 80px;
    margin-bottom: 0;
  }
  .faq-heading h2 {
    font-size: 30px;
  }
  .faq-section__visual {
    top: 20px;
    right: 12px;
    width: 92px;
    height: 105px;
  }
  .faq-item__question {
    min-height: 66px;
    grid-template-columns: 16px 1fr 20px;
    gap: 7px;
  }
  .faq-item__text {
    font-size: 12px;
    line-height: 1.6;
  }
  .faq-item__answer-inner {
    padding-left: 23px;
    padding-right: 20px;
    font-size: 11px;
  }
}

/* Contact */
.contact-section {
  position: relative;
  padding: 78px 24px 42px;
  background: #020714;
  color: #fff;
}
.contact-section__inner {
  position: relative;
  width: min(1200px, 100%);
  min-height: 265px;
  margin: auto;
}
.contact-section__content {
  position: relative;
  z-index: 2;
}
.section-label-image--contact {
  width: 99px;
  margin: 0;
}
.contact-section h2 {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1.35;
}
.contact-section__content p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 2;
}
.contact-section__button {
  width: 270px;
  height: 52px;
}
.contact-section__visual {
  position: absolute;
  right: 100px;
  top: 0px;
  width: 177px;
  height: 236px;
  object-fit: contain;
}

/* SP: keep the Development cards and Step cards in two columns */
@media (max-width: 431px) {
  .development-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .development-card {
    min-height: 218px;
    padding: 20px 20px 20px;
    border-radius: 18px;
    position: relative;
  }
  .development-card:nth-child(3),
  .development-card:nth-child(4) {
    min-height: 180px;
  }
  .development-card h3 {
    font-size: 18px;
    line-height: 1.45;
    text-align-last: left;
  }
  .development-card > img {
    width: 100px;
    height: 80px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .development-card:nth-child(2) > img {
    height: 60px;
    right: 10px;
    top: 26px;
  }
  .development-card:nth-child(3) > img {
    height: 63px;
  }
  .development-card:nth-child(4) > img {
    height: 70px;
  }
  .development-card__catch {
    max-width: none;
    margin: 0 0 17px;
    padding-left: 21px;
    font-size: 15px;
    line-height: 1.55;
    text-align-last: left;
  }
  .development-card__catch::before {
    font-size: 32px;
    left: 0px;
  }
  .development-card:nth-child(3) .development-card__catch::before,
  .development-card:nth-child(4) .development-card__catch::before {
    left: 0px;
  }
  .development-card ul {
    margin: 0;
    text-align: left;
  }
  .development-card li {
    display: inline-block;
    margin-bottom: 9px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 14px;
  }
  .step-card {
    min-height: 260px;
    padding: 45px 10px 22px;
    border-radius: 18px;
  }
  .step-card > img {
    width: 88px;
    height: 88px;
    margin-bottom: 14px;
  }
  .step-card h3 {
    font-size: 15px;
  }
  .step-card:nth-of-type(1) p {
    font-size: 11px;
  }

  .contact-section {
    padding: 55px 20px 35px;
  }
  .contact-section__content {
    padding-right: 0;
  }
  .section-label-image--contact {
    width: 90px;
  }
  .contact-section h2 {
    font-size: 28px;
  }
  .contact-section__content p {
    max-width: 100%;
    font-size: 11px;
  }
  .contact-section__content p br {
    display: none;
  }
  .contact-section__visual {
    right: -8px;
    top: -83px;
    width: 118px;
    height: 130px;
    opacity: 0.95;
  }
  .contact-section__button {
    width: 100%;
    margin-top: 10px;
  }
}

/* SP only: Step cards are stacked horizontally */
@media (max-width: 431px) {
  .step-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .step-card {
    display: grid;
    grid-template-columns: 58px 1fr 50px;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-height: 110px;
    padding: 20px 18px;
    border-radius: 22px;
    text-align: left;
  }

  .step-card__number {
    position: static;
    grid-column: 1;
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
    transform: none;
    align-self: start;
    margin-top: 10px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16);
    font-size: 18px;
  }

  .step-card > img {
    grid-column: 3;
    grid-row: 1 / 3;
    width: 76px;
    height: 76px;
    margin: 0;
    object-fit: contain;
  }

  .step-card h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.4;
  }

  .step-card p {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
  }

  .step-card p br {
    display: none;
  }
}

/* Hero CTA icon */
.btn__circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border-radius: 50%;
  background: #fff;
  color: #e50012;
  font-size: 9px;
  line-height: 1;
  flex: 0 0 auto;
}
.btn--outline .btn__circle-icon {
  border: 1px solid #e50012;
  background: #fff;
  color: #e50012;
}

/* SP: keep the two hero buttons side by side */
@media (max-width: 431px) {
  .hero__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
  }

  .hero__buttons .btn {
    width: 100%;
    height: 52px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero__buttons .btn__circle-icon {
    width: 17px;
    height: 17px;
    margin-left: 7px;
    font-size: 8px;
  }
}

/* Wider content only for Development and Step sections */
.development-section__inner,
.step-section__inner {
  width: min(1260px, 100%);
}

/* Keep the circular icon visible on every button */
.btn .btn__circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
  font-size: 9px;
  line-height: 1;
}

.btn--fill .btn__circle-icon {
  background: #fff;
  color: #e50012;
}

.btn--outline .btn__circle-icon {
  border: 1px solid #e50012;
  background: #fff;
  color: #e50012;
}

@media (max-width: 431px) {
  .development-section__inner,
  .step-section__inner {
    width: 100%;
  }
}

/*===============================================
画面サイズが432pxから1240pxまではPC幅で表示
===============================================*/
@media screen and (min-width: 432px) and (max-width: 1240px) {
  html,
  body,
  .site {
    width: 1240px;
    min-width: 1240px;
  }
}

/*===============================================
横幅432px以上：PC表示
===============================================*/
@media screen and (min-width: 432px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
  }

  .inner--wide {
    width: 1260px;
  }

  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }
}

/*===============================================
横幅431px以下：SP表示
===============================================*/
@media screen and (max-width: 431px) {
  html,
  body,
  .site {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .inner,
  .inner--wide {
    width: 100%;
    margin: 0 auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }
}

/* Hero decoration images */
.hero__decor {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.hero::before {
  left: -240px;
  top: -322px;
  width: 967px;
  height: 967px;
  background-image: url("../img/hero-decor-left.png");
  background-position: left center;
}
.hero::after {
  right: 0;
  top: 235px;
  width: 650px;
  height: 650px;
  background-image: url("../img/hero-decor-right.png");
  background-position: right center;
}
.hero__copy {
  position: relative;
}
.hero__copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 154px;
  left: 370px;
  width: 155px;
  height: 155px;
  background: url("../img/hero-heading-circle.png") center/contain no-repeat;
  pointer-events: none;
}
.nav__cta .btn__circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
  color: #e50012;
  font-size: 8px;
  line-height: 1;
  flex: 0 0 auto;
  position: relative;
  top: -3px;
}

.btn__circle-icon {
  text-indent: 1px;
}
@media screen and (max-width: 431px) {
  .hero::before {
    left: 200px;
    top: -130px;
    width: 350px;
    height: 350px;
  }
  .hero::after {
    left: -334px;
    top: 264px;
    width: 430px;
    height: 430px;
  }
  .hero__copy::after {
    top: 78px;
    right: 4px;
    width: 92px;
    height: 92px;
  }
}

/* Hero buttons only */
.hero__buttons .hero__button-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero__buttons .btn--outline {
  border: 3px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #c90010 0%, #ed0013 50%, #ff0014 100%) border-box;
}

@media screen and (max-width: 431px) {
  .hero__buttons .hero__button-icon {
    width: 17px;
    height: 17px;
    margin-left: 7px;
  }
}

/* ========================================
   Footer
======================================== */
.footer {
  position: relative;
  background: #020714;
  color: #fff;
}

.footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: 470px 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  min-height: 190px;
  box-sizing: border-box;
}

.footer__logo {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 310px;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__content {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.footer__nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.footer__nav a:hover {
  opacity: 0.7;
}

.footer__sns {
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer__sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.footer__sns img {
  display: block;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.footer__copyright {
  grid-column: 1 / 3;
  grid-row: 2;
  margin: 8px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/* ページ上部へ戻るボタン */
.page-top {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  display: block;
  width: 48px;
  height: 116px;
}

.page-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-top:hover {
  opacity: 0.75;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 431px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    align-items: start;
    min-height: 161px;
    padding: 18px 26px 14px 18px;
  }

  .footer__logo {
    grid-column: 1;
    grid-row: 1;
    width: 78px;
    margin-top: 1px;
  }

  .footer__content {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 26px;
  }

  .footer__nav a {
    font-size: 11px;
    line-height: 1.4;
  }

  .footer__sns {
    display: flex;
    margin-top: 13px;
    gap: 24px;
  }

  .footer__sns a {
    width: 19px;
    height: 19px;
  }

  .footer__sns img {
    max-width: 19px;
    max-height: 19px;
  }

  .footer__copyright {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 13px;
    padding-right: 16px;
    font-size: 9px;
    text-align: center;
    white-space: nowrap;
  }

  .page-top {
    width: 29px;
    height: 91px;
  }
}
