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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  font-size: 58%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 54%;
  }
}
@media screen and (max-width: 667px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 667px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

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

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

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

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

output {
  display: inline-block;
}

@media not all and (max-width: 667px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

/* -------------------------------------------*/
/*underline*/
/*arrow-fade*/
@keyframes arrow-fade {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* fade */
.js-fade__view {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: 800ms;
}
.js-fade__view--delay1 {
  transition-delay: 100ms;
}
.js-fade__view--delay2 {
  transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
  opacity: 1;
  transform: translateY(0);
}

.js-fade__down {
  opacity: 0;
  transform: translateY(-50px);
  transition: 800ms;
}
.js-fade__down--delay1 {
  transition-delay: 100ms;
}
.js-fade__down--delay2 {
  transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------------*/
/* ------
form
-------------------------------------*/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-weight: 700;
}

label ~ label {
  margin-left: 10px;
}

input[type=radio] {
  margin-right: 5px;
}

/*チェックボックス*/
/* ベースのチェックボックス */
.check-btns input[type=checkbox] {
  display: none;
}

.check-btns label {
  position: relative;
  padding-left: 25px;
}

.check-btns input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #cfcedb;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 667px) {
  .check-btns input[type=checkbox] + label::before {
    top: 0px;
  }
}

.check-btns input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(45deg) scale(0, 0);
  transform: rotate(45deg) scale(0, 0);
  border-right: 3px solid #bf0008;
  border-bottom: 3px solid #bf0008;
  left: 8px;
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 667px) {
  .check-btns input[type=checkbox] + label::after {
    top: 2px;
  }
}

.check-btns input[type=checkbox]:checked + label::after {
  transform: rotate(45deg) scale(1, 1);
}

@media screen and (max-width: 667px) {
  .radio-btns {
    margin-left: 1rem;
  }
}

/* ラジオボタン */
.radio-btns input[type=radio] {
  display: none;
}

.radio-btns label {
  position: relative;
  padding-left: 20px;
}

.radio-btns input[type=radio] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfcedb;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 667px) {
  .radio-btns input[type=radio] + label::before {
    top: 4px;
  }
}

.radio-btns input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #bf0008;
  left: 2px;
  top: 9px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 667px) {
  .radio-btns input[type=radio] + label::after {
    top: 6px;
  }
}

.radio-btns input[type=radio]:checked + label::after {
  opacity: 1;
}

.select {
  border: 1px solid #cfcedb;
  height: 4rem;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  min-width: 7.4rem;
  font-weight: 500;
}
@media screen and (max-width: 667px) {
  .select {
    min-width: 9.4rem;
    margin-bottom: 1rem;
  }
}

.select::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  z-index: -1;
}

.mw_wp_form_confirm .select {
  border: none;
}
.mw_wp_form_confirm .select::after {
  content: none;
}

