@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and border */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (remove bullets) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* Text-level semantics */
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
img,
video {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  appearance: none;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Hidden */
[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Snas JP", "Inter", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
  font-family: inherit;
}
input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder {
  color: #cccccc;
  opacity: 1;
}

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

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important; /* PC用を表示 */
  }
  .sp {
    display: none !important; /* スマホ用を非表示 */
  }
}
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  word-break: break-word;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title__en {
  width: 90px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section-title__en {
    margin-bottom: 12px;
  }
}
.section-title__ja {
  display: block;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 2;
}
@media (max-width: 768px) {
  .section-title__ja {
    font-size: 24px;
    line-height: 1.6;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    max-width: 400px;
  }
}
.btn--primary {
  background: linear-gradient(to bottom, #0066b3, #0077c8);
  color: #fff;
}
.btn--primary:hover {
  filter: brightness(90%);
  transform: translateY(-2px);
}
.btn--outline {
  background-color: transparent;
}
.btn--outline:hover {
  color: #fff;
  transform: translateY(-2px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 22px 0;
}
@media (max-width: 768px) {
  .header__inner {
    width: 92%;
    padding: 19px 0;
  }
}
@media (max-width: 768px) {
  .header__logo {
    width: 142px;
    flex-shrink: 0;
  }
}
.header__logo a {
  display: block;
  position: relative;
  z-index: 100;
}
.header__logo a img {
  width: 100%;
  height: auto;
  display: block;
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .header__nav ul {
    gap: 0;
  }
}
.header__nav li:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff8d28;
  box-shadow: 0 3px 0 rgb(204, 112.8, 32);
  color: #fff;
  padding: 4px 22px;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header__nav li:last-child a span {
  width: 12px;
}
.header__nav li:last-child a:hover {
  transform: translateY(3px);
  box-shadow: 0 0px 0 rgb(204, 112.8, 32);
}
@media (max-width: 768px) {
  .header__nav li:last-child a {
    width: 121px;
    padding: 5px 18px;
    border-radius: 3px;
  }
}
.header__nav li:not(:last-child) a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.header__nav li:not(:last-child) a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .header__nav li:not(:last-child) a {
    display: none;
  }
}

.footer {
  padding: 56px 0 51px 0;
  background-color: #222;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 56px 0 0 0;
  }
}
.footer__inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__logo {
  margin-bottom: 39px;
}
.footer__sns {
  display: flex;
  gap: 40px;
  margin-bottom: 34px;
}
.footer__copy {
  background-color: #212121;
}
@media (max-width: 768px) {
  .footer__copy {
    background-color: #ffffff;
    padding: 10px 0;
  }
}
.footer__copy img {
  width: 328px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__copy img {
    width: 282px;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 120px 0;
  background-image: url(../../img/lp2604/img_hero_bg.png);
  background-size: cover;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 111px;
    overflow: hidden;
    padding-bottom: 91px;
  }
}
.hero__inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .hero__inner {
    width: 92%;
    flex-direction: column;
    align-items: center;
  }
}
.hero__inner .hero__text {
  margin-top: 40px;
}
.hero__inner .hero__text .hero__description {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #ffffff;
  padding: 2px 8px;
  background-color: #0091b3;
  border-radius: 3px;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .hero__inner .hero__text .hero__description {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 1px 8px;
    margin-bottom: 12px;
  }
}
.hero__inner .hero__text .hero__copy {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .hero__inner .hero__text .hero__copy {
    font-size: 3.6rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 11px;
  }
}
.hero__inner .hero__text .hero__bodycopy {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4;
  color: #ffffff;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .hero__inner .hero__text .hero__bodycopy {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 32px;
  }
}
.hero__inner .hero__text .hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff8d28;
  box-shadow: 0 7px 0 rgb(204, 112.8, 32);
  color: #fff;
  padding: 9px 99px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .hero__inner .hero__text .hero__cta {
    font-size: 1.6rem;
    padding: 9px 64px;
  }
}
.hero__inner .hero__text .hero__cta::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../img/lp2604/img_arrow.png") no-repeat center/contain;
  transition: transform 0.3s ease;
  right: 27px;
}
@media (max-width: 768px) {
  .hero__inner .hero__text .hero__cta::after {
    width: 14px;
    height: 14px;
    right: 23px;
  }
}
.hero__inner .hero__text .hero__cta:hover {
  transform: translateY(7px);
  box-shadow: 0 0px 0 rgb(204, 112.8, 32);
}

