@charset "UTF-8";
/*!
Theme Name: テンプレート
Author: crosswish
Description: テンプレート
Version: 1.0
*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
optgroup:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*-- globalフォルダの直下の_index.scss --*/
/*====================================
* font
=====================================*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "BeVietnamPro";
  font-style: normal;
  font-weight: 500;
  src: url("../font/BeVietnamPro-SemiBold.woff2") format("woff2"), url("../font/BeVietnamPro-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "ExpletusSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ExpletusSans-SemiBold.woff2") format("woff2"), url("../font/ExpletusSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 500;
  src: url("../font/MPLUSRounded1c-Medium.woff2") format("woff2"), url("../font/MPLUSRounded1c-Medium.woff") format("woff");
}
/*====================================
* color
=====================================*/
/*====================================
* ブレイクポイント
=====================================*/
/*====================================
* 初期設定
=====================================*/
html {
  font-size: 16px;
}

body {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  line-height: 1.875;
  font-size: 1rem;
  background: #FFF3F3;
}
body p {
  line-height: 1.8;
  letter-spacing: 0;
}
body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: 0.08em;
}

@media screen and (min-width: 901px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .pcOnly {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swiperFadeIn {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.js-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease-out;
}
.js-fadeIn.-active {
  opacity: 1;
  transform: translateY(0px);
}

.js-list > * {
  opacity: 0;
  transform: translateY(40px);
}
.js-list.-active > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
}

.js-fadeList > * {
  opacity: 0;
}
.js-fadeList.-active > * {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/*====================================
* 共通パーツ
=====================================*/
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.l-inner__01 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1320px;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .l-inner__01 {
    padding: 0 40px;
  }
}
.l-inner__02 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .l-inner__02 {
    padding: 0 40px;
  }
}
.l-inner__03 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .l-inner__03 {
    padding: 0 40px;
  }
}
.l-inner__04 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .l-inner__04 {
    padding: 0 40px;
  }
}

.c-btn__01 {
  margin-left: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.224137931rem + 1.3793103448vw, 1.5rem);
  text-align: center;
  color: #F1191A;
  font-weight: bold;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  line-height: 1.2;
  position: relative;
}
.c-btn__01::after {
  content: "";
  display: block;
  width: clamp(3rem, -0.1034482759rem + 5.5172413793vw, 5rem);
  aspect-ratio: 1;
  background-color: #F1191A;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: 16px 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #F1191A;
}
@media screen and (min-width: 901px) {
  .c-btn__01::after {
    background-size: 27px 10px;
  }
}
@keyframes arrow {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 65% 50%;
  }
  49% {
    background-position: 80% 50%;
    background-image: none;
  }
  50% {
    background-position: 0% 50%;
    background-image: none;
  }
  100% {
    background-position: 50% 50%;
  }
}
@media (hover: hover) {
  .c-btn__01:where(:any-link, :enabled, summary):hover::after {
    animation: arrow 0.4s forwards;
  }
}
.c-btn__02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.125rem, 0.4461206897rem + 1.2068965517vw, 1.5625rem);
  width: 100%;
  max-width: 440px;
  height: 80px;
  border-radius: 8px;
  background-color: #F1191A;
  border: 1px solid #F1191A;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
  transition: 0.3s;
  position: relative;
}
.c-btn__02::after {
  content: "";
  display: block;
  width: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow-red.svg);
  background-size: 15px 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #F1191A;
}
@media screen and (max-width: 900px) {
  .c-btn__02 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .c-btn__02:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
    background-color: transparent;
  }
  .c-btn__02:where(:any-link, :enabled, summary):hover::after {
    animation: arrow 0.4s forwards;
  }
}
.c-btn__license {
  margin: 0 auto;
  position: relative;
  max-width: 440px;
  cursor: pointer;
}
.c-btn__license::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(1.25rem, 0.3555045872rem + 3.6697247706vw, 3.75rem);
  display: block;
  width: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow-red.svg);
  background-size: 15px 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #F1191A;
  pointer-events: none;
}
.c-btn__license form button {
  padding-left: clamp(1.25rem, 0.3555045872rem + 3.6697247706vw, 3.75rem);
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background-color: #F1191A;
  border: 1px solid #F1191A;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .c-btn__license:hover form button {
    color: #F1191A;
    background-color: transparent;
  }
  .c-btn__license:hover::after {
    animation: arrow 0.4s forwards;
  }
}

.c-tit__01 {
  color: #F1191A;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.8830275229rem + 2.0183486239vw, 2.75rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.c-tit__02 {
  display: flex;
  gap: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-size: clamp(1.125rem, -0.2327586207rem + 2.4137931034vw, 2rem);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-tit__02 {
    line-height: 1.4;
  }
}
.c-tit__02::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../img/common/icon-tit.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 901px) {
  .c-tit__02::before {
    width: 32px;
  }
}

.c-child-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px 60px;
}
@media screen and (max-width: 900px) {
  .c-child-link {
    flex-direction: column;
  }
  .c-child-link li {
    margin-left: auto;
  }
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* ヘッダー
=====================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header {
    background-color: #fff;
  }
}
@media screen and (min-width: 1281px) {
  .l-header {
    transform: translateY(-142px);
    transition: 0.3s ease-out;
    transition-property: background-color, transform;
  }
  .l-header.-load {
    transition: none;
    transform: translateY(0);
  }
  .l-header.-scroll {
    transition: 0.4s ease-out;
    transform: translateY(0);
    background-color: #fff;
  }
  .l-header.-top {
    transition: 0.4s ease-out;
    transform: translateY(0);
    background-color: transparent;
  }
  .l-header.-active {
    transition: 0.45s ease-out 1s;
    transform: translateY(0);
    background-color: transparent;
  }
}
.l-header .l-header-wrapper {
  padding-right: clamp(1.25rem, -2.75rem + 5vw, 1.875rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: height 0.3s;
  position: relative;
}
@media screen and (min-width: 1281px) {
  .l-header .l-header-wrapper {
    align-items: center;
    height: 142px;
  }
}
.l-header .l-header-logo a {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: clamp(0.8125rem, -1.5875rem + 3vw, 1.1875rem);
  transition: opacity 0.3s;
}
@media screen and (min-width: 1281px) {
  .l-header .l-header-logo a {
    margin-left: 30px;
  }
}
@media (hover: hover) {
  .l-header .l-header-logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-header .l-header-logo a h1 img {
  width: 78px;
  vertical-align: middle;
  transition: width 0.3s;
}
@media screen and (min-width: 1281px) {
  .l-header .l-header-logo a h1 img {
    width: 140px;
  }
}
.l-header .l-header-logo a p {
  font-size: clamp(0.8125rem, 0.4125rem + 0.5vw, 0.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-header .l-header-logo a p {
    font-weight: bold;
  }
}

.l-header-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1280px) {
  .l-header-menu {
    opacity: 0;
    visibility: hidden;
    padding: 80px 0 5vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    z-index: 5;
    transition: 0.3s ease-in-out;
    transition-property: opacity, visibility;
  }
  .l-header-menu::after {
    content: "";
    margin-top: auto;
    margin-left: auto;
    display: block;
    width: max(61.5384615385vw, 240px);
    aspect-ratio: 550/295;
    background-image: url(../img/common/parts-01.svg);
    background-size: cover;
    transform: translateY(100%);
    transition: transform 0.4s ease-out 0.5s;
  }
  .l-header-menu.-active {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
  }
  .l-header-menu.-active::after {
    transform: translateY(0);
  }
  .l-header-menu.-active ._nav {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header-menu ._nav {
  display: flex;
  align-items: center;
  gap: 44px clamp(1.25rem, -6.75rem + 10vw, 2.5rem);
}
@media screen and (max-width: 1280px) {
  .l-header-menu ._nav {
    margin: 0 auto 60px;
    width: fit-content;
    flex-direction: column;
    opacity: 0;
    transform: translateY(14px);
    transition: 0.4s ease-out 0.4s;
  }
}
.l-header-menu ._nav ul {
  display: flex;
  align-items: center;
  gap: 32px clamp(0.9375rem, -5.8625rem + 8.5vw, 2rem);
}
@media screen and (max-width: 1280px) {
  .l-header-menu ._nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-menu ._nav ul li {
    width: 100%;
    text-align: center;
  }
}
.l-header-menu ._nav ul li a {
  display: block;
  font-weight: 500;
  width: 100%;
  font-size: clamp(0.9375rem, 0.5375rem + 0.5vw, 1rem);
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .l-header-menu ._nav ul li a {
    font-size: 0.9375rem;
    position: relative;
  }
}
@media (hover: hover) {
  .l-header-menu ._nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
  }
}
.l-header-menu ._nav ._btn {
  display: grid;
  place-content: center;
  width: 200px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #F1191A;
  border-radius: 50px;
  font-size: 0.9375rem;
  border: 1px solid #F1191A;
  transition: 0.3s;
}
@media screen and (min-width: 1281px) {
  .l-header-menu ._nav ._btn {
    width: clamp(11.25rem, 3.25rem + 10vw, 12.5rem);
    font-size: clamp(0.8125rem, 0.0125rem + 1vw, 0.9375rem);
  }
}
@media (hover: hover) {
  .l-header-menu ._nav ._btn:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
    background-color: transparent;
  }
}

.l-header-btn {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header-btn {
    display: grid;
    place-content: center;
    width: 37px;
    height: 9px;
    cursor: pointer;
    z-index: 10;
    position: relative;
  }
  .l-header-btn::before, .l-header-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
  }
  .l-header-btn::before {
    left: 0;
    top: 0;
  }
  .l-header-btn::after {
    right: 0;
    bottom: 0px;
  }
}
.l-header-btn.-active {
  width: 24px;
  height: 24px;
}
.l-header-btn.-active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header-btn.-active::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header-btn.-active div {
  opacity: 0;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* フッター
=====================================*/
.l-footer {
  position: relative;
}
.l-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(40vw, 240px);
  aspect-ratio: 550/295;
  background-image: url(../img/common/parts-01.svg);
  background-size: cover;
}
@media screen and (min-width: 901px) {
  .l-footer::after {
    width: min(44.1666666667vw, 530px);
  }
}

.l-footer-menu {
  margin-top: clamp(6.25rem, -5.3879310345rem + 20.6896551724vw, 13.75rem);
  padding: clamp(5rem, 4.0301724138rem + 1.724137931vw, 5.625rem) 0 80px;
  background-color: #fff;
}
.l-footer-menu ._wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.9375rem, 0.244266055rem + 2.8440366972vw, 2.875rem);
}
@media screen and (min-width: 601px) {
  .l-footer-menu ._wrapper {
    align-items: center;
  }
}
.l-footer-menu ._wrapper ._logo {
  display: block;
  width: clamp(6.875rem, 5.7568807339rem + 4.5871559633vw, 10rem);
  min-width: 110px;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer-menu ._wrapper ._logo:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-footer-menu ._wrapper ._nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, -10.75rem + 15vw, 3.125rem);
}
.l-footer-menu ._wrapper ._nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
}
@media screen and (min-width: 601px) {
  .l-footer-menu ._wrapper ._nav ul {
    flex: 1;
  }
}
.l-footer-menu ._wrapper ._nav ul li a {
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
  font-weight: bold;
  transition: color 0.3s;
}
@media (hover: hover) {
  .l-footer-menu ._wrapper ._nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
  }
}
.l-footer-menu ._wrapper ._nav ._btn {
  margin-right: calc(-1 * clamp(0rem, -8rem + 10vw, 1.25rem));
  margin-left: auto;
  display: grid;
  place-content: center;
  width: 200px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #F1191A;
  border-radius: 50px;
  font-size: clamp(0.8125rem, 0.0125rem + 1vw, 0.9375rem);
  border: 1px solid #F1191A;
  transition: 0.3s;
}
@media (hover: hover) {
  .l-footer-menu ._wrapper ._nav ._btn:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
    background-color: transparent;
  }
}

