@charset "UTF-8";
/***************************************
  Breakpoint mixins
****************************************/
/***************************************
  Font mixins
****************************************/
/***************************************
  Margin mixins
****************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: clip;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background-color: #071329;
}
body.page-top {
  background-color: #071329;
}

#page {
  position: relative;
  transition: opacity 0.4s ease;
  z-index: 1;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: flex;
  justify-content: center;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
}

.font-en {
  font-family: "Outfit", sans-serif;
}

.blockContent {
  max-width: 1300px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 100px 60px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  .blockContent {
    padding: 80px 40px;
    border-radius: 14px;
  }
}
@media (max-width: 480px) {
  .blockContent {
    padding: 60px 20px;
    border-radius: 12px;
    font-size: 1.4rem;
  }
}
.blockContent h2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 3px solid #008f73;
  line-height: 1.5;
}
.blockContent h2:first-child {
  margin-top: 0;
}
.blockContent h2 sup {
  display: block;
  font-size: 1.4rem;
  color: #008f73;
  font-weight: 400;
  vertical-align: baseline;
  top: 0;
  margin-bottom: 4px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .blockContent h2 {
    font-size: 2.2rem;
    margin-top: 48px;
  }
  .blockContent h2 sup {
    font-size: 1.3rem;
  }
}
.blockContent h3 {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 40px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}
.blockContent h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #008f73;
}
.blockContent h3:first-child {
  margin-top: 0;
}
.blockContent h3 sup {
  display: block;
  color: #008f73;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .blockContent h3 {
    font-size: 1.8rem;
    margin-top: 32px;
  }
}
.blockContent .wp-block-group.has-background h3,
.blockContent .wp-block-column.has-background h3 {
  padding-left: 0 !important;
  border-left: 0 !important;
  background-image: none;
}
.blockContent .wp-block-group.has-background h3::before,
.blockContent .wp-block-column.has-background h3::before {
  content: none !important;
  display: none !important;
  width: 0;
  height: 0;
  background: transparent;
  opacity: 0;
}
.blockContent h4 {
  font-size: 1.7rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 28px;
  margin-bottom: 10px;
}
.blockContent h4:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  .blockContent h4 {
    font-size: 1.6rem;
  }
}
.blockContent p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
}
.blockContent p:last-child {
  margin-bottom: 0;
}
.blockContent strong {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.blockContent a {
  color: #2256d8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .blockContent a:hover {
    text-decoration-color: transparent;
  }
}
@media (hover: none) {
  .blockContent a:active {
    text-decoration-color: transparent;
  }
}
.blockContent ul,
.blockContent ol {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 24px;
}
.blockContent ul {
  list-style: disc;
}
.blockContent ul li {
  margin-bottom: 6px;
}
.blockContent ul li::marker {
  color: #2256d8;
}
.blockContent ul.is-style-note-list {
  padding-left: 0;
  list-style: none;
}
.blockContent ul.is-style-note-list li {
  position: relative;
  padding-left: 1.35em;
}
.blockContent ul.is-style-note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.blockContent ol {
  list-style: decimal;
}
.blockContent ol li {
  margin-bottom: 6px;
}
.blockContent ol li::marker {
  color: #2256d8;
}
.blockContent img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.blockContent .wp-block-table {
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
}
.blockContent table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
  font-size: 1.4rem;
}
.blockContent table th,
.blockContent table td {
  padding: 16px 24px;
  text-align: left;
  border: none;
}
.blockContent table th strong,
.blockContent table td strong {
  color: inherit;
}
.blockContent table thead {
  border-bottom: none;
}
.blockContent table thead th {
  background: #5b35b5;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.blockContent table thead th strong {
  color: inherit;
}
.blockContent table thead th strong span {
  color: inherit;
}
.blockContent table tbody td {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.6rem;
  padding: 24px;
}
.blockContent table tbody th {
  background: rgba(0, 124, 186, 0.06);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
@media (max-width: 480px) {
  .blockContent table {
    font-size: 1.3rem;
  }
  .blockContent table th,
  .blockContent table td {
    padding: 14px 12px;
  }
}
.blockContent .wp-block-table td[style*="background-color:#034f45"],
.blockContent .wp-block-table td[style*="background-color:#008f73"],
.blockContent .wp-block-table th[style*="background-color:#034f45"],
.blockContent .wp-block-table th[style*="background-color:#008f73"] {
  color: #fff !important;
}
.blockContent .wp-block-table td[style*="background-color:#034f45"] strong,
.blockContent .wp-block-table td[style*="background-color:#034f45"] span,
.blockContent .wp-block-table td[style*="background-color:#008f73"] strong,
.blockContent .wp-block-table td[style*="background-color:#008f73"] span,
.blockContent .wp-block-table th[style*="background-color:#034f45"] strong,
.blockContent .wp-block-table th[style*="background-color:#034f45"] span,
.blockContent .wp-block-table th[style*="background-color:#008f73"] strong,
.blockContent .wp-block-table th[style*="background-color:#008f73"] span {
  color: inherit !important;
}
.blockContent .wp-block-flexible-table-block-table {
  margin: 24px 0;
}
.blockContent .wp-block-flexible-table-block-table table {
  border-collapse: separate;
  border-spacing: 5px;
}
.blockContent .wp-block-flexible-table-block-table td,
.blockContent .wp-block-flexible-table-block-table th {
  background: transparent;
  color: inherit;
}
.blockContent .wp-block-flexible-table-block-table td:empty {
  background: transparent;
}
.blockContent .wp-block-flexible-table-block-table strong {
  color: inherit;
}
.blockContent .wp-block-table.is-style-rpa-plan-table {
  margin: 34px -54px 28px;
  overflow-x: auto;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .blockContent .wp-block-table.is-style-rpa-plan-table {
    margin-left: 0;
    margin-right: 0;
  }
}
.blockContent .wp-block-table.is-style-rpa-plan-table table {
  min-width: 900px;
  border-spacing: 5px;
  font-size: 1.42rem;
}
.blockContent .wp-block-table.is-style-rpa-plan-table th,
.blockContent .wp-block-table.is-style-rpa-plan-table td {
  padding: 20px 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.75;
  border: none;
}
.blockContent .wp-block-table.is-style-rpa-plan-table thead th {
  color: #008f73;
  background: transparent;
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 0;
}
.blockContent .wp-block-table.is-style-rpa-plan-table thead th:first-child {
  color: transparent;
}
.blockContent .wp-block-table.is-style-rpa-plan-table tbody th {
  width: 20%;
  color: #fff;
  background: linear-gradient(135deg, #008f73, #034f45);
  font-size: 1.45rem;
  font-weight: 700;
}
.blockContent .wp-block-table.is-style-rpa-plan-table tbody tr:first-child th {
  color: #073c35;
  background: transparent;
  font-size: 1.44rem;
}
.blockContent .wp-block-table.is-style-rpa-plan-table tbody tr:first-child td {
  color: #008f73;
  background: transparent;
  font-size: 2.1rem;
  font-weight: 700;
}
.blockContent .wp-block-table.is-style-rpa-plan-table tbody tr:nth-child(2) td {
  color: #fff;
  background: linear-gradient(135deg, #00b482, #087f95);
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.65;
}
.blockContent .wp-block-table.is-style-rpa-plan-table tbody tr:nth-child(2) td:nth-child(odd) {
  background: linear-gradient(135deg, #008f73, #034f45);
}
.blockContent .wp-block-table.is-style-rpa-plan-table tbody td {
  color: #05352f;
  background: #f2f8f6;
  font-size: 1.4rem;
  font-weight: 600;
}
.blockContent .wp-block-table.is-style-rpa-plan-table strong {
  color: #008f73;
  font-family: "Outfit", sans-serif;
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 1;
}
.blockContent .wp-block-table.is-style-rpa-plan-table small {
  display: inline-block;
  margin-top: 4px;
  font-size: 1.18rem;
  line-height: 1.5;
}
.blockContent .rpaPlanTable-check {
  display: inline-block;
  color: #008f73;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
.blockContent .rpaPlanTable-em {
  color: #008f73;
  font-weight: 700;
}
.blockContent .rpaPlanTable-note {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.16rem;
  line-height: 1.65;
}
.blockContent blockquote {
  border-left: 3px solid #2256d8;
  padding: 16px 24px;
  margin: 24px 0;
  color: rgba(0, 0, 0, 0.7);
}
.blockContent blockquote p {
  color: rgba(0, 0, 0, 0.7);
}
.blockContent blockquote cite {
  display: block;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  font-style: normal;
}
.blockContent hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 40px 0;
}
.blockContent .wp-block-columns {
  gap: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .blockContent .wp-block-columns {
    gap: 20px;
  }
}
.blockContent .wp-block-columns.is-style-one-column {
  flex-direction: column;
}
.blockContent .wp-block-columns.is-style-one-column > .wp-block-column {
  width: 100%;
  flex-basis: auto !important;
}
.blockContent .serviceTemplateKintone-lead {
  margin-bottom: 44px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.4rem;
  line-height: 1.8;
}
.blockContent .serviceTemplateKintone-cardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 28px 0 40px;
}
@media (max-width: 1024px) {
  .blockContent .serviceTemplateKintone-cardGrid {
    gap: 20px;
  }
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateKintone-cardGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateKintone-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 22px 28px;
  background: #f3f6f7;
  border-radius: 8px;
  text-align: center;
}
.blockContent .serviceTemplateKintone-cardTitle {
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.8rem;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-cardTitle::before {
  content: none;
}
.blockContent .serviceTemplateKintone-cardImage {
  width: 72%;
  max-width: 210px;
  margin: 0 auto 22px;
}
.blockContent .serviceTemplateKintone-cardImage img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.blockContent .serviceTemplateKintone-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.9;
  text-align: left;
}
.blockContent .serviceTemplateKintone-menuGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0 52px;
}
@media (max-width: 1024px) {
  .blockContent .serviceTemplateKintone-menuGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .blockContent .serviceTemplateKintone-menuGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateKintone-menuImage {
  margin: 0;
}
.blockContent .serviceTemplateKintone-menuImage img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.blockContent .serviceTemplateKintone-planHead {
  margin: 56px 0 24px;
  padding: 26px 24px;
  background: linear-gradient(135deg, #00b482, #087f95);
  border-radius: 8px;
  text-align: center;
}
.blockContent .serviceTemplateKintone-planHead h2 {
  margin: 0;
  padding-left: 0;
  border-left: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-planLead {
  margin: 0 0 24px;
  text-align: center;
}
.blockContent .serviceTemplateKintone-planLead p {
  margin: 6px 0;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
}
.blockContent .serviceTemplateKintone-table table {
  border-spacing: 5px;
}
.blockContent .serviceTemplateKintone-table th,
.blockContent .serviceTemplateKintone-table td {
  padding: 22px 18px;
  text-align: center;
  vertical-align: middle;
}
.blockContent .serviceTemplateKintone-table thead th {
  color: #fff;
  background: #008f73;
  font-size: 1.55rem;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-table thead th:first-child {
  background: #6f7777;
}
.blockContent .serviceTemplateKintone-table thead th strong {
  display: inline-block;
  margin-left: 2px;
  color: inherit;
  font-family: "Outfit", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.blockContent .serviceTemplateKintone-table tbody th {
  color: #fff;
  background: #6f7777;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-table tbody td {
  color: rgba(0, 0, 0, 0.8);
  background: #f3f6f7;
  font-weight: 600;
}
.blockContent .serviceTemplateKintone-table tbody td strong {
  display: inline-block;
  margin: 0 2px;
  color: #008f73;
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.blockContent .serviceTemplateKintone-compareHead {
  margin: 52px 0 20px;
  text-align: center;
}
.blockContent .serviceTemplateKintone-compareHead h2 {
  margin: 0 0 12px;
  padding-left: 0;
  border-left: 0;
  color: rgba(0, 0, 0, 0.86);
  font-size: 2.6rem;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-compareHead p {
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .blockContent .serviceTemplateKintone-compare {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateKintone-compareCard {
  overflow: hidden;
  background: #f3f6f7;
  text-align: center;
}
.blockContent .serviceTemplateKintone-compareCard h3 {
  margin: 0;
  padding: 18px 20px;
  color: #fff;
  background: #008f73;
  font-size: 1.6rem;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-compareCard h3::before {
  content: none;
}
.blockContent .serviceTemplateKintone-compareCard p {
  margin: 34px 0 8px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
}
.blockContent .serviceTemplateKintone-compareCard strong {
  display: block;
  margin-bottom: 40px;
  color: #008f73;
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 700;
}
.blockContent .serviceTemplateKintone-compareCard strong span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
}
.blockContent .serviceTemplateKintone-compareCard._muted h3 {
  background: #6f7777;
}
.blockContent .serviceTemplateSns-featureRows {
  display: grid;
  gap: 18px;
  margin: 34px 0 56px;
}
.blockContent .serviceTemplateSns-mediaRow {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: stretch;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-mediaRow {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateSns-mediaRow figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  background: #f6fbf9;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-mediaRow figure {
    border-radius: 8px 8px 0 0;
  }
}
.blockContent .serviceTemplateSns-mediaRow img {
  width: 100%;
  max-width: 170px;
  border-radius: 8px;
}
.blockContent .serviceTemplateSns-mediaRow div {
  padding: 26px 30px;
  background: #f3f6f7;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-mediaRow div {
    border-radius: 0 0 8px 8px;
  }
}
.blockContent .serviceTemplateSns-mediaRow h3,
.blockContent .serviceTemplateSns-card h3,
.blockContent .serviceTemplateSns-miniCard h3,
.blockContent .serviceTemplateSns-iconCard h3,
.blockContent .serviceTemplateSns-case h3 {
  padding-left: 0;
  border-left: 0;
}
.blockContent .serviceTemplateSns-mediaRow h3::before,
.blockContent .serviceTemplateSns-card h3::before,
.blockContent .serviceTemplateSns-miniCard h3::before,
.blockContent .serviceTemplateSns-iconCard h3::before,
.blockContent .serviceTemplateSns-case h3::before {
  content: none;
}
.blockContent .serviceTemplateSns-mediaRow h3 {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 2rem;
  font-weight: 700;
}
.blockContent .serviceTemplateSns-mediaRow p {
  margin: 0;
  line-height: 1.9;
}
.blockContent .serviceTemplateSns-cardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-cardGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateSns-card {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 28px;
  background: #f3f6f7;
  border-radius: 8px;
}
.blockContent .serviceTemplateSns-cardGrid._issue .serviceTemplateSns-card {
  background: #fff8df;
}
.blockContent .serviceTemplateSns-card h3 {
  min-height: 3.2em;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.blockContent .serviceTemplateSns-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  margin: 0 0 20px;
}
.blockContent .serviceTemplateSns-card img {
  width: 96px;
  max-height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.blockContent .serviceTemplateSns-card p {
  margin: 0;
  line-height: 1.9;
}
.blockContent .serviceTemplateSns-featureGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-featureGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.blockContent .serviceTemplateSns-miniCard {
  margin: 0;
  padding: 24px;
  background: #f3f6f7;
  border-radius: 8px;
}
.blockContent .serviceTemplateSns-miniCard h3 {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.8rem;
  font-weight: 700;
}
.blockContent .serviceTemplateSns-miniCard h3 span {
  display: block;
  margin-bottom: 4px;
  color: #008f73;
  font-size: 1.4rem;
  font-weight: 800;
}
.blockContent .serviceTemplateSns-miniCard p {
  margin: 0;
}
.blockContent .serviceTemplateSns-iconHeading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blockContent .serviceTemplateSns-iconHeading .material-symbols-outlined {
  color: #008f73;
  font-size: 2.9rem;
}
.blockContent .serviceTemplateSns-benefitGrid,
.blockContent .serviceTemplateSns-effectGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0 56px;
}
@media (max-width: 1024px) {
  .blockContent .serviceTemplateSns-benefitGrid,
  .blockContent .serviceTemplateSns-effectGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .blockContent .serviceTemplateSns-benefitGrid,
  .blockContent .serviceTemplateSns-effectGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateSns-iconCard {
  padding: 22px;
  background: #f3f6f7;
  border-radius: 8px;
}
.blockContent .serviceTemplateSns-iconCard._effect {
  background: #fff8df;
}
.blockContent .serviceTemplateSns-iconCard .material-symbols-outlined {
  display: block;
  margin-bottom: 10px;
  color: #008f73;
  font-size: 3.2rem;
}
.blockContent .serviceTemplateSns-iconCard h3 {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.7rem;
  font-weight: 700;
}
.blockContent .serviceTemplateSns-iconCard p {
  margin: 0;
}
.blockContent .serviceTemplateSns-caseGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-caseGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateSns-case {
  padding: 28px;
  background: #f3f6f7;
  border-radius: 8px;
}
.blockContent .serviceTemplateSns-case h3 {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.9rem;
  font-weight: 700;
}
.blockContent .serviceTemplateSns-case dl {
  margin: 0;
}
.blockContent .serviceTemplateSns-case dt {
  margin-top: 18px;
  color: #008f73;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.6;
}
.blockContent .serviceTemplateSns-case dt:first-child {
  margin-top: 0;
}
.blockContent .serviceTemplateSns-case dd {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.9;
}
.blockContent .serviceTemplateSns-case dt:nth-of-type(2) {
  font-size: 1.85rem;
  font-weight: 900;
}
.blockContent .serviceTemplateSns-companyGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateSns-companyGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .blockContent .serviceTemplateSns-companyGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blockContent .serviceTemplateSns-companyGrid figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0;
  padding: 18px;
  background: #f3f6f7;
  border-radius: 50%;
}
.blockContent .serviceTemplateSns-companyGrid img {
  width: 80%;
  max-width: 84px;
  border-radius: 0;
}
.blockContent .serviceTemplateReview-overview {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 28px;
  align-items: center;
  margin-bottom: 38px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-overview {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateReview-overview figure {
  margin: 0;
  padding: 24px;
  background: #f6fbf9;
  border-radius: 8px;
  text-align: center;
}
.blockContent .serviceTemplateReview-overview img {
  width: 100%;
  max-width: 190px;
  border-radius: 8px;
}
.blockContent .serviceTemplateReview-cardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-cardGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateReview-card {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 28px;
  background: #e7faf4;
  border-radius: 8px;
}
.blockContent .serviceTemplateReview-cardGrid._issue .serviceTemplateReview-card {
  background: #fff8df;
}
.blockContent .serviceTemplateReview-card h3,
.blockContent .serviceTemplateReview-mediaRow h3,
.blockContent .serviceTemplateReview-iconItem h3,
.blockContent .serviceTemplateReview-case h3 {
  padding-left: 0;
  border-left: 0;
}
.blockContent .serviceTemplateReview-card h3::before,
.blockContent .serviceTemplateReview-mediaRow h3::before,
.blockContent .serviceTemplateReview-iconItem h3::before,
.blockContent .serviceTemplateReview-case h3::before {
  content: none;
}
.blockContent .serviceTemplateReview-card h3 {
  min-height: 3.2em;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.blockContent .serviceTemplateReview-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  margin: 0 0 20px;
}
.blockContent .serviceTemplateReview-card img {
  width: 100px;
  max-height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.blockContent .serviceTemplateReview-card p {
  margin: 0;
  line-height: 1.9;
}
.blockContent .serviceTemplateReview-mediaRows {
  display: grid;
  gap: 18px;
  margin: 30px 0 56px;
}
.blockContent .serviceTemplateReview-mediaRow {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: stretch;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-mediaRow {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateReview-mediaRow figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  background: #f6fbf9;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-mediaRow figure {
    border-radius: 8px 8px 0 0;
  }
}
.blockContent .serviceTemplateReview-mediaRow img {
  width: 100%;
  max-width: 170px;
  border-radius: 8px;
}
.blockContent .serviceTemplateReview-mediaRow div {
  padding: 26px 30px;
  background: #f3f6f7;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-mediaRow div {
    border-radius: 0 0 8px 8px;
  }
}
.blockContent .serviceTemplateReview-mediaRow h3 {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 2rem;
  font-weight: 700;
}
.blockContent .serviceTemplateReview-mediaRow p {
  margin: 0;
  line-height: 1.9;
}
.blockContent .serviceTemplateReview-iconList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-iconList {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateReview-iconList._effect {
  margin-bottom: 58px;
}
.blockContent .serviceTemplateReview-iconItem {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 22px;
  background: #fff8df;
  border-radius: 8px;
}
.blockContent .serviceTemplateReview-iconItem .material-symbols-outlined {
  color: #008f73;
  font-size: 3.4rem;
  line-height: 1;
}
.blockContent .serviceTemplateReview-iconItem h3 {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.7rem;
  font-weight: 800;
}
.blockContent .serviceTemplateReview-iconItem p {
  margin: 0;
  line-height: 1.8;
}
.blockContent .serviceTemplateReview-effectTitle {
  margin-top: 70px;
}
.blockContent .serviceTemplateReview-caseGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-caseGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateReview-case {
  padding: 28px;
  background: #f3f6f7;
  border-radius: 8px;
}
.blockContent .serviceTemplateReview-caseHead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.blockContent .serviceTemplateReview-caseHead img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.blockContent .serviceTemplateReview-case h3 {
  margin: 0;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.9rem;
  font-weight: 800;
}
.blockContent .serviceTemplateReview-case h4 {
  margin: 22px 0 8px;
  color: #008f73;
  font-size: 1.7rem;
  font-weight: 800;
}
.blockContent .serviceTemplateReview-case p {
  margin: 0;
}
.blockContent .serviceTemplateReview-case ul {
  margin: 0;
}
.blockContent .serviceTemplateReview-caseResult {
  margin-top: 18px !important;
  color: #008f73 !important;
  font-size: 1.75rem;
  font-weight: 900;
}
.blockContent .serviceTemplateReview-industryGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateReview-industryGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .blockContent .serviceTemplateReview-industryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blockContent .serviceTemplateReview-industryGrid figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0;
  padding: 18px;
  background: #e7faf4;
  border-radius: 50%;
}
.blockContent .serviceTemplateReview-industryGrid img {
  width: 80%;
  max-width: 86px;
  border-radius: 0;
}
.blockContent .serviceTemplateReview-priceNote {
  margin-top: 20px;
  padding: 22px 24px;
  background: #effbf7;
  border-radius: 8px;
}
.blockContent .serviceTemplateReview-priceNote .priceNote-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 800;
}
.blockContent .serviceTemplateReview-priceNote img {
  width: 28px;
  border-radius: 0;
}
.blockContent .serviceTemplateAlcohol-law {
  margin: 0 0 56px;
  padding: 32px;
  background: #fff8df;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .blockContent .serviceTemplateAlcohol-law {
    padding: 24px 18px;
  }
}
.blockContent .serviceTemplateAlcohol-law h2 {
  margin-top: 0;
  color: #034f45;
  text-align: left;
}
.blockContent .serviceTemplateAlcohol-law h2 span {
  color: #008f73;
}
.blockContent .serviceTemplateAlcohol-law figure {
  margin: 24px 0 0;
}
.blockContent .serviceTemplateAlcohol-law img {
  width: 100%;
  border-radius: 8px;
}
.blockContent .serviceTemplateAlcohol-pointGrid,
.blockContent .serviceTemplateAlcohol-problemGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 28px 0 56px;
}
@media (max-width: 810px) {
  .blockContent .serviceTemplateAlcohol-pointGrid,
  .blockContent .serviceTemplateAlcohol-problemGrid {
    grid-template-columns: 1fr;
  }
}
.blockContent .serviceTemplateAlcohol-pointCard,
.blockContent .serviceTemplateAlcohol-problemCard {
  padding: 24px 22px;
  border-radius: 8px;
}
.blockContent .serviceTemplateAlcohol-pointCard {
  background: #f3fbf8;
}
.blockContent .serviceTemplateAlcohol-problemCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff8df;
  text-align: center;
}
.blockContent .serviceTemplateAlcohol-pointCard h3,
.blockContent .serviceTemplateAlcohol-problemCard h3 {
  margin: 0 0 10px;
  padding-left: 0;
  border-left: 0;
  color: rgba(0, 0, 0, 0.86);
  font-size: 1.8rem;
  font-weight: 700;
}
.blockContent .serviceTemplateAlcohol-pointCard h3::before,
.blockContent .serviceTemplateAlcohol-problemCard h3::before {
  content: none;
}
.blockContent .serviceTemplateAlcohol-pointCard p {
  margin: 0;
}
.blockContent .serviceTemplateAlcohol-problemCard figure {
  margin: 0 0 18px;
}
.blockContent .serviceTemplateAlcohol-problemCard img {
  width: min(220px, 82%);
  border-radius: 0;
}
.blockContent .serviceTemplateAlcohol-cta {
  margin: 0 0 56px;
  padding: 28px;
  background: #008f73;
  border-radius: 0;
  text-align: center;
}
.blockContent .serviceTemplateAlcohol-cta h2 {
  margin: 0;
  padding-left: 0;
  border-left: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.blockContent .serviceTemplateAlcohol-cta h2::before {
  content: none;
}
.blockContent .serviceTemplateAlcohol-note {
  margin-top: 20px;
  padding: 22px;
  background: #f3fbf8;
  border-radius: 8px;
}
.blockContent .serviceTemplateAlcohol-note p {
  margin: 0;
}
.blockContent .wp-block-column > *:first-child {
  margin-top: 0;
}
.blockContent .wp-block-image {
  margin: 24px 0;
}
.blockContent .wp-block-image:first-child {
  margin-top: 0;
}
.blockContent .wp-block-image:last-child {
  margin-bottom: 0;
}
.blockContent .wp-block-image figcaption {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 8px;
}
.blockContent .wp-block-group.is-style-price-note .priceNote-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  line-height: 1.5;
}
.blockContent .wp-block-group.is-style-price-note .priceNote-icon {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.blockContent .wp-block-group.is-style-price-note .priceNote-body {
  margin-bottom: 0;
}
.blockContent .wp-block-buttons {
  margin: 24px 0;
}
.blockContent .wp-block-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 44px;
  border-radius: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(135deg, #00b482, #087f95);
  border: 1px solid rgba(0, 180, 130, 0.35);
}
.blockContent .wp-block-button .wp-block-button__link strong {
  color: inherit;
}
.blockContent .wp-block-button .wp-block-button__link {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 132, 112, 0.25);
  text-decoration: none;
  border-bottom: none;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .blockContent .wp-block-button .wp-block-button__link:hover {
    background: linear-gradient(135deg, #17d3ad, #00a878);
    border-color: rgba(23, 211, 173, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 8px 32px rgba(0, 132, 112, 0.35);
    border-bottom: none;
  }
}
@media (hover: none) {
  .blockContent .wp-block-button .wp-block-button__link:active {
    background: linear-gradient(135deg, #17d3ad, #00a878);
    border-color: rgba(23, 211, 173, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 8px 32px rgba(0, 132, 112, 0.35);
    border-bottom: none;
  }
}
.blockContent .wp-block-button .wp-block-button__link:active {
  background: linear-gradient(135deg, #008a73, #066c80);
}
.blockContent .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #2256d8;
  border: 1px solid #2256d8;
  box-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .blockContent .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: rgba(0, 124, 186, 0.06);
    box-shadow: none;
  }
}
@media (hover: none) {
  .blockContent .wp-block-button.is-style-outline .wp-block-button__link:active {
    background: rgba(0, 124, 186, 0.06);
    box-shadow: none;
  }
}
.blockContent .wp-block-button.is-style-outline .wp-block-button__link:active {
  background: rgba(0, 124, 186, 0.1);
}
.blockContent .wp-block-embed {
  margin: 32px 0;
}
.blockContent .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.blockContent .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.blockContent .wp-block-embed figcaption {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 8px;
}
.blockContent .wp-block-embed.is-style-vertical-video {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.blockContent .wp-block-embed.is-style-vertical-video .wp-block-embed__wrapper {
  padding-bottom: 177.5%;
}
.blockContent .wp-block-embed.serviceTemplateAlcohol-video {
  max-width: 420px;
  margin: 32px auto 56px;
}
.blockContent .wp-block-embed.serviceTemplateAlcohol-video .wp-block-embed__wrapper {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 8px;
}
.blockContent .wp-block-embed.serviceTemplateAlcohol-video .wp-block-embed__wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 8px;
}
.blockContent .wp-block-embed.serviceTemplateReview-video {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 32px auto 56px !important;
}
.blockContent .wp-block-embed.serviceTemplateReview-video .wp-block-embed__wrapper {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 8px;
}
.blockContent .wp-block-embed.serviceTemplateReview-video .wp-block-embed__wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 8px;
}
.blockContent .wp-block-embed.serviceTemplateSns-video {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 32px auto 48px !important;
}
.blockContent .wp-block-embed.serviceTemplateSns-video .wp-block-embed__wrapper {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 8px;
}
.blockContent .wp-block-embed.serviceTemplateSns-video .wp-block-embed__wrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 8px;
}
.blockContent .concernList {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
.blockContent .concernList li {
  position: relative;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.85);
}
.blockContent .concernList li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blockContent .concernList li::before {
  font-family: "Material Symbols Outlined";
  content: "task_alt";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  color: #2256d8;
  line-height: 1.3;
}
.blockContent .concernList li::marker {
  content: none;
}
@media (max-width: 480px) {
  .blockContent .concernList li {
    font-size: 1.7rem;
    padding-left: 34px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.blockContent .stepFlow {
  margin: 40px 0;
}
.blockContent .stepFlow-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  padding-bottom: 32px;
  padding-left: 35px;
}
.blockContent .stepFlow-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .blockContent .stepFlow-item {
    padding-left: 0;
    gap: 14px;
  }
}
.blockContent .stepFlow-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: #5b35b5;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.blockContent .stepFlow-icon small {
  font-size: 1rem;
  font-weight: 400;
}
.blockContent .stepFlow-icon span {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .blockContent .stepFlow-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .blockContent .stepFlow-icon small {
    font-size: 0.8rem;
  }
  .blockContent .stepFlow-icon span {
    font-size: 1.6rem;
  }
}
.blockContent .stepFlow-body {
  padding-top: 10px;
}
@media (max-width: 480px) {
  .blockContent .stepFlow-body {
    padding-top: 4px;
  }
}
.blockContent .stepFlow-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5b35b5;
  margin-bottom: 8px;
  line-height: 1.4;
}
.blockContent .stepFlow-desc {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
}

.globalNavi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 2%;
}
@media (max-width: 1024px) {
  .globalNavi {
    padding: 12px 3%;
  }
}

.globalNavi-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding: 0 28px;
  background: rgba(7, 19, 41, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(2, 8, 23, 0.12);
  backdrop-filter: blur(24px);
  transition: background 0.35s ease, border-color 0.35s ease;
}
@media (max-width: 1024px) {
  .globalNavi-inner {
    height: 62px;
    padding: 0 18px;
  }
}

.globalNavi.is-dark .globalNavi-inner,
.globalNavi.is-open .globalNavi-inner {
  background: rgba(7, 19, 41, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
}

.globalNavi-logo {
  display: block;
  width: 217px;
}
@media (max-width: 480px) {
  .globalNavi-logo {
    width: 178px;
  }
}

.globalNavi-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.globalNavi-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .globalNavi-nav {
    display: none;
  }
}

.globalNavi-list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 42px);
}

.globalNavi-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease;
}
.globalNavi-list a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.globalNavi-list a:hover {
  opacity: 0.75;
}
.globalNavi-list a:hover::after, .globalNavi-list a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.globalNavi-externalIcon {
  font-size: 1.55rem;
  font-variation-settings: "wght" 300;
}

.globalNavi-burger {
  display: none;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .globalNavi-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.globalNavi-burger span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.globalNavi.is-open .globalNavi-burger span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.globalNavi.is-open .globalNavi-burger span:nth-child(2) {
  opacity: 0;
}

.globalNavi.is-open .globalNavi-burger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.globalNavi-overlay {
  display: none;
}
@media (max-width: 1024px) {
  .globalNavi-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 100px 5% 40px;
    background: rgba(7, 19, 41, 0.96);
    backdrop-filter: blur(24px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .globalNavi.is-open .globalNavi-overlay {
    opacity: 1;
    visibility: visible;
  }
}
.globalNavi-overlayBrand {
  width: 180px;
  opacity: 0.45;
}

.globalNavi-overlayBrand img {
  display: block;
  width: 100%;
  height: auto;
}

.globalNavi-overlayList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.globalNavi-overlayList a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 14px 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
}

.teamHero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 170px 0 56px;
  overflow: hidden;
  color: #fff;
}

.teamHero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-position: top left;
  background-size: 100px 100px;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: teamHeroGridReveal 1.35s cubic-bezier(0.16, 1, 0.3, 1) 0.05s forwards;
}

.teamHero-symbol {
  --team-symbol-opacity: 0.94;
  position: absolute;
  top: 50%;
  right: clamp(42px, 5vw, 90px);
  z-index: 1;
  width: clamp(340px, 30vw, 500px);
  perspective: 1200px;
  pointer-events: none;
  animation: teamHeroSymbolIn 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.58s both;
}
@media (max-width: 1024px) {
  .teamHero-symbol {
    --team-symbol-opacity: 0.2;
    top: 25%;
    right: -48px;
    width: clamp(190px, 38vw, 280px);
  }
}
@media (max-width: 480px) {
  .teamHero-symbol {
    top: 18%;
    right: -38px;
    width: 190px;
  }
}

.teamHero-symbolTilt {
  transform-style: preserve-3d;
  will-change: transform;
}
.teamHero-symbolTilt img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 28px 46px rgba(2, 8, 23, 0.28));
}

.teamHero-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.teamHero-kicker {
  margin-bottom: 24px;
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  opacity: 0.65;
  animation: teamHeroContentIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.28s both;
}

.teamHero-title {
  max-width: 1250px;
  font-size: clamp(5.2rem, 8vw, 12.4rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
.teamHero-title span {
  display: block;
  animation: teamHeroContentIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.teamHero-title span:first-child {
  animation-delay: 0.38s;
}
.teamHero-title span:last-child {
  animation-delay: 0.5s;
}
@media (max-width: 600px) {
  .teamHero-title {
    font-size: 3.8rem;
    letter-spacing: -0.06em;
  }
}

.teamHero-summary {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.5vw, 58px);
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(920px, 72vw);
  margin-top: 36px;
  animation: teamHeroContentIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.66s both;
}
@media (max-width: 1024px) {
  .teamHero-summary {
    display: block;
    width: auto;
    max-width: 670px;
  }
}

.teamHero-lead {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.5rem, 1.55vw, 2rem);
  font-weight: 350;
  line-height: 2;
}
@media (max-width: 480px) {
  .teamHero-lead br {
    display: none;
  }
}

.teamHero-actions {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  gap: 14px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .teamHero-actions {
    margin-top: 28px;
  }
}
@media (max-width: 480px) {
  .teamHero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .teamHero-actions .btn {
    justify-content: center;
    width: 100%;
  }
}

@keyframes teamHeroGridReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes teamHeroContentIn {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes teamHeroSymbolIn {
  0% {
    opacity: 0;
    transform: translateY(-45%) scale(0.82);
  }
  100% {
    opacity: var(--team-symbol-opacity);
    transform: translateY(-50%) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .teamHero-grid,
  .teamHero-symbol,
  .teamHero-kicker,
  .teamHero-title span,
  .teamHero-summary {
    animation: none;
    clip-path: none;
    opacity: 1;
    transform: none;
  }
  .teamHero-symbol {
    opacity: var(--team-symbol-opacity);
    transform: translateY(-50%);
  }
}
.teamCompanies {
  position: relative;
  z-index: 2;
  padding: 132px 0 120px;
  background: #f3f5f8;
  color: #0a2540;
}
@media (max-width: 480px) {
  .teamCompanies {
    padding: 88px 0;
  }
}

.teamCompanies-intro {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 70px;
}
.teamCompanies-intro .sectionHeader {
  width: 100%;
}

.teamCompanies-lead {
  margin-top: 24px;
  color: #5a6a7a;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 480px) {
  .teamCompanies-lead br {
    display: none;
  }
}

.teamCompanies-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .teamCompanies-list {
    grid-template-columns: 1fr;
  }
}

.teamCompanies-category {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  margin-top: 48px;
  padding: 28px 0 2px;
  border-top: 1px solid rgba(10, 37, 64, 0.14);
}
@media (max-width: 480px) {
  .teamCompanies-category {
    gap: 4px;
    margin-top: 32px;
    padding-top: 24px;
  }
}

.teamCompanies-categoryEn {
  color: #2256d8;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.teamCompanies-categoryJa {
  color: #0a2540;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.teamCompany {
  --company-accent: #082964;
  --company-accent-bg: #082964;
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 38%) minmax(0, 1fr);
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(10, 37, 64, 0.11);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(10, 37, 64, 0.065);
}
.teamCompany._featured {
  grid-column: 1/-1;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  min-height: 300px;
}
.teamCompany._holding {
  --company-accent: #082964;
  --company-accent-bg: #082964;
}
.teamCompany._zation {
  --company-accent: #082964;
  --company-accent-bg: #082964;
}
.teamCompany._tax {
  --company-accent: #388b04;
  --company-accent-bg: linear-gradient(90deg, #388b04 0%, #61cf00 100%);
}
.teamCompany._partners {
  --company-accent: #008fbe;
  --company-accent-bg: linear-gradient(90deg, #1262d7 0%, #00a0bd 100%);
}
.teamCompany._marketing {
  --company-accent: #dd2046;
  --company-accent-bg: linear-gradient(90deg, #dd2046 0%, #db4340 100%);
}
.teamCompany._robotics {
  --company-accent: #008f8a;
  --company-accent-bg: linear-gradient(90deg, #047f8b 0%, #00b082 100%);
}
.teamCompany._usa {
  --company-accent: #176f9f;
}
.teamCompany._via-frame {
  --company-accent: #4c5a75;
}
.teamCompany._takagishi-law {
  --company-accent: #6b4a3d;
}
.teamCompany._olwc {
  --company-accent: #507a3b;
}
@media (max-width: 1024px) {
  .teamCompany._featured {
    grid-column: auto;
    grid-template-columns: minmax(170px, 38%) minmax(0, 1fr);
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .teamCompany {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .teamCompany._featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.is-revealReady .teamCompany {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-revealReady .teamCompany.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.teamCompany-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  background: #dde2e9;
}
.teamCompany-media picture,
.teamCompany-media img {
  width: 100%;
  height: 100%;
}
.teamCompany-media img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
._featured .teamCompany-media {
  min-height: 300px;
}
@media (max-width: 1024px) {
  ._featured .teamCompany-media {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .teamCompany-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16/7;
  }
  ._featured .teamCompany-media {
    min-height: 0;
  }
}

.teamCompany-image._contain {
  padding: clamp(16px, 2.5vw, 34px);
  background: #176f9f;
  -o-object-fit: contain;
     object-fit: contain;
}

.teamCompany-logoPanel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(22px, 2.2vw, 32px);
  overflow: hidden;
  background: radial-gradient(circle at 80% 18%, rgba(8, 41, 100, 0.05), transparent 38%), #f8fafc;
}
._featured .teamCompany-logoPanel {
  padding: clamp(30px, 4vw, 56px);
}

.teamCompany-logoPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(8, 41, 100, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 41, 100, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.teamCompany-logo {
  position: relative;
  z-index: 1;
  width: min(92%, 320px) !important;
  height: auto !important;
  max-height: 92px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
._featured .teamCompany-logo {
  width: min(76%, 360px) !important;
}
@media (max-width: 480px) {
  .teamCompany-logo {
    width: min(88%, 280px) !important;
    max-height: 74px;
  }
  ._featured .teamCompany-logo {
    width: min(72%, 300px) !important;
  }
}

.teamCompany._olwc .teamCompany-logoPanel {
  padding: clamp(12px, 1.4vw, 20px);
}
.teamCompany._olwc .teamCompany-logo {
  width: min(96%, 420px) !important;
  max-height: 110px;
}

.teamCompany:hover .teamCompany-logo {
  transform: scale(1.025);
}

.teamCompany-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: clamp(22px, 3vw, 38px);
  overflow: hidden;
  background: radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.52), transparent 34%), linear-gradient(145deg, #eef2f6 0%, #d7dee7 100%);
  color: #0a2540;
}

.teamCompany-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(10, 37, 64, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 37, 64, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.teamCompany-placeholderLabel,
.teamCompany-placeholderName {
  position: relative;
  z-index: 2;
}

.teamCompany-placeholderLabel {
  margin-bottom: 7px;
  color: var(--company-accent);
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.teamCompany-placeholderMark {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: 1;
  width: clamp(120px, 18vw, 260px) !important;
  height: auto !important;
  opacity: 0.055;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transform: translateY(-50%);
}

.teamCompany:hover .teamCompany-media .teamCompany-placeholderMark {
  transform: translateY(-50%) scale(1.025);
}

.teamCompany-placeholderName {
  max-width: 82%;
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
  font-weight: 500;
  line-height: 1.35;
  word-break: auto-phrase;
}

.teamCompany:hover .teamCompany-media picture img {
  transform: scale(1.025);
}

.teamCompany-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(26px, 2.8vw, 40px);
}

.teamCompany-role {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--company-accent-bg, var(--company-accent));
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.teamCompany-name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: auto-phrase;
}
@media (max-width: 480px) {
  .teamCompany-name {
    font-size: 2.2rem;
  }
}

.teamCompany-nameEn {
  margin-top: 5px;
  color: rgba(10, 37, 64, 0.45);
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
}

.teamCompany-description {
  margin-top: 16px;
  color: #405267;
  font-size: 1.4rem;
  line-height: 1.85;
}

.teamCompany-link {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: var(--company-accent);
}
.teamCompany-link:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--company-accent) 58%, white);
  outline-offset: 3px;
}
.teamCompany-link .material-symbols-outlined {
  position: absolute;
  right: clamp(14px, 1.5vw, 22px);
  bottom: clamp(14px, 1.5vw, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid color-mix(in srgb, var(--company-accent) 48%, transparent);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  font-size: 1.4rem;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.teamCompany-link:hover .material-symbols-outlined, .teamCompany-link:focus-visible .material-symbols-outlined {
  border-color: var(--company-accent);
  background: var(--company-accent);
  color: #fff;
  transform: translate(1px, -1px);
}

.teamCompany-linkLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.teamPhilosophy {
  position: relative;
  z-index: 2;
  padding: 138px 0 128px;
  background: #0c1830;
  color: #fff;
}
@media (max-width: 480px) {
  .teamPhilosophy {
    padding: 90px 0;
  }
}

.teamPhilosophy-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.teamPhilosophy-inner .sectionHeader {
  width: 100%;
}

.teamPhilosophy-statement {
  display: grid;
  grid-template-columns: 0.6fr 1.3fr 0.85fr;
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  margin-top: 90px;
  padding: 74px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1024px) {
  .teamPhilosophy-statement {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.teamPhilosophy-eyebrow {
  align-self: start;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.4rem;
}

.teamPhilosophy-copy {
  font-size: clamp(4rem, 6vw, 8.6rem);
  font-weight: 300;
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.teamPhilosophy-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  line-height: 2.1;
}

.teamPhilosophy-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
}
@media (max-width: 480px) {
  .teamPhilosophy-values {
    grid-template-columns: 1fr;
  }
}

.teamPhilosophy-value {
  padding: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.teamPhilosophy-value span {
  display: block;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.34);
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
}
.teamPhilosophy-value h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8rem, 3vw, 4.6rem);
  font-weight: 300;
}
.teamPhilosophy-value p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.35rem;
}
@media (max-width: 480px) {
  .teamPhilosophy-value {
    padding: 28px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .teamPhilosophy-value span {
    margin-bottom: 18px;
  }
}

.teamPhilosophy-more {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 480px) {
  .teamPhilosophy-more {
    text-align: left;
  }
}

.teamRecruit {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 680px;
  padding: 140px 0;
  overflow: hidden;
  background-color: #071329;
  background-image: var(--team-recruit-image);
  background-position: center 46%;
  background-size: cover;
  color: #fff;
}
.teamRecruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 19, 41, 0.9) 0%, rgba(7, 19, 41, 0.62) 48%, rgba(7, 19, 41, 0.82) 100%);
}
@media (max-width: 480px) {
  .teamRecruit {
    min-height: 720px;
    padding: 96px 0;
    background-image: var(--team-recruit-image-mobile, var(--team-recruit-image));
    background-position: 58% center;
  }
  .teamRecruit::before {
    background: rgba(7, 19, 41, 0.72);
  }
}

.teamRecruit-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .teamRecruit-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.teamRecruit-en {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.teamRecruit-title {
  color: #fff;
  font-size: clamp(4.4rem, 6.8vw, 9.2rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.teamRecruit-body {
  padding-bottom: 12px;
}
.teamRecruit-body p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.55rem;
  line-height: 2.1;
}

.teamRecruit-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.teamRecruit-link .material-symbols-outlined {
  transition: transform 0.25s ease;
}
.teamRecruit-link:hover .material-symbols-outlined {
  transform: translate(4px, -4px);
}

@media (prefers-reduced-motion: reduce) {
  .is-revealReady .teamCompany {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.groupServices-intro,
.philosophyPromise {
  position: relative;
  z-index: 2;
  padding: 120px 0;
  background: #f3f5f8;
  color: #0a2540;
}
@media (max-width: 480px) {
  .groupServices-intro,
  .philosophyPromise {
    padding: 84px 0;
  }
}

.groupServices-introInner,
.philosophyPromise-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.groupServices-introLabel,
.philosophyPromise-label {
  margin-bottom: 22px;
  color: #2256d8;
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.groupServices-introTitle {
  font-size: clamp(4rem, 6vw, 8rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.groupServices-introText {
  max-width: 820px;
  margin: 48px 0 0 auto;
  color: #46596d;
  font-size: 1.6rem;
  line-height: 2.15;
}

.groupServices-list {
  position: relative;
  z-index: 2;
  padding: 0 0 120px;
  background: #fff;
  color: #0a2540;
}

.groupService {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(52px, 9vw, 150px);
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 92px 0;
  border-top: 1px solid rgba(10, 37, 64, 0.15);
}
@media (max-width: 1024px) {
  .groupService {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

.groupService-heading {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.groupService-number {
  flex-shrink: 0;
  padding-top: 5px;
  color: rgba(10, 37, 64, 0.34);
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}

.groupService-role {
  margin-bottom: 12px;
  color: #2256d8;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.groupService-name {
  font-size: clamp(2.6rem, 3vw, 4.2rem);
  font-weight: 500;
  line-height: 1.4;
}

.groupService-nameEn {
  margin-top: 7px;
  color: rgba(10, 37, 64, 0.45);
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
}

.groupService-description {
  color: #46596d;
  font-size: 1.55rem;
  line-height: 2.05;
}

.groupService-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  border-top: 1px solid rgba(10, 37, 64, 0.12);
}
@media (max-width: 480px) {
  .groupService-items {
    grid-template-columns: 1fr;
  }
}
.groupService-items li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 8px 16px 0;
  border-bottom: 1px solid rgba(10, 37, 64, 0.12);
  font-size: 1.4rem;
}
.groupService-items .material-symbols-outlined {
  color: #2256d8;
  font-size: 1.7rem;
}

.groupService-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  color: #2256d8;
  font-size: 1.45rem;
  font-weight: 500;
}
.groupService-link .material-symbols-outlined {
  font-size: 1.8rem;
  transition: transform 0.25s ease;
}
.groupService-link:hover .material-symbols-outlined {
  transform: translate(3px, -3px);
}

.page-philosophy .philosophyPromise {
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding-top: clamp(180px, 15vw, 250px);
  padding-bottom: clamp(110px, 10vw, 170px);
}

.philosophyPromise-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  text-align: center;
}

.philosophyPromise-logo {
  width: clamp(140px, 15vw, 220px);
  margin-bottom: clamp(38px, 4.5vw, 68px);
}
.philosophyPromise-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.philosophyPromise-title {
  color: #2256d8;
  font-size: clamp(2.8rem, 3.6vw, 4.8rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.philosophyPromise-title span {
  display: block;
  white-space: nowrap;
}

.philosophyPromise-text {
  max-width: 650px;
  margin: clamp(38px, 4.5vw, 64px) auto 0;
  color: #46596d;
  font-size: clamp(1.35rem, 1.4vw, 1.65rem);
  line-height: 2.2;
  text-align: center;
}
@media (max-width: 480px) {
  .philosophyPromise-text br {
    display: none;
  }
}

.threeZations {
  position: relative;
  z-index: 2;
  padding: 130px 0;
  background: rgba(255, 255, 255, 0.9);
  color: #0a2540;
}
@media (max-width: 480px) {
  .threeZations {
    padding: 88px 0;
  }
}

.threeZations-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.threeZations-inner .sectionHeader {
  width: 100%;
}

.threeZations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
  border-top: 1px solid rgba(10, 37, 64, 0.14);
  border-bottom: 1px solid rgba(10, 37, 64, 0.14);
}
@media (max-width: 1024px) {
  .threeZations-list {
    grid-template-columns: 1fr;
  }
}

.threeZation {
  min-width: 0;
  padding: 48px clamp(24px, 3vw, 44px) 58px;
  border-left: 1px solid rgba(10, 37, 64, 0.14);
}
.threeZation:last-child {
  border-right: 1px solid rgba(10, 37, 64, 0.14);
}
@media (max-width: 1024px) {
  .threeZation {
    border-right: 1px solid rgba(10, 37, 64, 0.14);
    border-bottom: 1px solid rgba(10, 37, 64, 0.14);
  }
  .threeZation:last-child {
    border-bottom: 0;
  }
}

.threeZation-number {
  display: block;
  margin-bottom: 34px;
  color: rgba(10, 37, 64, 0.35);
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}

.threeZation-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin-bottom: 38px;
}
.threeZation-image picture {
  width: 100%;
  height: 100%;
}
.threeZation-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .threeZation-image {
    height: 220px;
  }
}

.threeZation-en {
  color: #2256d8;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.7rem, 3vw, 4.6rem);
  font-weight: 300;
  line-height: 1.2;
}

.threeZation-title {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 500;
}

.threeZation-text {
  margin-top: 28px;
  color: rgba(10, 37, 64, 0.72);
  font-size: 1.4rem;
  line-height: 2.05;
}

.workPrinciples {
  position: relative;
  z-index: 2;
  padding: 130px 0;
  background: #f5f7f9;
  color: #0a2540;
}
@media (max-width: 480px) {
  .workPrinciples {
    padding: 88px 0;
  }
}

.workPrinciples-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.workPrinciples-inner .sectionHeader {
  width: 100%;
}

.workPrinciples-list {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

.workPrinciple {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(52px, 8vw, 128px);
  padding: 76px 0;
  border-top: 1px solid rgba(10, 37, 64, 0.16);
}
.workPrinciple:last-child {
  border-bottom: 1px solid rgba(10, 37, 64, 0.16);
}
.workPrinciple:nth-child(even) {
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1fr);
}
.workPrinciple:nth-child(even) .workPrinciple-body {
  order: 2;
}
.workPrinciple:nth-child(even) .workPrinciple-image {
  order: 1;
}
@media (max-width: 1024px) {
  .workPrinciple {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 58px 0;
  }
  .workPrinciple:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .workPrinciple:nth-child(even) .workPrinciple-body {
    order: 1;
  }
  .workPrinciple:nth-child(even) .workPrinciple-image {
    order: 2;
  }
}

.workPrinciple-body {
  position: relative;
  padding-left: 74px;
}
.workPrinciple-body h3 {
  color: #2256d8;
  font-size: clamp(2.2rem, 2.7vw, 3.8rem);
  font-weight: 400;
  line-height: 1.5;
}
.workPrinciple-body p {
  margin-top: 24px;
  color: #526477;
  font-size: 1.45rem;
  line-height: 2.1;
}
@media (max-width: 480px) {
  .workPrinciple-body {
    padding-top: 38px;
    padding-left: 0;
  }
}

.workPrinciples-number {
  position: absolute;
  top: 8px;
  left: 0;
  color: #2256d8;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .workPrinciples-number {
    top: 0;
  }
}

.workPrinciple-image {
  overflow: hidden;
  border-radius: 18px;
  background: #e9edf1;
}
.workPrinciple-image picture {
  display: block;
  aspect-ratio: 525/302;
}
.workPrinciple-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topHero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.topHero-bg {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
}

.topHero-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  writing-mode: vertical-rl;
  z-index: 3;
  opacity: 0.5;
}
@media (max-width: 810px) {
  .topHero-side {
    font-size: 0.8rem;
    width: 18px;
  }
}
@media (max-width: 480px) {
  .topHero-side {
    font-size: 0.6rem;
    width: 17px;
  }
}

.topHero-upper {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 140px 60px 0 30px;
  margin-bottom: min(60px, 5vh);
}
@media (max-width: 1024px) {
  .topHero-upper {
    padding: 130px 40px 0 30px;
  }
}
@media (max-width: 1024px) and (max-width: 810px) {
  .topHero-upper {
    padding: 180px 5% 0 0;
  }
}

.topHero-catch {
  text-align: left;
}

.topHero-sub {
  font-size: 1.6rem;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 810px) {
  .topHero-sub {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .topHero-sub {
    font-size: 1rem;
  }
}

.topHero-title {
  font-size: 4.8vw;
  font-weight: 100;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1024px) {
  .topHero-title {
    font-size: 7vw;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .topHero-title {
    font-size: 10vw;
  }
}

.topHero-title span {
  display: block;
  white-space: nowrap;
}
.topHero-title span br.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .topHero-title span br.sp-only {
    display: block;
  }
}

.topHero-title em {
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 1px;
}
@media (max-width: 810px) {
  .topHero-title em {
    text-underline-offset: 8px;
  }
}
@media (max-width: 480px) {
  .topHero-title em {
    text-underline-offset: 6px;
  }
}

.topHero-lower {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-bottom: 15vh;
}
@media (max-width: 1024px) {
  .topHero-lower {
    flex-direction: column;
    margin-bottom: 10vh;
  }
}

.topHero-slider {
  flex: 0 0 52%;
  margin-left: 30px;
  overflow: hidden;
  border-radius: 0 15px 0 0;
}
@media (max-width: 1024px) {
  .topHero-slider {
    flex: 0 0 55%;
  }
}

.topHero-sliderTrack {
  display: flex;
  gap: clamp(10px, 1.4vw, 20px);
  width: -moz-max-content;
  width: max-content;
  animation: heroSlide 30s linear infinite;
}

.topHero-sliderItem {
  flex: 0 0 auto;
  width: clamp(200px, 28vw, 460px);
  border-radius: clamp(6px, 0.7vw, 10px);
  overflow: hidden;
}

.topHero-sliderItem img {
  width: 100%;
  height: clamp(200px, 28vw, 500px);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.topHero-info {
  flex: 0 0 45%;
  padding: 20px 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .topHero-info {
    padding: 30px 40px 30px;
  }
}

.topHero-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}

.topHero-btns {
  display: flex;
  gap: 16px;
  width: 100%;
}

.topHero-btns .btn {
  flex: 1;
  justify-content: center;
}

.topHero-scrollText {
  position: absolute;
  left: 0;
  bottom: 42vh;
  width: 100%;
  overflow: visible;
  z-index: 1;
  pointer-events: none;
}

.topHero-scrollTextTrack {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: heroScrollText 60s linear infinite;
}

.topHero-scrollTextTrack span {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(8rem, 15vw, 62rem);
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.05;
  white-space: nowrap;
  line-height: 1;
  padding-right: 0.3em;
}

@keyframes heroSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
@keyframes heroScrollText {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.topIntro {
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
}

.topIntro-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.topIntro-title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .topIntro-title {
    font-size: 3.2rem;
    text-align: left;
  }
}

.topIntro-lead {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.topService {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .topService {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .topService {
    padding: 60px 0;
  }
}

.topService-inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
.topService-inner .sectionHeader {
  width: 100%;
}

.topService-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .topService-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .topService-grid {
    grid-template-columns: 1fr;
  }
}

.topService-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: inherit;
  text-decoration: none;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.topService-card._preparing {
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .topService-card:hover {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(33, 150, 208, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  .topService-card:hover .topService-cardImage img {
    transform: scale(1.08);
  }
  .topService-card:hover .topService-cardLinkTxt::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .topService-card:hover .btn {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topService-card:hover .btn span[data-text]::before {
    transform: translateY(-100%);
  }
  .topService-card:hover .btn span[data-text]::after {
    transform: translateY(0);
  }
}
@media (hover: none) {
  .topService-card:active {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(33, 150, 208, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  .topService-card:active .topService-cardImage img {
    transform: scale(1.08);
  }
  .topService-card:active .topService-cardLinkTxt::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .topService-card:active .btn {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
  }
  .topService-card:active .btn span[data-text]::before {
    transform: translateY(-100%);
  }
  .topService-card:active .btn span[data-text]::after {
    transform: translateY(0);
  }
}

.topService-cardImage {
  aspect-ratio: 768/479;
  overflow: hidden;
  position: relative;
}
.topService-cardImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.topService-cardBody {
  padding: 20px 20px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.topService-cardBody .btn {
  margin-top: auto;
  align-self: center;
}

.topService-cardTitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.5;
}

.topService-cardSub {
  font-size: 1.27rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.topService-cardDesc {
  font-size: 1.31rem;
  font-weight: 350;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 20px;
}

.topService-cardLink {
  font-size: 1.31rem;
  font-weight: 700;
  color: #fff;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
.topService-cardLink._preparing {
  opacity: 0.5;
}
.topService-cardLink .material-symbols-outlined {
  font-size: 1.4rem;
  line-height: 1;
}

.topService-cardLinkTxt {
  position: relative;
  display: inline;
  padding-bottom: 3px;
}
.topService-cardLinkTxt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.topReason {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .topReason {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .topReason {
    padding: 60px 0;
  }
}

.topReason-inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}

.topReason-inner .sectionHeader {
  max-width: none;
  padding: 0;
}
@media (max-width: 480px) {
  .topReason-inner .sectionHeader {
    margin-bottom: 30px;
  }
}

.topReason-results {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .topReason-results {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .topReason-results {
    margin-bottom: 40px;
  }
}

.topReason-resultsText {
  flex-shrink: 0;
  width: 40%;
}
@media (max-width: 1024px) {
  .topReason-resultsText {
    width: 100%;
  }
}

.topReason-image {
  flex: 1;
  aspect-ratio: 5/3;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .topReason-image {
    width: 100%;
  }
}
.topReason-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topReason-label {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 16px;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .topReason-label {
    font-size: 2rem;
    letter-spacing: 10px;
  }
}

.topReason-number {
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .topReason-number {
    font-size: 2.4rem;
  }
}

.topReason-num {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 17.15rem;
  letter-spacing: -8px;
  line-height: 1;
}
@media (max-width: 480px) {
  .topReason-num {
    font-size: 10rem;
    letter-spacing: -4px;
  }
}

.topReason-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.85);
}

.topReason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .topReason-grid {
    grid-template-columns: 1fr;
  }
}

.topReason-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
}

.topReason-cardHeader {
  position: relative;
  margin-bottom: 24px;
}

.topReason-cardNum {
  font-family: "Outfit", sans-serif;
  font-size: 8rem;
  font-weight: 100;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  display: block;
  margin-bottom: -30px;
}
@media (max-width: 480px) {
  .topReason-cardNum {
    font-size: 6rem;
    margin-bottom: -22px;
  }
}

.topReason-cardIcon {
  position: relative;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.topReason-cardIcon .material-symbols-outlined {
  font-size: 4.2rem;
  color: #fff;
}

.topReason-cardTitle {
  font-size: 1.84rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 20px;
}

.topReason-cardDesc {
  font-size: 1.44rem;
  font-weight: 350;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.topNote {
  position: relative;
  padding: 20px 0 120px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .topNote {
    padding: 0 0 80px;
  }
}
@media (max-width: 480px) {
  .topNote {
    padding: 0 0 60px;
  }
}

.topNote-inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}

.topNote-header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .topNote-header {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .topNote-header {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    margin-bottom: 30px;
  }
}
.topNote-header .sectionHeader {
  width: 100%;
}
.topNote-header .sectionHeader-title {
  max-width: 760px;
}

.topNote-logo {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}
@media (max-width: 1024px) {
  .topNote-logo {
    width: 112px;
    font-size: 2.1rem;
  }
}

.topNote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .topNote-grid {
    grid-template-columns: 1fr;
  }
}

.topNote-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.topNote-card:hover {
  border-color: rgba(23, 211, 173, 0.4);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), 0 0 24px rgba(0, 143, 115, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transform: translateY(-4px);
}

.topNote-card:hover .topNote-cardImg {
  transform: scale(1.06);
}

.topNote-cardImage {
  aspect-ratio: 386/203;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.topNote-cardImage picture {
  display: block;
  width: 100%;
  height: 100%;
}

.topNote-cardImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.topNote-cardBody {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 190px;
  padding: 24px;
}

.topNote-cardTitle {
  font-size: 1.84rem;
  font-weight: 700;
  line-height: 1.65;
  color: #fff;
}

.topNote-cardDate {
  margin-top: auto;
  font-family: "Outfit", sans-serif;
  font-size: 1.38rem;
  color: rgba(255, 255, 255, 0.72);
}

.topNote-more {
  margin-top: 54px;
}
@media (max-width: 480px) {
  .topNote-more {
    margin-top: 34px;
  }
}

.topPlan {
  position: relative;
  padding: 20px 0 120px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .topPlan {
    padding: 0 0 80px;
  }
}
@media (max-width: 480px) {
  .topPlan {
    padding: 0 0 60px;
  }
}

.topPlan-inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}

.topPlan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .topPlan-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 34px;
  }
}

.topPlan-header .sectionHeader {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.topPlan-select {
  position: relative;
  width: min(360px, 100%);
  z-index: 5;
}

.topPlan-selectButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 54px;
  align-items: center;
  padding: 0;
  color: #fff;
  font: inherit;
  text-align: left;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .topPlan-selectButton:hover {
    border-color: rgba(23, 211, 173, 0.42);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2), 0 0 24px rgba(0, 143, 115, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}
@media (hover: none) {
  .topPlan-selectButton:active {
    border-color: rgba(23, 211, 173, 0.42);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2), 0 0 24px rgba(0, 143, 115, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}

.topPlan-selectIcon {
  width: 48px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2.7rem;
  background: rgba(255, 255, 255, 0.08);
}

.topPlan-selectName {
  min-width: 0;
  padding: 0 18px;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topPlan-selectArrow {
  width: 54px;
  height: 64px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: linear-gradient(135deg, #00b482, #087f95);
  transition: transform 0.3s ease;
}

.topPlan-select.is-open .topPlan-selectArrow {
  transform: rotate(180deg);
}

.topPlan-selectMenu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  padding: 8px;
  background: rgba(2, 80, 68, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.topPlan-select.is-open .topPlan-selectMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.topPlan-option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.84);
  font: inherit;
  font-size: 1.34rem;
  font-weight: 700;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.topPlan-option:hover,
.topPlan-option.is-active {
  color: #fff;
  background: rgba(0, 180, 130, 0.28);
}

.topPlan-optionIcon {
  font-size: 2.1rem;
}

.topPlan-panel {
  display: none;
}

.topPlan-panel.is-active {
  display: block;
}

.topPlan-lead {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.55rem;
  line-height: 1.9;
  font-weight: 700;
}
@media (max-width: 480px) {
  .topPlan-lead {
    font-size: 1.42rem;
  }
}

.topPlan-tableWrap {
  overflow-x: auto;
  padding-bottom: 8px;
}

.topPlan-tableWrap::-webkit-scrollbar {
  height: 8px;
}

.topPlan-tableWrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.topPlan-tableWrap::-webkit-scrollbar-thumb {
  background: rgba(0, 180, 130, 0.7);
  border-radius: 999px;
}

.topPlan-table {
  width: 100%;
  min-width: 840px;
  border-collapse: separate;
  border-spacing: 5px;
  color: #fff;
}

.topPlan-table._wide {
  min-width: 1120px;
}

.topPlan-table th,
.topPlan-table td {
  padding: 20px 22px;
  text-align: center;
  vertical-align: middle;
  border: 0;
}

.topPlan-empty {
  background: transparent;
}

.topPlan-head {
  color: #fff;
  background: linear-gradient(135deg, #00b482, #087f95);
}

.topPlan-head:nth-child(odd) {
  background: linear-gradient(135deg, #008f73, #034f45);
}

.topPlan-planName {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.topPlan-planDesc {
  display: block;
  min-height: 1.7em;
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.topPlan-table tbody th {
  width: 24%;
  color: #073c35;
  background: rgba(231, 250, 244, 0.88);
  font-size: 1.5rem;
  font-weight: 700;
}

.topPlan-table tbody th span,
.topPlan-table tbody td span {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 500;
}

.topPlan-table tbody td {
  color: #05352f;
  background: rgba(243, 251, 248, 0.92);
  font-size: 1.48rem;
  line-height: 1.75;
  font-weight: 600;
}

.topPlan-table tbody td strong {
  margin: 0 3px;
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #008f73;
}
@media (max-width: 480px) {
  .topPlan-table tbody td strong {
    font-size: 2.6rem;
  }
}

.topPlan-notes {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.28rem;
  line-height: 1.75;
  list-style: none;
}

.topPlan-notes li {
  position: relative;
  padding-left: 1.25em;
}

.topPlan-notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(23, 211, 173, 0.9);
}

.topPlan-more {
  margin-top: 46px;
}
@media (max-width: 480px) {
  .topPlan-more {
    margin-top: 32px;
  }
}

.topResults {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}

.topResults-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .topResults-content {
    flex-direction: column;
  }
}

.topResults-text {
  flex: 1;
}

.topResults-label {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 16px;
  color: #fff;
  margin-bottom: 16px;
}

.topResults-number {
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 30px;
}

.topResults-num {
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  font-size: 17.15rem;
  letter-spacing: -8px;
  line-height: 1;
}

.topResults-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.85);
}

.topResults-logos {
  display: grid;
  grid-template-columns: repeat(3, 130px);
  gap: 20px 38px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

.topResults-logoItem {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topResults-logoItem img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.topCase {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .topCase {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .topCase {
    padding: 60px 0;
  }
}
.topCase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.topCase-grid {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .topCase-grid {
    grid-template-columns: 1fr;
  }
}

.topFaq {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .topFaq {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .topFaq {
    padding: 60px 0;
  }
}

.topFaq-list {
  width: 90%;
  margin: 0 auto 50px;
}

.topNews {
  position: relative;
  padding: 120px 0;
  z-index: 2;
  width: 95%;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.topNews .sectionHeader {
  width: auto;
  max-width: none;
  margin-left: 5%;
  margin-right: 5%;
}
@media (max-width: 1024px) {
  .topNews {
    padding: 80px 0;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .topNews {
    padding: 60px 0;
    border-radius: 12px;
  }
}

.topNews-slider {
  margin: 0 0 100px;
  padding-left: 5%;
  overflow: hidden;
}

.topNews-sliderTrack {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.topNews-slider .newsCard {
  flex: 0 0 calc(30% - 16px);
}
@media (max-width: 1024px) {
  .topNews-slider .newsCard {
    flex: 0 0 calc(45% - 12px);
  }
}
@media (max-width: 480px) {
  .topNews-slider .newsCard {
    flex: 0 0 85%;
  }
}

.topNews-sliderControls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
  padding-right: 5%;
}

.topNews-sliderBtn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}
.topNews-sliderBtn .material-symbols-outlined {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.6);
}
.topNews-sliderBtn:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.3);
}

.topNews-sliderProgressWrap {
  flex: 1;
  margin-left: 16px;
}

.topNews-sliderLabel {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 8px;
}

.topNews-sliderProgress {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.topNews-sliderProgressBar {
  height: 100%;
  background: #071329;
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.topNews-list {
  margin: 0 5% 40px;
}

.topNews-listExternal {
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 1.45rem;
  vertical-align: -0.2em;
}

.topNews-empty {
  padding: 24px 0;
  color: rgba(10, 37, 64, 0.52);
  font-size: 1.5rem;
}

.serviceDetail {
  position: relative;
}

.serviceDetail-hero {
  position: relative;
  padding: 180px 0 80px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .serviceDetail-hero {
    padding: 140px 0 60px;
  }
}
@media (max-width: 480px) {
  .serviceDetail-hero {
    padding: 120px 0 40px;
  }
}

.serviceDetail-heroInner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .serviceDetail-heroInner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
}

.serviceDetail-heroText {
  flex: 1;
  min-width: 0;
}

.serviceDetail-title {
  font-size: 4.8rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .serviceDetail-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .serviceDetail-title {
    font-size: 2.8rem;
  }
}

.serviceDetail-titleSub {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 12px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .serviceDetail-titleSub {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 1.4rem;
  }
}

.serviceDetail-desc {
  font-size: 1.5rem;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .serviceDetail-desc {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

.serviceDetail-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
  max-width: 520px;
}
@media (max-width: 480px) {
  .serviceDetail-cta {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

.serviceDetail-heroImageWrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .serviceDetail-heroImageWrap .pageHero-side {
    display: none;
  }
  .serviceDetail-heroImageWrap {
    width: 100%;
    justify-content: center;
  }
}

.serviceDetail-heroImage {
  width: 480px;
  border-radius: 10px;
  overflow: hidden;
}
.serviceDetail-heroImage picture {
  display: block;
}
@media (max-width: 1024px) {
  .serviceDetail-heroImage {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .serviceDetail-heroImage {
    width: 85%;
  }
}

.serviceDetail-heroImg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.serviceDetail-section {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
.serviceDetail-section .sectionHeader {
  width: 100%;
  padding: 0 0 0 20px;
  border-left: 3px solid #fff;
}
.serviceDetail-section .sectionHeader .sectionHeader-title {
  font-size: 3.2rem;
}
@media (max-width: 480px) {
  .serviceDetail-section .sectionHeader .sectionHeader-title {
    font-size: 2.4rem;
  }
}
.serviceDetail-section .topCase-grid {
  width: 100%;
}
.serviceDetail-section .topFaq-list {
  width: 100%;
  margin: 0 0 40px;
}
.serviceDetail-section .sectionMore {
  margin-top: 40px;
}
.serviceDetail-section._white {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 80px 60px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .serviceDetail-section._white {
    padding: 60px 40px;
  }
}
@media (max-width: 480px) {
  .serviceDetail-section._white {
    padding: 40px 20px;
    border-radius: 12px;
  }
}
.serviceDetail-section._white .sectionHeader {
  border-left-color: #2256d8;
}
.serviceDetail-section._white .sectionHeader-en {
  color: #2256d8;
  opacity: 1;
}
.serviceDetail-section._white .sectionHeader-title {
  color: rgba(0, 0, 0, 0.85);
}
.serviceDetail-section._white .serviceDetail-caseLead p {
  color: rgba(0, 0, 0, 0.7);
}

.serviceDetail-caseLead {
  margin-bottom: 40px;
}
.serviceDetail-caseLead p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin-bottom: 16px;
}
.serviceDetail-caseLead p:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .serviceDetail-caseLead {
    margin-bottom: 32px;
  }
  .serviceDetail-caseLead p {
    font-size: 1.4rem;
  }
}

.serviceDetail-content {
  max-width: 1000px;
  padding: 100px 90px;
  margin-bottom: 80px;
}
.serviceDetail-content > p:first-child + h2 {
  margin-top: 24px;
}
.serviceDetail-content h2,
.serviceDetail-content h2 strong,
.serviceDetail-content h2 span {
  text-decoration: none !important;
  background-image: none !important;
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .serviceDetail-content {
    padding: 80px 40px;
  }
}
@media (max-width: 480px) {
  .serviceDetail-content {
    padding: 60px 20px;
  }
}

.serviceList {
  position: relative;
  z-index: 2;
}

.serviceList-grid {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .serviceList-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .serviceList-grid {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }
}

.caseArchive {
  position: relative;
  z-index: 2;
}

.caseArchive-serviceTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.caseArchive-serviceTab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid transparent;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .caseArchive-serviceTab:hover {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.7);
  }
}
@media (hover: none) {
  .caseArchive-serviceTab:active {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.7);
  }
}
.caseArchive-serviceTab.is-active {
  background: #071329;
  color: #fff;
  font-weight: 600;
  border-color: #071329;
}
@media (max-width: 480px) {
  .caseArchive-serviceTab {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
}

.caseArchive-serviceTabCount {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.6;
}

.caseArchive-body {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  margin: 0 auto 80px;
  padding: 100px 100px 80px;
}
@media (max-width: 1024px) {
  .caseArchive-body {
    padding: 50px 40px 70px;
  }
}
@media (max-width: 480px) {
  .caseArchive-body {
    padding: 40px 20px 60px;
  }
}

.caseArchive-filter {
  margin-bottom: 50px;
}

.caseArchive-filterHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .caseArchive-filterHeader {
    flex-direction: column;
    gap: 16px;
  }
}

.caseArchive-filterTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #071329;
  white-space: nowrap;
}
.caseArchive-filterTitle .material-symbols-outlined {
  font-size: 2.6rem;
  color: #071329;
}
@media (max-width: 480px) {
  .caseArchive-filterTitle {
    font-size: 1.8rem;
  }
  .caseArchive-filterTitle .material-symbols-outlined {
    font-size: 2.2rem;
  }
}

.caseArchive-filterNote {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.45);
  margin-left: 30px;
}

.caseArchive-filterGroup {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.caseArchive-filterGroup:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 480px) {
  .caseArchive-filterGroup {
    flex-direction: column;
    gap: 12px;
  }
}

.caseArchive-filterLabel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  min-width: 120px;
  padding-top: 4px;
}
.caseArchive-filterLabel .material-symbols-outlined {
  font-size: 2.2rem;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .caseArchive-filterLabel {
    min-width: auto;
  }
}

.caseArchive-filterTags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px 0;
}

.caseArchive-filterTag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .caseArchive-filterTag:hover {
    border-color: #071329;
    color: #071329;
  }
}
@media (hover: none) {
  .caseArchive-filterTag:active {
    border-color: #071329;
    color: #071329;
  }
}
.caseArchive-filterTag.is-active {
  background: #071329;
  border-color: #071329;
  color: #fff;
}

.caseArchive-filterActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.caseArchive-filterReset {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  transition: color 0.2s;
}
.caseArchive-filterReset .material-symbols-outlined {
  font-size: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .caseArchive-filterReset:hover {
    color: #071329;
  }
}
@media (hover: none) {
  .caseArchive-filterReset:active {
    color: #071329;
  }
}

.caseArchive-filterCount {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

#js-caseCount {
  display: inline-flex;
  overflow: hidden;
}

.caseCount-digit {
  display: inline-block;
  width: 0.65em;
  height: 1em;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 700;
  color: #071329;
  line-height: 1;
  text-align: center;
}

.caseCount-digitInner {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.caseCount-digitInner span {
  display: block;
  height: 1em;
  line-height: 1;
}

.caseArchive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .caseArchive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .caseArchive-grid {
    grid-template-columns: 1fr;
  }
}
.caseArchive-grid.is-hidden {
  display: none;
}

.caseCard.is-hidden {
  display: none;
}

.caseArchive-empty {
  padding: 60px 0;
  text-align: center;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
}
.caseArchive-empty.is-hidden {
  display: none;
}

.faqArchive {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .faqArchive {
    padding-bottom: 60px;
  }
}
.faqArchive .caseArchive-serviceTabs {
  border-bottom: none;
}
.faqArchive .caseArchive-serviceTab {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}
@media (hover: hover) and (pointer: fine) {
  .faqArchive .caseArchive-serviceTab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (hover: none) {
  .faqArchive .caseArchive-serviceTab:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }
}
.faqArchive .caseArchive-serviceTab.is-active {
  background: #fff;
  color: #071329 !important;
  border-color: #fff;
}

.companyPage {
  position: relative;
  z-index: 2;
  background: #f3f5f8;
  color: #0a2540;
}

.companyProfileHero {
  display: flex;
  align-items: flex-end;
  min-height: 62svh;
  padding: clamp(190px, 17vw, 270px) 0 clamp(88px, 8vw, 130px);
  background: #f3f5f8;
}

.companyProfileHero-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.companyProfileHero-en {
  margin-bottom: 16px;
  color: rgba(10, 37, 64, 0.48);
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.companyProfileHero-title {
  color: #2256d8;
  font-size: clamp(5rem, 8vw, 11rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.companyProfileHero-lead {
  margin-top: 28px;
  color: #526477;
  font-size: clamp(1.5rem, 1.7vw, 2rem);
}

.companyProfile {
  padding: 0 0 140px;
  background: #f3f5f8;
}
@media (max-width: 480px) {
  .companyProfile {
    padding-bottom: 88px;
  }
}

.companyProfile-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 72px) clamp(24px, 6vw, 86px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 70px rgba(10, 37, 64, 0.07);
}
@media (max-width: 480px) {
  .companyProfile-inner {
    border-radius: 16px;
  }
}

.companyProfile-list {
  margin: 0;
}

.companyProfile-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 48px;
  padding: 30px 0;
  border-top: 1px solid rgba(10, 37, 64, 0.13);
}
.companyProfile-row:last-child {
  border-bottom: 1px solid rgba(10, 37, 64, 0.13);
}
.companyProfile-row dt {
  color: #2256d8;
  font-size: 1.4rem;
  font-weight: 500;
}
.companyProfile-row dd {
  margin: 0;
  color: #334a60;
  font-size: 1.55rem;
  line-height: 1.9;
}
@media (max-width: 480px) {
  .companyProfile-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }
  .companyProfile-row dt {
    font-size: 1.3rem;
  }
  .companyProfile-row dd {
    font-size: 1.45rem;
  }
}

.page404 {
  position: relative;
  z-index: 2;
  padding: 200px 0 160px;
  text-align: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .page404 {
    padding: 160px 0 100px;
  }
}

.page404-inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.page404-code {
  font-family: "Outfit", sans-serif;
  font-size: 14rem;
  font-weight: 100;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  margin-bottom: -20px;
}
@media (max-width: 480px) {
  .page404-code {
    font-size: 8rem;
    margin-bottom: -10px;
  }
}

.page404-title {
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .page404-title {
    font-size: 2.4rem;
  }
}

.page404-desc {
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}

.page404-action {
  display: flex;
  justify-content: center;
}

.faqSingle {
  position: relative;
  z-index: 2;
  padding: 180px 0 80px;
}
@media (max-width: 1024px) {
  .faqSingle {
    padding: 140px 0 60px;
  }
}
@media (max-width: 480px) {
  .faqSingle {
    padding: 120px 0 40px;
  }
}

.faqSingle-inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.faqSingle-breadcrumb {
  font-size: 1.3rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.faqSingle-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s;
}
.faqSingle-breadcrumb a:hover {
  opacity: 0.7;
}

.faqSingle-title {
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .faqSingle-title {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.faqSingle-answer {
  max-width: 100%;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .faqSingle-answer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .faqSingle-answer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.faqSingle-related {
  width: 90vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 48px;
}
.faqSingle-related .topFaq-list {
  width: 100%;
  margin: 0;
}

.faqSingle-relatedTitle {
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 28px;
}

.faqSingle-back {
  text-align: center;
}

.pageSingle {
  position: relative;
  z-index: 2;
}

.pageSingle-content {
  margin-bottom: 80px;
}

.pageSingle-back {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.newsHero {
  position: relative;
  padding: 180px 0 80px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .newsHero {
    padding: 140px 0 60px;
  }
}
@media (max-width: 480px) {
  .newsHero {
    padding: 120px 0 40px;
  }
}

.newsHero-inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .newsHero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.newsHero-text {
  flex: 1;
  min-width: 0;
}

.newsHero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.newsHero-date {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}

.newsHero-cat {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 3px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsHero-title {
  font-size: 3.6rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .newsHero-title {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .newsHero-title {
    font-size: 2.4rem;
  }
}

.newsHero-imageWrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .newsHero-imageWrap {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .newsHero-imageWrap {
    width: 85%;
  }
}

.newsHero-image {
  width: 580px;
  border-radius: 10px;
  overflow: hidden;
}
.newsHero-image picture {
  display: block;
}
.newsHero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .newsHero-image {
    width: 100%;
  }
}

.newsHero-noImage {
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsHero-noImage img {
  width: 40%;
  max-width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsSingle-body {
  margin-bottom: 80px;
}

.newsRelated {
  margin-bottom: 80px;
}

.newsRelated-title {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .newsRelated-title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

.newsRelated-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .newsRelated-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .newsRelated-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.newsRelated-grid .newsCard-cat {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.newsRelated-grid .newsCard-date {
  color: rgba(255, 255, 255, 0.7);
}
.newsRelated-grid .newsCard-title {
  color: #fff;
}
.newsRelated-grid .newsCard-title span {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.page-contact .pageSingle-content,
.page-download .pageSingle-content {
  max-width: 780px;
  padding: 60px 80px 80px;
}
@media (max-width: 1024px) {
  .page-contact .pageSingle-content,
  .page-download .pageSingle-content {
    padding: 50px 40px 60px;
  }
}
@media (max-width: 480px) {
  .page-contact .pageSingle-content,
  .page-download .pageSingle-content {
    padding: 30px 20px 50px;
  }
}

.page-contact .snow-monkey-form .smf-item,
.page-download .snow-monkey-form .smf-item {
  padding: 0;
  margin-bottom: 28px;
}
@media (max-width: 480px) {
  .page-contact .snow-monkey-form .smf-item,
  .page-download .snow-monkey-form .smf-item {
    margin-bottom: 22px;
  }
}
.page-contact .snow-monkey-form .smf-item:last-child,
.page-download .snow-monkey-form .smf-item:last-child {
  margin-bottom: 0;
}
.page-contact .snow-monkey-form .smf-item__col--label,
.page-download .snow-monkey-form .smf-item__col--label {
  padding-bottom: 8px;
}
.page-contact .snow-monkey-form .smf-item__label__text,
.page-download .snow-monkey-form .smf-item__label__text {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 0.02em;
}
.page-contact .snow-monkey-form .smf-item__label__text::after,
.page-download .snow-monkey-form .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #008f73;
  border-radius: 4px;
  padding: 3px 8px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
.page-contact .snow-monkey-form .smf-item.is-optional .smf-item__label__text::after,
.page-download .snow-monkey-form .smf-item.is-optional .smf-item__label__text::after {
  content: "任意";
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.45);
}
.page-contact .snow-monkey-form .smf-text-control__control,
.page-contact .snow-monkey-form .smf-textarea-control__control,
.page-contact .snow-monkey-form .smf-select-control__control,
.page-download .snow-monkey-form .smf-text-control__control,
.page-download .snow-monkey-form .smf-textarea-control__control,
.page-download .snow-monkey-form .smf-select-control__control {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
  background: #f8f9fb;
  border: 1.5px solid #dde1e8;
  border-radius: 10px;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.25s, background-color 0.25s, box-shadow 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.page-contact .snow-monkey-form .smf-text-control__control::-moz-placeholder, .page-contact .snow-monkey-form .smf-textarea-control__control::-moz-placeholder, .page-contact .snow-monkey-form .smf-select-control__control::-moz-placeholder, .page-download .snow-monkey-form .smf-text-control__control::-moz-placeholder, .page-download .snow-monkey-form .smf-textarea-control__control::-moz-placeholder, .page-download .snow-monkey-form .smf-select-control__control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page-contact .snow-monkey-form .smf-text-control__control::placeholder,
.page-contact .snow-monkey-form .smf-textarea-control__control::placeholder,
.page-contact .snow-monkey-form .smf-select-control__control::placeholder,
.page-download .snow-monkey-form .smf-text-control__control::placeholder,
.page-download .snow-monkey-form .smf-textarea-control__control::placeholder,
.page-download .snow-monkey-form .smf-select-control__control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.page-contact .snow-monkey-form .smf-text-control__control:focus,
.page-contact .snow-monkey-form .smf-textarea-control__control:focus,
.page-contact .snow-monkey-form .smf-select-control__control:focus,
.page-download .snow-monkey-form .smf-text-control__control:focus,
.page-download .snow-monkey-form .smf-textarea-control__control:focus,
.page-download .snow-monkey-form .smf-select-control__control:focus {
  background: #fff;
  border-color: #008f73;
  box-shadow: 0 0 0 3px rgba(0, 143, 115, 0.1);
}
@media (max-width: 480px) {
  .page-contact .snow-monkey-form .smf-text-control__control,
  .page-contact .snow-monkey-form .smf-textarea-control__control,
  .page-contact .snow-monkey-form .smf-select-control__control,
  .page-download .snow-monkey-form .smf-text-control__control,
  .page-download .snow-monkey-form .smf-textarea-control__control,
  .page-download .snow-monkey-form .smf-select-control__control {
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 8px;
  }
}
.page-contact .snow-monkey-form .smf-select-control,
.page-download .snow-monkey-form .smf-select-control {
  position: relative;
}
.page-contact .snow-monkey-form .smf-select-control__control,
.page-download .snow-monkey-form .smf-select-control__control {
  padding-right: 48px;
}
.page-contact .snow-monkey-form .smf-select-control__toggle,
.page-download .snow-monkey-form .smf-select-control__toggle {
  right: 18px;
  border-color: rgba(0, 0, 0, 0.45);
}
.page-contact .snow-monkey-form .smf-textarea-control__control,
.page-download .snow-monkey-form .smf-textarea-control__control {
  min-height: 180px;
  resize: vertical;
}
@media (max-width: 480px) {
  .page-contact .snow-monkey-form .smf-textarea-control__control,
  .page-download .snow-monkey-form .smf-textarea-control__control {
    min-height: 150px;
  }
}
.page-contact .snow-monkey-form [data-invalid="1"],
.page-download .snow-monkey-form [data-invalid="1"] {
  border-color: #e53e3e !important;
  background: #fef5f5;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.08);
}
.page-contact .snow-monkey-form .smf-error-messages,
.page-download .snow-monkey-form .smf-error-messages {
  font-size: 1.2rem;
  color: #e53e3e;
  margin-top: 6px;
  line-height: 1.5;
}
.page-contact .snow-monkey-form .smf-action,
.page-download .snow-monkey-form .smf-action {
  margin-top: 44px;
  text-align: center;
}
@media (max-width: 480px) {
  .page-contact .snow-monkey-form .smf-action,
  .page-download .snow-monkey-form .smf-action {
    margin-top: 32px;
  }
}
.page-contact .snow-monkey-form .smf-button-control__control,
.page-download .snow-monkey-form .smf-button-control__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 280px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #00b482, #087f95);
  border: none;
  border-radius: 14px;
  padding: 20px 48px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 132, 112, 0.25);
  transition: transform 0.25s, box-shadow 0.25s, background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-contact .snow-monkey-form .smf-button-control__control:hover,
  .page-download .snow-monkey-form .smf-button-control__control:hover {
    background: linear-gradient(135deg, #17d3ad, #00a878);
    box-shadow: 0 8px 32px rgba(0, 132, 112, 0.35);
    transform: translateY(-1px);
  }
}
@media (hover: none) {
  .page-contact .snow-monkey-form .smf-button-control__control:active,
  .page-download .snow-monkey-form .smf-button-control__control:active {
    background: linear-gradient(135deg, #17d3ad, #00a878);
    box-shadow: 0 8px 32px rgba(0, 132, 112, 0.35);
    transform: translateY(-1px);
  }
}
.page-contact .snow-monkey-form .smf-button-control__control:active,
.page-download .snow-monkey-form .smf-button-control__control:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(0, 132, 112, 0.2);
}
.page-contact .snow-monkey-form .smf-button-control__control[disabled],
.page-download .snow-monkey-form .smf-button-control__control[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 480px) {
  .page-contact .snow-monkey-form .smf-button-control__control,
  .page-download .snow-monkey-form .smf-button-control__control {
    width: 100%;
    min-width: 0;
    padding: 18px 32px;
    border-radius: 12px;
  }
}
.page-contact .snow-monkey-form .smf-button-control__control[data-action=back],
.page-download .snow-monkey-form .smf-button-control__control[data-action=back] {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  border: 1.5px solid #dde1e8;
  box-shadow: none;
  min-width: 160px;
}
@media (hover: hover) and (pointer: fine) {
  .page-contact .snow-monkey-form .smf-button-control__control[data-action=back]:hover,
  .page-download .snow-monkey-form .smf-button-control__control[data-action=back]:hover {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.03);
    transform: none;
    box-shadow: none;
  }
}
@media (hover: none) {
  .page-contact .snow-monkey-form .smf-button-control__control[data-action=back]:active,
  .page-download .snow-monkey-form .smf-button-control__control[data-action=back]:active {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.03);
    transform: none;
    box-shadow: none;
  }
}
.page-contact .snow-monkey-form .smf-sending::before,
.page-download .snow-monkey-form .smf-sending::before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}
.page-contact .snow-monkey-form .smf-complete-content,
.page-download .snow-monkey-form .smf-complete-content {
  text-align: center;
  padding: 40px 0;
}
.page-contact .snow-monkey-form .smf-complete-content p,
.page-download .snow-monkey-form .smf-complete-content p {
  font-size: 1.5rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
}
.page-contact .snow-monkey-form[data-screen=loading],
.page-download .snow-monkey-form[data-screen=loading] {
  visibility: hidden;
  min-height: 200px;
}

.page-contact .pageSingle-content > p:last-child,
.page-download .pageSingle-content > p:last-child {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.8;
}
.page-contact .pageSingle-content > p:last-child a,
.page-download .pageSingle-content > p:last-child a {
  color: #2256d8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsArchive {
  position: relative;
  z-index: 2;
}

.newsArchive-inner {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 60px 60px 80px;
}
@media (max-width: 1024px) {
  .newsArchive-inner {
    padding: 50px 40px 60px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .newsArchive-inner {
    border-radius: 12px;
    padding: 30px 20px 50px;
  }
}

.newsArchive-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .newsArchive-filter {
    gap: 8px;
    margin-bottom: 30px;
  }
}

.newsArchive-filterBtn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .newsArchive-filterBtn:hover {
    color: rgba(0, 0, 0, 0.8);
    border-color: #071329;
  }
}
@media (hover: none) {
  .newsArchive-filterBtn:active {
    color: rgba(0, 0, 0, 0.8);
    border-color: #071329;
  }
}
.newsArchive-filterBtn.is-active {
  color: #fff;
  background: #071329;
  border-color: #071329;
}
@media (max-width: 480px) {
  .newsArchive-filterBtn {
    padding: 8px 18px;
    font-size: 1.3rem;
  }
}

.newsArchive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 1024px) {
  .newsArchive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .newsArchive-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.newsArchive-pagination {
  margin-top: 60px;
}
.newsArchive-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsArchive-pagination .page-numbers li {
  margin: 0;
}
.newsArchive-pagination .page-numbers a,
.newsArchive-pagination .page-numbers > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 480px) {
  .newsArchive-pagination .page-numbers a,
  .newsArchive-pagination .page-numbers > li > span {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .newsArchive-pagination .page-numbers a:hover {
    color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.4);
  }
}
@media (hover: none) {
  .newsArchive-pagination .page-numbers a:active {
    color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.4);
  }
}
.newsArchive-pagination .page-numbers .current {
  background: #071329;
  border-color: #071329;
  color: #fff;
}
.newsArchive-pagination .page-numbers .prev,
.newsArchive-pagination .page-numbers .next {
  border: none;
}
.newsArchive-pagination .page-numbers .prev .material-symbols-outlined,
.newsArchive-pagination .page-numbers .next .material-symbols-outlined {
  font-size: 2.2rem;
}
.newsArchive-pagination .page-numbers .dots {
  border: none;
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.newsArchive-empty {
  padding: 80px 0;
  text-align: center;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.5);
}

.footer {
  position: relative;
  z-index: 2;
  padding: 100px 0 36px;
  background: #071329;
  color: #fff;
}
@media (max-width: 480px) {
  .footer {
    padding-top: 72px;
  }
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(460px, 1.4fr);
  gap: clamp(60px, 10vw, 160px);
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 72px;
}
@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.footer-brand {
  max-width: 460px;
}

.footer-wordmark {
  display: block;
  width: clamp(217px, 22vw, 310px);
  margin-bottom: 28px;
}

.footer-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-tagline {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 500;
}

.footer-description {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.35rem;
  line-height: 2;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
}
@media (max-width: 480px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.footer-navCol {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-navCol ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-navCol a,
.footer-navCol .footer-navText {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
}
.footer-navCol a {
  transition: color 0.25s ease;
}
.footer-navCol a:hover {
  color: #fff;
}

.footer-groupLists {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-groupCategory {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}

.footer-navCol a:has(.footer-externalIcon) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-externalIcon {
  font-size: 1.45rem;
  font-variation-settings: "wght" 300;
}

.footer-navTitle {
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 480px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-copy,
.footer-legal a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}

.footer-legal a {
  transition: color 0.25s ease;
}
.footer-legal a:hover {
  color: #fff;
}

.ds {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.ds-hero {
  padding: 160px 40px 80px;
  text-align: center;
}

.ds-hero-title {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  font-weight: 100;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.ds-hero-desc {
  font-size: 1.6rem;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.7);
}

.ds-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.ds-toc {
  background: rgba(34, 86, 216, 0.18);
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 80px;
}

.ds-toc-title {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.ds-toc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 480px) {
  .ds-toc-list {
    grid-template-columns: 1fr;
  }
}
.ds-toc-list a {
  font-size: 1.4rem;
  color: #071329;
  transition: opacity 0.3s;
}
.ds-toc-list a:hover {
  opacity: 0.7;
}

.ds-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ds-section-title {
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 40px;
}

.ds-section-sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 40px;
  margin-bottom: 20px;
}
.ds-section-sub:first-of-type {
  margin-top: 0;
}

.ds-section-desc {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.ds-colorGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.ds-colorCard {
  background: rgba(34, 86, 216, 0.18);
  border-radius: 10px;
  overflow: hidden;
}

.ds-colorCard-swatch {
  height: 80px;
}

.ds-colorCard-name {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  padding: 12px 12px 0;
}

.ds-colorCard-value {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 12px 12px;
}

.ds-typeList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ds-typeItem {
  background: rgba(34, 86, 216, 0.18);
  border-radius: 10px;
  padding: 24px;
}

.ds-typeItem-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ds-typeItem-sample {
  font-size: 2.4rem;
  color: #fff;
}

.ds-typeScale {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ds-typeScale-row {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
  .ds-typeScale-row {
    flex-direction: column;
    gap: 8px;
  }
}

.ds-typeScale-label {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  width: 180px;
}
@media (max-width: 480px) {
  .ds-typeScale-label {
    width: auto;
  }
}

.ds-typeScale-preview {
  color: #fff;
}

.ds-preview {
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.ds-preview._dark {
  background: #071329;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ds-preview._light {
  background: rgba(255, 255, 255, 0.9);
}

.ds-preview-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ds-preview-row code {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}

._light .ds-preview-row code {
  color: #5a6a7a;
  background: rgba(0, 0, 0, 0.06);
}

.ds-spacingTable {
  margin-bottom: 30px;
}
.ds-spacingTable table {
  width: 100%;
  border-collapse: collapse;
}
.ds-spacingTable th,
.ds-spacingTable td {
  text-align: left;
  padding: 12px 16px;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ds-spacingTable th {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ds-spacingTable td {
  color: #fff;
}
.ds-spacingTable code {
  font-size: 1.3rem;
  color: #071329;
}

.sectionHeader {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.sectionHeader._center {
  text-align: center;
}
.sectionHeader._narrow {
  margin-bottom: 50px;
}
.sectionHeader._noMargin {
  margin-bottom: 0;
}
.sectionHeader._row .sectionHeader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .sectionHeader._row .sectionHeader-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.sectionHeader._row .sectionHeader-heading {
  flex-shrink: 0;
}
.sectionHeader._row .sectionHeader-lead {
  margin-top: 0;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .sectionHeader._row .sectionHeader-lead {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .sectionHeader._row .sectionHeader-lead {
    padding-top: 8px;
  }
}

.sectionHeader-en {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1;
  opacity: 0.5;
}
._light .sectionHeader-en {
  color: #2256d8;
}

.sectionHeader-title {
  font-size: 4.8rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .sectionHeader-title {
    font-size: 3.2rem;
  }
}
._light .sectionHeader-title {
  color: #2256d8;
}

.sectionHeader-lead {
  font-size: 1.52rem;
  font-weight: 350;
  color: #fff;
  margin-top: 16px;
}

.sectionMore {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 18px 44px;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.15);
  }
  .btn:hover span[data-text]::before {
    transform: translateY(-100%);
  }
  .btn:hover span[data-text]::after {
    transform: translateY(0);
  }
}
@media (hover: none) {
  .btn:active {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.15);
  }
  .btn:active span[data-text]::before {
    transform: translateY(-100%);
  }
  .btn:active span[data-text]::after {
    transform: translateY(0);
  }
}
.btn:active {
  background: rgba(255, 255, 255, 0.08);
}
.btn span[data-text] {
  display: block;
  position: relative;
  overflow: hidden;
  color: transparent;
}
.btn span[data-text]::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn span[data-text]::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn .material-symbols-outlined {
  font-size: 2rem;
  line-height: 1;
}
.btn._sm {
  font-size: 1.4rem;
  padding: 14px 28px;
  gap: 8px;
  border-radius: 10px;
}
.btn._sm .material-symbols-outlined {
  font-size: 1.6rem;
}
.btn._primary {
  background: linear-gradient(135deg, #2256d8, #5b35b5);
  border-color: rgba(121, 145, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 20px rgba(34, 86, 216, 0.28);
}
@media (hover: hover) and (pointer: fine) {
  .btn._primary:hover {
    background: linear-gradient(135deg, #3971f4, #744fd2);
    border-color: rgba(151, 169, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 8px 32px rgba(34, 86, 216, 0.38);
  }
}
@media (hover: none) {
  .btn._primary:active {
    background: linear-gradient(135deg, #3971f4, #744fd2);
    border-color: rgba(151, 169, 255, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 8px 32px rgba(34, 86, 216, 0.38);
  }
}
.btn._primary:active {
  background: linear-gradient(135deg, #1948b9, #4a289e);
}

.pageTop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 19, 41, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pageTop:hover {
    transform: translateY(-4px);
    background: rgba(7, 19, 41, 0.96);
    border-color: rgba(255, 255, 255, 0.5);
  }
}
@media (hover: none) {
  .pageTop:active {
    transform: translateY(-4px);
    background: rgba(7, 19, 41, 0.96);
    border-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 480px) {
  .pageTop {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

.pageTop .material-symbols-outlined {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .pageTop .material-symbols-outlined {
    font-size: 2rem;
  }
}

.pageHero {
  position: relative;
  padding: 180px 0 80px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .pageHero {
    padding: 140px 0 60px;
  }
}
@media (max-width: 480px) {
  .pageHero {
    padding: 120px 0 40px;
  }
}

.pageHero-scrollText {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}

.pageHero-scrollTextTrack {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: pageHeroScroll 40s linear infinite;
}
.pageHero-scrollTextTrack span {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(8rem, 14vw, 30rem);
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.04;
  white-space: nowrap;
  line-height: 1;
  padding-right: 0.3em;
}

@keyframes pageHeroScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.pageHero-inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .pageHero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}

.pageHero-text {
  flex-shrink: 0;
}

.pageHero-title {
  font-size: 6rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .pageHero-title {
    font-size: 4rem;
  }
}

.pageHero-lead {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
}

.pageHero-imageWrap {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 1024px) {
  .pageHero-imageWrap {
    width: 70%;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .pageHero-imageWrap {
    width: 85%;
  }
}

.pageHero-image {
  max-width: 480px;
  border-radius: 10px;
  overflow: hidden;
}
.pageHero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pageHero-side {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  writing-mode: vertical-rl;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .pageHero-side {
    font-size: 0.8rem;
  }
}

.caseCard {
  position: relative;
  display: block;
}

.caseCard-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 10px;
}
.caseCard-image picture {
  display: block;
}
.caseCard-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.caseCard-serviceLabel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  display: inline-block;
  background: #5b35b5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1.4;
}

.caseCard-noImage {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseCard-noImage img {
  width: 50%;
  max-width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.caseCard-risk {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #2256d8;
  font-size: 1.4rem;
  padding: 2px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.caseCard-risk .material-symbols-outlined {
  font-size: 1.6rem;
  font-variation-settings: "wght" 300;
}

.caseCard-body {
  padding-top: 4px;
}

.caseCard-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.caseCard-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
}

.caseCard-metaList {
  margin-top: 20px;
}

.caseCard-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.caseCard-meta .material-symbols-outlined {
  font-size: 1.6rem;
  font-variation-settings: "wght" 300;
  opacity: 0.5;
  flex-shrink: 0;
}
.caseCard-meta:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

._light .caseCard-risk {
  background: rgba(0, 0, 0, 0.06);
  color: #071329;
}

._light .caseCard-title {
  color: #071329;
}

._light .caseCard-desc {
  color: rgba(0, 0, 0, 0.6);
}

._light .caseCard-meta {
  color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.08);
}
._light .caseCard-meta .material-symbols-outlined {
  font-size: 2rem;
  color: #071329;
  opacity: 1;
}
._light .caseCard-meta:last-child {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.faqItem {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: inherit;
}
.faqItem:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.faqItem:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 480px) {
  .faqItem {
    gap: 14px;
    padding: 24px 0;
  }
}

.faqItem-num {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .faqItem-num {
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
  }
}

.faqItem-body {
  flex: 1;
  min-width: 0;
}

.faqItem-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.faqItem-tag {
  font-size: 1rem;
  line-height: 1;
  color: #071329;
  background: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.faqItem-questionText {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
.faqItem-questionText span {
  padding-bottom: 2px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}
.faqItem:hover .faqItem-questionText span {
  background-size: 100% 1px;
}
@media (max-width: 480px) {
  .faqItem-questionText {
    font-size: 1.4rem;
  }
}

.faqItem-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}
.faqItem-arrow .material-symbols-outlined {
  font-size: 1.8rem;
  color: #fff;
}
.faqItem:hover .faqItem-arrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  .faqItem-arrow {
    width: 34px;
    height: 34px;
  }
  .faqItem-arrow .material-symbols-outlined {
    font-size: 1.6rem;
  }
}

.newsCard {
  display: block;
  text-decoration: none;
  color: inherit;
}

.newsCard-image {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}
.newsCard-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.newsCard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.newsCard:hover .newsCard-image img {
  transform: scale(1.05);
}

.newsCard-noImage {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsCard-noImage img {
  width: 40%;
  max-width: 140px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsCard-noteLabel {
  display: inline-block;
  background: #071329;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.newsCard-blankIcon {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.5);
}

.newsCard-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.newsCard-cat {
  display: inline-block;
  background: #fff;
  border: none;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  padding: 3px 12px;
  border-radius: 100px;
}

.newsCard-date {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
}

.newsCard-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
}
.newsCard-title > span {
  padding-bottom: 2px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}
.newsCard:hover .newsCard-title > span {
  background-size: 100% 1px;
}

.newsList-filter {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media (max-width: 480px) {
  .newsList-filter {
    gap: 16px;
    flex-wrap: wrap;
  }
}

.newsList-filterBtn {
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: color 0.3s;
}
.newsList-filterBtn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.newsList-filterBtn.is-active {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.newsList-filterBtn.is-active::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #071329;
  margin-right: 6px;
  vertical-align: middle;
}

.newsList-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.newsList-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transition: background 0.3s;
}
.newsList-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.newsList-item.is-hidden {
  display: none;
}
.newsList-item:hover {
  background: linear-gradient(135deg, #2256d8, #071329);
}
.newsList-item:hover .newsList-link {
  color: #fff;
}
.newsList-item:hover .newsList-date {
  color: rgba(255, 255, 255, 0.7);
}
.newsList-item:hover .newsList-cat {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsList-item:hover .newsList-title {
  color: #fff;
}

.newsList-link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 480px) {
  .newsList-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px 0px;
  }
}

.newsList-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.newsList-date {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  transition: color 0.3s;
}

.newsList-cat {
  display: inline-block;
  background: #fff;
  border: none;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 2px 10px;
  border-radius: 100px;
  flex-shrink: 0;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.newsList-cat._note {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.newsList-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
  flex: 1;
  min-width: 0;
  transition: color 0.3s;
}

.cta {
  position: relative;
  padding: 120px 40px;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 95%;
  margin: 2.5% auto 0;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .cta {
    padding: 80px 40px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .cta {
    padding: 60px 20px;
    border-radius: 12px;
  }
}

.cta-scrollText {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: visible;
  pointer-events: none;
}

.cta-scrollTextTrack {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ctaScrollText 80s linear infinite;
}
.cta-scrollTextTrack span {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(6rem, 12vw, 20rem);
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.04;
  white-space: nowrap;
  line-height: 1;
  padding-right: 0.3em;
}

@keyframes ctaScrollText {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.cta-title {
  position: relative;
  font-size: 4.8rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cta-title {
    font-size: 3.2rem;
  }
}

.cta-desc {
  position: relative;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

.cta-btns {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .cta-btns {
    flex-direction: column;
    align-items: center;
  }
}

.cta-phone {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  padding: 32px 56px;
}
@media (max-width: 480px) {
  .cta-phone {
    padding: 24px 32px;
  }
}

.cta-phoneLabel {
  font-size: 1.41rem;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.cta-phoneNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 2.56rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
}
.cta-phoneNumber .material-symbols-outlined {
  font-size: 2.4rem;
  line-height: 1;
}
.cta-phoneNumber a {
  color: #fff;
}

.cta-phoneTime {
  font-size: 1.25rem;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.size-full{
  width: 100%;
  height: 100%;
}
.flex-shrink{
  flex-shrink: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-wrap{
  flex-wrap: wrap;
}
.border{
  border-width: 1px;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.underline{
  text-decoration-line: underline;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wrap-\[1200px\]{
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.wrap-\[960px\]{
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
