@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  line-height: 2.25;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast: none) {
  ::-ms-backdrop,
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  ::-ms-backdrop,
  .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  ::-ms-backdrop,
  .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 54.6875%;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: #fff;
    z-index: 1000;
    width: 100%;
  }
  header .inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  header .inn .site-ttl {
    flex: 0 0 270px;
  }
  header .inn .site-ttl a {
    margin-left: 15px;
    display: flex;
    align-items: center;
  }
  header .inn .site-ttl a img {
    width: 60px;
  }
  header .inn .site-ttl a .site-ttl-name {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 6px;
  }
  header .inn .site-ttl a .site-ttl-name img {
    width: 180px;
    margin-left: 10px;
  }
  header .inn .site-ttl a .site-ttl-name .site-ttl-text {
    display: inline-block;
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
    margin-top: 2px;
  }
  header .inn .header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: stretch;
  }
  header .inn .header-contact a {
    display: flex;
    padding: var(--scale-8, 6px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--scale-2, 2px);
    flex: 1 0 0;
    align-self: stretch;
    background: var(--secondary, #f6f63c);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-16, 13px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 14.3px */
    width: 74px;
  }
  header .inn .header-contact a:before {
    content: "";
    display: block;
    background: url(/wp/assets/img/lp/mail.png) no-repeat center center;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }
  .mv {
    margin: 60px auto 0;
  }
  .mv .inn img {
    margin: 0 auto;
    display: block;
  }
  .cv {
    display: flex;
    padding: var(--scale-20, 16px) var(--padding-inline, 16px);
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: var(--scale-16, 13px) var(--scale-8, 6px);
    align-self: stretch;
    flex-direction: column;
    background: url(/wp/assets/img/lp/bg-cv.jpg) no-repeat center center;
    background-size: cover;
  }
  .cv a.link-bnr {
    display: flex;
    max-width: 480px;
    padding: var(--scale-16, 13px);
    justify-content: center;
    align-items: center;
    gap: var(--scale-8, 6px);
    flex: 1 0 0;
    background: var(--secondary, #f6f63c);
    box-shadow: var(--scale-4, 3px) var(--scale-4, 3px) 0 0 var(--primary, #65d7e1);
    height: 54px;
    transition: all 0.3s;
  }
  .cv a.link-bnr:hover {
    box-shadow: var(--scale-4, -4px) var(--scale-4, -4px) 0 0 var(--primary, #65d7e1);
    opacity: 1;
  }
  .cv a.link-bnr span {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--scale-24, 18px);
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    line-height: 1;
  }
  .cv a.link-bnr span:before {
    content: "";
    background: url(/wp/assets/img/lp/mail02.png) no-repeat center center;
    background-size: 100% auto;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 5px;
  }
  .cv a.link-text {
    color: #00a7f0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
  }
  .cv a.link-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; /* 最初は幅0（見えない） */
    height: 2px; /* 線の太さ */
    background: #00a7f0;
    transition: width 0.5s ease; /* 0.5秒かけてゆっくり変化 */
  }
  .cv a.link-text:hover:after {
    width: 100%;
  }
  .problem-statement {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .problem-statement .heading-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-24, 18px);
    align-self: stretch;
  }
  .problem-statement .heading-area .title {
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .problem-statement .heading-area .subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px var(--scale-8, 6px);
    align-self: stretch;
    flex-wrap: wrap;
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .problem-statement .heading-area .subtitle .highlight {
    display: flex;
    padding: 0 var(--scale-16, 13px);
    justify-content: center;
    align-items: center;
    background: var(--secondary, #f6f63c);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .problem-statement .content-wrapper {
    display: flex;
    max-width: var(--width-md, 1100px);
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px var(--scale-20, 16px);
    align-self: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .problem-statement .content-wrapper .box {
    display: flex;
    min-width: 200px;
    padding: var(--scale-40, 28px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 13px);
    border: var(--scale-8, 6px) solid var(--surface, #fff);
    background: var(--parimary-container, #e8fbfd);
    width: 100%;
  }
  .problem-statement .content-wrapper .box .box-title {
    display: flex;
    padding-bottom: var(--scale-8, 6px);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-bottom: var(--scale-4, 3px) solid var(--primary, #65d7e1);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .problem-statement .content-wrapper .box .problem-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 13px);
    align-self: stretch;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--scale-8, 6px);
    align-self: stretch;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item .icon {
    display: flex;
    padding-top: var(--scale-4, 3px);
    align-items: center;
    width: var(--scale-20, 16px);
    height: 16px;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item .icon img {
    width: var(--scale-20, 16px);
    height: 16px;
    aspect-ratio: 1/1;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item .text {
    color: var(--on-surface, #111);
    font-family: "Noto Sans";
    font-size: var(--scale-20, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    width: calc(100% - 16px);
  }
  .design-partner-section {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .design-partner-section:before {
    content: "";
    background: url(/wp/assets/img/lp/bg-partner.png) no-repeat center center;
    background-size: 100% auto;
    width: 549px;
    height: 133px;
    position: absolute;
    top: 0;
    left: calc(50% - 274.5px);
    z-index: 1;
  }
  .design-partner-section .content-wrapper {
    width: 98%;
    max-width: 1366px;
    position: relative;
    z-index: 2;
  }
  .design-partner-section .content-wrapper .title {
    color: var(--primary-dark, #1db7c5);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    margin-bottom: 10px;
  }
  .design-partner-section .content-wrapper .tagline {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .design-partner-section .content-wrapper .tagline .highlight {
    display: inline-flex;
    padding: 0 var(--scale-16, 13px);
    justify-content: center;
    align-items: center;
    background: var(--primary, #65d7e1);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .design-partner-section .content-wrapper .detail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-40, 28px);
    align-self: stretch;
  }
  .design-partner-section .content-wrapper .detail-container .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--scale-20, 16px);
    align-self: stretch;
  }
  .design-partner-section .content-wrapper .detail-container .text-content p {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
  }
  .design-partner-section .content-wrapper .detail-container .image-content {
    height: 200px;
    align-self: stretch;
  }
  .features {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-56, 40px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .features .feature-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-8, 6px);
    align-self: stretch;
  }
  .features .feature-header .title {
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .features .feature-header .subtitle {
    color: var(--surface, #fff);
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .features .feature-header .subtitle span {
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-64, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
  }
  .features .feature-cards {
    display: flex;
    max-width: var(--width-md, 1100px);
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px var(--scale-20, 16px);
    align-self: stretch;
    flex-wrap: wrap;
  }
  .features .feature-cards .card {
    display: flex;
    min-width: 200px;
    width: 100%;
    padding: var(--scale-40, 28px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 13px);
    border: var(--scale-8, 6px) solid var(--surface, #fff);
  }
  .features .feature-cards .card .image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
  }
  .features .feature-cards .card .image-container .number {
    position: absolute;
    left: 0;
    top: -6px;
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-56, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(135deg, #65d7e1 50%, transparent 50%);
    width: 70px;
    height: 80px;
  }
  .features .feature-cards .card .card-title {
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    white-space: nowrap;
  }
  .features .feature-cards .card .description {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
  }
  .flow-chart {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
  }
  .flow-chart h2.flow-title {
    color: var(--primary-dark, #1db7c5);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 2;
  }
  .flow-chart h2.flow-title span {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .flow-chart .flow-main {
    display: flex;
    max-width: 960px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
  .flow-chart .flow-main .flow-item {
    display: flex;
    align-items: flex-start;
    gap: var(--scale-32, 20px);
    align-self: stretch;
  }
  .flow-chart .flow-main .flow-item .flow-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    position: relative;
  }
  .flow-chart .flow-main .flow-item .flow-number:after {
    content: "";
    background: var(--primary, #65d7e1);
    width: 6px;
    height: 100%;
  }
  .flow-chart .flow-main .flow-item .flow-number span {
    display: flex;
    width: var(--scale-56, 40px);
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--on-surface, #111);
    color: var(--primary, #65d7e1);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .flow-chart .flow-main .flow-item .flow-content {
    display: flex;
    padding-bottom: var(--scale-40, 28px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 16px);
    flex: 1 0 0;
  }
  .flow-chart .flow-main .flow-item .flow-content h3.flow-step-title {
    color: var(--primary-dark, #1db7c5);
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .flow-chart .flow-main .flow-item .flow-content p.flow-description {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
  }
  .flow-chart .flow-main .flow-footer-box {
    display: flex;
    padding: var(--scale-20, 16px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--scale-16, 13px);
    align-self: stretch;
    border: var(--scale-8, 6px) solid var(--primary, #65d7e1);
  }
  .flow-chart .flow-main .flow-footer-box p.flow-footer-text {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-24, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
  }
  .achievement-section {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: #81e3eb url(/wp/assets/img/lp/bg-achievement.png) no-repeat left top;
    background-size: 709px 359px;
  }
  .achievement-section .inn {
    width: 100%;
  }
  .achievement-section .inn h2 {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 56px;
  }
  .achievement-section .inn h2 .highlight-yellow {
    display: inline-block;
    padding: 0 var(--scale-16, 13px);
    background: var(--secondary, #f6f63c);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .achievement-section .inn .card-container {
    display: flex;
    max-width: var(--width-md, 1100px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-20, 16px);
    align-self: stretch;
  }
  .achievement-section .inn .card-container .card {
    display: flex;
    min-width: 200px;
    padding: var(--scale-40, 28px) var(--scale-20, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-20, 16px);
    border: var(--scale-8, 6px) solid var(--surface, #fff);
    background: var(--parimary-container, #e8fbfd);
    width: 100%;
  }
  .achievement-section .inn .card-container .card .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--scale-4, 3px);
    padding: 0 50px;
    height: 95px;
    position: relative;
  }
  .achievement-section .inn .card-container .card .card-header:before, .achievement-section .inn .card-container .card .card-header:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 95px;
    position: absolute;
  }
  .achievement-section .inn .card-container .card .card-header:before {
    background: url(/wp/assets/img/lp/icon-achievement-left.png) no-repeat center center;
    background-size: 100% auto;
    top: 0;
    left: 0;
  }
  .achievement-section .inn .card-container .card .card-header:after {
    background: url(/wp/assets/img/lp/icon-achievement-right.png) no-repeat center center;
    background-size: 100% auto;
    top: 0;
    right: 0;
  }
  .achievement-section .inn .card-container .card .card-header .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--underline, #f6f63c);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-24, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    min-width: 146px;
  }
  .achievement-section .inn .card-container .card .card-header .value {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .achievement-section .inn .card-container .card .description {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    white-space: nowrap;
  }
  .customer-voice {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-56, 40px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .customer-voice .container .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 13px);
    align-self: stretch;
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    margin-bottom: 40px;
  }
  .customer-voice .container .voice-area {
    display: flex;
    max-width: var(--width-md, 1100px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-56, 40px);
    align-self: stretch;
  }
  .customer-voice .container .voice-area .voice-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-column, 28px);
    flex: 1 0 0;
  }
  .customer-voice .container .voice-area .voice-item .voice-gallery {
    display: flex;
    min-height: 280px;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  .customer-voice .container .voice-area .voice-item .voice-content {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 13px);
    align-self: stretch;
  }
  .customer-voice .container .voice-area .voice-item .voice-content .number {
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .customer-voice .container .voice-area .voice-item .voice-content h3 {
    color: var(--surface, #fff);
    font-family: Inter;
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .customer-voice .container .voice-area .voice-item .voice-content .name {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .customer-voice .container .voice-area .voice-item .voice-content .text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
  }
  .customer-voice .container .voice-area .voice-item .voice-content .tags {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px var(--scale-8, 6px);
    align-self: stretch;
    flex-wrap: wrap;
  }
  .customer-voice .container .voice-area .voice-item .voice-content .tags .tag {
    display: flex;
    padding: 0 var(--scale-8, 6px);
    justify-content: center;
    align-items: center;
    background: var(--surface, #fff);
    color: var(--primary-dark, #1db7c5);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 23.8px */
  }
  .case-study-introduction {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: #65d7e1 url(/wp/assets/img/lp/bg-achievement.png) no-repeat left top;
    background-size: 709px 359px;
  }
  .case-study-introduction h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-8, 6px);
    align-self: stretch;
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    margin-bottom: 40px;
  }
  .case-study-introduction .case-study-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 13px);
    align-self: stretch;
  }
  .case-study-introduction .case-study-area .case-study-item {
    display: flex;
    max-width: 800px;
    padding: 16px 16px 50px;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 13px);
    align-self: stretch;
    background: var(--surface, #fff);
  }
  .case-study-introduction .case-study-area .case-study-item h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__track .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__track .splide__slide img {
    width: 100%;
    height: auto;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow {
    width: 40px;
    height: 40px;
    background: none;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    box-shadow: none;
    font-size: 0;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow:hover::after {
    border-color: #333;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 3px #65d7e1;
    border-right: solid 3px #65d7e1;
    position: absolute;
    top: calc(50% + 4px);
    margin-top: -10px;
    display: block;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow--prev:after {
    transform: rotate(-135deg);
    right: 10px;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow--next:after {
    transform: rotate(45deg);
    left: 10px;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrows {
    z-index: 10;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__pagination {
    bottom: -32px;
    gap: 10px;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__pagination .splide__pagination__page {
    background: #444;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__pagination .splide__pagination__page.is-active {
    background: #65d7e1;
  }
  .faq-section {
    display: flex;
    padding: var(--paddig-block, 56px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
  }
  .faq-section .faq-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-24, 18px);
    align-self: stretch;
    color: var(--on-surface, #111);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .faq-section .faq-area {
    display: flex;
    max-width: 960px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 16px);
    align-self: stretch;
    margin: 0 auto;
  }
  .faq-section .faq-area .faq-item {
    display: flex;
    padding: var(--scale-20, 16px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 16px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .faq-section .faq-area .faq-item .faq-question {
    display: flex;
    align-items: flex-start;
    gap: var(--scale-20, 16px);
    align-self: stretch;
  }
  .faq-section .faq-area .faq-item .faq-question .faq-q-icon {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--on-surface, #111);
    color: var(--primary, #65d7e1);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .faq-section .faq-area .faq-item .faq-question .faq-q-text {
    display: flex;
    padding-top: var(--scale-4, 3px);
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-24, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
  }
  .faq-section .faq-area .faq-item .faq-answer {
    display: flex;
    padding: var(--scale-20, 16px);
    align-items: flex-start;
    gap: var(--scale-20, 16px);
    align-self: stretch;
    background: var(--parimary-container, #e8fbfd);
  }
  .faq-section .faq-area .faq-item .faq-answer .faq-a-icon {
    color: var(--primary, #65d7e1);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .faq-section .faq-area .faq-item .faq-answer .faq-a-text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
  }
  .contact-form-section {
    display: flex;
    padding: var(--padding-block, 80px) var(--padding-inline, 24px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .contact-form-section .container .section-header {
    display: flex;
    max-width: var(--width-md, 1080px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--scale-32, 32px);
    align-self: stretch;
  }
  .contact-form-section .container .section-header h2.catchphrase-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 20px);
    align-self: stretch;
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
  .contact-form-section .container .section-header p.description {
    color: var(--on-surface, #000);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 34px */
  }
  .company-info-section {
    display: flex;
    padding: var(--scale-40, 28px) var(--padding-inline, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 40px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
  }
  .company-info-section .inn {
    display: flex;
    max-width: var(--width-md, 1100px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-40, 28px);
    align-self: stretch;
    margin: 0 auto;
  }
  .company-info-section .inn .logo-area {
    display: flex;
    padding-bottom: var(--scale-40, 28px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 13px);
    align-self: stretch;
    border-bottom: 1px solid var(--border, #bdbdbd);
  }
  .company-info-section .inn .logo-area .site-ttl a {
    display: flex;
    align-items: center;
  }
  .company-info-section .inn .logo-area .site-ttl a img {
    width: 60px;
  }
  .company-info-section .inn .logo-area .site-ttl a .site-ttl-name {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 6px;
  }
  .company-info-section .inn .logo-area .site-ttl a .site-ttl-name .nt-logo-ja {
    width: 180px;
    margin-left: 10px;
  }
  .company-info-section .inn .logo-area .site-ttl a .site-ttl-name .site-ttl-text {
    display: inline-block;
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
    margin-top: 2px;
  }
  .company-info-section .inn .logo-area .representative-director {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
  }
  .company-info-section .inn .logo-area .founding-info {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
  }
  .company-info-section .inn .branches-container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 28px var(--gap-column, 28px);
    align-self: stretch;
    flex-wrap: wrap;
  }
  .company-info-section .inn .branches-container .branch-box {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 13px);
    flex: 1 0 0;
  }
  .company-info-section .inn .branches-container .branch-box .branch-title {
    display: flex;
    padding: var(--scale-2, 2px) var(--scale-16, 13px);
    justify-content: center;
    align-items: center;
    background: var(--primary, #65d7e1);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
  }
  .company-info-section .inn .branches-container .branch-box .address-detail {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-16, 13px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 22.1px */
  }
  .company-info-section .inn .branches-container .branch-box .google-map-link {
    display: flex;
    padding: var(--scale-4, 3px) var(--scale-8, 6px);
    align-items: center;
    gap: var(--scale-8, 6px);
    border: var(--scale-2, 2px) solid var(--on-surface, #111);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-16, 13px);
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 26px */
  }
  .copy {
    display: flex;
    padding: var(--scale-20, 16px) var(--padding-inline, 24px);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--on-surface, #111);
  }
  .copy p {
    color: var(--surface, #FFF);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-14, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  header {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
  }
  header .inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    max-width: 1366px;
    width: 98%;
    margin: 0 auto;
    height: 100%;
  }
  header .inn .site-ttl {
    flex: 0 0 335px;
    min-width: 335px;
    margin-right: 20px;
  }
  header .inn .site-ttl a {
    display: flex;
    height: 100%;
    align-items: flex-end !important;
  }
  header .inn .site-ttl a img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  header .inn .site-ttl a .site-ttl-name {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  header .inn .site-ttl a .site-ttl-name img {
    margin-left: 15px;
  }
  header .inn .site-ttl a .site-ttl-name .site-ttl-text {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
  }
  header .inn .header-contact {
    height: 100%;
    width: 100%;
    max-width: 240px;
  }
  header .inn .header-contact a {
    display: flex;
    width: 100%;
    padding: var(--scale-8, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--scale-8, 8px);
    flex: 1 0 0;
    align-self: stretch;
    background: var(--secondary, #f6f63c);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
    width: 100%;
    height: 100%;
  }
  header .inn .header-contact a:before {
    content: "";
    display: block;
    background: url(/wp/assets/img/lp/mail.png) no-repeat center center;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
  }
  .mv {
    margin: 80px auto 0;
  }
  .mv .inn {
    background-image: linear-gradient(to right, #65d7e1 0%, #65d7e1 50%, #edeef0 50%, #edeef0 100%);
  }
  .mv .inn img {
    margin: 0 auto;
    display: block;
  }
  .cv {
    display: flex;
    padding: var(--scale-20, 20px) var(--padding-inline, 20px);
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: var(--scale-16, 16px) var(--scale-8, 8px);
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    background: url(/wp/assets/img/lp/bg-cv.jpg) no-repeat center center;
    background-size: cover;
  }
  .cv a.link-bnr {
    display: flex;
    max-width: 480px;
    padding: var(--scale-16, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--scale-8, 8px);
    flex: 1 0 0;
    background: var(--secondary, #f6f63c);
    box-shadow: var(--scale-4, 4px) var(--scale-4, 4px) 0 0 var(--primary, #65d7e1);
    height: 72px;
    transition: all 0.3s;
  }
  .cv a.link-bnr:hover {
    box-shadow: var(--scale-4, -4px) var(--scale-4, -4px) 0 0 var(--primary, #65d7e1);
    opacity: 1;
  }
  .cv a.link-bnr span {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--scale-24, 24px);
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
  }
  .cv a.link-bnr span:before {
    content: "";
    background: url(/wp/assets/img/lp/mail02.png) no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .cv a.link-text {
    color: #00a7f0;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none; /* デフォルトの下線を消す */
    position: relative; /* 線の位置の基準にする */
    display: inline-block; /* 線の幅をテキストに合わせるため */
  }
  .cv a.link-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* テキストからの距離 */
    width: 0; /* 最初は幅0（見えない） */
    height: 2px; /* 線の太さ */
    background: #00a7f0; /* 線の色 */
    transition: width 0.5s ease; /* 0.5秒かけてゆっくり変化 */
  }
  .cv a.link-text:hover:after {
    width: 100%;
  }
  .problem-statement {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .problem-statement .heading-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-24, 24px);
    align-self: stretch;
  }
  .problem-statement .heading-area .title {
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  .problem-statement .heading-area .subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px var(--scale-8, 8px);
    align-self: stretch;
    flex-wrap: wrap;
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
  }
  .problem-statement .heading-area .subtitle .highlight {
    display: flex;
    padding: 0 var(--scale-16, 16px);
    justify-content: center;
    align-items: center;
    background: var(--secondary, #f6f63c);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
  }
  .problem-statement .content-wrapper {
    display: flex;
    min-height: 350px;
    max-width: var(--width-md, 1280px);
    justify-content: center;
    align-content: flex-start;
    gap: 20px var(--scale-20, 20px);
    align-self: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .problem-statement .content-wrapper .box {
    display: flex;
    min-height: 350px;
    min-width: 200px;
    padding: var(--scale-40, 40px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 16px);
    flex: 1 0 0;
    border: var(--scale-8, 8px) solid var(--surface, #fff);
    background: var(--parimary-container, #e8fbfd);
    width: 530px;
  }
  .problem-statement .content-wrapper .box .box-title {
    display: flex;
    padding-bottom: var(--scale-8, 8px);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-bottom: var(--scale-4, 4px) solid var(--primary, #65d7e1);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  .problem-statement .content-wrapper .box .problem-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 16px);
    align-self: stretch;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--scale-8, 8px);
    align-self: stretch;
    justify-content: flex-start;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item .icon {
    display: flex;
    align-items: center;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item .icon img {
    width: var(--scale-20, 20px);
    height: 20px;
    aspect-ratio: 1/1;
  }
  .problem-statement .content-wrapper .box .problem-list .problem-item .text {
    color: var(--on-surface, #111);
    font-family: "Noto Sans";
    font-size: var(--scale-20, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
  }
  .design-partner-section {
    display: flex;
    padding: var(--paddig-block, 80px) 0;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    background: var(--surface-variant, #ecefef);
    position: relative;
  }
  .design-partner-section:before {
    content: "";
    background: url(/wp/assets/img/lp/bg-partner.png) no-repeat center center;
    background-size: 100% auto;
    width: 549px;
    height: 133px;
    position: absolute;
    top: 0;
    left: calc(50% - 274.5px);
    z-index: 1;
  }
  .design-partner-section .content-wrapper {
    width: 98%;
    max-width: 1366px;
    position: relative;
    z-index: 2;
  }
  .design-partner-section .content-wrapper .title {
    color: var(--primary-dark, #1db7c5);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    margin-bottom: 10px;
  }
  .design-partner-section .content-wrapper .tagline {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 56px;
  }
  .design-partner-section .content-wrapper .tagline .highlight {
    display: inline-flex;
    padding: 0 var(--scale-16, 16px);
    justify-content: center;
    align-items: center;
    background: var(--primary, #65d7e1);
  }
  .design-partner-section .content-wrapper .detail-container {
    display: flex;
    padding-left: 143px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
  }
  .design-partner-section .content-wrapper .detail-container .text-content {
    display: flex;
    width: 560px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--scale-20, 20px);
  }
  .design-partner-section .content-wrapper .detail-container .text-content p {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
  }
  .features {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-56, 56px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .features .feature-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-8, 8px);
    align-self: stretch;
  }
  .features .feature-header .title {
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  .features .feature-header .subtitle {
    color: var(--surface, #fff);
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .features .feature-header .subtitle span {
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-64, 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 83.2px */
  }
  .features .feature-cards {
    display: flex;
    max-width: var(--width-md, 1080px);
    justify-content: center;
    align-content: flex-start;
    gap: 20px var(--scale-20, 20px);
    align-self: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .features .feature-cards .card {
    display: flex;
    min-width: 200px;
    padding: var(--scale-40, 40px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 16px);
    flex: 1 0 0;
    border: var(--scale-8, 8px) solid var(--surface, #fff);
  }
  .features .feature-cards .card .image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
  }
  .features .feature-cards .card .image-container .number {
    position: absolute;
    top: -6px;
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-56, 56px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(135deg, #65d7e1 50%, transparent 50%);
    width: 80px;
    height: 80px;
  }
  .features .feature-cards .card .image-container img {
    height: 200px;
    align-self: stretch;
  }
  .features .feature-cards .card .card-title {
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    white-space: nowrap;
  }
  .features .feature-cards .card .description {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
  }
  .flow-chart {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
  }
  .flow-chart h2.flow-title {
    color: var(--primary-dark, #1db7c5);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 2;
  }
  .flow-chart h2.flow-title span {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
  }
  .flow-chart .flow-main {
    display: flex;
    max-width: 960px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin: 0 auto;
  }
  .flow-chart .flow-main .flow-item {
    display: flex;
    align-items: flex-start;
    gap: var(--scale-32, 32px);
    align-self: stretch;
  }
  .flow-chart .flow-main .flow-item .flow-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    position: relative;
  }
  .flow-chart .flow-main .flow-item .flow-number:after {
    content: "";
    background: var(--primary, #65d7e1);
    width: 8px;
    height: 100%;
  }
  .flow-chart .flow-main .flow-item .flow-number span {
    display: flex;
    width: var(--scale-56, 56px);
    height: 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: var(--on-surface, #111);
    color: var(--primary, #65d7e1);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .flow-chart .flow-main .flow-item .flow-content {
    display: flex;
    padding-bottom: var(--scale-40, 40px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 20px);
    flex: 1 0 0;
  }
  .flow-chart .flow-main .flow-item .flow-content h3.flow-step-title {
    color: var(--primary-dark, #1db7c5);
    font-family: "Noto Sans JP";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  .flow-chart .flow-main .flow-item .flow-content p.flow-description {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
  }
  .flow-chart .flow-main .flow-footer-box {
    display: flex;
    padding: var(--scale-20, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--scale-16, 16px);
    align-self: stretch;
    border: var(--scale-8, 8px) solid var(--primary, #65d7e1);
  }
  .flow-chart .flow-main .flow-footer-box p.flow-footer-text {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-24, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }
  .achievement-section {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: #81e3eb url(/wp/assets/img/lp/bg-achievement.png) no-repeat left top;
    background-size: 709px 359px;
  }
  .achievement-section .inn {
    max-width: 1080px;
    width: 98%;
  }
  .achievement-section .inn h2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    margin-bottom: 56px;
  }
  .achievement-section .inn h2 .highlight-yellow {
    display: flex;
    padding: 0 var(--scale-16, 16px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--secondary, #f6f63c);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .achievement-section .inn .card-container {
    display: flex;
    max-width: var(--width-md, 1080px);
    flex-wrap: wrap;
    gap: var(--scale-20, 20px);
    align-self: stretch;
  }
  .achievement-section .inn .card-container .card {
    display: flex;
    min-width: 200px;
    padding: var(--scale-40, 40px) var(--scale-20, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-20, 20px);
    border: var(--scale-8, 8px) solid var(--surface, #fff);
    background: var(--parimary-container, #e8fbfd);
    width: calc(50% - 10px);
  }
  .achievement-section .inn .card-container .card .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--scale-4, 4px);
    padding: 0 50px;
    height: 95px;
    position: relative;
  }
  .achievement-section .inn .card-container .card .card-header:before, .achievement-section .inn .card-container .card .card-header:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 95px;
    position: absolute;
  }
  .achievement-section .inn .card-container .card .card-header:before {
    background: url(/wp/assets/img/lp/icon-achievement-left.png) no-repeat center center;
    background-size: 100% auto;
    top: 0;
    left: 0;
  }
  .achievement-section .inn .card-container .card .card-header:after {
    background: url(/wp/assets/img/lp/icon-achievement-right.png) no-repeat center center;
    background-size: 100% auto;
    top: 0;
    right: 0;
  }
  .achievement-section .inn .card-container .card .card-header .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--underline, #f6f63c);
    color: var(--on-surface, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-24, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
  }
  .achievement-section .inn .card-container .card .card-header .value {
    color: var(--on-surface, #111);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
  }
  .achievement-section .inn .card-container .card .description {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
  }
  .customer-voice {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-56, 56px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .customer-voice .container .section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 16px);
    align-self: stretch;
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    margin-bottom: 56px;
  }
  .customer-voice .container .voice-area {
    display: flex;
    max-width: var(--width-md, 1080px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-56, 56px);
    align-self: stretch;
  }
  .customer-voice .container .voice-area .voice-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px var(--gap-column, 40px);
    flex: 1 0 0;
    flex-wrap: wrap;
  }
  .customer-voice .container .voice-area .voice-item:nth-child(even) .voice-gallery {
    order: 2;
  }
  .customer-voice .container .voice-area .voice-item:nth-child(even) .voice-content {
    order: 1;
  }
  .customer-voice .container .voice-area .voice-item .voice-gallery {
    display: flex;
    height: 443px;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
  }
  .customer-voice .container .voice-area .voice-item .voice-content {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 16px);
    flex: 1 0 0;
  }
  .customer-voice .container .voice-area .voice-item .voice-content .number {
    color: var(--surface, #fff);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .customer-voice .container .voice-area .voice-item .voice-content h3 {
    color: var(--surface, #fff);
    font-family: Inter;
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  .customer-voice .container .voice-area .voice-item .voice-content .name {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 34px */
  }
  .customer-voice .container .voice-area .voice-item .voice-content .text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 34px */
  }
  .customer-voice .container .voice-area .voice-item .voice-content .tags {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px var(--scale-8, 8px);
    align-self: stretch;
    flex-wrap: wrap;
  }
  .customer-voice .container .voice-area .voice-item .voice-content .tags .tag {
    display: flex;
    padding: 0 var(--scale-8, 8px);
    justify-content: center;
    align-items: center;
    background: var(--surface, #fff);
    color: var(--primary-dark, #1db7c5);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 30.6px */
  }
  .case-study-introduction {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: #65d7e1 url(/wp/assets/img/lp/bg-achievement.png) no-repeat left top;
    background-size: 709px 359px;
  }
  .case-study-introduction h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-8, 8px);
    align-self: stretch;
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    margin-bottom: 56px;
  }
  .case-study-introduction .case-study-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 16px);
    align-self: stretch;
  }
  .case-study-introduction .case-study-area .case-study-item {
    display: flex;
    max-width: 800px;
    padding: 20px 10px 60px;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-16, 16px);
    align-self: stretch;
    background: var(--surface, #fff);
  }
  .case-study-introduction .case-study-area .case-study-item h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__track .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__track .splide__slide img {
    max-width: 100%;
    height: auto;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow {
    width: 40px;
    height: 40px;
    background: none;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    box-shadow: none;
    font-size: 0;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow:hover::after {
    border-color: #333;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 3px #65d7e1;
    border-right: solid 3px #65d7e1;
    position: absolute;
    top: calc(50% + 4px);
    margin-top: -10px;
    display: block;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow--prev:after {
    transform: rotate(-135deg);
    right: 10px;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrow--next:after {
    transform: rotate(45deg);
    left: 10px;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__arrows {
    z-index: 10;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__pagination {
    bottom: -38px;
    gap: 10px;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__pagination .splide__pagination__page {
    background: #444;
  }
  .case-study-introduction .case-study-area .case-study-item .splide .splide__pagination .splide__pagination__page.is-active {
    background: #65d7e1;
  }
  .faq-section {
    display: flex;
    padding: var(--paddig-block, 80px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
  }
  .faq-section .faq-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-24, 24px);
    align-self: stretch;
    color: var(--on-surface, #111);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
  }
  .faq-section .faq-area {
    display: flex;
    max-width: 960px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 20px);
    align-self: stretch;
    margin: 0 auto;
  }
  .faq-section .faq-area .faq-item {
    display: flex;
    padding: var(--scale-20, 20px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-20, 20px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .faq-section .faq-area .faq-item .faq-question {
    display: flex;
    align-items: flex-start;
    gap: var(--scale-20, 20px);
    align-self: stretch;
  }
  .faq-section .faq-area .faq-item .faq-question .faq-q-icon {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--on-surface, #111);
    color: var(--primary, #65d7e1);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .faq-section .faq-area .faq-item .faq-question .faq-q-text {
    display: flex;
    padding-top: var(--scale-4, 4px);
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-24, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
  }
  .faq-section .faq-area .faq-item .faq-answer {
    display: flex;
    padding: var(--scale-20, 20px);
    align-items: flex-start;
    gap: var(--scale-20, 20px);
    align-self: stretch;
    background: var(--parimary-container, #e8fbfd);
  }
  .faq-section .faq-area .faq-item .faq-answer .faq-a-icon {
    color: var(--primary, #65d7e1);
    text-align: center;
    font-family: Inter;
    font-size: var(--scale-32, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .faq-section .faq-area .faq-item .faq-answer .faq-a-text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
  }
  .contact-form-section {
    display: flex;
    padding: var(--padding-block, 80px) var(--padding-inline, 24px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: var(--primary, #65d7e1);
  }
  .contact-form-section .container .section-header {
    display: flex;
    max-width: var(--width-md, 1080px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--scale-32, 32px);
    align-self: stretch;
  }
  .contact-form-section .container .section-header h2.catchphrase-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--scale-20, 20px);
    align-self: stretch;
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-40, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
  }
  .contact-form-section .container .section-header p.description {
    color: var(--on-surface, #000);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 34px */
  }
  .company-info-section {
    display: flex;
    padding: var(--scale-40, 40px) var(--padding-inline, 20px);
    flex-direction: column;
    align-items: center;
    gap: var(--gap-row, 56px);
    align-self: stretch;
    background: var(--surface-variant, #ecefef);
  }
  .company-info-section .inn {
    display: flex;
    max-width: var(--width-md, 1120px);
    flex-direction: column;
    align-items: center;
    gap: var(--scale-40, 40px);
    align-self: stretch;
    margin: 0 auto;
  }
  .company-info-section .inn .logo-area {
    display: flex;
    padding-bottom: var(--scale-40, 40px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 16px);
    align-self: stretch;
    border-bottom: 1px solid var(--border, #bdbdbd);
  }
  .company-info-section .inn .logo-area .site-ttl {
    min-width: 335px;
    margin-right: 20px;
  }
  .company-info-section .inn .logo-area .site-ttl a {
    display: flex;
    height: 100%;
    align-items: flex-end !important;
  }
  .company-info-section .inn .logo-area .site-ttl a img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .company-info-section .inn .logo-area .site-ttl a .site-ttl-name {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .company-info-section .inn .logo-area .site-ttl a .site-ttl-name .nt-logo-ja {
    margin-left: 15px;
  }
  .company-info-section .inn .logo-area .site-ttl a .site-ttl-name .site-ttl-text {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
  }
  .company-info-section .inn .logo-area .representative-director {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
  }
  .company-info-section .inn .logo-area .founding-info {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-18, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
  }
  .company-info-section .inn .branches-container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px var(--gap-column, 40px);
    align-self: stretch;
    flex-wrap: wrap;
  }
  .company-info-section .inn .branches-container .branch-box {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--scale-16, 16px);
    flex: 1 0 0;
  }
  .company-info-section .inn .branches-container .branch-box .branch-title {
    display: flex;
    padding: var(--scale-2, 2px) var(--scale-16, 16px);
    justify-content: center;
    align-items: center;
    background: var(--primary, #65d7e1);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
  }
  .company-info-section .inn .branches-container .branch-box .address-detail {
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
  }
  .company-info-section .inn .branches-container .branch-box .google-map-link {
    display: flex;
    padding: var(--scale-4, 4px) var(--scale-8, 8px);
    align-items: center;
    gap: var(--scale-8, 8px);
    border: var(--scale-2, 2px) solid var(--on-surface, #111);
    color: var(--on-surface, #111);
    font-family: "Noto Sans JP";
    font-size: var(--scale-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
  }
  .copy {
    display: flex;
    padding: var(--scale-20, 20px) var(--padding-inline, 24px);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--on-surface, #111);
  }
  .copy p {
    color: var(--surface, #fff);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: var(--scale-14, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .problem-statement .content-wrapper {
    flex-direction: column;
  }
  .design-partner-section .content-wrapper .detail-container {
    padding: 0;
  }
  .features .feature-cards {
    flex-direction: column;
  }
  .features .feature-cards .card .image-container img {
    height: auto;
    margin: 0 auto;
  }
}