.l-footer-info {
  background-color: #fff;
  padding-bottom: 120px;
}
@media screen and (min-width: 1601px) {
  .l-footer-info {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.l-footer-info ._corp {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, -1.713362069rem + 6.3793103448vw, 4.1875rem);
}
@media screen and (max-width: 600px) {
  .l-footer-info ._corp {
    flex-direction: column;
  }
}
.l-footer-info ._corp ._name {
  display: flex;
  align-self: center;
  gap: clamp(1.375rem, 0.4051724138rem + 1.724137931vw, 2rem);
}
.l-footer-info ._corp ._name figure {
  width: clamp(4.0625rem, 2.7047413793rem + 2.4137931034vw, 4.9375rem);
}
.l-footer-info ._corp ._name p {
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(0.8125rem, 0.745412844rem + 0.2752293578vw, 1rem);
}
.l-footer-info ._corp ._iso {
  width: clamp(6.875rem, 6.2041284404rem + 2.752293578vw, 8.75rem);
}
.l-footer-info ._link {
  margin-top: 62px;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.3977272727rem + 2.2727272727vw, 2.5rem);
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
}
@media screen and (max-width: 600px) {
  .l-footer-info ._link {
    justify-content: center;
  }
}
.l-footer-info ._link li a {
  transition: opacity 0.3s;
}
.l-footer-info ._link li a.-window {
  display: flex;
  color: #2980C2;
  position: relative;
}
.l-footer-info ._link li a.-window::after {
  margin-left: clamp(0.25rem, 0.0711009174rem + 0.7339449541vw, 0.75rem);
  content: "";
  display: block;
  width: clamp(0.625rem, 0.591456422rem + 0.1376146789vw, 0.71875rem);
  aspect-ratio: 1;
  background-image: url(../img/common/icon-window.svg);
  background-size: 100% 100%;
}
@media (hover: hover) {
  .l-footer-info ._link li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-footer-info ._copyright {
  margin-top: 24px;
  font-size: clamp(0.875rem, 0.8526376147rem + 0.0917431193vw, 0.9375rem);
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.top-mv {
  padding-top: clamp(7.5rem, -2.6831896552rem + 18.1034482759vw, 14.0625rem);
  overflow-x: clip;
}
.top-mv .l-inner__01 {
  max-width: 1600px;
  padding: 0 clamp(1.25rem, -2.6293103448rem + 6.8965517241vw, 3.75rem);
}
.top-mv ._wrapper {
  display: grid;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .top-mv ._wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto 1fr;
    gap: 46px 56px;
  }
  .top-mv ._wrapper ._copy {
    grid-area: 1/1/2/2;
  }
  .top-mv ._wrapper ._box {
    grid-area: 2/1/3/2;
  }
  .top-mv ._wrapper ._img {
    grid-area: 1/2/3/3;
  }
}
.top-mv ._wrapper .c-slide-up {
  overflow: hidden;
  display: block;
}
.top-mv ._wrapper .c-slide-up span {
  display: block;
  transform: translateY(100%);
  transition: transform cubic-bezier(0.25, 1, 0.5, 1);
}
.top-mv ._wrapper ._copy {
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
  font-weight: bold;
  line-height: 1.7857142857;
}
@media screen and (min-width: 901px) {
  .top-mv ._wrapper ._copy {
    letter-spacing: 0.05em;
  }
}
.top-mv ._wrapper ._copy .c-slide-up span {
  transition-duration: 0.6s;
}
.top-mv ._wrapper ._copy.-active .c-slide-up span {
  transform: translateY(0);
}
.top-mv ._wrapper ._img {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease-in-out 0.2s;
  transition-property: opacity, filter;
}
.top-mv ._wrapper ._img.-active {
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 900px) {
  .top-mv ._wrapper ._img {
    margin: auto;
    max-width: 540px;
  }
}
.top-mv ._wrapper ._box ._name {
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
}
.top-mv ._wrapper ._box ._name.-active .c-slide-up span {
  transform: translateY(0);
}
.top-mv ._wrapper ._box ._name .c-slide-up span {
  transition-duration: 0.8s;
  transition-delay: 0.3s;
}
.top-mv ._wrapper ._box ._name span {
  display: block;
}
.top-mv ._wrapper ._box ._name span._sub {
  font-size: clamp(0.8125rem, 0.1336206897rem + 1.2068965517vw, 1.25rem);
}
.top-mv ._wrapper ._box ._name span._main {
  color: #F1191A;
  font-size: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  font-weight: bold;
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .top-mv ._wrapper ._box ._name span._main {
    margin-top: 5px;
    letter-spacing: 0.08em;
  }
}
.top-mv ._wrapper ._box ._meta {
  margin-top: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.9s;
}
.top-mv ._wrapper ._box ._meta.-active {
  opacity: 1;
}
.top-mv ._wrapper ._box ._meta ._point {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.top-mv ._wrapper ._box ._meta ._point li {
  padding: 12px 16px;
  display: grid;
  place-content: center;
  height: 41px;
  background-color: #fff;
  border-radius: 30px;
  font-size: clamp(0.6875rem, 0.620412844rem + 0.2752293578vw, 0.875rem);
  font-weight: 500;
}
.top-mv ._wrapper ._box ._meta ._link {
  margin-top: clamp(1.875rem, -2.0043103448rem + 6.8965517241vw, 4.375rem);
  display: flex;
  align-items: center;
  gap: 13px;
}
.top-mv ._wrapper ._box ._meta ._link li a {
  display: grid;
  place-content: center;
  height: 70px;
  font-size: clamp(0.75rem, 0.5711009174rem + 0.7339449541vw, 1.25rem);
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
.top-mv ._wrapper ._box ._meta ._link li._download {
  width: 70%;
  max-width: 348px;
}
.top-mv ._wrapper ._box ._meta ._link li._download a {
  color: #fff;
  background-color: #F1191A;
  border: 1px solid #F1191A;
}
@media (hover: hover) {
  .top-mv ._wrapper ._box ._meta ._link li._download a:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
    background-color: transparent;
  }
}
.top-mv ._wrapper ._box ._meta ._link li._product {
  width: 30%;
  max-width: 167px;
}
.top-mv ._wrapper ._box ._meta ._link li._product a {
  background-color: #fff;
  border: 1px solid #222222;
}
@media (hover: hover) {
  .top-mv ._wrapper ._box ._meta ._link li._product a:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
    border-color: #F1191A;
    background-color: transparent;
  }
}
.top-mv ._news {
  margin-top: clamp(2.5rem, -2.0581896552rem + 8.1034482759vw, 5.4375rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  position: relative;
}
.top-mv ._news::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -60px;
  width: max(27vw, 162px);
  aspect-ratio: 324/330;
  background-image: url(../img/top/parts-01.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .top-mv ._news::before {
    top: 50%;
    bottom: auto;
    transform: translateY(-20%);
    left: -130px;
    width: 324px;
  }
}
@media screen and (min-width: 1281px) {
  .top-mv ._news::before {
    transform: translateY(-50%);
  }
}
.top-mv ._news .c-news-item {
  flex: 1;
  padding: clamp(0.8125rem, -0.0603448276rem + 1.5517241379vw, 1.375rem) clamp(1.5rem, -1.0215517241rem + 4.4827586207vw, 3.125rem) clamp(1rem, 0.4181034483rem + 1.0344827586vw, 1.375rem) clamp(1.5rem, -1.0215517241rem + 4.4827586207vw, 3.125rem);
  transition: opacity 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: start;
  gap: 10px clamp(0.75rem, -1.1896551724rem + 3.4482758621vw, 2rem);
}
@media screen and (min-width: 901px) {
  .top-mv ._news .c-news-item {
    grid-template-columns: auto auto 1fr;
  }
}
@media (hover: hover) {
  .top-mv ._news .c-news-item:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.top-mv ._news .c-news-item ._tit {
  font-size: clamp(0.9375rem, 0.8405172414rem + 0.1724137931vw, 1rem);
}
@media screen and (max-width: 900px) {
  .top-mv ._news .c-news-item ._tit {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.top-mv .c-btn__01 {
  margin: 18.5px 24px 18.5px 0;
  gap: 11px;
  font-size: 0.9375rem;
  font-weight: normal;
}
.top-mv .c-btn__01::after {
  width: 38px;
  background-size: 15px 6px;
}
@media screen and (max-width: 900px) {
  .top-mv .c-btn__01 {
    display: none;
  }
}

.top-about {
  margin-top: clamp(12.5rem, 8.6206896552rem + 6.8965517241vw, 15rem);
  overflow-x: clip;
  background-color: #FFF3F3;
}
@media screen and (min-width: 1025px) {
  .top-about {
    padding-top: 67px;
  }
  .top-about::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100vh - min(53.178807947vw, 803px));
    min-height: 500px;
    max-height: 30vh;
  }
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.top-about ._wrapper:has(.-active) ._point {
  opacity: 1;
}
.top-about ._wrapper ._about {
  z-index: 10;
}
.top-about ._wrapper ._about ._box {
  position: sticky;
  top: 120px;
  padding-top: 20px;
  min-width: min(37.0860927152vw, 560px);
  background-color: #FFF3F3;
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper ._about ._box {
    max-width: 560px;
  }
}
.top-about ._wrapper ._about ._box ._copy {
  margin-top: clamp(1.5625rem, -0.2801724138rem + 3.275862069vw, 2.75rem);
  font-weight: bold;
  line-height: 1.8;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.top-about ._wrapper ._about ._box p {
  margin-top: 23px;
}
.top-about ._wrapper ._about ._box ._img {
  margin-top: 55px;
  max-width: clamp(18.75rem, 14.8706896552rem + 6.8965517241vw, 21.25rem);
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper ._about ._box ._img {
    margin-top: 46px;
    margin-left: 36px;
  }
}
.top-about ._wrapper ._point {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  .top-about ._wrapper ._point {
    margin: 42px -20px 0;
    padding: 270px 20px 187px;
    overflow: hidden;
  }
  .top-about ._wrapper ._point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 1030/803;
    background-image: url(../img/top/top-about-clip.png);
    background-size: cover;
    transition: transform 0.5s ease-in-out;
  }
  .top-about ._wrapper ._point.-active::before {
    transform: translateX(-50%) scale(1);
  }
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper ._point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/bg-point-img.png);
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-attachment: fixed;
  }
}
.top-about ._wrapper ._point ._scroll ._clip {
  display: none;
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper ._point ._scroll ._clip {
    display: block;
    position: sticky;
    top: 142px;
    right: 0;
    width: min(68.2119205298vw, 1030px);
    height: min(53.178807947vw, 803px);
    z-index: 10;
    scale: 1.001;
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .top-about ._wrapper ._point ._scroll ._clip {
    top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper ._point ._scroll ._clip ._cover::before {
    content: "";
    position: absolute;
    top: -142px;
    display: block;
    width: 100%;
    height: 143px;
    background-color: #FFF3F3;
  }
  .top-about ._wrapper ._point ._scroll ._clip ._cover::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #FFF3F3;
    height: calc(100vh - min(53.178807947vw, 803px));
    min-height: 500px;
    max-height: 30vh;
  }
}
.top-about ._wrapper ._point ._scroll ._list {
  padding: 60px 0 100px;
  color: #fff;
  counter-reset: number 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top-about ._wrapper ._point ._scroll ._list {
    padding: 60px 0 350px;
    margin-top: calc(-1 * min(29.8013245033vw, 450px));
    margin-left: min(18.5430463576vw, clamp(7.5rem, -14.9561403509rem + 35.0877192982vw, 17.5rem));
    max-width: 440px;
    transform: translateX(calc(-1 * min(1.9867549669vw, 30px)));
  }
}
.top-about ._wrapper ._point ._scroll ._list li ._tit {
  font-weight: bold;
  line-height: 1.6;
  font-size: clamp(1.25rem, 0.0862068966rem + 2.0689655172vw, 2rem);
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-about ._wrapper ._point ._scroll ._list li ._tit::before {
  counter-increment: number 1;
  content: "Point 0" counter(number);
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0;
  line-height: 1;
  color: #c5c5c5;
  font-family: "ExpletusSans", Helvetica, Arial, sans-serif;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
.top-about ._wrapper ._point ._scroll ._list li p {
  margin-top: clamp(1.25rem, -0.1077586207rem + 2.4137931034vw, 2.125rem);
}
.top-about ._wrapper ._point ._scroll ._list li + li {
  margin-top: clamp(6.25rem, -1.5086206897rem + 13.7931034483vw, 11.25rem);
}

.top-case {
  margin-top: 126px;
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .top-case {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .top-case {
    margin-top: 0;
    transform: translateY(-200px);
    background: #FFF3F3;
    position: relative;
    z-index: 20;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .top-case ._wrapper {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .top-case ._wrapper {
    padding-bottom: 0;
    transform: translateY(-140px);
  }
}
.top-case ._wrapper ._copy {
  margin-left: clamp(0rem, -25.2155172414rem + 44.8275862069vw, 16.25rem);
}
@media screen and (max-width: 900px) {
  .top-case ._wrapper ._copy {
    text-align: center;
  }
}
.top-case ._wrapper ._list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .top-case ._wrapper ._list {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (min-width: 901px) {
  .top-case ._wrapper ._list li:nth-child(2) {
    transform: translateY(70px);
  }
  .top-case ._wrapper ._list li:nth-child(3) {
    transform: translateY(140px);
  }
}
.top-case ._wrapper ._list li h3 {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.0560344828rem + 0.3448275862vw, 1.375rem);
}
.top-case .c-child-link {
  margin-top: clamp(3.75rem, -3.0387931034rem + 12.0689655172vw, 8.125rem);
}

@media screen and (max-width: 900px) {
  .top-example {
    margin-top: 111px;
  }
}
.top-example .c-tit__01 + p {
  margin-top: 32px;
  font-weight: 500;
}
.top-example .c-cat-list {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.top-example .c-cat-list li a {
  background-color: #fff;
  border: 1px solid #F1191A;
  color: #F1191A;
}
.top-example .c-example-list {
  margin-top: 42px;
}
.top-example .c-btn__01 {
  margin-top: clamp(2rem, 0.2543103448rem + 3.1034482759vw, 3.125rem);
}

.top-achievement {
  margin-top: 90px;
  padding-top: 30px;
}
.top-achievement ._switch {
  margin-top: clamp(1.5rem, 0.3362068966rem + 2.0689655172vw, 2.25rem);
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, -2.2564655172rem + 5.3448275862vw, 2.6875rem);
}
.top-achievement ._switch button {
  padding: clamp(0.5rem, 0.1rem + 1.6vw, 1rem) clamp(0.5rem, -0.3rem + 3.2vw, 1.5rem);
  min-width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #F1191A;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(0.75rem, -0.025862069rem + 1.3793103448vw, 1.25rem);
  border-radius: 8px;
  color: #F1191A;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 600px) {
  .top-achievement ._switch button {
    flex-direction: column;
    text-align: center;
    line-height: 1.8;
  }
}
@media screen and (min-width: 901px) {
  .top-achievement ._switch button {
    padding: 16px 24px;
    border-radius: 16px;
  }
}
.top-achievement ._switch button::after {
  content: "";
  margin-top: 4px;
  display: block;
  width: clamp(0.8125rem, 0.6112385321rem + 0.8256880734vw, 1.375rem);
  aspect-ratio: 22/12;
  background-image: url(../img/common/icon-bottom-arrow-red.svg);
  background-size: 100% 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 601px) {
  .top-achievement ._switch button::after {
    margin-top: 0;
    margin-left: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
  }
}
@media (hover: hover) {
  .top-achievement ._switch button:where(:any-link, :enabled, summary):hover::after {
    transform: translateY(3px);
  }
}
.top-achievement ._switch button span {
  font-size: clamp(0.625rem, 0.4310344828rem + 0.3448275862vw, 0.75rem);
}
@media screen and (max-width: 900px) {
  .top-achievement ._switch button span {
    display: block;
  }
}
.top-achievement ._switch button.-active {
  background-color: #F1191A;
  color: #fff;
}
.top-achievement ._switch button.-active::after {
  background-image: url(../img/common/icon-bottom-arrow.svg);
}
.top-achievement ._contents {
  margin-top: clamp(1.5625rem, 0.4956896552rem + 1.8965517241vw, 2.25rem);
}
.top-achievement ._contents ._list {
  display: grid;
  grid-template-columns: auto 1fr;
  opacity: 0;
}
.top-achievement ._contents ._list.-active {
  opacity: 1;
  transition: opacity 0.5s;
}
.top-achievement ._contents ._list li {
  padding: clamp(2rem, 0.4482758621rem + 2.7586206897vw, 3rem) 0;
  border-top: 1px solid #F1191A;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 900px) {
  .top-achievement ._contents ._list li {
    grid-template-columns: auto;
  }
}
.top-achievement ._contents ._list li:last-child {
  border-bottom: 1px solid #F1191A;
}
.top-achievement ._contents ._list li ._header ._meta {
  font-size: clamp(0.8125rem, 0.6185344828rem + 0.3448275862vw, 0.9375rem);
}
.top-achievement ._contents ._list li ._header ._meta ._industry::after {
  content: "/";
  margin: 0 3px 0 5px;
  color: #ccc;
}
.top-achievement ._contents ._list li ._header ._meta ._type {
  color: #F1191A;
}
.top-achievement ._contents ._list li ._header ._name {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .top-achievement ._contents ._list li ._header ._name {
    line-height: 1.8;
  }
}
.top-achievement ._contents ._list li ._body p {
  max-width: 830px;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .top-achievement ._contents ._list li ._body p {
    margin-left: auto;
  }
}
.top-achievement + .c-contact {
  margin-top: clamp(13.5rem, 8.2629310345rem + 9.3103448276vw, 16.875rem);
  overflow-x: clip;
}
.top-achievement + .c-contact ._download {
  position: relative;
}
.top-achievement + .c-contact ._download::before {
  content: "";
  position: absolute;
  top: -86px;
  right: -18px;
  width: max(35.8974358974vw, 140px);
  aspect-ratio: 290/277;
  background-image: url(../img/top/parts-02.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .top-achievement + .c-contact ._download::before {
    top: -140px;
  }
}
@media screen and (min-width: 901px) {
  .top-achievement + .c-contact ._download::before {
    top: -200px;
    right: -80px;
    width: 290px;
  }
}

.top-news {
  margin-top: clamp(7.5rem, 6.724137931rem + 1.3793103448vw, 8rem);
}
.top-news .c-news-list {
  margin-top: clamp(1.5rem, -1.0215517241rem + 4.4827586207vw, 3.125rem);
}
.top-news .c-btn__01 {
  margin-top: clamp(2rem, 1.8060344828rem + 0.3448275862vw, 2.125rem);
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.c-news-list {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
}
.c-news-list li {
  display: contents;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: baseline;
  gap: 10px 12px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 901px) {
  .c-news-list li {
    gap: 10px 120px;
  }
}
@media (hover: hover) {
  .c-news-list li:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .c-news-list li ._tit {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 900px) {
  .c-news-list li:first-child {
    padding-top: 28px;
    border-top: 1px solid #222222;
  }
}
.c-news-list li:last-child {
  border-bottom: 1px solid #222222;
}
.c-news-list li + li {
  border-top: 1px solid #222222;
}

.c-news-item {
  padding-top: clamp(1.75rem, 0.3922413793rem + 2.4137931034vw, 2.625rem);
  padding-bottom: clamp(1.75rem, 0.5862068966rem + 2.0689655172vw, 2.5rem);
}
.c-news-item:nth-child(1) {
  padding-top: 0;
}
.c-news-item ._meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-news-item ._meta ._date {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
  position: relative;
}
.c-news-item ._meta ._date::after {
  content: "";
  display: block;
  height: 17px;
  width: 1px;
  background-color: #222222;
}
.c-news-item ._tit {
  flex: 1;
  line-height: 1.4;
  font-weight: 500;
}

.l-news {
  padding: clamp(4.375rem, -1.6379310345rem + 10.6896551724vw, 8.25rem) 0 clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem);
}
.l-news .c-news-list {
  margin-top: clamp(3.75rem, 2.5862068966rem + 2.0689655172vw, 4.5rem);
}
.l-news .c-pager {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}

.l-news-article-header__tit {
  margin-top: 28px;
  font-size: clamp(1.5rem, 1.3211009174rem + 0.7339449541vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
.l-news-article-header ._meta {
  margin-top: 32px;
}

.l-news-article-body {
  margin-top: clamp(2.5rem, 2.0527522936rem + 1.8348623853vw, 3.75rem);
}
.l-news-article-body ._thumb img {
  width: 100%;
  height: auto;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.c-example-list {
  display: grid;
  grid-template-columns: auto;
}
@media screen and (min-width: 901px) {
  .c-example-list {
    grid-template-columns: auto 1fr;
    justify-items: start;
  }
}
.c-example-list li {
  display: contents;
}
.c-example-list li:last-child a {
  border-bottom: 1px solid #F1191A;
}
.c-example-list li a {
  padding: clamp(2rem, 0.4482758621rem + 2.7586206897vw, 3rem) clamp(3.125rem, 0.2155172414rem + 5.1724137931vw, 5rem) clamp(2rem, 0.4482758621rem + 2.7586206897vw, 3rem) 0;
  display: grid;
  transition: opacity 0.3s;
  border-top: 1px solid #F1191A;
  transition: color 0.3s;
  gap: 20px clamp(5rem, -2.7586206897rem + 13.7931034483vw, 10rem);
  align-items: center;
}
@media screen and (max-width: 600px) {
  .c-example-list li a {
    padding-right: 0;
  }
}
@media screen and (min-width: 901px) {
  .c-example-list li a {
    grid-template-columns: subgrid;
    grid-column: 1/-1;
  }
}
.c-example-list li a[href] {
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-example-list li a[href] {
    padding-bottom: 60px;
  }
}
.c-example-list li a[href]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: block;
  width: clamp(2rem, 0.4482758621rem + 2.7586206897vw, 3rem);
  aspect-ratio: 1;
  background-color: #F1191A;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: 17px 6px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #F1191A;
}
@media screen and (max-width: 600px) {
  .c-example-list li a[href]::after {
    top: auto;
    bottom: 0;
  }
}
@media (hover: hover) {
  .c-example-list li a:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
  }
  .c-example-list li a:where(:any-link, :enabled, summary):hover::after {
    animation: arrow 0.4s forwards;
  }
}
@media screen and (min-width: 901px) {
  .c-example-list li a ._header {
    max-width: clamp(12.5rem, -1.0775862069rem + 24.1379310345vw, 21.25rem);
  }
}
.c-example-list li a ._header > * {
  line-height: 1.45;
}
.c-example-list li a ._header ._industry {
  font-size: clamp(0.8125rem, 0.6185344828rem + 0.3448275862vw, 0.9375rem);
}
.c-example-list li a ._header ._name {
  margin-top: clamp(0.375rem, 0.3101490826rem + 0.2660550459vw, 0.55625rem);
  font-weight: bold;
  font-size: clamp(1rem, 0.224137931rem + 1.3793103448vw, 1.5rem);
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .c-example-list li a ._header ._name {
    line-height: 1.8;
  }
}
.c-example-list li a ._header ._type {
  margin-top: clamp(0.5rem, 0.3009747706rem + 0.8165137615vw, 1.05625rem);
  font-size: clamp(0.8125rem, 0.5215517241rem + 0.5172413793vw, 1rem);
  color: #F1191A;
}
.c-example-list li a ._body {
  max-width: 826px;
}
@media screen and (max-width: 900px) {
  .c-example-list li a ._body ._main {
    line-height: 1.6;
  }
}
.c-example-list li a ._body ._main {
  font-size: clamp(1rem, 0.224137931rem + 1.3793103448vw, 1.5rem);
  font-weight: bold;
}

.l-example .c-example-list {
  margin-top: 40px;
}
.l-example .c-pager {
  margin-top: clamp(2.5rem, 1.5301724138rem + 1.724137931vw, 3.125rem);
}

.l-example-article-header__tit {
  font-weight: bold;
  font-size: clamp(1.375rem, 0.4051724138rem + 1.724137931vw, 2rem);
  line-height: 1.6875;
}
.l-example-article-body {
  margin-top: clamp(3.75rem, 1.9852941176rem + 3.5294117647vw, 5.25rem);
}
.l-example-article-body ._meta {
  padding: clamp(1.5625rem, 0.1077586207rem + 2.5862068966vw, 2.5rem);
  border-top: 1px solid #F1191A;
  border-bottom: 1px solid #F1191A;
  text-align: center;
}
.l-example-article-body ._meta ._name {
  margin-top: 16px;
  font-weight: bold;
  line-height: 1.4;
  font-size: clamp(1.5rem, 0.724137931rem + 1.3793103448vw, 2rem);
}
.l-example-article-body ._meta ._type {
  margin-top: 16px;
  font-size: clamp(1rem, 0.8060344828rem + 0.3448275862vw, 1.125rem);
  color: #F1191A;
}
.l-example-article-body ._task {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  padding: 24px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  border: 2px solid #222222;
}
.l-example-article-body ._task ._tit {
  display: grid;
  place-content: center;
  width: 112px;
  height: 45px;
  color: #fff;
  background-color: #F1191A;
}
.l-example-article-body ._task ul {
  margin-top: 24px;
}
.l-example-article-body ._task ul li {
  position: relative;
  padding-left: 14px;
}
.l-example-article-body ._task ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #222222;
}
.l-example-article-body ._task ul li + li {
  margin-top: 12px;
}
.l-example-article-body ._contents {
  margin-top: clamp(3.125rem, 0.2155172414rem + 5.1724137931vw, 5rem);
}
.l-example-article-other {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}
.l-example-article-other .c-example-list {
  margin-top: clamp(1.875rem, 0.7112068966rem + 2.0689655172vw, 2.625rem);
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* ページ共通
=====================================*/
.l-page-tit {
  padding: clamp(8rem, -2.8620689655rem + 19.3103448276vw, 15rem) 0 clamp(4rem, -2.400862069rem + 11.3793103448vw, 8.125rem);
}
.l-page-tit .l-inner__01 {
  position: relative;
}
.l-page-tit .l-inner__01::before {
  content: "";
  position: absolute;
  bottom: calc(-1 * clamp(8.75rem, 0.0215517241rem + 15.5172413793vw, 14.375rem));
  right: 20px;
  width: clamp(8.75rem, -19.375rem + 50vw, 26.875rem);
  aspect-ratio: 430/353;
  background-image: url(../img/common/parts-page-tit.svg);
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .l-page-tit .l-inner__01::before {
    right: 0;
  }
}
.l-page-tit ._tit {
  font-size: clamp(1.75rem, 1.3922018349rem + 1.4678899083vw, 2.75rem);
  font-weight: bold;
  color: #F1191A;
  letter-spacing: 0.08em;
}

.l-breadcrumb {
  margin-top: clamp(0.625rem, -2.2844827586rem + 5.1724137931vw, 2.5rem);
  display: flex;
  align-items: center;
  position: relative;
}
.l-breadcrumb ._wrapper {
  white-space: nowrap;
  overflow: auto;
  font-size: clamp(0.75rem, 0.4590517241rem + 0.5172413793vw, 0.9375rem);
}
.l-breadcrumb ul {
  display: flex;
}
.l-breadcrumb ul li {
  color: #999999;
}
.l-breadcrumb ul li:not(:last-child) {
  position: relative;
}
.l-breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin: 0 12px 0;
  display: inline-block;
  color: #F1191A;
}
.l-breadcrumb ul li a {
  color: #F1191A;
}
@media screen and (min-width: 901px) {
  .l-breadcrumb ul li a {
    transition: opacity 0.3s;
  }
  .l-breadcrumb ul li a:hover {
    opacity: 0.6;
  }
}

.l-page-container {
  padding: clamp(3.75rem, -2.0689655172rem + 10.3448275862vw, 7.5rem) 0 clamp(6.25rem, 4.3103448276rem + 3.4482758621vw, 7.5rem);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
}
@media screen and (min-width: 901px) {
  .l-page-container {
    border-radius: 60px;
  }
}
.l-page-container + .l-page-container {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}
.l-page-container.-bottom {
  position: relative;
}
.l-page-container.-bottom::before {
  content: "";
  position: absolute;
  bottom: calc(-1 * clamp(5rem, 4.0441176471rem + 3.9215686275vw, 6.25rem));
  left: calc(-1 * clamp(2.5rem, 0.5882352941rem + 7.8431372549vw, 5rem));
  width: clamp(11.25rem, 6.4705882353rem + 19.6078431373vw, 17.5rem);
  aspect-ratio: 414/379;
  background-image: url(../img/faq/parts-01.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .l-page-container.-bottom::before {
    width: clamp(17.5rem, 4.5043103448rem + 23.1034482759vw, 25.875rem);
    bottom: calc(-1 * clamp(6.25rem, 2.3706896552rem + 6.8965517241vw, 8.75rem));
    left: calc(-1 * clamp(5rem, 3.0603448276rem + 3.4482758621vw, 6.25rem));
  }
}

.c-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(0.5rem, 0.1120689655rem + 0.6896551724vw, 0.75rem);
  align-items: center;
}
.c-cat-list li a {
  padding: clamp(0.375rem, -0.0129310345rem + 0.6896551724vw, 0.625rem) clamp(0.875rem, 0.2931034483rem + 1.0344827586vw, 1.25rem);
  display: block;
  background-color: #FFF3F3;
  border-radius: 20px;
  line-height: 1;
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
  transition: 0.3s;
}
.c-cat-list li a.-active {
  color: #fff;
  background-color: #F1191A;
}
@media (hover: hover) {
  .c-cat-list li a:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F1191A;
  }
}

.c-header:has(._box) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px 20px;
}
@media screen and (max-width: 900px) {
  .c-header:has(._box) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-header .c-tit__01 {
  color: #222222;
  line-height: 1.8;
}
.c-header .c-tit__01 span {
  color: #F1191A;
}
.c-header .c-tit__01 + p {
  margin-top: clamp(1.875rem, 0.1293103448rem + 3.1034482759vw, 3rem);
}
.c-header p {
  font-weight: 500;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
.c-header p span {
  color: #F1191A;
}
@media screen and (max-width: 900px) {
  .c-header ._link {
    margin-left: auto;
  }
}
.c-header ._link ._btn {
  display: grid;
  place-content: center;
  width: clamp(11.25rem, 4.0909090909rem + 19.0909090909vw, 21.75rem);
  height: clamp(2.9375rem, 1.9573863636rem + 2.6136363636vw, 4.375rem);
  border-radius: 8px;
  font-size: clamp(0.875rem, 0.2931034483rem + 1.0344827586vw, 1.25rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #F1191A;
  background-color: #F1191A;
  transition: 0.3s;
  transition-property: color, background-color;
}
.c-header ._link ._btn + .c-btn__01 {
  margin-top: 23px;
}
@media (hover: hover) {
  .c-header ._link ._btn:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
    background-color: #fff;
  }
}

.c-contact {
  margin-top: clamp(5rem, -2.7586206897rem + 13.7931034483vw, 10rem);
}
.c-contact + .l-footer-menu {
  margin-top: clamp(5rem, -2.7586206897rem + 13.7931034483vw, 10rem);
}
.c-contact ._download {
  padding: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem) clamp(1.25rem, -4.0840517241rem + 9.4827586207vw, 4.6875rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  border: 1px solid #F1191A;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .c-contact ._download {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .c-contact ._download:where(:any-link, :enabled, summary):hover ._tex button {
    color: #F1191A;
    background-color: transparent;
  }
  .c-contact ._download:where(:any-link, :enabled, summary):hover ._tex button::after {
    animation: arrow 0.4s forwards;
  }
}
@media screen and (max-width: 900px) {
  .c-contact ._download ._tit {
    margin-right: auto;
  }
}
.c-contact ._download ._tit span {
  display: block;
  color: #F1191A;
  font-weight: bold;
}
.c-contact ._download ._tit span._en {
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, -0.7155172414rem + 4.8275862069vw, 3.75rem);
  line-height: 1;
}
.c-contact ._download ._tex .c-btn__02 {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .c-contact ._download ._tex .c-btn__02 {
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
  }
}
.c-contact ._list {
  margin-top: clamp(2.9375rem, 1.6767241379rem + 2.2413793103vw, 3.75rem);
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 900px) {
  .c-contact ._list {
    flex-direction: column;
  }
}
.c-contact ._list li {
  width: 100%;
}
.c-contact ._list li a {
  padding: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-weight: bold;
  transition: color 0.3s;
}
.c-contact ._list li a::after {
  content: "";
  display: block;
  width: clamp(3rem, 1.8362068966rem + 2.0689655172vw, 3.75rem);
  aspect-ratio: 1;
  background-color: #F1191A;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: 16px 5px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F1191A;
  transition: background-color 0.25s linear, background-position 0.18s linear;
}
@media screen and (min-width: 901px) {
  .c-contact ._list li a::after {
    background-size: 24px 8.5px;
  }
}
@media (hover: hover) {
  .c-contact ._list li a:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
  }
  .c-contact ._list li a:where(:any-link, :enabled, summary):hover::after {
    animation: arrow 0.4s forwards;
  }
}

.c-table table {
  width: 100%;
}
.c-table table tbody tr {
  border-bottom: 1px solid #ccc;
}
.c-table table tbody tr th, .c-table table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: clamp(0.8125rem, 0.745412844rem + 0.2752293578vw, 1rem);
}
.c-table table tbody tr th {
  padding-right: clamp(1.25rem, -9.1271551724rem + 18.4482758621vw, 7.9375rem);
  width: clamp(7.5rem, 7.2763761468rem + 0.9174311927vw, 8.125rem);
  box-sizing: content-box;
}

.c-contents-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
}
.c-contents-nav ul li a {
  padding: 10px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  display: flex;
  align-items: center;
  height: clamp(2.25rem, 0.3103448276rem + 3.4482758621vw, 3.5rem);
  line-height: 1;
  font-weight: bold;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  background-color: #FFF3F3;
  border-radius: 32px;
  transition: 0.3s;
}
.c-contents-nav ul li a span {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
}
@media (hover: hover) {
  .c-contents-nav ul li a:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F1191A;
  }
}

.wpcf7 + .c-privacy-policy {
  margin-top: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
}

.c-privacy-policy {
  padding: clamp(1.5625rem, 0.1077586207rem + 2.5862068966vw, 2.5rem) clamp(0.9375rem, 1.2282110092rem - 1.1926605505vw, 0.125rem);
  border: 1px solid #000;
}
.c-privacy-policy h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.125rem;
}
.c-privacy-policy h3 {
  font-weight: bold;
  position: relative;
}
.c-privacy-policy h3::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: translateY(1px);
  border-radius: 50%;
  background-color: #F1191A;
}
.c-privacy-policy p + h3 {
  margin-top: 20px;
}
.c-privacy-policy ._link {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.c-privacy-policy ._link .c-btn__01 {
  margin-left: 0;
  margin-right: auto;
  gap: 12px;
  color: #222222;
  font-weight: normal;
  font-size: 1rem;
}
.c-privacy-policy ._link .c-btn__01::after {
  width: 32px;
  background-size: 12px 5px;
}
.c-privacy-policy ._link .c-btn__01 + .c-btn__01 {
  margin-top: 12px;
}
.c-privacy-policy ._info {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}

.c-pager {
  margin: auto;
  width: fit-content;
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.c-pager nav .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots) {
  display: grid;
  place-content: center;
  width: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
  height: clamp(2.375rem, 1.4051724138rem + 1.724137931vw, 3rem);
  border-radius: 50%;
  background-color: #FFF3F3;
  transition: 0.3s;
}
.c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots).current {
  color: #fff;
  background-color: #F1191A;
}
@media (hover: hover) {
  .c-pager nav .nav-links .page-numbers:not(.prev, .next, .dots):where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #F1191A;
  }
}
.c-pager nav .nav-links .page-numbers.dots {
  margin: 0 2px;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.c-pager nav .nav-links .page-numbers.prev, .c-pager nav .nav-links .page-numbers.next {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: opacity 0.3s;
}
.c-pager nav .nav-links .page-numbers.prev::before, .c-pager nav .nav-links .page-numbers.next::before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20viewBox%3D%220%200%2017%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.9473%206.25968C17.0132%206.09567%2017.0132%205.90433%2016.9473%205.74032C16.9143%205.65831%2016.8682%205.58314%2016.8023%205.52164L11.6826%200.198177C11.4256%20-0.0683377%2011.0105%20-0.0683377%2010.7535%200.198177C10.4965%200.464692%2010.4965%200.895216%2010.7535%201.16173L14.7531%205.30979L0.658915%205.30979C0.296512%205.30979%200%205.61731%200%205.99317C0%206.18451%200.0724806%206.35535%200.191085%206.47836C0.30969%206.60137%200.474419%206.67654%200.658915%206.67654L14.7531%206.67654L10.7535%2010.8246C10.4965%2011.0911%2010.4965%2011.5216%2010.7535%2011.7882C11.0105%2012.0547%2011.4256%2012.0547%2011.6826%2011.7882L16.8089%206.47153C16.8682%206.41002%2016.9143%206.33485%2016.9539%206.25285L16.9473%206.25968Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  .c-pager nav .nav-links .page-numbers.prev:where(:any-link, :enabled, summary):hover, .c-pager nav .nav-links .page-numbers.next:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-pager nav .nav-links .page-numbers.prev {
  margin-right: 14px;
}
.c-pager nav .nav-links .page-numbers.prev::before {
  rotate: 180deg;
}
.c-pager nav .nav-links .page-numbers.next {
  flex-direction: row-reverse;
  margin-left: 14px;
}

.c-article-pager {
  margin-top: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
  display: flex;
  gap: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
  align-items: center;
  justify-content: center;
  color: #F1191A;
}
.c-article-pager .c-btn__01 {
  margin: 0;
}
.c-article-pager .prev a,
.c-article-pager .next a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
}
.c-article-pager .prev a::before,
.c-article-pager .next a::before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background-image: url("../img/common/icon-page-arrow.svg");
}
@media (hover: hover) {
  .c-article-pager .prev:where(:any-link, :enabled, summary):hover,
  .c-article-pager .next:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-article-pager .prev a::before {
  rotate: 180deg;
}
.c-article-pager .next a {
  flex-direction: row-reverse;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* contact / お問い合わせ（試用版ダウンロード共通）
=====================================*/
.c-required,
.c-any {
  padding: 3.5px 5.5px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  border-radius: 4px;
  background-color: #F1191A;
}

.c-any {
  background-color: #666;
}

.contact-contents ._lead ._tit {
  font-size: clamp(1.125rem, 0.8119266055rem + 1.2844036697vw, 2rem);
  font-weight: bold;
  text-align: center;
}
.contact-contents ._lead ._tit + p {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}
.contact-contents ._lead p {
  letter-spacing: -0.04em;
}
.contact-contents ._lead p + p {
  margin-top: 25px;
}
.contact-contents ._lead p .c-required,
.contact-contents ._lead p .c-any {
  margin: 0 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.contact-contents ._lead ._box {
  margin-top: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
  padding: 20px clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  border: 1px solid #ccc;
}
.contact-contents ._lead ._box ._inner {
  margin: auto;
  max-width: fit-content;
}
.contact-contents ._lead .c-btn__01 {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  margin-right: auto;
}
.contact-contents ._lead .c-btn__01::after {
  width: 60px;
  background-size: 25px 8px;
}

.contact-form {
  margin: 60px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 901px) {
  .contact-form {
    margin: 80px auto 0;
  }
}
.contact-form > dl + dl {
  margin-top: 32px;
}
.contact-form > dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.04em;
}
.contact-form > dl dt a {
  color: #2980C2;
  border-bottom: 1px solid #2980C2;
  line-height: 1.5;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .contact-form > dl dt a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.contact-form > dl dd {
  margin-top: 12px;
}
.contact-form > dl dd .error,
.contact-form > dl dd .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.contact-form > dl dd input.wpcf7-not-valid, .contact-form > dl dd textarea.wpcf7-not-valid, .contact-form > dl dd select.wpcf7-not-valid, .contact-form > dl dd span.wpcf7-not-valid {
  background-color: #F8E9E8;
}
.contact-form > dl dd input.wpcf7-not-valid .wpcf7-list-item, .contact-form > dl dd textarea.wpcf7-not-valid .wpcf7-list-item, .contact-form > dl dd select.wpcf7-not-valid .wpcf7-list-item, .contact-form > dl dd span.wpcf7-not-valid .wpcf7-list-item {
  background-color: #F8E9E8;
}
.contact-form > dl dd label {
  cursor: pointer;
}
.contact-form > dl dd .wpcf7-list-item {
  margin: 0;
}
.contact-form > dl dd input:not([type=checkbox], [type=radio], [type=submit]), .contact-form > dl dd textarea:not([type=checkbox], [type=radio], [type=submit]) {
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #555;
  border-radius: 4px;
  line-height: 1.4;
}
.contact-form > dl dd input:not([type=checkbox], [type=radio], [type=submit])::placeholder, .contact-form > dl dd textarea:not([type=checkbox], [type=radio], [type=submit])::placeholder {
  color: #BBBBBB;
}
.contact-form > dl dd input:not([type=checkbox], [type=radio], [type=submit]) input[type=radio], .contact-form > dl dd textarea:not([type=checkbox], [type=radio], [type=submit]) input[type=radio] {
  display: none;
}
.contact-form > dl dd textarea {
  max-height: 134px;
}
.contact-form > dl dd input[type=radio] {
  display: none;
}
.contact-form > dl dd input[type=radio]:checked + .mwform-radio-field-text::after,
.contact-form > dl dd input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form > dl dd .mwform-radio-field label span,
.contact-form > dl dd .wpcf7-radio label span {
  padding-left: 24px;
  position: relative;
}
.contact-form > dl dd .mwform-radio-field label span::before, .contact-form > dl dd .mwform-radio-field label span::after,
.contact-form > dl dd .wpcf7-radio label span::before,
.contact-form > dl dd .wpcf7-radio label span::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.contact-form > dl dd .mwform-radio-field label span::before,
.contact-form > dl dd .wpcf7-radio label span::before {
  top: 2.5px;
  left: 0;
  border: 2.5px solid #555;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.contact-form > dl dd .mwform-radio-field label span::after,
.contact-form > dl dd .wpcf7-radio label span::after {
  top: 7.5px;
  left: 5px;
  background-color: #555;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label input:checked + span::before {
  background-color: #555;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label input:checked + span::after {
  opacity: 1;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label span {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: relative;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label span::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: 1px solid #555;
  background-color: #fff;
  transition: all 0.3s;
}
.contact-form > dl dd .wpcf7-checkbox .wpcf7-list-item label span::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.contact-form > dl dd .wpcf7-checkbox:not(.privacy) .wpcf7-list-item {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-form > dl dd .wpcf7-checkbox:not(.privacy) .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 12px;
}
.contact-form > dl dd .wpcf7-checkbox:not(.privacy) .wpcf7-list-item label {
  padding: 12px 16px;
}
.contact-form > dl dd .type-check-hidden {
  display: none;
}
.contact-form > dl dd p {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.contact-form > dl dd + dt {
  margin-top: 30px;
}
.contact-form > dl._privacy dt {
  font-weight: normal;
}
.contact-form > dl._privacy .privacyCheck label {
  padding-left: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #555;
}
.contact-form > dl ._select {
  position: relative;
}
.contact-form > dl ._select::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.7002%201.69995L6.7002%207.69995L0.700195%201.69995L2.10019%200.299951L6.7002%204.89995L11.3002%200.299951L12.7002%201.69995Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  pointer-events: none;
}
.contact-form > dl ._select select {
  padding: 12px 12px;
  width: 100%;
  line-height: 1.4;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form > dl ._address dl:not(._item) dt {
  font-weight: normal;
}
.contact-form > dl ._address dl:not(._item) + dl {
  margin-top: 32px;
}
.contact-form > dl ._address ._box + dl {
  margin-top: 32px;
}
.contact-form > dl ._box {
  display: flex;
  gap: 12px;
}
.contact-form > dl ._box ._item {
  flex: 1;
}
.contact-form > dl ._box ._item dt {
  font-weight: normal;
}
.contact-form > dl ._box ._item dd {
  margin-top: 8px;
}
.contact-form .btn-box {
  margin: 60px auto 0;
  width: fit-content;
  text-align: left;
  color: #fff;
  background-color: #F1191A;
  border: 1px solid #F1191A;
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
}
.contact-form .btn-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  display: block;
  width: 40px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow-red.svg);
  background-size: 14.5px 5px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F1191A;
  transition: 0.3s;
  pointer-events: none;
}
.contact-form .btn-box:hover {
  color: #F1191A;
  background-color: transparent;
}
.contact-form .btn-box:hover::after {
  animation: arrow 0.4s forwards;
}
.contact-form .btn-box input {
  padding: 0 80px;
  cursor: pointer;
  height: 80px;
  width: 300px;
  font-size: clamp(1rem, 0.9552752294rem + 0.1834862385vw, 1.125rem);
  font-weight: bold;
}
.contact-form .btn-box.disabled:disabled {
  background-color: #BBBBBB;
  cursor: not-allowed;
}
@media screen and (min-width: 901px) {
  .contact-form .btn-box.disabled:hover::after {
    animation: none !important;
  }
}
.contact-form .btn-box .wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: auto -15% auto auto;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*====================================
* privacy-policy
=====================================*/
.privacy-contents h2 {
  margin-bottom: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-weight: bold;
}
.privacy-contents h3 {
  margin-bottom: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-weight: bold;
}
.privacy-contents p {
  margin-bottom: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
}
.privacy-contents p + p {
  margin-top: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}

/*====================================
* 404
=====================================*/
.not-found {
  padding: clamp(10rem, 2.2413793103rem + 13.7931034483vw, 15rem) 0 0;
  text-align: center;
}
.not-found ._container {
  margin: auto;
}
.not-found ._container ._tit figure {
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (min-width: 901px) {
  .not-found ._container ._tit figure {
    max-width: 347px;
  }
}
.not-found ._container ._tit + p {
  margin-top: clamp(1.5625rem, 1.0775862069rem + 0.8620689655vw, 1.875rem);
}
.not-found ._container .c-btn__01 {
  margin: clamp(2.5rem, 0.1724137931rem + 4.1379310345vw, 4rem) auto 0;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* 主な機能とメリット
=====================================*/
.merit-contents {
  overflow: clip;
}
.merit-contents .merit-contents-body ._header .c-tit__01 + p {
  margin-top: clamp(1.875rem, 0.5172413793rem + 2.4137931034vw, 2.75rem);
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-weight: 500;
}
.merit-contents .merit-contents-body ._container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
}
@media screen and (max-width: 900px) {
  .merit-contents .merit-contents-body ._container {
    flex-direction: column;
  }
}
.merit-contents .merit-contents-body ._container ._box {
  max-width: 600px;
}
.merit-contents .merit-contents-body ._container ._box .c-tit__02 + p {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.merit-contents .merit-contents-body ._container ._box ._sub {
  margin-top: clamp(1.875rem, 0.5172413793rem + 2.4137931034vw, 2.75rem);
  font-weight: bold;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
}
.merit-contents .merit-contents-body ._container ._box ._sub + p {
  margin-top: 22px;
}
.merit-contents .merit-contents-body ._container ._box ._list {
  margin-top: clamp(1.875rem, 0.5172413793rem + 2.4137931034vw, 2.75rem);
}
.merit-contents .merit-contents-body ._container ._box ._list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  line-height: 2;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
@media screen and (max-width: 900px) {
  .merit-contents .merit-contents-body ._container figure {
    margin-right: calc(50% - 50vw);
  }
}
.merit-contents .merit-contents-about {
  margin-top: 130px;
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-about ._container {
    margin-right: calc(50% - 50vw);
  }
}
.merit-contents .merit-contents-about ._container ._box {
  position: relative;
}
.merit-contents .merit-contents-about ._container ._box::before {
  content: "";
  position: absolute;
  top: -180px;
  left: calc(-1 * clamp(5rem, -0.7352941176rem + 23.5294117647vw, 12.5rem));
  width: clamp(11.25rem, 2.6470588235rem + 35.2941176471vw, 22.5rem);
  aspect-ratio: 598/550;
  background-image: url(../img/merit/parts-01.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-about ._container ._box::before {
    width: clamp(22.5rem, -0.5818965517rem + 41.0344827586vw, 37.375rem);
    top: auto;
    bottom: calc(-1 * clamp(5rem, -6.6379310345rem + 20.6896551724vw, 12.5rem));
    left: calc(-1 * clamp(8.75rem, -2.8879310345rem + 20.6896551724vw, 16.25rem));
  }
}
.merit-contents .merit-contents-about ._container figure {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
.merit-contents .merit-contents-function {
  margin-top: clamp(6.25rem, -1.1206896552rem + 13.1034482759vw, 11rem);
}
.merit-contents .merit-contents-function__container {
  margin: clamp(5rem, 3.7392241379rem + 2.2413793103vw, 5.8125rem) 0 clamp(7.5rem, -4.3318965517rem + 21.0344827586vw, 15.125rem);
  display: flex;
  justify-content: space-between;
  gap: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
}
@media screen and (max-width: 900px) {
  .merit-contents .merit-contents-function__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function__container {
    margin-left: calc(50% - 50vw);
  }
}
.merit-contents .merit-contents-function__container ._sticky {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .merit-contents .merit-contents-function__container ._sticky {
    display: none;
  }
}
.merit-contents .merit-contents-function__container ._sticky ._relative {
  position: sticky;
  top: 160px;
  width: 100%;
  height: clamp(23.75rem, 2.4137931034rem + 37.9310344828vw, 37.5rem);
  background-image: url(../img/merit/scroll-bg.jpg);
  background-size: 100% 100%;
  border-radius: 0 40px 40px 0;
}
.merit-contents .merit-contents-function__container ._sticky ._imgs {
  position: relative;
  width: 100%;
  height: 100%;
}
.merit-contents .merit-contents-function__container ._sticky ._imgs ._img {
  width: 82%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (min-width: 1431px) {
  .merit-contents .merit-contents-function__container ._sticky ._imgs ._img {
    width: 600px;
  }
}
.merit-contents .merit-contents-function__container ._sticky ._imgs ._img.-active {
  opacity: 1;
}
.merit-contents .merit-contents-function__container ._sticky ._imgs ._img p {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function__container ._box {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function__container ._box ._item {
    margin-top: 180px;
  }
  .merit-contents .merit-contents-function__container ._box ._item:last-child {
    padding-bottom: 300px;
  }
}
.merit-contents .merit-contents-function__container ._box ._item + ._item {
  margin-top: 80px;
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function__container ._box ._item + ._item {
    margin-top: 400px;
  }
}
.merit-contents .merit-contents-function__container ._box ._item ._img {
  margin-top: 32px;
  padding: 40px 10px 30px;
  text-align: center;
  background-image: url(../img/merit/scroll-bg.jpg);
  background-size: 100% 100%;
  border-radius: 20px;
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function__container ._box ._item ._img {
    display: none;
  }
}
.merit-contents .merit-contents-function__container ._box ._item ._img img {
  max-width: 80%;
}
.merit-contents .merit-contents-function__container ._box ._item ._img p {
  margin-top: 16px;
  color: #fff;
  font-size: 0.875rem;
}
.merit-contents .merit-contents-function__container ._box ._item > p {
  margin: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem) 0;
}
.merit-contents .merit-contents-function__container ._box ._item ._list {
  font-weight: bold;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function ._grid {
    display: grid;
    gap: 0 clamp(3.75rem, -1.0021551724rem + 8.4482758621vw, 6.8125rem);
  }
}
.merit-contents .merit-contents-function ._grid .c-tit__02 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 900px) {
  .merit-contents .merit-contents-function ._grid figure {
    margin: 60px auto 40px;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function ._grid figure {
    grid-area: 1/2/3/3;
  }
}
.merit-contents .merit-contents-function ._grid figure p {
  margin-top: clamp(1.875rem, -2.974137931rem + 8.6206896552vw, 5rem);
  color: #666;
  font-size: clamp(0.75rem, 0.5560344828rem + 0.3448275862vw, 0.875rem);
}
@media screen and (max-width: 900px) {
  .merit-contents .merit-contents-function ._grid figure p {
    text-align: left;
  }
}
.merit-contents .merit-contents-function ._grid figure p a {
  color: #2980C2;
  border-bottom: 1px solid #2980C2;
}
.merit-contents .merit-contents-function ._grid ._tex {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-function ._grid ._tex {
    max-width: 640px;
    grid-area: 2/1/3/2;
  }
}
.merit-contents .merit-contents-function ._grid ._tex .c-btn__01 {
  margin-top: clamp(2.375rem, 1.9870689655rem + 0.6896551724vw, 2.625rem);
}
.merit-contents .merit-contents-function ._grid ._tex .c-btn__01 + .c-btn__01 {
  margin-top: 20px;
}
.merit-contents .merit-contents-function ._grid + ._grid {
  margin-top: clamp(7.5rem, 3.0387931034rem + 7.9310344828vw, 10.375rem);
}
.merit-contents .merit-contents-target {
  margin-top: clamp(7.5rem, -9.9568965517rem + 31.0344827586vw, 18.75rem);
  position: relative;
}
.merit-contents .merit-contents-target::before {
  content: "";
  position: absolute;
  top: -100px;
  right: calc(-1 * clamp(2.5rem, 1.5441176471rem + 3.9215686275vw, 3.75rem));
  width: clamp(11.25rem, 7.0441176471rem + 17.2549019608vw, 16.75rem);
  aspect-ratio: 567/547;
  background-image: url(../img/merit/parts-02.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .merit-contents .merit-contents-target::before {
    top: calc(-1 * clamp(12.5rem, -6.8965517241rem + 34.4827586207vw, 25rem));
    right: calc(-1 * clamp(3.75rem, -11.7672413793rem + 27.5862068966vw, 13.75rem));
    width: clamp(16.75rem, -15.2543103448rem + 56.8965517241vw, 37.375rem);
  }
}
.merit-contents .merit-contents-target ._grid {
  margin-top: clamp(2.25rem, 1.474137931rem + 1.3793103448vw, 2.75rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 40px clamp(1.25rem, -12.5215517241rem + 24.4827586207vw, 10.125rem);
}
@media screen and (max-width: 600px) {
  .merit-contents .merit-contents-target ._grid {
    grid-template-columns: auto;
  }
}
.merit-contents .merit-contents-target ._grid > li ul {
  margin-top: clamp(1.25rem, 0.5711206897rem + 1.2068965517vw, 1.6875rem);
}
.merit-contents .merit-contents-target ._grid > li ul > li {
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 14px;
}
.merit-contents .merit-contents-target ._grid > li ul > li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #222222;
}
.merit-contents .merit-contents-version {
  margin-top: clamp(6.25rem, -4.8060344828rem + 19.6551724138vw, 13.375rem);
}
.merit-contents .merit-contents-version ._kind {
  margin: clamp(2.5rem, 0.3663793103rem + 3.7931034483vw, 3.875rem) 0 clamp(3.125rem, 2.6400862069rem + 0.8620689655vw, 3.4375rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.merit-contents .merit-contents-version ._kind > li {
  display: grid;
  place-content: center;
  height: clamp(7.5rem, 0.9051724138rem + 11.724137931vw, 11.75rem);
  text-align: center;
  font-weight: bold;
  color: #F1191A;
  font-size: clamp(1.125rem, 0.5431034483rem + 1.0344827586vw, 1.5rem);
  border: 1px solid #F1191A;
}
.merit-contents .merit-contents-version ._kind > li span {
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
.merit-contents .merit-contents-version .c-table {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.merit-contents .merit-contents-version .c-child-link {
  margin-top: clamp(3.75rem, 0.8405172414rem + 5.1724137931vw, 5.625rem);
}

/*====================================
* 製品タイプ・価格表
=====================================*/
.price-contents__body {
  margin-top: 60px;
}
.price-contents__body ._table {
  margin-top: 20px;
  overflow-x: auto;
}
.price-contents__body ._table table {
  width: 100%;
  border-top: 2px solid #F1191A;
  border-bottom: 2px solid #F1191A;
}
.price-contents__body ._table table thead tr th {
  min-width: 220px;
}
.price-contents__body ._table table tr th,
.price-contents__body ._table table tr td {
  vertical-align: middle;
}
.price-contents__body ._table table tr th:not(:last-child),
.price-contents__body ._table table tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.price-contents__body ._table table tr th {
  padding: clamp(0.75rem, -0.025862069rem + 1.3793103448vw, 1.25rem) 1%;
  text-align: center;
  line-height: 1.6;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
  font-weight: 500;
}
.price-contents__body ._table table tr td {
  padding-right: clamp(1.25rem, -0.1077586207rem + 2.4137931034vw, 2.125rem);
  text-align: right;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
}
.price-contents__body ._table table tr td.-c {
  padding-right: 0;
  text-align: center;
}
.price-contents__body ._table table thead {
  background-color: #fff;
}
.price-contents__body ._table table tbody {
  border-top: 1px solid #F1191A;
}
.price-contents__body ._table table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.price-contents__body ._table table tbody tr th {
  width: 200px;
}
@media screen and (min-width: 901px) {
  .price-contents__body ._table table tbody tr th {
    width: 327px;
  }
}
.price-contents__body ._table table tbody tr th span {
  display: block;
  font-size: clamp(0.875rem, 0.6810344828rem + 0.3448275862vw, 1rem);
}
.price-contents__body ._table + .c-tit__01,
.price-contents__body ._table + .c-tit__02 {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}
.price-contents__body .c-tit__01 + p {
  margin-top: 32px;
}
.price-contents__body .c-tit__02 + p {
  margin-top: 40px;
}
.price-contents__body p a {
  color: #2980C2;
  border-bottom: 1px solid #2980C2;
}
.price-contents__body .c-child-link {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}

/*====================================
* 機能一覧
=====================================*/
.function-contents + .function-contents {
  margin-top: clamp(6.25rem, -3.4482758621rem + 17.2413793103vw, 12.5rem);
}
.function-contents:nth-child(2) .l-inner__01 {
  position: relative;
}
.function-contents:nth-child(2) .l-inner__01::before {
  content: "";
  position: absolute;
  top: -160px;
  left: calc(-1 * clamp(2.5rem, 1.5441176471rem + 3.9215686275vw, 3.75rem));
  width: clamp(11.25rem, 6.4705882353rem + 19.6078431373vw, 17.5rem);
  aspect-ratio: 418/370;
  background-image: url(../img/function/parts-01.svg);
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .function-contents:nth-child(2) .l-inner__01::before {
    width: clamp(17.5rem, 4.1163793103rem + 23.7931034483vw, 26.125rem);
    top: calc(-1 * clamp(10rem, 0.3017241379rem + 17.2413793103vw, 16.25rem));
    left: calc(-1 * clamp(5rem, -2.7586206897rem + 13.7931034483vw, 10rem));
  }
}
.function-contents__body {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}
.function-contents__body .c-contents-nav {
  margin-top: clamp(1.25rem, -1.3685344828rem + 4.6551724138vw, 2.9375rem);
}
.function-contents__body .c-child-link {
  margin-top: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
}
.function-contents__wrapper {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
  padding: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem) 0;
  display: flex;
  gap: 30px clamp(1.25rem, -3.2112068966rem + 7.9310344828vw, 4.125rem);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 900px) {
  .function-contents__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .function-contents__wrapper figure {
    max-width: 540px;
  }
}
.function-contents__wrapper ._box .c-btn__01 {
  margin-top: 16px;
}
.function-contents .c-tit__01 + .function-contents__wrapper {
  margin-top: 40px;
}

.function-section {
  margin-top: clamp(3.75rem, 3.660971223rem + 1.5827338129vw, 5.125rem);
}
.function-section + .function-section {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}
.function-section .c-tit__02 + p {
  margin-top: 40px;
  font-weight: bold;
  line-height: 2;
}
.function-section ._detail {
  margin-top: 40px;
}
.function-section ._detail dl {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #F1191A;
}
@media screen and (max-width: 900px) {
  .function-section ._detail dl {
    flex-direction: column;
  }
}
.function-section ._detail dl:last-child {
  border-bottom: 1px solid #F1191A;
}
.function-section ._detail dl dt {
  min-width: 200px;
}
.function-section ._detail dl dd {
  max-width: 940px;
  flex: 1;
}
.function-section ._detail dl dd ._tit {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
  font-weight: bold;
  color: #F1191A;
}
.function-section ._detail dl dd ol {
  margin-top: 24px;
  line-height: 1.8;
}
.function-section ._detail dl dd ol li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.function-section ._detail dl dd ol li span {
  font-weight: bold;
}
.function-section ._detail dl dd ._red {
  margin-top: 24px;
  color: #F1191A;
}
.function-section ._detail dl dd figure {
  margin: 24px auto 0;
  max-width: 800px;
}
.function-section ._detail dl dd figure.-w600 {
  max-width: 600px;
}
.function-section ._detail dl dd figure + figure {
  margin-top: 20px;
}
.function-section ._detail dl dd figure p {
  margin-bottom: 20px;
}
.function-section ._detail dl dd > p:not(:first-child) {
  margin-top: 24px;
}
.function-section ._detail dl dd a {
  color: #2980C2;
  border-bottom: 1px solid #2980C2;
}
.function-section ._detail dl dd ._notice {
  margin-top: clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  display: flex;
  gap: clamp(0.625rem, -0.3448275862rem + 1.724137931vw, 1.25rem);
}

/*====================================
* FAQ
=====================================*/
.faq-support {
  margin-bottom: 208px;
  padding: clamp(5rem, -0.2370689655rem + 9.3103448276vw, 8.375rem) 0 clamp(6.25rem, 0.4310344828rem + 10.3448275862vw, 10rem);
}
.faq-support ._body {
  margin-top: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
}
.faq-support ._body > p {
  font-weight: bold;
}
.faq-support ._body ._point {
  margin: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem) auto 0;
  width: 100%;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 60px clamp(2.5rem, 1.1422413793rem + 2.4137931034vw, 3.375rem);
}
@media screen and (max-width: 600px) {
  .faq-support ._body ._point {
    grid-template-columns: auto;
  }
}
.faq-support ._body ._point figure {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.faq-support ._body ._point ._tit {
  margin-top: 30px;
  font-size: clamp(1.125rem, 0.7370689655rem + 0.6896551724vw, 1.375rem);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  font-family: "MPLUSRounded1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq-support ._body ._point p {
  margin-top: 35px;
}
.faq-support ._body .c-btn__01 {
  margin: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem) auto 0;
  padding: 0 30px;
  height: 84px;
  color: #222222;
  letter-spacing: 0.08em;
  border: 1px solid #F1191A;
  border-radius: 8px;
  transition: color 0.3s;
}
@media screen and (min-width: 901px) {
  .faq-support ._body .c-btn__01 {
    padding: 0 80px;
    justify-content: space-between;
    width: 100%;
    height: 124px;
    max-width: 560px;
  }
}
@media (hover: hover) {
  .faq-support ._body .c-btn__01:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
  }
}
@media screen and (min-width: 901px) {
  .faq-support ._body .c-btn__01::after {
    width: 60px;
    background-size: 20px 6px;
  }
}

.c-faq-list {
  margin: clamp(1.5rem, 0.724137931rem + 1.3793103448vw, 2rem) auto 0;
}
.c-faq-list ._item {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #F1191A;
}
.c-faq-list ._item:last-child {
  border-bottom: 1px solid #F1191A;
}
.c-faq-list ._item + li a {
  color: #2980C2;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .c-faq-list ._item + li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
.c-faq-list ._item ._question {
  padding: 11px 10px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.6666666667;
  font-size: clamp(1rem, 0.224137931rem + 1.3793103448vw, 1.5rem);
  transition: color 0.3s;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._question {
    padding: 50px 40px;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .c-faq-list ._item ._question:where(:any-link, :enabled, summary):hover {
    color: #F1191A;
  }
}
.c-faq-list ._item ._question::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(0.5rem, -1.6336206897rem + 3.7931034483vw, 1.875rem);
  width: clamp(2.5rem, 2.0326261468rem + 1.9174311927vw, 3.80625rem);
  aspect-ratio: 1;
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
  color: #F1191A;
  line-height: 1.2;
  align-self: flex-start;
  border-radius: 50%;
  margin-right: clamp(0.875rem, -1.6465517241rem + 4.4827586207vw, 2.5rem);
  color: #F1191A;
  background-color: #fff;
}
.c-faq-list ._item ._question[aria-expanded=true] ._tit ._icon {
  background-color: #fff;
}
.c-faq-list ._item ._question[aria-expanded=true] ._tit ._icon::before, .c-faq-list ._item ._question[aria-expanded=true] ._tit ._icon::after {
  background-color: #F1191A;
}
.c-faq-list ._item ._question[aria-expanded=true] ._tit ._icon::after {
  rotate: 0deg;
}
.c-faq-list ._item ._question[aria-expanded=true] + .answer {
  margin: 15px 0 20px;
}
.c-faq-list ._item ._question ._tit {
  padding-right: clamp(2.5rem, -1.3793103448rem + 6.8965517241vw, 5rem);
  display: inline-block;
  width: 100%;
  font-weight: bold;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 900px) {
  .c-faq-list ._item ._question ._tit {
    line-height: 1.6;
  }
}
.c-faq-list ._item ._question ._tit ._icon {
  position: absolute;
  inset: 0;
  margin: auto 5px auto auto;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F1191A;
  border: 1px solid #F1191A;
  transition: 0.3s;
}
.c-faq-list ._item ._question ._tit ._icon::before, .c-faq-list ._item ._question ._tit ._icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  transition: rotate 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._question ._tit ._icon::before, .c-faq-list ._item ._question ._tit ._icon::after {
    width: 12px;
  }
}
.c-faq-list ._item ._question ._tit ._icon::after {
  rotate: 90deg;
}
.c-faq-list ._item ._answer {
  height: 0;
  transition: all 0.5s;
}
.c-faq-list ._item ._answer ._inner {
  padding: 0 0 19px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-faq-list ._item ._answer ._inner {
    padding: 0 0 24px 40px;
  }
}
.c-faq-list ._item ._answer ._inner::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(0.5rem, -1.6336206897rem + 3.7931034483vw, 1.875rem);
  width: clamp(2.5rem, 2.0326261468rem + 1.9174311927vw, 3.80625rem);
  aspect-ratio: 1;
  font-size: clamp(1.125rem, 0.1551724138rem + 1.724137931vw, 1.75rem);
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
  color: #F1191A;
  line-height: 1.2;
  align-self: flex-start;
  border-radius: 50%;
  color: #fff;
  background-color: #F1191A;
}
.c-faq-list ._item ._answer ._inner p {
  padding: clamp(1.25rem, 0.2801724138rem + 1.724137931vw, 1.875rem) clamp(1.25rem, 0.0862068966rem + 2.0689655172vw, 2rem);
  flex: 1;
  background-color: #fff;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  .c-faq-list ._item ._answer ._inner p {
    line-height: 1.6;
  }
}
.c-faq-list ._item ._answer ._inner p a {
  color: #2980C2;
  border-bottom: 1px solid #2980C2;
  transition: all 0.3s;
}
.c-faq-list ._item ._answer ._inner p a:hover {
  opacity: 0.6;
}
.c-faq-list ._item ._answer ._inner span {
  font-weight: bold;
}

/*====================================
* 製品パッチ情報・試用版ダウンロード共通
=====================================*/
.list-contents ._container {
  margin-top: clamp(2.5rem, 1.724137931rem + 1.3793103448vw, 3rem);
}
.list-contents ._container + ._container {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}

.c-download-list > li {
  padding: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem) 0;
  border-top: 1px solid #F1191A;
  border-bottom: 1px solid #F1191A;
}
.c-download-list > li + li {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.c-download-list > li .c-tit__01 {
  font-size: clamp(0.875rem, -0.8706896552rem + 3.1034482759vw, 2rem);
}
.c-download-list > li ._wrapper {
  margin-top: 24px;
  display: flex;
  gap: 40px clamp(3.75rem, -0.1293103448rem + 6.8965517241vw, 6.25rem);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .c-download-list > li ._wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-download-list > li ._wrapper + ._wrapper {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
@media screen and (min-width: 901px) {
  .c-download-list > li ._wrapper ._box {
    max-width: 800px;
    flex: 1;
  }
}
.c-download-list > li ._wrapper ._box p {
  margin-top: 12px;
}
.c-download-list > li ._wrapper ._box > a {
  margin-top: 12px;
  display: block;
  color: #2980C2;
  line-height: 1.6;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-download-list > li ._wrapper ._box > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.c-download-list > li ._wrapper .c-btn__02 {
  max-width: 400px;
}
@media screen and (min-width: 901px) {
  .c-download-list > li ._wrapper .c-btn__02 {
    width: clamp(17.5rem, 5.8620689655rem + 20.6896551724vw, 25rem);
  }
}

/*====================================
* 製品パッチ情報
=====================================*/
.patch-contents .c-contents-nav {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
}
.patch-contents__body {
  margin-top: clamp(3.75rem, 0.161637931rem + 6.3793103448vw, 6.0625rem);
}
.patch-contents__body ._list {
  margin-top: 16px;
}
.patch-contents__body ._list li {
  font-weight: bold;
}
.patch-contents .patch-section + .patch-section {
  margin-top: clamp(5rem, 1.1206896552rem + 6.8965517241vw, 7.5rem);
}
.patch-contents .patch-section ._container {
  margin-top: clamp(3.75rem, 1.8103448276rem + 3.4482758621vw, 5rem);
}
.patch-contents .patch-section .c-tit__01 {
  margin-bottom: 25px;
}
.patch-contents .patch-section ._detail {
  margin-top: 40px;
}
.patch-contents .patch-section ._detail dl {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F1191A;
}
@media screen and (max-width: 900px) {
  .patch-contents .patch-section ._detail dl {
    flex-direction: column;
  }
}
.patch-contents .patch-section ._detail dl:last-child {
  border-bottom: 1px solid #F1191A;
}
.patch-contents .patch-section ._detail dl dt {
  padding: clamp(1.25rem, -0.4956896552rem + 3.1034482759vw, 2.375rem) 20px;
  min-width: 320px;
  background-color: #F5F5F5;
}
.patch-contents .patch-section ._detail dl dd {
  padding: clamp(1.25rem, -0.4956896552rem + 3.1034482759vw, 2.375rem) clamp(1.25rem, -0.6896551724rem + 3.4482758621vw, 2.5rem);
  flex: 1;
}
.patch-contents .patch-section ._detail dl dd ul {
  padding: 0;
  line-height: 2;
}
.patch-contents .patch-section ._detail dl dd ul li {
  position: relative;
  padding-left: 14px;
}
.patch-contents .patch-section ._detail dl dd ul li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #222222;
}
.patch-contents .patch-section ._link {
  margin-top: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.875rem, -1.0344827586rem + 5.1724137931vw, 3.75rem);
}
.patch-contents .patch-section ._link .c-btn__01 {
  margin: 0;
}
.patch-contents .patch-howto + .c-btn__02 {
  margin: clamp(2.5rem, 0.5603448276rem + 3.4482758621vw, 3.75rem) auto 0;
}
.patch-contents .patch-howto ._step {
  margin-top: 40px;
}
.patch-contents .patch-howto ._step dl {
  display: flex;
  justify-content: space-between;
  border: 1px solid #222222;
  border-radius: 12px;
}
.patch-contents .patch-howto ._step dl + dl {
  margin-top: clamp(2.5rem, 0.7543103448rem + 3.1034482759vw, 3.625rem);
  position: relative;
}
.patch-contents .patch-howto ._step dl + dl::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 22px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #F1191A;
}
@media screen and (min-width: 901px) {
  .patch-contents .patch-howto ._step dl + dl::before {
    top: -40px;
  }
}
.patch-contents .patch-howto ._step dl dt {
  display: grid;
  place-content: center;
  width: 100px;
  min-height: 120px;
  background-color: #F5F5F5;
  border-radius: 12px 0 0 12px;
}
@media screen and (min-width: 901px) {
  .patch-contents .patch-howto ._step dl dt {
    width: 212px;
  }
}
.patch-contents .patch-howto ._step dl dt p {
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, -0.525862069rem + 1.3793103448vw, 0.75rem);
  font-weight: bold;
  font-size: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
}
.patch-contents .patch-howto ._step dl dt p span {
  font-size: clamp(1.75rem, 0.1982758621rem + 2.7586206897vw, 2.75rem);
  font-family: "BeVietnamPro", Helvetica, Arial, sans-serif;
}
.patch-contents .patch-howto ._step dl dd {
  padding: clamp(1.25rem, -1.1745689655rem + 4.3103448276vw, 2.8125rem) clamp(1.25rem, -0.8836206897rem + 3.7931034483vw, 2.625rem);
  flex: 1;
}
.patch-contents .patch-howto ._step dl dd p {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
}
.patch-contents .patch-howto ._step dl dd p a {
  color: #2980C2;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .patch-contents .patch-howto ._step dl dd p a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.patch-contents .patch-howto ._step dl dd p._notice {
  text-indent: -1em;
  padding-left: 1em;
  color: #F1191A;
}

/*====================================
* 試用版ダウンロード
=====================================*/
.download-contents ._body {
  margin-top: clamp(2.5rem, 1.724137931rem + 1.3793103448vw, 3rem);
}
.download-contents ._body ._wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px clamp(2.5rem, -0.6034482759rem + 5.5172413793vw, 4.5rem);
}
@media screen and (min-width: 901px) {
  .download-contents ._body ._wrapper {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 901px) {
  .download-contents ._body ._wrapper ._download {
    width: 38%;
    max-width: 440px;
  }
}
@media screen and (min-width: 901px) {
  .download-contents ._body ._wrapper ._download ._inner {
    position: sticky;
    top: 142px;
  }
}
.download-contents ._body ._wrapper ._download ._inner > p span {
  font-weight: bold;
}
.download-contents ._body ._wrapper ._download ._inner ._name {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .download-contents ._body ._wrapper ._download ._inner ._name {
    justify-content: center;
  }
}
.download-contents ._body ._wrapper ._download ._inner ._name figure {
  width: 154px;
}
.download-contents ._body ._wrapper ._download ._inner ._name p {
  font-weight: bold;
}
.download-contents ._body ._wrapper ._download ._inner .c-btn__02 {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
.download-contents ._body ._wrapper ._download ._inner .c-btn__02 + p {
  margin-top: clamp(1.875rem, 0.9051724138rem + 1.724137931vw, 2.5rem);
}
@media screen and (min-width: 901px) {
  .download-contents ._body ._wrapper ._detail {
    flex: 1;
  }
}
.download-contents ._body ._wrapper ._detail .c-tit__02 {
  margin-bottom: 24px;
}
.download-contents ._body ._wrapper ._detail .c-tit__02:nth-child(n+2) {
  margin-top: clamp(2.5rem, 1.724137931rem + 1.3793103448vw, 3rem);
}
.download-contents ._body ._wrapper ._detail ._list {
  font-weight: bold;
}
.download-contents ._body ._wrapper ._detail p span {
  font-weight: bold;
}

.license-contents ._contents > * {
  margin-top: 32px;
}
.license-contents ._notice {
  margin-top: 0;
  font-weight: bold;
}
.license-contents ._main {
  color: #0071BC;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.8620689655rem + 0.6896551724vw, 1.5rem);
}
.license-contents ol li ._tit {
  color: #0071BC;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.9310344828rem + 0.3448275862vw, 1.25rem);
}
.license-contents ol li ._tit + p {
  margin-top: 24px;
}
.license-contents ol li + li {
  margin-top: 32px;
}
.license-contents .c-btn__license {
  margin: 80px auto 0;
}

/*====================================
目次
┗【 初期設定 】
┗【 共通パーツ 】
=====================================*/
.l-example-article-body ._contents > *,
.editor-styles-wrapper > * {
  margin: clamp(1.875rem, 1.6513761468rem + 0.9174311927vw, 2.5rem) auto 0;
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}
.l-example-article-body ._contents > *:first-child,
.editor-styles-wrapper > *:first-child {
  margin-top: 0;
}
.l-example-article-body ._contents > p,
.editor-styles-wrapper > p {
  margin-top: 30px;
}
.l-example-article-body ._contents > p + p,
.editor-styles-wrapper > p + p {
  margin-top: 20px;
}
.l-example-article-body ._contents h2,
.editor-styles-wrapper h2 {
  margin-top: clamp(3.125rem, 2.9013761468rem + 0.9174311927vw, 3.75rem);
  display: flex;
  gap: clamp(1rem, 0.6120689655rem + 0.6896551724vw, 1.25rem);
  font-size: clamp(1.125rem, -0.2327586207rem + 2.4137931034vw, 2rem);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 901px) {
  .l-example-article-body ._contents h2,
  .editor-styles-wrapper h2 {
    line-height: 1.4;
  }
}
.l-example-article-body ._contents h2::before,
.editor-styles-wrapper h2::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../img/common/icon-tit.svg);
  background-size: 100% 100%;
}
@media screen and (min-width: 901px) {
  .l-example-article-body ._contents h2::before,
  .editor-styles-wrapper h2::before {
    width: 32px;
  }
}
.l-example-article-body ._contents h3,
.editor-styles-wrapper h3 {
  font-size: clamp(1.125rem, 1.0802752294rem + 0.1834862385vw, 1.25rem);
  font-weight: bold;
}
.l-example-article-body ._contents h4,
.editor-styles-wrapper h4 {
  font-size: clamp(0.875rem, 0.8302752294rem + 0.1834862385vw, 1rem);
  font-weight: bold;
}
.l-example-article-body ._contents a:not(.wp-block-other-link, .c-btn__01 a),
.editor-styles-wrapper a:not(.wp-block-other-link, .c-btn__01 a) {
  color: #2980C2;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .l-example-article-body ._contents a:not(.wp-block-other-link, .c-btn__01 a):where(:any-link, :enabled, summary):hover,
  .editor-styles-wrapper a:not(.wp-block-other-link, .c-btn__01 a):where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}
.l-example-article-body ._contents .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  margin-top: 60px;
  max-width: 800px;
}
@media screen and (min-width: 901px) {
  .l-example-article-body ._contents .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin-top: 50px;
  }
}
.l-example-article-body ._contents .wp-block-image + p,
.editor-styles-wrapper .wp-block-image + p {
  margin-top: 60px;
}
.l-example-article-body ._contents ul,
.editor-styles-wrapper ul {
  padding: 0;
  list-style: none !important;
}
.l-example-article-body ._contents ul li,
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 14px;
}
.l-example-article-body ._contents ul li::before,
.editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #222222;
}
.l-example-article-body ._contents ol,
.editor-styles-wrapper ol {
  padding: 0;
  counter-reset: number 0;
  list-style: none !important;
}
.l-example-article-body ._contents ol li,
.editor-styles-wrapper ol li {
  padding-left: 0.8em;
  text-indent: -0.8em;
  counter-increment: number 1;
  line-height: 2;
}
.l-example-article-body ._contents ol li::before,
.editor-styles-wrapper ol li::before {
  content: counter(number) ".";
}
.l-example-article-body ._contents ol li + li,
.editor-styles-wrapper ol li + li {
  margin-top: 10px;
}

.wp-block-other-link {
  margin-top: clamp(3.125rem, 0.2155172414rem + 5.1724137931vw, 5rem);
  padding: clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem) clamp(1.25rem, 1.0263761468rem + 0.9174311927vw, 1.875rem);
  display: flex;
  align-items: center;
  gap: 20px clamp(0.75rem, 0.3474770642rem + 1.6513761468vw, 1.875rem);
  border: 1px solid #F1191A;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .wp-block-other-link:where(:any-link, :enabled, summary):hover {
    background-color: #FFF3F3;
  }
}
.wp-block-other-link ._img {
  width: clamp(7.5rem, 4.2127293578rem + 13.4862385321vw, 16.6875rem) !important;
  overflow: hidden;
}
.wp-block-other-link ._img img {
  width: 100%;
  height: auto;
  aspect-ratio: 267/200;
  object-fit: cover;
}
.wp-block-other-link ._box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.wp-block-other-link ._box::after {
  content: "";
  display: block;
  width: clamp(2rem, -2.6551724138rem + 8.275862069vw, 5rem);
  aspect-ratio: 1;
  background-color: #F1191A;
  border-radius: 50%;
  background-image: url(../img/common/icon-arrow.svg);
  background-size: 16px 5px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F1191A;
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .wp-block-other-link ._box::after {
    background-size: 27px 9px;
  }
}
.wp-block-other-link ._box > div {
  flex: 1;
}
.wp-block-other-link ._box ._tit {
  padding: 0;
  font-size: clamp(1.125rem, 0.9908256881rem + 0.5504587156vw, 1.5rem);
  font-weight: bold;
  line-height: 1.2;
}
.wp-block-other-link ._box ._tex {
  margin-top: 10px;
}
.wp-block-other-link + .wp-block-other-link {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