.performance {
  width: 100%;
  overflow: visible;
  background-color: #f9fafb;
  padding: 140px 0 200px 0;
  margin-bottom: 0;
  background-image: url(../../img/lp2604/img_performance_bg.png);
  background-size: cover;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .performance {
    padding: 60px 0;
    padding-bottom: 192px;
    background-image: url(../../img/lp2604/img_performance_bg-sp.png);
  }
}
.performance__inner {
  position: relative;
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.performance__copy {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  .performance__copy {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.performance__list {
  display: flex;
  gap: 10px;
  margin-bottom: 76px;
}
@media (max-width: 768px) {
  .performance__list {
    flex-wrap: wrap;
    gap: 0;
    column-gap: 25px;
    row-gap: 46px;
    margin-bottom: 56px;
  }
}
.performance__list .performance__item {
  flex: 1;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .performance__list .performance__item {
    flex: none;
    width: calc((100% - 25px) / 2);
  }
  .performance__list .performance__item:last-child {
    margin-top: -48px;
  }
}
.performance__list .performance__item .performance_images {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .performance__list .performance__item .performance_images {
    width: 100px;
    margin: 0 auto;
  }
}
.performance__list .performance__item .performance_images img {
  display: inline;
}
.performance__list .performance__item p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
.performance__bodycopy {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4;
  color: #bb9a36;
  text-align: center;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .performance__bodycopy {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 52px;
  }
}
.performance__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff8d28;
  box-shadow: 0 7px 0 rgb(204, 112.8, 32);
  color: #fff;
  padding: 16px 136px;
  border-radius: 6px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .performance__cta {
    font-size: 1.6rem;
    padding: 9px 64px;
  }
}
.performance__cta::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../img/lp2604/img_arrow.png") no-repeat center/contain;
  transition: transform 0.3s ease;
  right: 27px;
}
@media (max-width: 768px) {
  .performance__cta::after {
    width: 14px;
    height: 14px;
    right: 23px;
  }
}
.performance__cta:hover {
  transform: translateY(7px);
  box-shadow: 0 0px 0 rgb(204, 112.8, 32);
}

.security {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: visible;
  /* 点1: 左上 (0 0)
     点2: 中央上 (50% 10%) ← ここで上にV字
     点3: 右上 (100% 0)
     点4: 右下 (100% 90%)
     点5: 中央下 (50% 100%) ← ここで下にV字
     点6: 左下 (0 90%)
  */
  clip-path: polygon(0 0, 50% 150px, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
}
@media (max-width: 768px) {
  .security {
    clip-path: polygon(0 0, 50% 48px, 100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px));
  }
}
.security {
  margin-top: -150px;
  padding: 250px 0;
}
@media (max-width: 768px) {
  .security {
    margin-top: -48px;
    padding-top: 108px;
    padding-bottom: 133px;
  }
}
.security__inner {
  width: 90%;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .security__inner {
    width: 92%;
    padding: 40px 0 50px 0;
  }
}
.security__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  border-left: 4px solid #0091b3;
  border-top: 4px solid #0091b3;
  border-bottom: 4px solid #0091b3;
}
@media (max-width: 768px) {
  .security__inner::before {
    width: 100%;
    height: 28px;
    border-bottom: none;
    border-right: 4px solid #0091b3;
  }
}
.security__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-right: 4px solid #0091b3;
  border-top: 4px solid #0091b3;
  border-bottom: 4px solid #0091b3;
}
@media (max-width: 768px) {
  .security__inner::after {
    width: 100%;
    height: 28px;
    top: auto;
    bottom: 0;
    border-top: none;
    border-left: 4px solid #0091b3;
  }
}
.security__copy {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #0091b3;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .security__copy {
    font-size: 2.4rem;
    margin-bottom: 6px;
  }
}
.security__text {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #212121;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .security__text {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.security__images {
  width: 71.2871287129%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .security__images {
    width: 94.2028985507%;
  }
}
.security__images img {
  width: 100%;
}
.security__bg-pattern1 {
  width: 37.4816983895%;
  position: absolute;
  top: 0;
  right: 0;
}
.security__bg-pattern1 img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .security__bg-pattern1 {
    width: 156px;
  }
}
.security__bg-pattern2 {
  width: 54.1727672035%;
  position: absolute;
  bottom: -170px;
  left: 0;
}
@media (max-width: 768px) {
  .security__bg-pattern2 {
    bottom: 10px;
  }
}
.security__bg-pattern2 img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .security__bg-pattern2 {
    width: 250px;
  }
}