input[type=text],
input[type=email],
textarea {
  color: #333;
  border: 1px solid #cfcedb;
  padding: 0.6rem 1.4rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

::placeholder {
  color: #b7b7be;
}

.p-forlinx {
  padding: 6rem 0;
}
@media screen and (max-width: 667px) {
  .p-forlinx {
    padding: 5rem 0;
  }
}
.p-forlinx--gray {
  background: #f5f6f7;
}
.p-forlinx__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(30rem, 0.85fr);
  gap: 5rem;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  .p-forlinx__intro {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-forlinx__logo {
  width: 45rem;
  max-width: 100%;
  margin-bottom: 2.4rem;
}
.p-forlinx__intro-copy h2 {
  color: #bf0008;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.p-forlinx__intro-copy p {
  font-size: 1.75rem;
  line-height: 1.9;
}
.p-forlinx__intro-copy p + p {
  margin-top: 1.2rem;
}
@media screen and (max-width: 667px) {
  .p-forlinx__intro-copy h2 {
    font-size: 2.8rem;
  }
  .p-forlinx__intro-copy p {
    font-size: 1.6rem;
  }
}
.p-forlinx__intro-image {
  width: 100%;
  max-width: 46rem;
  justify-self: end;
  aspect-ratio: 1/1;
  background: #f4f7f9;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.p-forlinx__intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 667px) {
  .p-forlinx__intro-image {
    max-width: 42rem;
    justify-self: center;
  }
}
.p-forlinx__strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 6rem 0;
}
.p-forlinx__strengths li {
  border-top: 0.3rem solid #bf0008;
  background: #f3f3f3;
  padding: 2.2rem;
  text-align: center;
}
.p-forlinx__strengths strong {
  display: block;
  color: #bf0008;
  font-size: 2.2rem;
}
.p-forlinx__strengths span {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 667px) {
  .p-forlinx__strengths {
    grid-template-columns: 1fr;
    margin: 4rem 0;
  }
}
.p-forlinx__support {
  display: grid;
  grid-template-columns: minmax(28rem, 0.8fr) minmax(0, 1.2fr);
  gap: 4rem;
  margin: 0 0 6rem;
  padding: 4rem;
  background: #252525;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .p-forlinx__support {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 2rem;
    margin-bottom: 4rem;
  }
}
.p-forlinx__support-heading p {
  color: #ef7378;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-forlinx__support-heading h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0.8rem 0 1.4rem;
}
.p-forlinx__support-heading span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-forlinx__support-heading small {
  display: block;
  color: #ccc;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.p-forlinx__support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.p-forlinx__support-list li {
  border-left: 0.3rem solid #bf0008;
  background: #fff;
  color: #333;
  padding: 1.8rem 2rem;
}
.p-forlinx__support-list strong {
  display: block;
  color: #bf0008;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.p-forlinx__support-list span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 667px) {
  .p-forlinx__support-list {
    grid-template-columns: 1fr;
  }
}
.p-forlinx__category-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.p-forlinx__category-nav a {
  position: relative;
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 2.8rem 7rem 2.8rem 10rem;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.07);
  transition: 0.25s ease;
}
.p-forlinx__category-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  background: #bf0008;
}
.p-forlinx__category-nav a::after {
  content: "→";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid #bf0008;
  border-radius: 50%;
  color: #bf0008;
  font-size: 2rem;
  transform: translateY(-50%);
  transition: 0.25s ease;
}
.p-forlinx__category-nav a:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.2rem 2.6rem rgba(0, 0, 0, 0.12);
}
.p-forlinx__category-nav a:hover::after {
  background: #bf0008;
  color: #fff;
}
.p-forlinx__category-nav span {
  position: absolute;
  left: 2.2rem;
  top: 50%;
  color: #ededed;
  font-family: Arial, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
.p-forlinx__category-nav strong {
  position: relative;
  z-index: 1;
  color: #222;
  font-size: 2.4rem;
  line-height: 1.35;
}
.p-forlinx__category-nav small {
  position: relative;
  z-index: 1;
  color: #bf0008;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 667px) {
  .p-forlinx__category-nav {
    grid-template-columns: 1fr;
  }
  .p-forlinx__category-nav a {
    min-height: 12rem;
    padding: 2.4rem 6rem 2.4rem 8.5rem;
  }
  .p-forlinx__category-nav span {
    left: 1.8rem;
    font-size: 5rem;
  }
  .p-forlinx__category-nav strong {
    font-size: 2.1rem;
  }
  .p-forlinx__category-nav a::after {
    right: 1.8rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-forlinx__section-lead {
  max-width: 100rem;
  margin: 4rem auto 5rem;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  text-wrap: balance;
}
.p-forlinx__no-break {
  white-space: nowrap;
}
.p-forlinx__product-feature {
  display: grid;
  grid-template-columns: minmax(30rem, 0.9fr) minmax(0, 1.1fr);
  gap: 6rem;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
}
.p-forlinx__product-feature figure {
  background: transparent;
  padding: 3rem;
  min-height: 36rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.p-forlinx__product-feature figure img {
  width: 100%;
  height: 30rem;
  object-fit: contain;
}
.p-forlinx__product-feature h3 {
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 0.2rem solid #bf0008;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.p-forlinx__product-feature--reverse figure {
  order: 2;
}
@media screen and (max-width: 667px) {
  .p-forlinx__product-feature {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-forlinx__product-feature figure, .p-forlinx__product-feature--reverse figure {
    order: 0;
    min-height: 25rem;
  }
  .p-forlinx__product-feature figure img {
    height: 22rem;
  }
  .p-forlinx__product-feature h3 {
    font-size: 2.2rem;
  }
}
.p-forlinx__som-image {
  mix-blend-mode: multiply;
  transform: scale(1.72);
}
.p-forlinx__platform-list div {
  display: grid;
  grid-template-columns: 16rem 1fr;
  border-bottom: 1px solid #d7d7d7;
  padding: 1.2rem 0;
}
.p-forlinx__platform-list dt {
  color: #bf0008;
  font-size: 1.7rem;
  font-weight: 700;
}
.p-forlinx__platform-list dd {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 667px) {
  .p-forlinx__platform-list div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.p-forlinx__check-list li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.7;
  padding: 0 0 1.2rem 2.7rem;
}
.p-forlinx__check-list li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.8rem;
  width: 1.1rem;
  height: 0.6rem;
  border-left: 0.3rem solid #bf0008;
  border-bottom: 0.3rem solid #bf0008;
  transform: rotate(-45deg);
}
.p-forlinx__models {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-forlinx__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  max-width: 110rem;
  margin: 0 auto;
}
.p-forlinx__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
}
.p-forlinx__card > figure {
  box-sizing: border-box;
  height: 28rem;
  padding: 3rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.p-forlinx__card > figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.p-forlinx__edge-image {
  max-width: 70% !important;
  max-height: 70% !important;
}
.p-forlinx__card-body {
  border-top: 0.3rem solid #bf0008;
  padding: 3rem;
  flex: 1;
}
.p-forlinx__card-body h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.p-forlinx__card-body li {
  font-size: 1.55rem;
  line-height: 1.75;
}
.p-forlinx__card-en {
  color: #bf0008;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
.p-forlinx__accelerators {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  height: 28rem;
  padding: 3rem;
}
.p-forlinx__accelerators figure {
  display: grid;
  place-items: center;
}
.p-forlinx__accelerators img {
  max-width: 100%;
  max-height: 18rem;
  object-fit: contain;
}
.p-forlinx__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 110rem;
  margin: 6rem auto 0;
  padding: 3rem;
  background: #252525;
  color: #fff;
}
.p-forlinx__flow span {
  text-align: center;
  font-size: 1.4rem;
}
.p-forlinx__flow strong {
  display: block;
  font-size: 2rem;
  color: #fff;
}
.p-forlinx__flow i {
  color: #bf0008;
  font-size: 3rem;
  font-style: normal;
}
.p-forlinx__section-action {
  margin-top: 3rem;
  text-align: center;
}
.p-forlinx__official-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #bf0008;
  border-bottom: 1px solid #bf0008;
  padding: 0.7rem 0.2rem;
}
.p-forlinx__official-link::after {
  content: "↗";
  margin-left: 1rem;
}
.p-forlinx__official-link:hover {
  color: #333;
  border-color: #333;
}
.p-forlinx__actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}
.p-forlinx__button {
  display: inline-flex;
  min-width: 28rem;
  justify-content: center;
  align-items: center;
  background: #bf0008;
  border: 1px solid #bf0008;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1.7rem 3rem;
  transition: 0.25s ease;
}
.p-forlinx__button:hover {
  background: #fff;
  color: #bf0008;
}
.p-forlinx__button--outline {
  background: #fff;
  color: #bf0008;
}
.p-forlinx__button--outline:hover {
  background: #bf0008;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .p-forlinx__section-lead {
    margin: 3rem auto;
    font-size: 1.6rem;
    text-align: left;
    text-wrap: pretty;
  }
  .p-forlinx__cards {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-forlinx__card > figure, .p-forlinx__accelerators {
    height: 23rem;
  }
  .p-forlinx__flow {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-forlinx__flow i {
    transform: rotate(90deg);
    text-align: center;
  }
  .p-forlinx__actions {
    flex-direction: column;
  }
  .p-forlinx__button {
    min-width: 0;
    width: 100%;
  }
}

@media screen and (min-width: 668px) {
  .l-header--forlinx .l-header__logo-link {
    width: 16rem;
    height: 5.6rem;
  }
  .l-header--forlinx .l-header__item {
    margin-right: 3.2rem;
  }
  .l-header--forlinx .l-header__link {
    font-size: 1.6rem;
  }
  .l-header--forlinx .drop::after {
    right: -1.6rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .l-header--forlinx .child > li a {
    padding: 0.8rem;
    font-size: 1.4rem;
  }
  .l-header--forlinx .child > li:first-child a {
    padding: 1.3rem 0.8rem 0.8rem;
  }
  .l-header--forlinx .child > li:last-child a {
    padding: 0.8rem 0.8rem 1.4rem;
  }
  .l-header--forlinx .l-header__ctaBtn {
    width: 12rem;
    height: 9.6rem;
    padding: 1.6rem 0;
  }
  .l-header--forlinx .l-header__ctaBtn > a {
    font-size: 1.6rem;
  }
  .l-header--forlinx .l-header__ctaBtn a .contact-arrow {
    width: 3.2rem;
  }
  .l-header--forlinx .l-header__ctaBtn-sub {
    top: 9.6rem;
    width: 12rem;
    padding: 0.6rem;
  }
  .l-header--forlinx .l-header__ctaBtn-sub a {
    height: 10.4rem;
    font-size: 1.4rem;
  }
  .page .l-main--forlinx {
    margin-top: 9.6rem;
  }
  .l-main--forlinx > .c-header-title {
    padding: 2.6rem 1.3rem;
  }
  .l-main--forlinx > .c-header-title h1.ja {
    font-size: 3.9rem;
    margin-bottom: 0.65rem;
  }
  .l-main--forlinx > .c-header-title h1.en {
    font-size: 1.7rem;
    padding: 0 0.9rem;
  }
}

/* FORLINX brand accents: shared PHINE DESIGN actions remain red. */
.p-forlinx {
  --forlinx-blue: #0068b7;
  --forlinx-navy: #183548;
}
.p-forlinx__eyebrow {
  margin: -1.2rem 0 1.2rem !important;
  color: var(--forlinx-blue);
  font-size: 1.4rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-forlinx__intro-copy h2 { color: var(--forlinx-navy); }
.p-forlinx .c-sec-title span,
.p-forlinx__category-nav small,
.p-forlinx__platform-list dt,
.p-forlinx__card-en { color: var(--forlinx-blue); }
.p-forlinx__strengths li { border-top-color: var(--forlinx-blue); }
.p-forlinx__strengths strong { color: var(--forlinx-navy); }
.p-forlinx__support-heading p { color: #62b3e8; }
.p-forlinx__support-list li { border-left-color: var(--forlinx-blue); }
.p-forlinx__support-list strong { color: var(--forlinx-blue); }
.p-forlinx__category-nav a::before { background: var(--forlinx-blue); }
.p-forlinx__category-nav a::after {
  border-color: var(--forlinx-blue);
  color: var(--forlinx-blue);
}
.p-forlinx__category-nav a:hover::after {
  background: var(--forlinx-blue);
  color: #fff;
}
.p-forlinx__product-feature h3 { border-bottom-color: var(--forlinx-blue); }
.p-forlinx__check-list li::before {
  border-left-color: var(--forlinx-blue);
  border-bottom-color: var(--forlinx-blue);
}
.p-forlinx__card-body { border-top-color: var(--forlinx-blue); }
.p-forlinx__flow i { color: var(--forlinx-blue); }
.p-forlinx__official-link {
  color: var(--forlinx-blue);
  border-bottom-color: var(--forlinx-blue);
}
/* Align the product introduction with the content's left edge. */
.p-forlinx .p-forlinx__intro{width:100%;max-width:none;margin:0;grid-template-columns:minmax(0,1fr) minmax(0,46rem);gap:clamp(3rem,3.5vw,5rem);align-items:center}
.p-forlinx .p-forlinx__intro-copy{min-width:0;width:100%;max-width:none;justify-self:start;text-align:left}
.p-forlinx .p-forlinx__intro-copy p{text-wrap:pretty}
@media(min-width:901px){.p-forlinx .p-forlinx__intro-copy h2 br{display:none}.p-forlinx .p-forlinx__intro-copy h2{text-wrap:balance}}
.p-forlinx .p-forlinx__intro-image{justify-self:end;margin:0}
.p-forlinx .p-forlinx__intro-image img{object-fit:contain;object-position:center}
@media(max-width:900px){.p-forlinx .p-forlinx__intro{grid-template-columns:1fr;gap:3rem}.p-forlinx .p-forlinx__intro-copy{max-width:none}.p-forlinx .p-forlinx__intro-image{justify-self:center}}
.p-forlinx .p-forlinx__intro-copy h2{color:var(--forlinx-blue)}
.p-forlinx .p-forlinx__logo{width:42.01rem;max-width:100%}
.p-forlinx .p-forlinx__intro-image{aspect-ratio:1.2/1}
.p-forlinx .p-forlinx__intro-image img{object-fit:cover;object-position:center}