.problem {
  width: 100%;
  overflow: visible;
  background-color: #f9fafb;
  margin-bottom: 0;
  background-image: url(../../img/lp2604/img_performance_bg.png);
  background-size: cover;
  margin-top: -170px;
  padding-top: 264px;
  padding-bottom: 143px;
}
@media (max-width: 768px) {
  .problem {
    margin-top: -48px;
    padding-top: 114px;
    padding-bottom: 60px;
    background-image: url(../../img/lp2604/img_problem_bg-sp.png);
  }
}
.problem__inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .problem__inner {
    width: 100%;
  }
}
.problem__copy {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .problem__copy {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.problem__text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .problem__text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
  }
}
.problem__images {
  width: 80.6451612903%;
  margin: 0 auto;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .problem__images {
    width: 92%;
    margin-bottom: 30px;
  }
}
.problem__images img {
  width: 100%;
}
.problem__point {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 31px 0;
}
@media (max-width: 768px) {
  .problem__point {
    width: 92%;
    padding: 22px 27px 0 33px;
  }
}
.problem__point .point-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #0091b3;
  margin-bottom: 42px;
  text-align: center;
}
@media (max-width: 768px) {
  .problem__point .point-title {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 23px;
  }
}
.problem__point .point-body {
  width: 68.3870967742%;
  margin: 0 auto;
  display: flex;
  gap: 8.4905660377%;
}
@media (max-width: 768px) {
  .problem__point .point-body {
    width: 100%;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
}
.problem__point .point-body .point-text {
  width: 53.6556603774%;
  font-size: 1.6rem;
  line-height: 2.4;
}
@media (max-width: 768px) {
  .problem__point .point-body .point-text {
    width: 100%;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.problem__point .point-body img {
  width: 37.8537735849%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .problem__point .point-body img {
    width: 191px;
  }
}

.conversion {
  width: 100%;
  overflow: visible;
  background-color: #f9fafb;
  margin-bottom: 0;
  background-image: url("../../img/lp2604/img_conversion.png");
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 81px;
}
@media (max-width: 768px) {
  .conversion {
    padding: 50px 0;
    background-image: url("../../img/lp2604/img_conversion_sp.png");
  }
}
.conversion__inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.conversion__description {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .conversion__description {
    display: flex;
  }
}
.conversion__description .tag {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #0091b3;
  background-color: #ffffff;
  padding: 10px 14px;
  border-radius: 3px;
  display: block;
}
@media (max-width: 768px) {
  .conversion__description .tag {
    padding: 6px 26px;
  }
}
@media (max-width: 768px) {
  .conversion__description.sp {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    margin-bottom: 24px;
  }
}
.conversion__copy {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .conversion__copy {
    font-size: 2.8rem;
    margin-bottom: 26px;
  }
}

.solution {
  background: #f8f8f8;
  position: relative;
}
.solution .section-title {
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .solution .section-title {
    margin-bottom: 33px;
  }
}
@media (max-width: 768px) {
  .solution .section-title__en {
    width: auto;
    height: 13px;
  }
}
.solution .section-title__en img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.solution__inner {
  position: relative;
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 10;
}
.solution__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 46px;
  row-gap: 40px;
  list-style: none;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .solution__list {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.solution__list .solution__item {
  width: 47.9838709677%;
  padding: 20px 40px;
  border: 1px solid #0091b3;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .solution__list .solution__item {
    width: 100%;
    gap: 10px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .solution__list .solution__item .solution__item__num {
    width: 61px;
  }
}
.solution__list .solution__item .solution__text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  color: #0091b3;
}
@media (max-width: 768px) {
  .solution__list .solution__item .solution__text {
    width: 240px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.solution__images {
  width: 100%;
  margin: 0 auto;
}
.solution__images .solution__images-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 2;
  color: #ffffff;
  background: #0091b3;
  text-align: center;
  padding: 9px 0 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.solution__images .solution__images-title .icon {
  width: 46px;
}
@media (max-width: 768px) {
  .solution__images .solution__images-title .icon {
    width: 67px;
  }
}
.solution__images .solution__images-title .icon img {
  width: 100px;
}
@media (max-width: 768px) {
  .solution__images .solution__images-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.solution__images .solution__images-img {
  width: 100%;
  border: 1px solid #0091b3;
}
.solution__bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .solution__bg-pattern {
    width: 231px;
  }
}

.flow .section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flow .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .flow .section-title__en {
    width: auto;
    height: 13px;
  }
}
.flow .section-title__en img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.flow .section-title__ja {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .flow .section-title__ja {
    font-size: 2.4rem;
  }
}
.flow__inner {
  width: 90%;
  max-width: 967px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flow__inner {
    width: 92%;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .flow__list {
    margin-left: 30px;
    gap: 41px;
  }
}
.flow__list .flow__item {
  position: relative;
  border: 1px solid #0091b3;
  padding: 17px 76px 37px 76px;
}
@media (max-width: 768px) {
  .flow__list .flow__item {
    padding: 13px 19px 19px 17px;
  }
}
.flow__list .flow__item__num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 81px;
  height: auto;
}
@media (max-width: 768px) {
  .flow__list .flow__item__num {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 54px;
  }
}
.flow__list .flow__item__num img {
  width: 100%;
  height: auto;
  display: block;
}
.flow__list .flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 25px 0 25px;
  border-color: #cccccc transparent transparent transparent;
}
@media (max-width: 768px) {
  .flow__list .flow__item:not(:last-child)::after {
    bottom: -29.5px;
  }
}
.flow__list .flow__item .flow__title {
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 600;
  color: #0091b3;
}
@media (max-width: 768px) {
  .flow__list .flow__item .flow__title {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.flow__list .flow__item .flow__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

.contact {
  background: #efefef;
}
.contact .section-title {
  margin-bottom: 55px;
}
.contact__inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contact__inner .contact__bg {
  position: absolute;
  z-index: 999;
  top: -100px;
  left: -210px;
  width: 400px;
}
@media (max-width: 768px) {
  .contact__inner .contact__bg {
    display: none;
  }
}
.contact__description {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact__description {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.contact .section-title {
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .contact .section-title__en {
    width: auto;
    height: 13px;
  }
}
.contact .section-title__en img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.contact__list {
  display: flex;
  gap: 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact__list {
    flex-direction: column;
    gap: 16px;
  }
}
.contact__item {
  flex: 1;
  background-color: #f9fafb;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contact__item {
    padding: 30px 20px;
    align-items: center;
  }
}
.contact__item-icon {
  width: 64px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact__item-icon {
    width: 54px;
  }
}
.contact__item-icon img {
  width: 100%;
  height: auto;
}
.contact__item-label {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .contact__item-label {
    font-size: 1.8rem;
  }
}
.contact__item-link {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
  background: linear-gradient(to bottom, #0066b3, #0077c8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact__item-link {
    font-size: 3.2rem;
  }
}
.contact__item-link a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.contact__item-link a:hover {
  opacity: 0.7;
}
.contact__item-info {
  font-size: 1.4rem;
  line-height: 1.6;
}

.fade-in {
  opacity: 0; /* 読み込み時は透明 */
  animation: fadeInUp 1s forwards; /* 2秒かけて実行 */
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px); /* 30px下に配置 */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 本来の位置へ */
  }
}
/* 最初 */
.fade-target {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease; /* これを忘れると一瞬で表示されます */
}

/* JSで付与された後 */
.fade-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* パターン1：左からフェードイン（fadeInLeft）＋ 0.5秒遅れ (車用) */
.move-left.is-visible {
  opacity: 1;
  transform: translateX(0); /* 本来の位置へ */
  transition-delay: 0.5s; /* 0.5秒遅らせる */
}

.move-left {
  transform: translateX(-500px);
}
@media (max-width: 768px) {
  .move-left {
    /* スマホでは画面幅が狭いので、動きを控えめにする */
    transform: translateX(-50px);
  }
}

/* パターン2：その場でフェードイン（fadeIn）＋ 1.0秒遅れ (光用) */
.move-none.is-visible {
  opacity: 1;
  transform: none; /* 移動なし */
  transition-delay: 1s; /* 1.0秒遅らせる */
}

.move-none {
  transform: none;
}

/* パターン3：その場でフェードイン（透明度のみ）＋ 1.5秒遅れ (テキスト画像用) */
.move-fade.is-visible {
  opacity: 1;
  transition-delay: 1.5s; /* 車・光よりさらに遅らせる */
}

.move-fade {
  opacity: 0;
  transform: none;
}

.my-custom-iframe-wrapper {
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 6px;
}
.my-custom-iframe-wrapper .form-columns-0:first-child {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.my-custom-iframe-wrapper .form-columns-0:nth-child(2) {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0091b3;
  margin-bottom: 19px;
  text-align: center;
}
.my-custom-iframe-wrapper .form-columns-1 label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #212121;
  margin-bottom: 5px;
}
.my-custom-iframe-wrapper .form-columns-1 .input {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 10px 16px;
}
.my-custom-iframe-wrapper .form-columns-1 .input select {
  color: #cccccc;
  opacity: 1;
}
.my-custom-iframe-wrapper .form-columns-1 label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #212121;
  margin-bottom: 5px;
}
.my-custom-iframe-wrapper .form-columns-1 .hs_privacy .input {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 0;
}
.my-custom-iframe-wrapper .form-columns-1 .hs_privacy .input span {
  font-size: 1.4rem;
  font-weight: 400;
}
.my-custom-iframe-wrapper .form-columns-2 label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #212121;
  margin-bottom: 5px;
}
.my-custom-iframe-wrapper .form-columns-2 .input {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 10px 16px;
}
.my-custom-iframe-wrapper .form-columns-2 .input select {
  color: #cccccc;
  opacity: 1;
}
.my-custom-iframe-wrapper .hs_submit input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff8d28;
  box-shadow: 0 3px 0 rgb(204, 112.8, 32);
  color: #fff;
  padding: 7px 100px 13px 100px;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  transition: all 0.3s ease;
}
.my-custom-iframe-wrapper .hs_submit input span {
  width: 14px;
}
.my-custom-iframe-wrapper .hs_submit input:hover {
  transform: translateY(3px);
  box-shadow: 0 0px 0 rgb(204, 112.8, 32);
}
.my-custom-iframe-wrapper .grecaptcha-badge {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .hero .my-custom-iframe-wrapper {
    display: none;
  }
}
